namespace Truffles { partial class CreateColumn { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CreateColumn)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtColName = new System.Windows.Forms.TextBox(); this.txtDefault = new System.Windows.Forms.TextBox(); this.txtInfo = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.txtLen = new System.Windows.Forms.TextBox(); this.cmbTypes = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(9, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(76, 13); this.label1.TabIndex = 0; this.label1.Text = "Column Name:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(9, 38); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(72, 13); this.label2.TabIndex = 1; this.label2.Text = "Column Type:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(9, 74); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(73, 13); this.label3.TabIndex = 2; this.label3.Text = "Default value:"; // // txtColName // this.txtColName.Location = new System.Drawing.Point(88, 9); this.txtColName.Name = "txtColName"; this.txtColName.Size = new System.Drawing.Size(153, 20); this.txtColName.TabIndex = 1; // // txtDefault // this.txtDefault.Location = new System.Drawing.Point(88, 71); this.txtDefault.Name = "txtDefault"; this.txtDefault.Size = new System.Drawing.Size(152, 20); this.txtDefault.TabIndex = 3; // // txtInfo // this.txtInfo.AutoSize = true; this.txtInfo.Location = new System.Drawing.Point(107, 145); this.txtInfo.Name = "txtInfo"; this.txtInfo.Size = new System.Drawing.Size(35, 13); this.txtInfo.TabIndex = 6; this.txtInfo.Text = "label4"; this.txtInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // button1 // this.button1.Location = new System.Drawing.Point(15, 161); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(228, 30); this.button1.TabIndex = 5; this.button1.Text = "Create"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(9, 117); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(66, 13); this.label4.TabIndex = 10; this.label4.Text = "Column Len:"; // // txtLen // this.txtLen.Location = new System.Drawing.Point(88, 114); this.txtLen.Name = "txtLen"; this.txtLen.Size = new System.Drawing.Size(152, 20); this.txtLen.TabIndex = 4; this.txtLen.Text = "1"; this.txtLen.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // cmbTypes // this.cmbTypes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbTypes.FormattingEnabled = true; this.cmbTypes.Location = new System.Drawing.Point(88, 38); this.cmbTypes.Name = "cmbTypes"; this.cmbTypes.Size = new System.Drawing.Size(152, 21); this.cmbTypes.TabIndex = 2; this.cmbTypes.TextChanged += new System.EventHandler(this.cmbTypes_TextChanged); // // CreateColumn // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(257, 203); this.Controls.Add(this.cmbTypes); this.Controls.Add(this.txtLen); this.Controls.Add(this.label4); this.Controls.Add(this.button1); this.Controls.Add(this.txtInfo); this.Controls.Add(this.txtDefault); this.Controls.Add(this.txtColName); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CreateColumn"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "CreateColumn"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtColName; private System.Windows.Forms.TextBox txtDefault; private System.Windows.Forms.Label txtInfo; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtLen; private System.Windows.Forms.ComboBox cmbTypes; } }