namespace W4Gui.Components { partial class IntList { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.tblSelectorUpDwnSep = new System.Windows.Forms.TableLayoutPanel(); this.numberList = new System.Windows.Forms.ComboBox(); this.valueBox = new W4Gui.Components.IntUpDown(); this.tblIntLstButtonsSep = new System.Windows.Forms.TableLayoutPanel(); this.tblButtonSep = new System.Windows.Forms.TableLayoutPanel(); this.btnAddNumber = new System.Windows.Forms.Button(); this.btnDelNumber = new System.Windows.Forms.Button(); this.tblSelectorUpDwnSep.SuspendLayout(); this.tblIntLstButtonsSep.SuspendLayout(); this.tblButtonSep.SuspendLayout(); this.SuspendLayout(); // // tblSelectorUpDwnSep // this.tblSelectorUpDwnSep.AutoSize = true; this.tblSelectorUpDwnSep.ColumnCount = 2; this.tblSelectorUpDwnSep.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tblSelectorUpDwnSep.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tblSelectorUpDwnSep.Controls.Add(this.numberList, 0, 0); this.tblSelectorUpDwnSep.Controls.Add(this.valueBox, 1, 0); this.tblSelectorUpDwnSep.Dock = System.Windows.Forms.DockStyle.Top; this.tblSelectorUpDwnSep.Location = new System.Drawing.Point(3, 3); this.tblSelectorUpDwnSep.Name = "tblSelectorUpDwnSep"; this.tblSelectorUpDwnSep.RowCount = 1; this.tblSelectorUpDwnSep.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tblSelectorUpDwnSep.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tblSelectorUpDwnSep.Size = new System.Drawing.Size(496, 29); this.tblSelectorUpDwnSep.TabIndex = 0; // // numberList // this.numberList.Dock = System.Windows.Forms.DockStyle.Top; this.numberList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.numberList.FormattingEnabled = true; this.numberList.Location = new System.Drawing.Point(3, 3); this.numberList.Name = "numberList"; this.numberList.Size = new System.Drawing.Size(200, 23); this.numberList.TabIndex = 0; this.numberList.SelectedIndexChanged += new System.EventHandler(this.numberList_SelectedIndexChanged); // // valueBox // this.valueBox.Dock = System.Windows.Forms.DockStyle.Top; this.valueBox.Location = new System.Drawing.Point(168, 3); this.valueBox.Name = "valueBox"; this.valueBox.Size = new System.Drawing.Size(100, 23); this.valueBox.TabIndex = 1; this.valueBox.Text = "0"; this.valueBox.Value = 0; // // tblIntLstButtonsSep // this.tblIntLstButtonsSep.ColumnCount = 1; this.tblIntLstButtonsSep.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tblIntLstButtonsSep.Controls.Add(this.tblSelectorUpDwnSep, 0, 0); this.tblIntLstButtonsSep.Controls.Add(this.tblButtonSep, 0, 1); this.tblIntLstButtonsSep.Dock = System.Windows.Forms.DockStyle.Top; this.tblIntLstButtonsSep.Location = new System.Drawing.Point(0, 0); this.tblIntLstButtonsSep.Name = "tblIntLstButtonsSep"; this.tblIntLstButtonsSep.RowCount = 2; this.tblIntLstButtonsSep.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tblIntLstButtonsSep.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tblIntLstButtonsSep.Size = new System.Drawing.Size(502, 89); this.tblIntLstButtonsSep.TabIndex = 1; // // tblButtonSep // this.tblButtonSep.ColumnCount = 2; this.tblButtonSep.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tblButtonSep.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tblButtonSep.Controls.Add(this.btnAddNumber, 0, 0); this.tblButtonSep.Controls.Add(this.btnDelNumber, 1, 0); this.tblButtonSep.Dock = System.Windows.Forms.DockStyle.Fill; this.tblButtonSep.Location = new System.Drawing.Point(3, 38); this.tblButtonSep.Name = "tblButtonSep"; this.tblButtonSep.RowCount = 1; this.tblButtonSep.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tblButtonSep.Size = new System.Drawing.Size(496, 48); this.tblButtonSep.TabIndex = 1; // // btnAddNumber // this.btnAddNumber.Dock = System.Windows.Forms.DockStyle.Fill; this.btnAddNumber.Location = new System.Drawing.Point(3, 3); this.btnAddNumber.Name = "btnAddNumber"; this.btnAddNumber.Size = new System.Drawing.Size(242, 42); this.btnAddNumber.TabIndex = 0; this.btnAddNumber.Text = "Add New Number"; this.btnAddNumber.UseVisualStyleBackColor = true; this.btnAddNumber.Click += new System.EventHandler(this.btnAddNumber_Click); // // btnDelNumber // this.btnDelNumber.Dock = System.Windows.Forms.DockStyle.Fill; this.btnDelNumber.Location = new System.Drawing.Point(251, 3); this.btnDelNumber.Name = "btnDelNumber"; this.btnDelNumber.Size = new System.Drawing.Size(242, 42); this.btnDelNumber.TabIndex = 1; this.btnDelNumber.Text = "Delete Current Number"; this.btnDelNumber.UseVisualStyleBackColor = true; this.btnDelNumber.Click += new System.EventHandler(this.btnDelNumber_Click); // // IntList // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.Controls.Add(this.tblIntLstButtonsSep); this.Name = "IntList"; this.Size = new System.Drawing.Size(502, 89); this.tblSelectorUpDwnSep.ResumeLayout(false); this.tblIntLstButtonsSep.ResumeLayout(false); this.tblIntLstButtonsSep.PerformLayout(); this.tblButtonSep.ResumeLayout(false); this.ResumeLayout(false); } #endregion private TableLayoutPanel tblSelectorUpDwnSep; private ComboBox numberList; private IntUpDown valueBox; private TableLayoutPanel tblIntLstButtonsSep; private TableLayoutPanel tblButtonSep; private Button btnAddNumber; private Button btnDelNumber; } }