in tools/WindowsFormsControlSampler/src/WindowsFormsControlSampler/Form1.Designer.cs [29:246]
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.button1 = new System.Windows.Forms.Button();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.listBox1 = new System.Windows.Forms.ListBox();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
this.groupBox1.SuspendLayout();
this.tabControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(41, 34);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(150, 45);
this.button1.TabIndex = 0;
this.button1.Text = "button1";
this.button1.UseVisualStyleBackColor = true;
//
// checkBox1
//
this.checkBox1.AccessibleName = "Some Binary Option";
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(41, 99);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(150, 29);
this.checkBox1.TabIndex = 1;
this.checkBox1.Text = "checkBox1";
this.checkBox1.UseVisualStyleBackColor = true;
//
// comboBox1
//
this.comboBox1.AccessibleName = "Some flexible choice";
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"First item",
"Second item"});
this.comboBox1.Location = new System.Drawing.Point(41, 164);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(150, 33);
this.comboBox1.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(41, 238);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(70, 25);
this.label1.TabIndex = 3;
this.label1.Text = "label1";
//
// listBox1
//
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 25;
this.listBox1.Items.AddRange(new object[] {
"First item",
"Second item"});
this.listBox1.Location = new System.Drawing.Point(41, 336);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(150, 79);
this.listBox1.TabIndex = 4;
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.Drawing.Point(22, 40);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(165, 29);
this.radioButton1.TabIndex = 5;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "radioButton1";
this.radioButton1.UseVisualStyleBackColor = true;
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(22, 90);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(165, 29);
this.radioButton2.TabIndex = 6;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "radioButton2";
this.radioButton2.UseVisualStyleBackColor = true;
//
// richTextBox1
//
this.richTextBox1.Location = new System.Drawing.Point(41, 607);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(265, 96);
this.richTextBox1.TabIndex = 6;
this.richTextBox1.Text = resources.GetString("richTextBox1.Text");
//
// textBox1
//
this.textBox1.AccessibleName = "Some freeform field";
this.textBox1.Location = new System.Drawing.Point(41, 274);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(150, 31);
this.textBox1.TabIndex = 3;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.radioButton1);
this.groupBox1.Controls.Add(this.radioButton2);
this.groupBox1.Location = new System.Drawing.Point(44, 441);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(262, 144);
this.groupBox1.TabIndex = 5;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "groupBox1";
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(335, 27);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(598, 326);
this.tabControl1.TabIndex = 8;
//
// tabPage1
//
this.tabPage1.Location = new System.Drawing.Point(8, 39);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(582, 279);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "tabPage1";
this.tabPage1.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.Location = new System.Drawing.Point(8, 39);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(582, 279);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "tabPage2";
this.tabPage2.UseVisualStyleBackColor = true;
//
// numericUpDown1
//
this.numericUpDown1.Location = new System.Drawing.Point(41, 747);
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(265, 31);
this.numericUpDown1.TabIndex = 7;
//
// checkedListBox1
//
this.checkedListBox1.AccessibleName = "Some checkable things";
this.checkedListBox1.FormattingEnabled = true;
this.checkedListBox1.Items.AddRange(new object[] {
"First item",
"Second item",
"Third item"});
this.checkedListBox1.Location = new System.Drawing.Point(335, 382);
this.checkedListBox1.Name = "checkedListBox1";
this.checkedListBox1.Size = new System.Drawing.Size(384, 88);
this.checkedListBox1.TabIndex = 9;
//
// dateTimePicker1
//
this.dateTimePicker1.Location = new System.Drawing.Point(335, 500);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(200, 31);
this.dateTimePicker1.TabIndex = 10;
//
// monthCalendar1
//
this.monthCalendar1.Location = new System.Drawing.Point(335, 564);
this.monthCalendar1.Name = "monthCalendar1";
this.monthCalendar1.TabIndex = 11;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1408, 881);
this.Controls.Add(this.monthCalendar1);
this.Controls.Add(this.dateTimePicker1);
this.Controls.Add(this.checkedListBox1);
this.Controls.Add(this.numericUpDown1);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.richTextBox1);
this.Controls.Add(this.listBox1);
this.Controls.Add(this.label1);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.checkBox1);
this.Controls.Add(this.button1);
this.Name = "Form1";
this.Text = "Form1";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tabControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}