namespace StandardValueControlsSample {
partial class StandardValueControlsForm {
///
/// 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.tabControl = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.richTextBox = new System.Windows.Forms.RichTextBox();
this.maskedTextBox = new System.Windows.Forms.MaskedTextBox();
this.textBox = new System.Windows.Forms.TextBox();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.trackBar = new System.Windows.Forms.TrackBar();
this.domainUpDown = new System.Windows.Forms.DomainUpDown();
this.numericUpDown = new System.Windows.Forms.NumericUpDown();
this.vScrollBar = new System.Windows.Forms.VScrollBar();
this.hScrollBar = new System.Windows.Forms.HScrollBar();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.option1RadioButton = new System.Windows.Forms.RadioButton();
this.option3RadioButton = new System.Windows.Forms.RadioButton();
this.option2RadioButton = new System.Windows.Forms.RadioButton();
this.checkBox = new System.Windows.Forms.CheckBox();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.monthCalendar = new System.Windows.Forms.MonthCalendar();
this.dateTimePicker = new System.Windows.Forms.DateTimePicker();
this.tabControl.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown)).BeginInit();
this.tabPage3.SuspendLayout();
this.groupBox1.SuspendLayout();
this.tabPage4.SuspendLayout();
this.SuspendLayout();
//
// tabControl
//
this.tabControl.Controls.Add(this.tabPage1);
this.tabControl.Controls.Add(this.tabPage2);
this.tabControl.Controls.Add(this.tabPage3);
this.tabControl.Controls.Add(this.tabPage4);
this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl.Location = new System.Drawing.Point(5, 5);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
this.tabControl.Size = new System.Drawing.Size(517, 514);
this.tabControl.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.label4);
this.tabPage1.Controls.Add(this.label3);
this.tabPage1.Controls.Add(this.label2);
this.tabPage1.Controls.Add(this.richTextBox);
this.tabPage1.Controls.Add(this.maskedTextBox);
this.tabPage1.Controls.Add(this.textBox);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(509, 488);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "String Values";
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Location = new System.Drawing.Point(11, 43);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(83, 13);
this.label4.TabIndex = 9;
this.label4.Text = "MaskedTextBox:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Location = new System.Drawing.Point(11, 11);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(45, 13);
this.label3.TabIndex = 8;
this.label3.Text = "TextBox:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Location = new System.Drawing.Point(11, 77);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(67, 13);
this.label2.TabIndex = 7;
this.label2.Text = "RichTextBox:";
//
// richTextBox
//
this.richTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.richTextBox.Location = new System.Drawing.Point(108, 74);
this.richTextBox.Name = "richTextBox";
this.richTextBox.Size = new System.Drawing.Size(265, 140);
this.richTextBox.TabIndex = 6;
this.richTextBox.Text = "This is a rich text box. This format was created by Microsoft (www.microsoft.com)" +
".";
//
// maskedTextBox
//
this.maskedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.maskedTextBox.Location = new System.Drawing.Point(108, 40);
this.maskedTextBox.Mask = "000-0000";
this.maskedTextBox.Name = "maskedTextBox";
this.maskedTextBox.Size = new System.Drawing.Size(265, 20);
this.maskedTextBox.TabIndex = 3;
//
// textBox
//
this.textBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox.Location = new System.Drawing.Point(108, 8);
this.textBox.Name = "textBox";
this.textBox.Size = new System.Drawing.Size(265, 20);
this.textBox.TabIndex = 2;
this.textBox.Text = "Enter free form text here";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.label6);
this.tabPage2.Controls.Add(this.label5);
this.tabPage2.Controls.Add(this.trackBar);
this.tabPage2.Controls.Add(this.domainUpDown);
this.tabPage2.Controls.Add(this.numericUpDown);
this.tabPage2.Controls.Add(this.vScrollBar);
this.tabPage2.Controls.Add(this.hScrollBar);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(509, 488);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Numeric Values";
//
// label6
//
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label6.AutoSize = true;
this.label6.BackColor = System.Drawing.Color.Transparent;
this.label6.Location = new System.Drawing.Point(12, 130);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(84, 13);
this.label6.TabIndex = 7;
this.label6.Text = "DomainUpDown:";
//
// label5
//
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.Color.Transparent;
this.label5.Location = new System.Drawing.Point(11, 102);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(87, 13);
this.label5.TabIndex = 6;
this.label5.Text = "NumericUpDown:";
//
// trackBar
//
this.trackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.trackBar.Location = new System.Drawing.Point(11, 16);
this.trackBar.Maximum = 90;
this.trackBar.Minimum = 10;
this.trackBar.Name = "trackBar";
this.trackBar.Size = new System.Drawing.Size(492, 45);
this.trackBar.TabIndex = 4;
this.trackBar.Value = 10;
this.trackBar.Scroll += new System.EventHandler(this.trackBar_Scroll);
//
// domainUpDown
//
this.domainUpDown.Items.Add("Apples");
this.domainUpDown.Items.Add("Oranges");
this.domainUpDown.Items.Add("Bananas");
this.domainUpDown.Items.Add("Cumquats");
this.domainUpDown.Location = new System.Drawing.Point(108, 127);
this.domainUpDown.Name = "domainUpDown";
this.domainUpDown.Size = new System.Drawing.Size(120, 20);
this.domainUpDown.TabIndex = 3;
this.domainUpDown.Text = "Apples";
//
// numericUpDown
//
this.numericUpDown.Increment = new decimal(new int[] {
5,
0,
0,
131072});
this.numericUpDown.Location = new System.Drawing.Point(108, 100);
this.numericUpDown.Maximum = new decimal(new int[] {
100,
0,
0,
131072});
this.numericUpDown.Name = "numericUpDown";
this.numericUpDown.Size = new System.Drawing.Size(120, 20);
this.numericUpDown.TabIndex = 2;
//
// vScrollBar
//
this.vScrollBar.Location = new System.Drawing.Point(678, 4);
this.vScrollBar.Name = "vScrollBar";
this.vScrollBar.Size = new System.Drawing.Size(17, 372);
this.vScrollBar.TabIndex = 1;
this.vScrollBar.Scroll += new System.Windows.Forms.ScrollEventHandler(this.vScrollBar_Scroll);
//
// hScrollBar
//
this.hScrollBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.hScrollBar.Location = new System.Drawing.Point(11, 72);
this.hScrollBar.Name = "hScrollBar";
this.hScrollBar.Size = new System.Drawing.Size(789, 17);
this.hScrollBar.TabIndex = 0;
this.hScrollBar.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar_Scroll);
//
// tabPage3
//
this.tabPage3.Controls.Add(this.groupBox1);
this.tabPage3.Controls.Add(this.checkBox);
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(509, 488);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "Boolean Values";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.option1RadioButton);
this.groupBox1.Controls.Add(this.option3RadioButton);
this.groupBox1.Controls.Add(this.option2RadioButton);
this.groupBox1.Location = new System.Drawing.Point(12, 35);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(100, 86);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Select a option:";
//
// option1RadioButton
//
this.option1RadioButton.AutoSize = true;
this.option1RadioButton.BackColor = System.Drawing.Color.Transparent;
this.option1RadioButton.Checked = true;
this.option1RadioButton.Location = new System.Drawing.Point(12, 19);
this.option1RadioButton.Name = "option1RadioButton";
this.option1RadioButton.Size = new System.Drawing.Size(61, 17);
this.option1RadioButton.TabIndex = 1;
this.option1RadioButton.Text = "Option 1";
this.option1RadioButton.UseVisualStyleBackColor = false;
//
// option3RadioButton
//
this.option3RadioButton.AutoSize = true;
this.option3RadioButton.BackColor = System.Drawing.Color.Transparent;
this.option3RadioButton.Location = new System.Drawing.Point(12, 61);
this.option3RadioButton.Name = "option3RadioButton";
this.option3RadioButton.Size = new System.Drawing.Size(61, 17);
this.option3RadioButton.TabIndex = 3;
this.option3RadioButton.TabStop = false;
this.option3RadioButton.Text = "Option 3";
this.option3RadioButton.UseVisualStyleBackColor = false;
//
// option2RadioButton
//
this.option2RadioButton.AutoSize = true;
this.option2RadioButton.BackColor = System.Drawing.Color.Transparent;
this.option2RadioButton.Location = new System.Drawing.Point(12, 40);
this.option2RadioButton.Name = "option2RadioButton";
this.option2RadioButton.Size = new System.Drawing.Size(61, 17);
this.option2RadioButton.TabIndex = 2;
this.option2RadioButton.TabStop = false;
this.option2RadioButton.Text = "Option 2";
this.option2RadioButton.UseVisualStyleBackColor = false;
//
// checkBox
//
this.checkBox.AutoSize = true;
this.checkBox.BackColor = System.Drawing.Color.Transparent;
this.checkBox.Location = new System.Drawing.Point(12, 12);
this.checkBox.Name = "checkBox";
this.checkBox.Size = new System.Drawing.Size(70, 17);
this.checkBox.TabIndex = 0;
this.checkBox.Text = "checkBox";
this.checkBox.UseVisualStyleBackColor = false;
//
// tabPage4
//
this.tabPage4.Controls.Add(this.label8);
this.tabPage4.Controls.Add(this.label7);
this.tabPage4.Controls.Add(this.monthCalendar);
this.tabPage4.Controls.Add(this.dateTimePicker);
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(509, 488);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "Date Values";
//
// label8
//
this.label8.AutoSize = true;
this.label8.BackColor = System.Drawing.Color.Transparent;
this.label8.Location = new System.Drawing.Point(11, 65);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(78, 13);
this.label8.TabIndex = 3;
this.label8.Text = "MonthCalendar:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.BackColor = System.Drawing.Color.Transparent;
this.label7.Location = new System.Drawing.Point(11, 12);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(82, 13);
this.label7.TabIndex = 2;
this.label7.Text = "DateTimePicker:";
//
// monthCalendar
//
this.monthCalendar.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.monthCalendar.Location = new System.Drawing.Point(109, 42);
this.monthCalendar.Name = "monthCalendar";
this.monthCalendar.Size = new System.Drawing.Size(178, 155);
this.monthCalendar.TabIndex = 1;
//
// dateTimePicker
//
this.dateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Time;
this.dateTimePicker.Location = new System.Drawing.Point(108, 9);
this.dateTimePicker.Name = "dateTimePicker";
this.dateTimePicker.ShowUpDown = true;
this.dateTimePicker.Size = new System.Drawing.Size(116, 20);
this.dateTimePicker.TabIndex = 0;
//
// StandardValueControlsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(527, 524);
this.Controls.Add(this.tabControl);
this.Name = "StandardValueControlsForm";
this.Padding = new System.Windows.Forms.Padding(5);
this.Text = "Standard Value Controls";
this.tabControl.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown)).EndInit();
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tabPage4.ResumeLayout(false);
this.tabPage4.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.TextBox textBox;
private System.Windows.Forms.MaskedTextBox maskedTextBox;
private System.Windows.Forms.RichTextBox richTextBox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TrackBar trackBar;
private System.Windows.Forms.DomainUpDown domainUpDown;
private System.Windows.Forms.NumericUpDown numericUpDown;
private System.Windows.Forms.VScrollBar vScrollBar;
private System.Windows.Forms.HScrollBar hScrollBar;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.RadioButton option3RadioButton;
private System.Windows.Forms.RadioButton option2RadioButton;
private System.Windows.Forms.RadioButton option1RadioButton;
private System.Windows.Forms.CheckBox checkBox;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.MonthCalendar monthCalendar;
private System.Windows.Forms.DateTimePicker dateTimePicker;
private System.Windows.Forms.GroupBox groupBox1;
}
}