namespace LayoutSample { partial class GridLayoutForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// 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() { this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.button9 = new System.Windows.Forms.Button(); this.button8 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.toolStripOverflowButton = new System.Windows.Forms.Button(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 3; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34F)); this.tableLayoutPanel1.Controls.Add(this.button9, 2, 2); this.tableLayoutPanel1.Controls.Add(this.button8, 1, 2); this.tableLayoutPanel1.Controls.Add(this.button7, 0, 2); this.tableLayoutPanel1.Controls.Add(this.button6, 2, 1); this.tableLayoutPanel1.Controls.Add(this.button3, 1, 1); this.tableLayoutPanel1.Controls.Add(this.button4, 0, 1); this.tableLayoutPanel1.Controls.Add(this.button3, 2, 0); this.tableLayoutPanel1.Controls.Add(this.button2, 1, 0); this.tableLayoutPanel1.Controls.Add(this.toolStripOverflowButton, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 3; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 34F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(261, 262); this.tableLayoutPanel1.TabIndex = 0; // // button9 // this.button9.Dock = System.Windows.Forms.DockStyle.Fill; this.button9.Location = new System.Drawing.Point(175, 175); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(83, 84); this.button9.TabIndex = 17; this.button9.Text = "9"; // // button8 // this.button8.Dock = System.Windows.Forms.DockStyle.Fill; this.button8.Location = new System.Drawing.Point(89, 175); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(80, 84); this.button8.TabIndex = 16; this.button8.Text = "8"; // // button7 // this.button7.Dock = System.Windows.Forms.DockStyle.Fill; this.button7.Location = new System.Drawing.Point(3, 175); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(80, 84); this.button7.TabIndex = 15; this.button7.Text = "7"; // // button6 // this.button6.Dock = System.Windows.Forms.DockStyle.Fill; this.button6.Location = new System.Drawing.Point(175, 89); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(83, 80); this.button6.TabIndex = 14; this.button6.Text = "6"; // // button3 // this.button3.Dock = System.Windows.Forms.DockStyle.Fill; this.button3.Location = new System.Drawing.Point(89, 89); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(80, 80); this.button3.TabIndex = 13; this.button3.Text = "5"; // // button4 // this.button4.Dock = System.Windows.Forms.DockStyle.Fill; this.button4.Location = new System.Drawing.Point(3, 89); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(80, 80); this.button4.TabIndex = 12; this.button4.Text = "4"; // // button3 // this.button3.Dock = System.Windows.Forms.DockStyle.Fill; this.button3.Location = new System.Drawing.Point(175, 3); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(83, 80); this.button3.TabIndex = 11; this.button3.Text = "3"; // // button2 // this.button2.Dock = System.Windows.Forms.DockStyle.Fill; this.button2.Location = new System.Drawing.Point(89, 3); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(80, 80); this.button2.TabIndex = 10; this.button2.Text = "2"; // // toolStripOverflowButton // this.toolStripOverflowButton.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripOverflowButton.Location = new System.Drawing.Point(3, 3); this.toolStripOverflowButton.Name = "toolStripOverflowButton"; this.toolStripOverflowButton.Size = new System.Drawing.Size(80, 80); this.toolStripOverflowButton.TabIndex = 9; this.toolStripOverflowButton.Text = "1"; // // GridLayoutForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(261, 262); this.Controls.Add(this.tableLayoutPanel1); this.Name = "GridLayoutForm"; this.Text = "Grid Layout Sample"; this.tableLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Button button9; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button toolStripOverflowButton; } }