namespace LayoutSample { partial class GroupingForm { /// /// 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.groupBox1 = new System.Windows.Forms.GroupBox(); this.listBox1 = new System.Windows.Forms.ListBox(); this.anchoredTextBox = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.tabControl2 = new System.Windows.Forms.TabControl(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.groupBox1.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.tabControl2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.listBox1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(161, 263); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Select a person:"; // // listBox1 // this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.listBox1.FormattingEnabled = true; this.listBox1.IntegralHeight = false; this.listBox1.Items.AddRange(new object[] { "Chris", "Mike", "Joe", "Pete", "Fred"}); this.listBox1.Location = new System.Drawing.Point(3, 16); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(155, 244); this.listBox1.TabIndex = 0; // // anchoredTextBox // this.anchoredTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.anchoredTextBox.Location = new System.Drawing.Point(46, 11); this.anchoredTextBox.Margin = new System.Windows.Forms.Padding(1, 3, 3, 3); this.anchoredTextBox.Name = "anchoredTextBox"; this.anchoredTextBox.Size = new System.Drawing.Size(255, 20); this.anchoredTextBox.TabIndex = 10; this.anchoredTextBox.Text = "Joe"; // // textBox2 // this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBox2.Location = new System.Drawing.Point(46, 38); this.textBox2.Margin = new System.Windows.Forms.Padding(1, 3, 3, 3); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(255, 20); this.textBox2.TabIndex = 9; this.textBox2.Text = "Bob"; // // textBox3 // this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBox3.Location = new System.Drawing.Point(46, 65); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(255, 20); this.textBox3.TabIndex = 8; this.textBox3.Text = "Programmer"; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Location = new System.Drawing.Point(6, 68); this.label3.Margin = new System.Windows.Forms.Padding(3, 0, 1, 3); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(30, 13); this.label3.TabIndex = 2; this.label3.Text = "Last:"; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Location = new System.Drawing.Point(6, 41); this.label2.Margin = new System.Windows.Forms.Padding(3, 3, 1, 1); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 13); this.label2.TabIndex = 1; this.label2.Text = "Middle:"; // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Location = new System.Drawing.Point(6, 14); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 13); this.label1.TabIndex = 0; this.label1.Text = "First:"; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.groupBox1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.tabControl2); this.splitContainer1.Size = new System.Drawing.Size(482, 263); this.splitContainer1.SplitterDistance = 161; this.splitContainer1.TabIndex = 2; this.splitContainer1.Text = "splitContainer1"; // // tabControl2 // this.tabControl2.Controls.Add(this.tabPage3); this.tabControl2.Controls.Add(this.tabPage4); this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl2.Location = new System.Drawing.Point(0, 0); this.tabControl2.Name = "tabControl2"; this.tabControl2.SelectedIndex = 0; this.tabControl2.Size = new System.Drawing.Size(317, 263); this.tabControl2.TabIndex = 11; // // tabPage3 // this.tabPage3.Controls.Add(this.anchoredTextBox); this.tabPage3.Controls.Add(this.textBox2); this.tabPage3.Controls.Add(this.label1); this.tabPage3.Controls.Add(this.textBox3); this.tabPage3.Controls.Add(this.label2); this.tabPage3.Controls.Add(this.label3); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(309, 237); this.tabPage3.TabIndex = 0; this.tabPage3.Text = "Name"; this.tabPage3.UseVisualStyleBackColor = true; // // tabPage4 // this.tabPage4.Location = new System.Drawing.Point(4, 22); this.tabPage4.Name = "tabPage4"; this.tabPage4.Padding = new System.Windows.Forms.Padding(3); this.tabPage4.Size = new System.Drawing.Size(185, 153); this.tabPage4.TabIndex = 1; this.tabPage4.Text = "Address"; this.tabPage4.UseVisualStyleBackColor = true; // // GroupingForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(482, 263); this.Controls.Add(this.splitContainer1); this.Name = "GroupingForm"; this.Text = "Grouping"; this.groupBox1.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.tabControl2.ResumeLayout(false); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.ListBox listBox1; private System.Windows.Forms.TextBox anchoredTextBox; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.TabControl tabControl2; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.TabPage tabPage4; } }