namespace W4Gui.Components { partial class CollectiveListAddDelete { /// /// 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.tblCollective = new System.Windows.Forms.TableLayoutPanel(); this.tblButton = new System.Windows.Forms.TableLayoutPanel(); this.btnAdd = new System.Windows.Forms.Button(); this.btnDel = new System.Windows.Forms.Button(); this.List = new W4Gui.Components.CollectiveListBox(); this.tblCollective.SuspendLayout(); this.tblButton.SuspendLayout(); this.SuspendLayout(); // // tblCollective // this.tblCollective.ColumnCount = 1; this.tblCollective.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tblCollective.Controls.Add(this.tblButton, 0, 1); this.tblCollective.Controls.Add(this.List, 0, 0); this.tblCollective.Dock = System.Windows.Forms.DockStyle.Fill; this.tblCollective.Location = new System.Drawing.Point(0, 0); this.tblCollective.Name = "tblCollective"; this.tblCollective.RowCount = 2; this.tblCollective.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tblCollective.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tblCollective.Size = new System.Drawing.Size(251, 381); this.tblCollective.TabIndex = 0; // // tblButton // this.tblButton.AutoSize = true; this.tblButton.ColumnCount = 2; this.tblButton.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tblButton.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tblButton.Controls.Add(this.btnAdd, 0, 0); this.tblButton.Controls.Add(this.btnDel, 1, 0); this.tblButton.Dock = System.Windows.Forms.DockStyle.Fill; this.tblButton.Location = new System.Drawing.Point(3, 346); this.tblButton.Name = "tblButton"; this.tblButton.RowCount = 1; this.tblButton.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tblButton.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tblButton.Size = new System.Drawing.Size(245, 32); this.tblButton.TabIndex = 1; // // btnAdd // this.btnAdd.Dock = System.Windows.Forms.DockStyle.Fill; this.btnAdd.Location = new System.Drawing.Point(3, 3); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(116, 26); this.btnAdd.TabIndex = 0; this.btnAdd.Text = "Add"; this.btnAdd.UseVisualStyleBackColor = true; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // btnDel // this.btnDel.Dock = System.Windows.Forms.DockStyle.Fill; this.btnDel.Location = new System.Drawing.Point(125, 3); this.btnDel.Name = "btnDel"; this.btnDel.Size = new System.Drawing.Size(117, 26); this.btnDel.TabIndex = 1; this.btnDel.Text = "Delete"; this.btnDel.UseVisualStyleBackColor = true; this.btnDel.Click += new System.EventHandler(this.btnDel_Click); // // List // this.List.Dock = System.Windows.Forms.DockStyle.Fill; this.List.FormattingEnabled = true; this.List.ItemHeight = 15; this.List.Location = new System.Drawing.Point(3, 3); this.List.Name = "List"; this.List.Size = new System.Drawing.Size(245, 337); this.List.TabIndex = 2; // // CollectiveListAddDelete // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tblCollective); this.Name = "CollectiveListAddDelete"; this.Size = new System.Drawing.Size(251, 381); this.tblCollective.ResumeLayout(false); this.tblCollective.PerformLayout(); this.tblButton.ResumeLayout(false); this.ResumeLayout(false); } #endregion private TableLayoutPanel tblCollective; private TableLayoutPanel tblButton; private Button btnAdd; private Button btnDel; public CollectiveListBox List; } }