namespace Itenso.Solutions.Community.ConfigurationWindowsFormsDemo
{
partial class CollectedSettingsForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose( bool disposing )
{
if ( disposing && ( components != null ) )
{
components.Dispose();
}
base.Dispose( disposing );
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager( typeof( CollectedSettingsForm ) );
this.dockPanelLevel0 = new System.Windows.Forms.Panel();
this.listLevel0 = new System.Windows.Forms.ComboBox();
this.optionLevel0 = new System.Windows.Forms.CheckBox();
this.dateTimeEditLevel0 = new System.Windows.Forms.DateTimePicker();
this.textEditLevel0 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.splitterLevel0 = new System.Windows.Forms.Splitter();
this.fillPanelLevel0 = new System.Windows.Forms.Panel();
this.fillPanelLevel1 = new System.Windows.Forms.Panel();
this.fillPanelLevel2 = new System.Windows.Forms.Panel();
this.listLevel3 = new System.Windows.Forms.ComboBox();
this.optionLevel3 = new System.Windows.Forms.CheckBox();
this.dateTimeEditLevel3 = new System.Windows.Forms.DateTimePicker();
this.textEditLevel3 = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.splitterLevel2 = new System.Windows.Forms.Splitter();
this.dockPanelLevel2 = new System.Windows.Forms.Panel();
this.listLevel2 = new System.Windows.Forms.ComboBox();
this.optionLevel2 = new System.Windows.Forms.CheckBox();
this.dateTimeEditLevel2 = new System.Windows.Forms.DateTimePicker();
this.textEditLevel2 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.splitterLevel1 = new System.Windows.Forms.Splitter();
this.dockPanelLevel1 = new System.Windows.Forms.Panel();
this.listlevel1 = new System.Windows.Forms.ComboBox();
this.optionLevel1 = new System.Windows.Forms.CheckBox();
this.dateTimeEditLevel1 = new System.Windows.Forms.DateTimePicker();
this.textEditLevel1 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.dockPanelLevel0.SuspendLayout();
this.fillPanelLevel0.SuspendLayout();
this.fillPanelLevel1.SuspendLayout();
this.fillPanelLevel2.SuspendLayout();
this.dockPanelLevel2.SuspendLayout();
this.dockPanelLevel1.SuspendLayout();
this.SuspendLayout();
//
// dockPanelLevel0
//
this.dockPanelLevel0.Controls.Add( this.listLevel0 );
this.dockPanelLevel0.Controls.Add( this.optionLevel0 );
this.dockPanelLevel0.Controls.Add( this.dateTimeEditLevel0 );
this.dockPanelLevel0.Controls.Add( this.textEditLevel0 );
this.dockPanelLevel0.Controls.Add( this.label1 );
this.dockPanelLevel0.Dock = System.Windows.Forms.DockStyle.Left;
this.dockPanelLevel0.Location = new System.Drawing.Point( 0, 0 );
this.dockPanelLevel0.Name = "dockPanelLevel0";
this.dockPanelLevel0.Size = new System.Drawing.Size( 200, 370 );
this.dockPanelLevel0.TabIndex = 0;
//
// listLevel0
//
this.listLevel0.Anchor = ( (System.Windows.Forms.AnchorStyles)( ( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left )
| System.Windows.Forms.AnchorStyles.Right ) ) );
this.listLevel0.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.listLevel0.FormattingEnabled = true;
this.listLevel0.Items.AddRange( new object[] {
"none",
"Visa",
"MasterCard"} );
this.listLevel0.Location = new System.Drawing.Point( 12, 80 );
this.listLevel0.Name = "listLevel0";
this.listLevel0.Size = new System.Drawing.Size( 182, 21 );
this.listLevel0.TabIndex = 3;
//
// optionLevel0
//
this.optionLevel0.AutoSize = true;
this.optionLevel0.Location = new System.Drawing.Point( 12, 107 );
this.optionLevel0.Name = "optionLevel0";
this.optionLevel0.Size = new System.Drawing.Size( 57, 17 );
this.optionLevel0.TabIndex = 4;
this.optionLevel0.Text = "Option";
this.optionLevel0.UseVisualStyleBackColor = true;
//
// dateTimeEditLevel0
//
this.dateTimeEditLevel0.Anchor = ( (System.Windows.Forms.AnchorStyles)( ( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left )
| System.Windows.Forms.AnchorStyles.Right ) ) );
this.dateTimeEditLevel0.Location = new System.Drawing.Point( 12, 53 );
this.dateTimeEditLevel0.Name = "dateTimeEditLevel0";
this.dateTimeEditLevel0.Size = new System.Drawing.Size( 182, 20 );
this.dateTimeEditLevel0.TabIndex = 2;
//
// textEditLevel0
//
this.textEditLevel0.Anchor = ( (System.Windows.Forms.AnchorStyles)( ( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left )
| System.Windows.Forms.AnchorStyles.Right ) ) );
this.textEditLevel0.Location = new System.Drawing.Point( 12, 26 );
this.textEditLevel0.Name = "textEditLevel0";
this.textEditLevel0.Size = new System.Drawing.Size( 182, 20 );
this.textEditLevel0.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point( 12, 9 );
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size( 72, 13 );
this.label1.TabIndex = 0;
this.label1.Text = "Input Level 0:";
//
// splitterLevel0
//
this.splitterLevel0.BackColor = System.Drawing.SystemColors.ControlDark;
this.splitterLevel0.Location = new System.Drawing.Point( 200, 0 );
this.splitterLevel0.Name = "splitterLevel0";
this.splitterLevel0.Size = new System.Drawing.Size( 3, 370 );
this.splitterLevel0.TabIndex = 1;
this.splitterLevel0.TabStop = false;
//
// fillPanelLevel0
//
this.fillPanelLevel0.Controls.Add( this.fillPanelLevel1 );
this.fillPanelLevel0.Controls.Add( this.splitterLevel1 );
this.fillPanelLevel0.Controls.Add( this.dockPanelLevel1 );
this.fillPanelLevel0.Dock = System.Windows.Forms.DockStyle.Fill;
this.fillPanelLevel0.Location = new System.Drawing.Point( 203, 0 );
this.fillPanelLevel0.Name = "fillPanelLevel0";
this.fillPanelLevel0.Size = new System.Drawing.Size( 409, 370 );
this.fillPanelLevel0.TabIndex = 2;
//
// fillPanelLevel1
//
this.fillPanelLevel1.Controls.Add( this.fillPanelLevel2 );
this.fillPanelLevel1.Controls.Add( this.splitterLevel2 );
this.fillPanelLevel1.Controls.Add( this.dockPanelLevel2 );
this.fillPanelLevel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.fillPanelLevel1.Location = new System.Drawing.Point( 0, 140 );
this.fillPanelLevel1.Name = "fillPanelLevel1";
this.fillPanelLevel1.Size = new System.Drawing.Size( 409, 230 );
this.fillPanelLevel1.TabIndex = 2;
//
// fillPanelLevel2
//
this.fillPanelLevel2.Controls.Add( this.listLevel3 );
this.fillPanelLevel2.Controls.Add( this.optionLevel3 );
this.fillPanelLevel2.Controls.Add( this.dateTimeEditLevel3 );
this.fillPanelLevel2.Controls.Add( this.textEditLevel3 );
this.fillPanelLevel2.Controls.Add( this.label4 );
this.fillPanelLevel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.fillPanelLevel2.Location = new System.Drawing.Point( 203, 0 );
this.fillPanelLevel2.Name = "fillPanelLevel2";
this.fillPanelLevel2.Size = new System.Drawing.Size( 206, 230 );
this.fillPanelLevel2.TabIndex = 2;
//
// listLevel3
//
this.listLevel3.Anchor = ( (System.Windows.Forms.AnchorStyles)( ( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left )
| System.Windows.Forms.AnchorStyles.Right ) ) );
this.listLevel3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.listLevel3.Enabled = false;
this.listLevel3.FormattingEnabled = true;
this.listLevel3.Items.AddRange( new object[] {
"none",
"Visa",
"MasterCard"} );
this.listLevel3.Location = new System.Drawing.Point( 9, 80 );
this.listLevel3.Name = "listLevel3";
this.listLevel3.Size = new System.Drawing.Size( 185, 21 );
this.listLevel3.TabIndex = 3;
//
// optionLevel3
//
this.optionLevel3.AutoSize = true;
this.optionLevel3.Location = new System.Drawing.Point( 9, 107 );
this.optionLevel3.Name = "optionLevel3";
this.optionLevel3.Size = new System.Drawing.Size( 146, 17 );
this.optionLevel3.TabIndex = 4;
this.optionLevel3.Text = "Option (Setting Excluded)";
this.optionLevel3.UseVisualStyleBackColor = true;
//
// dateTimeEditLevel3
//
this.dateTimeEditLevel3.Anchor = ( (System.Windows.Forms.AnchorStyles)( ( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left )
| System.Windows.Forms.AnchorStyles.Right ) ) );
this.dateTimeEditLevel3.Location = new System.Drawing.Point( 9, 54 );
this.dateTimeEditLevel3.Name = "dateTimeEditLevel3";
this.dateTimeEditLevel3.Size = new System.Drawing.Size( 185, 20 );
this.dateTimeEditLevel3.TabIndex = 2;
//
// textEditLevel3
//
this.textEditLevel3.Anchor = ( (System.Windows.Forms.AnchorStyles)( ( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left )
| System.Windows.Forms.AnchorStyles.Right ) ) );
this.textEditLevel3.Location = new System.Drawing.Point( 9, 28 );
this.textEditLevel3.Name = "textEditLevel3";
this.textEditLevel3.Size = new System.Drawing.Size( 185, 20 );
this.textEditLevel3.TabIndex = 1;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point( 6, 12 );
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size( 72, 13 );
this.label4.TabIndex = 0;
this.label4.Text = "Input Level 3:";
//
// splitterLevel2
//
this.splitterLevel2.BackColor = System.Drawing.SystemColors.ControlDark;
this.splitterLevel2.Location = new System.Drawing.Point( 200, 0 );
this.splitterLevel2.Name = "splitterLevel2";
this.splitterLevel2.Size = new System.Drawing.Size( 3, 230 );
this.splitterLevel2.TabIndex = 1;
this.splitterLevel2.TabStop = false;
//
// dockPanelLevel2
//
this.dockPanelLevel2.Controls.Add( this.listLevel2 );
this.dockPanelLevel2.Controls.Add( this.optionLevel2 );
this.dockPanelLevel2.Controls.Add( this.dateTimeEditLevel2 );
this.dockPanelLevel2.Controls.Add( this.textEditLevel2 );
this.dockPanelLevel2.Controls.Add( this.label3 );
this.dockPanelLevel2.Dock = System.Windows.Forms.DockStyle.Left;
this.dockPanelLevel2.Location = new System.Drawing.Point( 0, 0 );
this.dockPanelLevel2.Name = "dockPanelLevel2";
this.dockPanelLevel2.Size = new System.Drawing.Size( 200, 230 );
this.dockPanelLevel2.TabIndex = 0;
//
// listLevel2
//
this.listLevel2.Anchor = ( (System.Windows.Forms.AnchorStyles)( ( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left )
| System.Windows.Forms.AnchorStyles.Right ) ) );
this.listLevel2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.listLevel2.FormattingEnabled = true;
this.listLevel2.Items.AddRange( new object[] {
"none",
"Visa",
"MasterCard"} );
this.listLevel2.Location = new System.Drawing.Point( 9, 80 );
this.listLevel2.Name = "listLevel2";
this.listLevel2.Size = new System.Drawing.Size( 185, 21 );
this.listLevel2.TabIndex = 3;
//
// optionLevel2
//
this.optionLevel2.AutoSize = true;
this.optionLevel2.Location = new System.Drawing.Point( 6, 107 );
this.optionLevel2.Name = "optionLevel2";
this.optionLevel2.Size = new System.Drawing.Size( 57, 17 );
this.optionLevel2.TabIndex = 4;
this.optionLevel2.Text = "Option";
this.optionLevel2.UseVisualStyleBackColor = true;
//
// dateTimeEditLevel2
//
this.dateTimeEditLevel2.Anchor = ( (System.Windows.Forms.AnchorStyles)( ( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left )
| System.Windows.Forms.AnchorStyles.Right ) ) );
this.dateTimeEditLevel2.Location = new System.Drawing.Point( 9, 54 );
this.dateTimeEditLevel2.Name = "dateTimeEditLevel2";
this.dateTimeEditLevel2.Size = new System.Drawing.Size( 185, 20 );
this.dateTimeEditLevel2.TabIndex = 2;
//
// textEditLevel2
//
this.textEditLevel2.Anchor = ( (System.Windows.Forms.AnchorStyles)( ( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left )
| System.Windows.Forms.AnchorStyles.Right ) ) );
this.textEditLevel2.Location = new System.Drawing.Point( 9, 28 );
this.textEditLevel2.Name = "textEditLevel2";
this.textEditLevel2.Size = new System.Drawing.Size( 185, 20 );
this.textEditLevel2.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point( 6, 12 );
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size( 72, 13 );
this.label3.TabIndex = 0;
this.label3.Text = "Input Level 2:";
//
// splitterLevel1
//
this.splitterLevel1.BackColor = System.Drawing.SystemColors.ControlDark;
this.splitterLevel1.Dock = System.Windows.Forms.DockStyle.Top;
this.splitterLevel1.Location = new System.Drawing.Point( 0, 137 );
this.splitterLevel1.Name = "splitterLevel1";
this.splitterLevel1.Size = new System.Drawing.Size( 409, 3 );
this.splitterLevel1.TabIndex = 1;
this.splitterLevel1.TabStop = false;
//
// dockPanelLevel1
//
this.dockPanelLevel1.Controls.Add( this.listlevel1 );
this.dockPanelLevel1.Controls.Add( this.optionLevel1 );
this.dockPanelLevel1.Controls.Add( this.dateTimeEditLevel1 );
this.dockPanelLevel1.Controls.Add( this.textEditLevel1 );
this.dockPanelLevel1.Controls.Add( this.label2 );
this.dockPanelLevel1.Dock = System.Windows.Forms.DockStyle.Top;
this.dockPanelLevel1.Location = new System.Drawing.Point( 0, 0 );
this.dockPanelLevel1.Name = "dockPanelLevel1";
this.dockPanelLevel1.Size = new System.Drawing.Size( 409, 137 );
this.dockPanelLevel1.TabIndex = 0;
//
// listlevel1
//
this.listlevel1.Anchor = ( (System.Windows.Forms.AnchorStyles)( ( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left )
| System.Windows.Forms.AnchorStyles.Right ) ) );
this.listlevel1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.listlevel1.FormattingEnabled = true;
this.listlevel1.Items.AddRange( new object[] {
"none",
"Visa",
"MasterCard"} );
this.listlevel1.Location = new System.Drawing.Point( 9, 79 );
this.listlevel1.Name = "listlevel1";
this.listlevel1.Size = new System.Drawing.Size( 388, 21 );
this.listlevel1.TabIndex = 3;
//
// optionLevel1
//
this.optionLevel1.AutoSize = true;
this.optionLevel1.Location = new System.Drawing.Point( 9, 106 );
this.optionLevel1.Name = "optionLevel1";
this.optionLevel1.Size = new System.Drawing.Size( 57, 17 );
this.optionLevel1.TabIndex = 4;
this.optionLevel1.Text = "Option";
this.optionLevel1.UseVisualStyleBackColor = true;
//
// dateTimeEditLevel1
//
this.dateTimeEditLevel1.Anchor = ( (System.Windows.Forms.AnchorStyles)( ( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left )
| System.Windows.Forms.AnchorStyles.Right ) ) );
this.dateTimeEditLevel1.Location = new System.Drawing.Point( 9, 53 );
this.dateTimeEditLevel1.Name = "dateTimeEditLevel1";
this.dateTimeEditLevel1.Size = new System.Drawing.Size( 388, 20 );
this.dateTimeEditLevel1.TabIndex = 2;
//
// textEditLevel1
//
this.textEditLevel1.Anchor = ( (System.Windows.Forms.AnchorStyles)( ( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left )
| System.Windows.Forms.AnchorStyles.Right ) ) );
this.textEditLevel1.Location = new System.Drawing.Point( 9, 26 );
this.textEditLevel1.Name = "textEditLevel1";
this.textEditLevel1.Size = new System.Drawing.Size( 388, 20 );
this.textEditLevel1.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point( 6, 9 );
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size( 72, 13 );
this.label2.TabIndex = 0;
this.label2.Text = "Input Level 1:";
//
// CollectedSettingsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size( 612, 370 );
this.Controls.Add( this.fillPanelLevel0 );
this.Controls.Add( this.splitterLevel0 );
this.Controls.Add( this.dockPanelLevel0 );
this.Icon = ( (System.Drawing.Icon)( resources.GetObject( "$this.Icon" ) ) );
this.Name = "CollectedSettingsForm";
this.Text = "Usser Settings Applied - Collected Control Settings";
this.dockPanelLevel0.ResumeLayout( false );
this.dockPanelLevel0.PerformLayout();
this.fillPanelLevel0.ResumeLayout( false );
this.fillPanelLevel1.ResumeLayout( false );
this.fillPanelLevel2.ResumeLayout( false );
this.fillPanelLevel2.PerformLayout();
this.dockPanelLevel2.ResumeLayout( false );
this.dockPanelLevel2.PerformLayout();
this.dockPanelLevel1.ResumeLayout( false );
this.dockPanelLevel1.PerformLayout();
this.ResumeLayout( false );
}
#endregion
private System.Windows.Forms.Panel dockPanelLevel0;
private System.Windows.Forms.Splitter splitterLevel0;
private System.Windows.Forms.Panel fillPanelLevel0;
private System.Windows.Forms.Panel dockPanelLevel1;
private System.Windows.Forms.Panel fillPanelLevel1;
private System.Windows.Forms.Splitter splitterLevel1;
private System.Windows.Forms.Panel fillPanelLevel2;
private System.Windows.Forms.Splitter splitterLevel2;
private System.Windows.Forms.Panel dockPanelLevel2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textEditLevel0;
private System.Windows.Forms.TextBox textEditLevel3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textEditLevel2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textEditLevel1;
private System.Windows.Forms.DateTimePicker dateTimeEditLevel0;
private System.Windows.Forms.DateTimePicker dateTimeEditLevel1;
private System.Windows.Forms.DateTimePicker dateTimeEditLevel2;
private System.Windows.Forms.DateTimePicker dateTimeEditLevel3;
private System.Windows.Forms.CheckBox optionLevel0;
private System.Windows.Forms.CheckBox optionLevel3;
private System.Windows.Forms.CheckBox optionLevel2;
private System.Windows.Forms.CheckBox optionLevel1;
private System.Windows.Forms.ComboBox listLevel0;
private System.Windows.Forms.ComboBox listLevel3;
private System.Windows.Forms.ComboBox listLevel2;
private System.Windows.Forms.ComboBox listlevel1;
}
}