Beispiel #1
0
 /// <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(MainForm));
     this.ItemsTextBox         = new System.Windows.Forms.TextBox();
     this.ItemsLabel           = new System.Windows.Forms.Label();
     this.ClearButton          = new System.Windows.Forms.Button();
     this.AddDelimiterButton   = new System.Windows.Forms.Button();
     this.DistinctListButton2  = new System.Windows.Forms.Button();
     this.InstructionsLabel    = new System.Windows.Forms.Label();
     this.SingleQuotesCheckbox = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.DelimiterTextBox     = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.SuspendLayout();
     //
     // ItemsTextBox
     //
     this.ItemsTextBox.Location   = new System.Drawing.Point(33, 40);
     this.ItemsTextBox.Multiline  = true;
     this.ItemsTextBox.Name       = "ItemsTextBox";
     this.ItemsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.ItemsTextBox.Size       = new System.Drawing.Size(401, 400);
     this.ItemsTextBox.TabIndex   = 0;
     //
     // ItemsLabel
     //
     this.ItemsLabel.AutoSize  = true;
     this.ItemsLabel.BackColor = System.Drawing.Color.Transparent;
     this.ItemsLabel.Font      = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ItemsLabel.ForeColor = System.Drawing.Color.LemonChiffon;
     this.ItemsLabel.Location  = new System.Drawing.Point(29, 20);
     this.ItemsLabel.Name      = "ItemsLabel";
     this.ItemsLabel.Size      = new System.Drawing.Size(65, 18);
     this.ItemsLabel.TabIndex  = 1;
     this.ItemsLabel.Text      = "Items:";
     //
     // ClearButton
     //
     this.ClearButton.BackColor                         = System.Drawing.Color.Transparent;
     this.ClearButton.BackgroundImage                   = global::Delimiter.Properties.Resources.Black_Button;
     this.ClearButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.ClearButton.FlatAppearance.BorderSize         = 0;
     this.ClearButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.ClearButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.ClearButton.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.ClearButton.ForeColor                         = System.Drawing.Color.LemonChiffon;
     this.ClearButton.Location = new System.Drawing.Point(455, 241);
     this.ClearButton.Name     = "ClearButton";
     this.ClearButton.Size     = new System.Drawing.Size(118, 45);
     this.ClearButton.TabIndex = 3;
     this.ClearButton.Text     = "Clear";
     this.ClearButton.UseVisualStyleBackColor = false;
     this.ClearButton.Click      += new System.EventHandler(this.ClearButton_Click);
     this.ClearButton.MouseEnter += new System.EventHandler(this.Button_MouseEnter);
     this.ClearButton.MouseLeave += new System.EventHandler(this.Button_MouseLeave);
     //
     // AddDelimiterButton
     //
     this.AddDelimiterButton.BackColor                         = System.Drawing.Color.Transparent;
     this.AddDelimiterButton.BackgroundImage                   = global::Delimiter.Properties.Resources.Black_Button;
     this.AddDelimiterButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.AddDelimiterButton.FlatAppearance.BorderSize         = 0;
     this.AddDelimiterButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.AddDelimiterButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.AddDelimiterButton.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.AddDelimiterButton.ForeColor                         = System.Drawing.Color.LemonChiffon;
     this.AddDelimiterButton.Location = new System.Drawing.Point(455, 135);
     this.AddDelimiterButton.Name     = "AddDelimiterButton";
     this.AddDelimiterButton.Size     = new System.Drawing.Size(294, 45);
     this.AddDelimiterButton.TabIndex = 6;
     this.AddDelimiterButton.Text     = "Add Delimiter && Copy";
     this.AddDelimiterButton.UseVisualStyleBackColor = false;
     this.AddDelimiterButton.Click      += new System.EventHandler(this.AddDelimiter_Click);
     this.AddDelimiterButton.MouseEnter += new System.EventHandler(this.Button_MouseEnter);
     this.AddDelimiterButton.MouseLeave += new System.EventHandler(this.Button_MouseLeave);
     //
     // DistinctListButton2
     //
     this.DistinctListButton2.BackColor                         = System.Drawing.Color.Transparent;
     this.DistinctListButton2.BackgroundImage                   = global::Delimiter.Properties.Resources.Black_Button;
     this.DistinctListButton2.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.DistinctListButton2.FlatAppearance.BorderSize         = 0;
     this.DistinctListButton2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.DistinctListButton2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.DistinctListButton2.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.DistinctListButton2.ForeColor                         = System.Drawing.Color.LemonChiffon;
     this.DistinctListButton2.Location = new System.Drawing.Point(455, 188);
     this.DistinctListButton2.Name     = "DistinctListButton2";
     this.DistinctListButton2.Size     = new System.Drawing.Size(294, 45);
     this.DistinctListButton2.TabIndex = 7;
     this.DistinctListButton2.Text     = "Get Distinct List && Copy";
     this.DistinctListButton2.UseVisualStyleBackColor = false;
     this.DistinctListButton2.Click      += new System.EventHandler(this.DistinctListButton_Click);
     this.DistinctListButton2.MouseEnter += new System.EventHandler(this.Button_MouseEnter);
     this.DistinctListButton2.MouseLeave += new System.EventHandler(this.Button_MouseLeave);
     //
     // InstructionsLabel
     //
     this.InstructionsLabel.BackColor = System.Drawing.Color.Transparent;
     this.InstructionsLabel.Font      = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.InstructionsLabel.ForeColor = System.Drawing.Color.LemonChiffon;
     this.InstructionsLabel.Location  = new System.Drawing.Point(33, 443);
     this.InstructionsLabel.Name      = "InstructionsLabel";
     this.InstructionsLabel.Size      = new System.Drawing.Size(401, 23);
     this.InstructionsLabel.TabIndex  = 71;
     this.InstructionsLabel.Text      = "Enter or paste items one per line";
     this.InstructionsLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // SingleQuotesCheckbox
     //
     this.SingleQuotesCheckbox.BackColor = System.Drawing.Color.Transparent;
     this.SingleQuotesCheckbox.CheckBoxHorizontalOffSet = 0;
     this.SingleQuotesCheckbox.CheckBoxVerticalOffSet   = 4;
     this.SingleQuotesCheckbox.CheckChangedListener     = null;
     this.SingleQuotesCheckbox.Checked    = false;
     this.SingleQuotesCheckbox.Editable   = true;
     this.SingleQuotesCheckbox.Font       = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SingleQuotesCheckbox.LabelColor = System.Drawing.Color.LemonChiffon;
     this.SingleQuotesCheckbox.LabelFont  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SingleQuotesCheckbox.LabelText  = "Surround With Single Quotes:";
     this.SingleQuotesCheckbox.LabelWidth = 280;
     this.SingleQuotesCheckbox.Location   = new System.Drawing.Point(440, 74);
     this.SingleQuotesCheckbox.Name       = "SingleQuotesCheckbox";
     this.SingleQuotesCheckbox.Size       = new System.Drawing.Size(369, 28);
     this.SingleQuotesCheckbox.TabIndex   = 72;
     //
     // DelimiterTextBox
     //
     this.DelimiterTextBox.BackColor             = System.Drawing.Color.Transparent;
     this.DelimiterTextBox.BottomMargin          = 0;
     this.DelimiterTextBox.Editable              = true;
     this.DelimiterTextBox.Encrypted             = false;
     this.DelimiterTextBox.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DelimiterTextBox.LabelBottomMargin     = 0;
     this.DelimiterTextBox.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.DelimiterTextBox.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DelimiterTextBox.LabelText             = "Delimiter:";
     this.DelimiterTextBox.LabelTopMargin        = 4;
     this.DelimiterTextBox.LabelWidth            = 128;
     this.DelimiterTextBox.Location              = new System.Drawing.Point(534, 40);
     this.DelimiterTextBox.MultiLine             = false;
     this.DelimiterTextBox.Name                  = "DelimiterTextBox";
     this.DelimiterTextBox.OnTextChangedListener = null;
     this.DelimiterTextBox.PasswordMode          = false;
     this.DelimiterTextBox.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.DelimiterTextBox.Size                  = new System.Drawing.Size(198, 28);
     this.DelimiterTextBox.TabIndex              = 4;
     this.DelimiterTextBox.TextBoxBottomMargin   = 0;
     this.DelimiterTextBox.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.DelimiterTextBox.TextBoxEditableColor  = System.Drawing.Color.White;
     this.DelimiterTextBox.TextBoxFont           = new System.Drawing.Font("Verdana", 16F);
     this.DelimiterTextBox.TextBoxTopMargin      = 0;
     //
     // MainForm
     //
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.None;
     this.BackgroundImage       = global::Delimiter.Properties.Resources.Deep_Black;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(784, 501);
     this.Controls.Add(this.SingleQuotesCheckbox);
     this.Controls.Add(this.InstructionsLabel);
     this.Controls.Add(this.DistinctListButton2);
     this.Controls.Add(this.AddDelimiterButton);
     this.Controls.Add(this.DelimiterTextBox);
     this.Controls.Add(this.ClearButton);
     this.Controls.Add(this.ItemsLabel);
     this.Controls.Add(this.ItemsTextBox);
     this.DoubleBuffered = true;
     this.Font           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox    = false;
     this.MaximumSize    = new System.Drawing.Size(800, 540);
     this.MinimumSize    = new System.Drawing.Size(800, 540);
     this.Name           = "MainForm";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text           = "Delimiter";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components               = new System.ComponentModel.Container();
     this.FieldSetsListBox         = new System.Windows.Forms.ListBox();
     this.FieldSetsLabel           = new System.Windows.Forms.Label();
     this.FieldsLabel              = new System.Windows.Forms.Label();
     this.FieldsListBox            = new System.Windows.Forms.CheckedListBox();
     this.ToolTip                  = new System.Windows.Forms.ToolTip(this.components);
     this.EditModeImage            = new System.Windows.Forms.PictureBox();
     this.ReaderModeImage          = new System.Windows.Forms.PictureBox();
     this.OrderByImage             = new System.Windows.Forms.PictureBox();
     this.ParameterModeImage       = new System.Windows.Forms.PictureBox();
     this.TableControl             = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.EditPanel                = new System.Windows.Forms.Panel();
     this.ReaderModeCheckBox       = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.OrderByModeCheckBox      = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.SaveCancelControl2       = new DataTierClient.Controls.SaveCancelControl();
     this.ParameterModeCheckBox    = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.FieldSetNameControl      = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.TagsPanel                = new System.Windows.Forms.Panel();
     this.BottomFillerPanel        = new DataJuggler.Win.Controls.Objects.PanelExtender();
     this.ValidationLabel          = new DataJuggler.Win.Controls.LabelLabelControl();
     this.Filler1                  = new System.Windows.Forms.Panel();
     this.SaveCancelControl        = new DataTierClient.Controls.SaveCancelControl();
     this.OrderByFieldsListBox     = new System.Windows.Forms.ListBox();
     this.OrderByFieldsLabel       = new System.Windows.Forms.Label();
     this.MoveDownButton           = new System.Windows.Forms.Button();
     this.MoveUpButton             = new System.Windows.Forms.Button();
     this.DeleteButton             = new DataTierClient.Controls.TabButton();
     this.AddButton                = new DataTierClient.Controls.TabButton();
     this.EditButton               = new DataTierClient.Controls.TabButton();
     this.DescendingCheckBox       = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.SelectedFieldsCountLabel = new DataJuggler.Win.Controls.LabelLabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.EditModeImage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ReaderModeImage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.OrderByImage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ParameterModeImage)).BeginInit();
     this.EditPanel.SuspendLayout();
     this.TagsPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // FieldSetsListBox
     //
     this.FieldSetsListBox.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FieldSetsListBox.FormattingEnabled = true;
     this.FieldSetsListBox.ItemHeight        = 18;
     this.FieldSetsListBox.Location          = new System.Drawing.Point(60, 85);
     this.FieldSetsListBox.Name                  = "FieldSetsListBox";
     this.FieldSetsListBox.Size                  = new System.Drawing.Size(222, 130);
     this.FieldSetsListBox.TabIndex              = 101;
     this.FieldSetsListBox.SelectedIndexChanged += new System.EventHandler(this.FieldSetsListBox_SelectedIndexChanged);
     //
     // FieldSetsLabel
     //
     this.FieldSetsLabel.Font      = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FieldSetsLabel.Location  = new System.Drawing.Point(60, 64);
     this.FieldSetsLabel.Name      = "FieldSetsLabel";
     this.FieldSetsLabel.Size      = new System.Drawing.Size(178, 20);
     this.FieldSetsLabel.TabIndex  = 100;
     this.FieldSetsLabel.Text      = "Field Sets:";
     this.FieldSetsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // FieldsLabel
     //
     this.FieldsLabel.Font      = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FieldsLabel.Location  = new System.Drawing.Point(378, 85);
     this.FieldsLabel.Name      = "FieldsLabel";
     this.FieldsLabel.Size      = new System.Drawing.Size(100, 20);
     this.FieldsLabel.TabIndex  = 107;
     this.FieldsLabel.Text      = "Fields:";
     this.FieldsLabel.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // FieldsListBox
     //
     this.FieldsListBox.CheckOnClick      = true;
     this.FieldsListBox.Enabled           = false;
     this.FieldsListBox.FormattingEnabled = true;
     this.FieldsListBox.Location          = new System.Drawing.Point(482, 85);
     this.FieldsListBox.Name     = "FieldsListBox";
     this.FieldsListBox.Size     = new System.Drawing.Size(316, 312);
     this.FieldsListBox.TabIndex = 105;
     this.ToolTip.SetToolTip(this.FieldsListBox, "Press Ctrl + A to Check All.\r\nPress Ctrl + N to Check None.");
     this.FieldsListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.FieldsListBox_ItemCheck);
     this.FieldsListBox.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.FieldsListBox_KeyDown);
     //
     // EditModeImage
     //
     this.EditModeImage.BackgroundImage       = global::DataTierClient.Properties.Resources.EditMode;
     this.EditModeImage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.EditModeImage.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.EditModeImage.Dock     = System.Windows.Forms.DockStyle.Right;
     this.EditModeImage.Location = new System.Drawing.Point(1077, 0);
     this.EditModeImage.Name     = "EditModeImage";
     this.EditModeImage.Size     = new System.Drawing.Size(128, 40);
     this.EditModeImage.TabIndex = 127;
     this.EditModeImage.TabStop  = false;
     this.ToolTip.SetToolTip(this.EditModeImage, "In Parameter Mode you may select up to four fields.");
     this.EditModeImage.Visible = false;
     //
     // ReaderModeImage
     //
     this.ReaderModeImage.BackgroundImage       = global::DataTierClient.Properties.Resources.ReaderMode;
     this.ReaderModeImage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ReaderModeImage.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ReaderModeImage.Location = new System.Drawing.Point(380, 0);
     this.ReaderModeImage.Name     = "ReaderModeImage";
     this.ReaderModeImage.Size     = new System.Drawing.Size(182, 40);
     this.ReaderModeImage.TabIndex = 126;
     this.ReaderModeImage.TabStop  = false;
     this.ToolTip.SetToolTip(this.ReaderModeImage, "In Parameter Mode you may select up to four fields.");
     this.ReaderModeImage.Visible = false;
     //
     // OrderByImage
     //
     this.OrderByImage.BackgroundImage       = global::DataTierClient.Properties.Resources.OrderBy;
     this.OrderByImage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.OrderByImage.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.OrderByImage.Location = new System.Drawing.Point(190, 0);
     this.OrderByImage.Name     = "OrderByImage";
     this.OrderByImage.Size     = new System.Drawing.Size(182, 40);
     this.OrderByImage.TabIndex = 123;
     this.OrderByImage.TabStop  = false;
     this.ToolTip.SetToolTip(this.OrderByImage, "In Parameter Mode you may select up to four fields.");
     this.OrderByImage.Visible = false;
     //
     // ParameterModeImage
     //
     this.ParameterModeImage.BackgroundImage       = global::DataTierClient.Properties.Resources.Parameter_Mode;
     this.ParameterModeImage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ParameterModeImage.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ParameterModeImage.Location = new System.Drawing.Point(0, 0);
     this.ParameterModeImage.Name     = "ParameterModeImage";
     this.ParameterModeImage.Size     = new System.Drawing.Size(182, 40);
     this.ParameterModeImage.TabIndex = 119;
     this.ParameterModeImage.TabStop  = false;
     this.ToolTip.SetToolTip(this.ParameterModeImage, "In Parameter Mode you may select up to four fields.");
     this.ParameterModeImage.Visible = false;
     //
     // TableControl
     //
     this.TableControl.BackColor             = System.Drawing.Color.Transparent;
     this.TableControl.BottomMargin          = 0;
     this.TableControl.Editable              = false;
     this.TableControl.Encrypted             = false;
     this.TableControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TableControl.LabelBottomMargin     = 0;
     this.TableControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.TableControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold);
     this.TableControl.LabelText             = "Selected Table:";
     this.TableControl.LabelTopMargin        = 0;
     this.TableControl.LabelWidth            = 180;
     this.TableControl.Location              = new System.Drawing.Point(299, 52);
     this.TableControl.MultiLine             = false;
     this.TableControl.Name                  = "TableControl";
     this.TableControl.OnTextChangedListener = null;
     this.TableControl.PasswordMode          = false;
     this.TableControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.TableControl.Size                  = new System.Drawing.Size(499, 32);
     this.TableControl.TabIndex              = 112;
     this.TableControl.TextBoxBottomMargin   = 0;
     this.TableControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.TableControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.TableControl.TextBoxFont           = new System.Drawing.Font("Verdana", 12F);
     this.TableControl.TextBoxTopMargin      = 0;
     //
     // EditPanel
     //
     this.EditPanel.Controls.Add(this.ReaderModeCheckBox);
     this.EditPanel.Controls.Add(this.OrderByModeCheckBox);
     this.EditPanel.Controls.Add(this.SaveCancelControl2);
     this.EditPanel.Controls.Add(this.ParameterModeCheckBox);
     this.EditPanel.Controls.Add(this.FieldSetNameControl);
     this.EditPanel.Location = new System.Drawing.Point(3, 262);
     this.EditPanel.Name     = "EditPanel";
     this.EditPanel.Size     = new System.Drawing.Size(447, 195);
     this.EditPanel.TabIndex = 115;
     //
     // ReaderModeCheckBox
     //
     this.ReaderModeCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.ReaderModeCheckBox.CheckBoxHorizontalOffSet = 2;
     this.ReaderModeCheckBox.CheckBoxVerticalOffSet   = 3;
     this.ReaderModeCheckBox.CheckChangedListener     = null;
     this.ReaderModeCheckBox.Checked    = false;
     this.ReaderModeCheckBox.Editable   = true;
     this.ReaderModeCheckBox.Font       = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ReaderModeCheckBox.LabelColor = System.Drawing.SystemColors.ControlText;
     this.ReaderModeCheckBox.LabelFont  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ReaderModeCheckBox.LabelText  = "Reader Mode:";
     this.ReaderModeCheckBox.LabelWidth = 180;
     this.ReaderModeCheckBox.Location   = new System.Drawing.Point(20, 115);
     this.ReaderModeCheckBox.Name       = "ReaderModeCheckBox";
     this.ReaderModeCheckBox.Size       = new System.Drawing.Size(211, 24);
     this.ReaderModeCheckBox.TabIndex   = 119;
     //
     // OrderByModeCheckBox
     //
     this.OrderByModeCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.OrderByModeCheckBox.CheckBoxHorizontalOffSet = 2;
     this.OrderByModeCheckBox.CheckBoxVerticalOffSet   = 3;
     this.OrderByModeCheckBox.CheckChangedListener     = null;
     this.OrderByModeCheckBox.Checked    = false;
     this.OrderByModeCheckBox.Editable   = true;
     this.OrderByModeCheckBox.Font       = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.OrderByModeCheckBox.LabelColor = System.Drawing.SystemColors.ControlText;
     this.OrderByModeCheckBox.LabelFont  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.OrderByModeCheckBox.LabelText  = "Order By Mode:";
     this.OrderByModeCheckBox.LabelWidth = 180;
     this.OrderByModeCheckBox.Location   = new System.Drawing.Point(20, 85);
     this.OrderByModeCheckBox.Name       = "OrderByModeCheckBox";
     this.OrderByModeCheckBox.Size       = new System.Drawing.Size(211, 24);
     this.OrderByModeCheckBox.TabIndex   = 118;
     //
     // SaveCancelControl2
     //
     this.SaveCancelControl2.BackColor = System.Drawing.Color.Transparent;
     this.SaveCancelControl2.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.SaveCancelControl2.Location  = new System.Drawing.Point(0, 155);
     this.SaveCancelControl2.Name      = "SaveCancelControl2";
     this.SaveCancelControl2.Size      = new System.Drawing.Size(447, 40);
     this.SaveCancelControl2.TabIndex  = 117;
     //
     // ParameterModeCheckBox
     //
     this.ParameterModeCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.ParameterModeCheckBox.CheckBoxHorizontalOffSet = 2;
     this.ParameterModeCheckBox.CheckBoxVerticalOffSet   = 3;
     this.ParameterModeCheckBox.CheckChangedListener     = null;
     this.ParameterModeCheckBox.Checked    = false;
     this.ParameterModeCheckBox.Editable   = true;
     this.ParameterModeCheckBox.Font       = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ParameterModeCheckBox.LabelColor = System.Drawing.SystemColors.ControlText;
     this.ParameterModeCheckBox.LabelFont  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ParameterModeCheckBox.LabelText  = "Parameter Mode:";
     this.ParameterModeCheckBox.LabelWidth = 180;
     this.ParameterModeCheckBox.Location   = new System.Drawing.Point(20, 54);
     this.ParameterModeCheckBox.Name       = "ParameterModeCheckBox";
     this.ParameterModeCheckBox.Size       = new System.Drawing.Size(211, 24);
     this.ParameterModeCheckBox.TabIndex   = 116;
     //
     // FieldSetNameControl
     //
     this.FieldSetNameControl.BackColor             = System.Drawing.Color.Transparent;
     this.FieldSetNameControl.BottomMargin          = 0;
     this.FieldSetNameControl.Editable              = false;
     this.FieldSetNameControl.Encrypted             = false;
     this.FieldSetNameControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FieldSetNameControl.LabelBottomMargin     = 0;
     this.FieldSetNameControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.FieldSetNameControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold);
     this.FieldSetNameControl.LabelText             = "Field Set Name:";
     this.FieldSetNameControl.LabelTopMargin        = 0;
     this.FieldSetNameControl.LabelWidth            = 180;
     this.FieldSetNameControl.Location              = new System.Drawing.Point(20, 16);
     this.FieldSetNameControl.MultiLine             = false;
     this.FieldSetNameControl.Name                  = "FieldSetNameControl";
     this.FieldSetNameControl.OnTextChangedListener = null;
     this.FieldSetNameControl.PasswordMode          = false;
     this.FieldSetNameControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.FieldSetNameControl.Size                  = new System.Drawing.Size(409, 32);
     this.FieldSetNameControl.TabIndex              = 115;
     this.FieldSetNameControl.TextBoxBottomMargin   = 0;
     this.FieldSetNameControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.FieldSetNameControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.FieldSetNameControl.TextBoxFont           = new System.Drawing.Font("Verdana", 12F);
     this.FieldSetNameControl.TextBoxTopMargin      = 2;
     //
     // TagsPanel
     //
     this.TagsPanel.Controls.Add(this.EditModeImage);
     this.TagsPanel.Controls.Add(this.ReaderModeImage);
     this.TagsPanel.Controls.Add(this.OrderByImage);
     this.TagsPanel.Controls.Add(this.ParameterModeImage);
     this.TagsPanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.TagsPanel.Location = new System.Drawing.Point(0, 0);
     this.TagsPanel.Name     = "TagsPanel";
     this.TagsPanel.Size     = new System.Drawing.Size(1205, 40);
     this.TagsPanel.TabIndex = 119;
     //
     // BottomFillerPanel
     //
     this.BottomFillerPanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.BottomFillerPanel.Location = new System.Drawing.Point(0, 492);
     this.BottomFillerPanel.Name     = "BottomFillerPanel";
     this.BottomFillerPanel.Size     = new System.Drawing.Size(1205, 20);
     this.BottomFillerPanel.TabIndex = 130;
     //
     // ValidationLabel
     //
     this.ValidationLabel.Dock            = System.Windows.Forms.DockStyle.Bottom;
     this.ValidationLabel.Font            = new System.Drawing.Font("Verdana", 12F);
     this.ValidationLabel.LabelColor      = System.Drawing.Color.Firebrick;
     this.ValidationLabel.LabelFont       = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ValidationLabel.LabelText       = "Error:";
     this.ValidationLabel.LabelWidth      = 80;
     this.ValidationLabel.Location        = new System.Drawing.Point(0, 468);
     this.ValidationLabel.Margin          = new System.Windows.Forms.Padding(6, 5, 6, 5);
     this.ValidationLabel.Name            = "ValidationLabel";
     this.ValidationLabel.Size            = new System.Drawing.Size(1205, 24);
     this.ValidationLabel.TabIndex        = 131;
     this.ValidationLabel.ValueLabelColor = System.Drawing.Color.Firebrick;
     this.ValidationLabel.ValueLabelFont  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ValidationLabel.Visible         = false;
     //
     // Filler1
     //
     this.Filler1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.Filler1.Location = new System.Drawing.Point(0, 464);
     this.Filler1.Name     = "Filler1";
     this.Filler1.Size     = new System.Drawing.Size(1205, 4);
     this.Filler1.TabIndex = 133;
     //
     // SaveCancelControl
     //
     this.SaveCancelControl.BackColor = System.Drawing.Color.Transparent;
     this.SaveCancelControl.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.SaveCancelControl.Location  = new System.Drawing.Point(0, 512);
     this.SaveCancelControl.Name      = "SaveCancelControl";
     this.SaveCancelControl.Size      = new System.Drawing.Size(1205, 40);
     this.SaveCancelControl.TabIndex  = 110;
     //
     // OrderByFieldsListBox
     //
     this.OrderByFieldsListBox.Enabled           = false;
     this.OrderByFieldsListBox.FormattingEnabled = true;
     this.OrderByFieldsListBox.ItemHeight        = 18;
     this.OrderByFieldsListBox.Location          = new System.Drawing.Point(817, 85);
     this.OrderByFieldsListBox.Name                  = "OrderByFieldsListBox";
     this.OrderByFieldsListBox.Size                  = new System.Drawing.Size(316, 148);
     this.OrderByFieldsListBox.TabIndex              = 136;
     this.OrderByFieldsListBox.SelectedIndexChanged += new System.EventHandler(this.OrderByFields_SelectedIndexChanged);
     //
     // OrderByFieldsLabel
     //
     this.OrderByFieldsLabel.Font            = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.OrderByFieldsLabel.Location        = new System.Drawing.Point(815, 62);
     this.OrderByFieldsLabel.Name            = "OrderByFieldsLabel";
     this.OrderByFieldsLabel.Size            = new System.Drawing.Size(154, 20);
     this.OrderByFieldsLabel.TabIndex        = 135;
     this.OrderByFieldsLabel.Text            = "Order By Fields:";
     this.OrderByFieldsLabel.TextAlign       = System.Drawing.ContentAlignment.MiddleLeft;
     this.OrderByFieldsLabel.EnabledChanged += new System.EventHandler(this.OrderByFieldsLabel_EnabledChanged);
     //
     // MoveDownButton
     //
     this.MoveDownButton.BackgroundImage       = global::DataTierClient.Properties.Resources.Arrow_Down_Gray;
     this.MoveDownButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.MoveDownButton.Enabled = false;
     this.MoveDownButton.FlatAppearance.BorderSize = 0;
     this.MoveDownButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.MoveDownButton.Location  = new System.Drawing.Point(1137, 127);
     this.MoveDownButton.Name      = "MoveDownButton";
     this.MoveDownButton.Size      = new System.Drawing.Size(32, 32);
     this.MoveDownButton.TabIndex  = 138;
     this.MoveDownButton.UseVisualStyleBackColor = true;
     this.MoveDownButton.EnabledChanged         += new System.EventHandler(this.MoveDownButton_EnabledChanged);
     this.MoveDownButton.Click += new System.EventHandler(this.MoveDownButton_Click);
     //
     // MoveUpButton
     //
     this.MoveUpButton.BackgroundImage       = global::DataTierClient.Properties.Resources.Arrow_Up_Gray;
     this.MoveUpButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.MoveUpButton.Enabled = false;
     this.MoveUpButton.FlatAppearance.BorderSize = 0;
     this.MoveUpButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.MoveUpButton.Location  = new System.Drawing.Point(1137, 89);
     this.MoveUpButton.Name      = "MoveUpButton";
     this.MoveUpButton.Size      = new System.Drawing.Size(32, 32);
     this.MoveUpButton.TabIndex  = 137;
     this.MoveUpButton.UseVisualStyleBackColor = true;
     this.MoveUpButton.EnabledChanged         += new System.EventHandler(this.MoveUpButton_EnabledChanged);
     this.MoveUpButton.Click      += new System.EventHandler(this.MoveUpButton_Click);
     this.MoveUpButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.MoveUpButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // DeleteButton
     //
     this.DeleteButton.BackgroundImage       = global::DataTierClient.Properties.Resources.DeepGray;
     this.DeleteButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.DeleteButton.ButtonNumber          = 0;
     this.DeleteButton.ButtonText            = "Delete";
     this.DeleteButton.Font             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DeleteButton.Location         = new System.Drawing.Point(206, 223);
     this.DeleteButton.Margin           = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.DeleteButton.Name             = "DeleteButton";
     this.DeleteButton.NotSelectedImage = global::DataTierClient.Properties.Resources.DeepGray;
     this.DeleteButton.Selected         = false;
     this.DeleteButton.SelectedImage    = global::DataTierClient.Properties.Resources.DeepBlue;
     this.DeleteButton.ShowNotSelectedImageWhenDisabled = true;
     this.DeleteButton.Size     = new System.Drawing.Size(76, 26);
     this.DeleteButton.TabIndex = 104;
     //
     // AddButton
     //
     this.AddButton.BackgroundImage       = global::DataTierClient.Properties.Resources.DeepBlue;
     this.AddButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.AddButton.ButtonNumber          = 0;
     this.AddButton.ButtonText            = "Add";
     this.AddButton.Font             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AddButton.Location         = new System.Drawing.Point(60, 223);
     this.AddButton.Margin           = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.AddButton.Name             = "AddButton";
     this.AddButton.NotSelectedImage = global::DataTierClient.Properties.Resources.DeepGray;
     this.AddButton.Selected         = true;
     this.AddButton.SelectedImage    = global::DataTierClient.Properties.Resources.DeepBlue;
     this.AddButton.ShowNotSelectedImageWhenDisabled = true;
     this.AddButton.Size     = new System.Drawing.Size(64, 26);
     this.AddButton.TabIndex = 102;
     //
     // EditButton
     //
     this.EditButton.BackgroundImage       = global::DataTierClient.Properties.Resources.DeepGray;
     this.EditButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.EditButton.ButtonNumber          = 0;
     this.EditButton.ButtonText            = "Edit";
     this.EditButton.Font             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EditButton.Location         = new System.Drawing.Point(133, 223);
     this.EditButton.Margin           = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.EditButton.Name             = "EditButton";
     this.EditButton.NotSelectedImage = global::DataTierClient.Properties.Resources.DeepGray;
     this.EditButton.Selected         = false;
     this.EditButton.SelectedImage    = global::DataTierClient.Properties.Resources.DeepBlue;
     this.EditButton.ShowNotSelectedImageWhenDisabled = true;
     this.EditButton.Size     = new System.Drawing.Size(64, 26);
     this.EditButton.TabIndex = 103;
     //
     // DescendingCheckBox
     //
     this.DescendingCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.DescendingCheckBox.CheckBoxHorizontalOffSet = 2;
     this.DescendingCheckBox.CheckBoxVerticalOffSet   = 3;
     this.DescendingCheckBox.CheckChangedListener     = null;
     this.DescendingCheckBox.Checked    = false;
     this.DescendingCheckBox.Editable   = true;
     this.DescendingCheckBox.Font       = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DescendingCheckBox.LabelColor = System.Drawing.SystemColors.ControlText;
     this.DescendingCheckBox.LabelFont  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DescendingCheckBox.LabelText  = "Descending:";
     this.DescendingCheckBox.LabelWidth = 120;
     this.DescendingCheckBox.Location   = new System.Drawing.Point(996, 60);
     this.DescendingCheckBox.Name       = "DescendingCheckBox";
     this.DescendingCheckBox.Size       = new System.Drawing.Size(155, 24);
     this.DescendingCheckBox.TabIndex   = 139;
     //
     // SelectedFieldsCountLabel
     //
     this.SelectedFieldsCountLabel.Font            = new System.Drawing.Font("Verdana", 12F);
     this.SelectedFieldsCountLabel.ForeColor       = System.Drawing.Color.Black;
     this.SelectedFieldsCountLabel.LabelColor      = System.Drawing.Color.Black;
     this.SelectedFieldsCountLabel.LabelFont       = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SelectedFieldsCountLabel.LabelText       = "Count:";
     this.SelectedFieldsCountLabel.LabelWidth      = 80;
     this.SelectedFieldsCountLabel.Location        = new System.Drawing.Point(482, 417);
     this.SelectedFieldsCountLabel.Margin          = new System.Windows.Forms.Padding(6, 5, 6, 5);
     this.SelectedFieldsCountLabel.Name            = "SelectedFieldsCountLabel";
     this.SelectedFieldsCountLabel.Size            = new System.Drawing.Size(305, 24);
     this.SelectedFieldsCountLabel.TabIndex        = 140;
     this.SelectedFieldsCountLabel.ValueLabelColor = System.Drawing.Color.Black;
     this.SelectedFieldsCountLabel.ValueLabelFont  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SelectedFieldsCountLabel.Visible         = false;
     //
     // FieldSetEditor
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor     = System.Drawing.Color.Linen;
     this.Controls.Add(this.SelectedFieldsCountLabel);
     this.Controls.Add(this.DescendingCheckBox);
     this.Controls.Add(this.MoveDownButton);
     this.Controls.Add(this.MoveUpButton);
     this.Controls.Add(this.OrderByFieldsListBox);
     this.Controls.Add(this.OrderByFieldsLabel);
     this.Controls.Add(this.Filler1);
     this.Controls.Add(this.ValidationLabel);
     this.Controls.Add(this.BottomFillerPanel);
     this.Controls.Add(this.TagsPanel);
     this.Controls.Add(this.EditPanel);
     this.Controls.Add(this.TableControl);
     this.Controls.Add(this.SaveCancelControl);
     this.Controls.Add(this.FieldsLabel);
     this.Controls.Add(this.FieldsListBox);
     this.Controls.Add(this.DeleteButton);
     this.Controls.Add(this.AddButton);
     this.Controls.Add(this.FieldSetsListBox);
     this.Controls.Add(this.FieldSetsLabel);
     this.Controls.Add(this.EditButton);
     this.DoubleBuffered = true;
     this.Font           = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name           = "FieldSetEditor";
     this.Size           = new System.Drawing.Size(1205, 552);
     ((System.ComponentModel.ISupportInitialize)(this.EditModeImage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ReaderModeImage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.OrderByImage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ParameterModeImage)).EndInit();
     this.EditPanel.ResumeLayout(false);
     this.TagsPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components               = new System.ComponentModel.Container();
     this.CustomReaderControl      = new DataJuggler.Win.Controls.LabelComboBoxControl();
     this.UseCustomReaderCheckBox  = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.ParameterFieldControl    = new DataJuggler.Win.Controls.LabelComboBoxControl();
     this.ParameterTypeControl     = new DataJuggler.Win.Controls.LabelComboBoxControl();
     this.ProcedureNameControl     = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.ParametersControl        = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.MethodNameControl        = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.MethodTypeControl        = new DataJuggler.Win.Controls.LabelComboBoxControl();
     this.SelectedTableControl     = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.ParameterFieldSetControl = new DataJuggler.Win.Controls.LabelComboBoxControl();
     this.SaveCancelControl        = new DataTierClient.Controls.SaveCancelControl();
     this.PropertyNameControl      = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.UpdateOnBuildCheckbox    = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.IsViewIcon               = new System.Windows.Forms.PictureBox();
     this.EditParametersSetButton  = new DataTierClient.Controls.TabButton();
     this.EditReadersButton        = new DataTierClient.Controls.TabButton();
     this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
     this.OrderByFieldSetControl     = new DataJuggler.Win.Controls.LabelComboBoxControl();
     this.EditOrderByFieldSetsButton = new DataTierClient.Controls.TabButton();
     this.OrderByTypeControl         = new DataJuggler.Win.Controls.LabelComboBoxControl();
     this.OrderByFieldControl        = new DataJuggler.Win.Controls.LabelComboBoxControl();
     this.DescendingCheckBox         = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.TopRowsControl             = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.CustomWhereCheckBox        = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     ((System.ComponentModel.ISupportInitialize)(this.IsViewIcon)).BeginInit();
     this.SuspendLayout();
     //
     // CustomReaderControl
     //
     this.CustomReaderControl.BackColor          = System.Drawing.Color.Transparent;
     this.CustomReaderControl.ComboBoxLeftMargin = 1;
     this.CustomReaderControl.ComboBoxText       = "";
     this.CustomReaderControl.ComoboBoxFont      = null;
     this.CustomReaderControl.Editable           = true;
     this.CustomReaderControl.Enabled            = false;
     this.CustomReaderControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CustomReaderControl.HideLabel             = false;
     this.CustomReaderControl.LabelBottomMargin     = 0;
     this.CustomReaderControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.CustomReaderControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CustomReaderControl.LabelText             = "Custom Reader:";
     this.CustomReaderControl.LabelTopMargin        = 0;
     this.CustomReaderControl.LabelWidth            = 188;
     this.CustomReaderControl.List                  = null;
     this.CustomReaderControl.Location              = new System.Drawing.Point(20, 420);
     this.CustomReaderControl.Name                  = "CustomReaderControl";
     this.CustomReaderControl.SelectedIndex         = -1;
     this.CustomReaderControl.SelectedIndexListener = null;
     this.CustomReaderControl.Size                  = new System.Drawing.Size(620, 28);
     this.CustomReaderControl.Sorted                = true;
     this.CustomReaderControl.Source                = null;
     this.CustomReaderControl.TabIndex              = 11;
     this.CustomReaderControl.EnabledChanged       += new System.EventHandler(this.CustomReaderControl_EnabledChanged);
     //
     // UseCustomReaderCheckBox
     //
     this.UseCustomReaderCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.UseCustomReaderCheckBox.CheckBoxHorizontalOffSet = 0;
     this.UseCustomReaderCheckBox.CheckBoxVerticalOffSet   = 3;
     this.UseCustomReaderCheckBox.CheckChangedListener     = null;
     this.UseCustomReaderCheckBox.Checked    = false;
     this.UseCustomReaderCheckBox.Editable   = true;
     this.UseCustomReaderCheckBox.Font       = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UseCustomReaderCheckBox.LabelColor = System.Drawing.SystemColors.ControlText;
     this.UseCustomReaderCheckBox.LabelFont  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UseCustomReaderCheckBox.LabelText  = "Use Custom Reader:";
     this.UseCustomReaderCheckBox.LabelWidth = 200;
     this.UseCustomReaderCheckBox.Location   = new System.Drawing.Point(8, 380);
     this.UseCustomReaderCheckBox.Name       = "UseCustomReaderCheckBox";
     this.UseCustomReaderCheckBox.Size       = new System.Drawing.Size(226, 28);
     this.UseCustomReaderCheckBox.TabIndex   = 10;
     //
     // ParameterFieldControl
     //
     this.ParameterFieldControl.BackColor          = System.Drawing.Color.Transparent;
     this.ParameterFieldControl.ComboBoxLeftMargin = 1;
     this.ParameterFieldControl.ComboBoxText       = "";
     this.ParameterFieldControl.ComoboBoxFont      = null;
     this.ParameterFieldControl.Editable           = true;
     this.ParameterFieldControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ParameterFieldControl.HideLabel             = false;
     this.ParameterFieldControl.LabelBottomMargin     = 0;
     this.ParameterFieldControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.ParameterFieldControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ParameterFieldControl.LabelText             = "Parameter Field:";
     this.ParameterFieldControl.LabelTopMargin        = 0;
     this.ParameterFieldControl.LabelWidth            = 188;
     this.ParameterFieldControl.List                  = null;
     this.ParameterFieldControl.Location              = new System.Drawing.Point(20, 140);
     this.ParameterFieldControl.Name                  = "ParameterFieldControl";
     this.ParameterFieldControl.SelectedIndex         = -1;
     this.ParameterFieldControl.SelectedIndexListener = null;
     this.ParameterFieldControl.Size                  = new System.Drawing.Size(620, 28);
     this.ParameterFieldControl.Sorted                = true;
     this.ParameterFieldControl.Source                = null;
     this.ParameterFieldControl.TabIndex              = 3;
     this.ParameterFieldControl.EnabledChanged       += new System.EventHandler(this.ParameterFieldControl_EnabledChanged);
     //
     // ParameterTypeControl
     //
     this.ParameterTypeControl.BackColor          = System.Drawing.Color.Transparent;
     this.ParameterTypeControl.ComboBoxLeftMargin = 1;
     this.ParameterTypeControl.ComboBoxText       = "";
     this.ParameterTypeControl.ComoboBoxFont      = null;
     this.ParameterTypeControl.Editable           = true;
     this.ParameterTypeControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ParameterTypeControl.HideLabel             = false;
     this.ParameterTypeControl.LabelBottomMargin     = 0;
     this.ParameterTypeControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.ParameterTypeControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ParameterTypeControl.LabelText             = "Parameter Type:";
     this.ParameterTypeControl.LabelTopMargin        = 0;
     this.ParameterTypeControl.LabelWidth            = 188;
     this.ParameterTypeControl.List                  = null;
     this.ParameterTypeControl.Location              = new System.Drawing.Point(20, 100);
     this.ParameterTypeControl.Name                  = "ParameterTypeControl";
     this.ParameterTypeControl.SelectedIndex         = -1;
     this.ParameterTypeControl.SelectedIndexListener = null;
     this.ParameterTypeControl.Size                  = new System.Drawing.Size(620, 28);
     this.ParameterTypeControl.Sorted                = true;
     this.ParameterTypeControl.Source                = null;
     this.ParameterTypeControl.TabIndex              = 2;
     //
     // ProcedureNameControl
     //
     this.ProcedureNameControl.BackColor             = System.Drawing.Color.Transparent;
     this.ProcedureNameControl.BottomMargin          = 0;
     this.ProcedureNameControl.Editable              = true;
     this.ProcedureNameControl.Encrypted             = false;
     this.ProcedureNameControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ProcedureNameControl.LabelBottomMargin     = 0;
     this.ProcedureNameControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.ProcedureNameControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ProcedureNameControl.LabelText             = "Procedure Name:";
     this.ProcedureNameControl.LabelTopMargin        = 2;
     this.ProcedureNameControl.LabelWidth            = 188;
     this.ProcedureNameControl.Location              = new System.Drawing.Point(20, 220);
     this.ProcedureNameControl.MultiLine             = false;
     this.ProcedureNameControl.Name                  = "ProcedureNameControl";
     this.ProcedureNameControl.OnTextChangedListener = null;
     this.ProcedureNameControl.PasswordMode          = false;
     this.ProcedureNameControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.ProcedureNameControl.Size                  = new System.Drawing.Size(620, 28);
     this.ProcedureNameControl.TabIndex              = 6;
     this.ProcedureNameControl.TextBoxBottomMargin   = 0;
     this.ProcedureNameControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.ProcedureNameControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.ProcedureNameControl.TextBoxFont           = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ProcedureNameControl.TextBoxTopMargin      = 0;
     //
     // ParametersControl
     //
     this.ParametersControl.BackColor             = System.Drawing.Color.Transparent;
     this.ParametersControl.BottomMargin          = 0;
     this.ParametersControl.Editable              = true;
     this.ParametersControl.Encrypted             = false;
     this.ParametersControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ParametersControl.LabelBottomMargin     = 0;
     this.ParametersControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.ParametersControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ParametersControl.LabelText             = "Parameter:";
     this.ParametersControl.LabelTopMargin        = 2;
     this.ParametersControl.LabelWidth            = 188;
     this.ParametersControl.Location              = new System.Drawing.Point(20, 260);
     this.ParametersControl.MultiLine             = false;
     this.ParametersControl.Name                  = "ParametersControl";
     this.ParametersControl.OnTextChangedListener = null;
     this.ParametersControl.PasswordMode          = false;
     this.ParametersControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.ParametersControl.Size                  = new System.Drawing.Size(620, 28);
     this.ParametersControl.TabIndex              = 7;
     this.ParametersControl.TextBoxBottomMargin   = 0;
     this.ParametersControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.ParametersControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.ParametersControl.TextBoxFont           = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ParametersControl.TextBoxTopMargin      = 0;
     //
     // MethodNameControl
     //
     this.MethodNameControl.BackColor             = System.Drawing.Color.Transparent;
     this.MethodNameControl.BottomMargin          = 0;
     this.MethodNameControl.Editable              = true;
     this.MethodNameControl.Encrypted             = false;
     this.MethodNameControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MethodNameControl.LabelBottomMargin     = 0;
     this.MethodNameControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.MethodNameControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MethodNameControl.LabelText             = "Method Name:";
     this.MethodNameControl.LabelTopMargin        = 2;
     this.MethodNameControl.LabelWidth            = 188;
     this.MethodNameControl.Location              = new System.Drawing.Point(20, 180);
     this.MethodNameControl.MultiLine             = false;
     this.MethodNameControl.Name                  = "MethodNameControl";
     this.MethodNameControl.OnTextChangedListener = null;
     this.MethodNameControl.PasswordMode          = false;
     this.MethodNameControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.MethodNameControl.Size                  = new System.Drawing.Size(620, 28);
     this.MethodNameControl.TabIndex              = 5;
     this.MethodNameControl.TextBoxBottomMargin   = 0;
     this.MethodNameControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.MethodNameControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.MethodNameControl.TextBoxFont           = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MethodNameControl.TextBoxTopMargin      = 0;
     //
     // MethodTypeControl
     //
     this.MethodTypeControl.BackColor          = System.Drawing.Color.Transparent;
     this.MethodTypeControl.ComboBoxLeftMargin = 1;
     this.MethodTypeControl.ComboBoxText       = "";
     this.MethodTypeControl.ComoboBoxFont      = null;
     this.MethodTypeControl.Editable           = true;
     this.MethodTypeControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MethodTypeControl.HideLabel             = false;
     this.MethodTypeControl.LabelBottomMargin     = 0;
     this.MethodTypeControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.MethodTypeControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MethodTypeControl.LabelText             = "Method Type:";
     this.MethodTypeControl.LabelTopMargin        = 0;
     this.MethodTypeControl.LabelWidth            = 188;
     this.MethodTypeControl.List                  = null;
     this.MethodTypeControl.Location              = new System.Drawing.Point(20, 60);
     this.MethodTypeControl.Name                  = "MethodTypeControl";
     this.MethodTypeControl.SelectedIndex         = -1;
     this.MethodTypeControl.SelectedIndexListener = null;
     this.MethodTypeControl.Size                  = new System.Drawing.Size(620, 28);
     this.MethodTypeControl.Sorted                = true;
     this.MethodTypeControl.Source                = null;
     this.MethodTypeControl.TabIndex              = 1;
     //
     // SelectedTableControl
     //
     this.SelectedTableControl.BackColor             = System.Drawing.Color.Transparent;
     this.SelectedTableControl.BottomMargin          = 0;
     this.SelectedTableControl.Editable              = false;
     this.SelectedTableControl.Encrypted             = false;
     this.SelectedTableControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SelectedTableControl.LabelBottomMargin     = 0;
     this.SelectedTableControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.SelectedTableControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SelectedTableControl.LabelText             = "Selected Table:";
     this.SelectedTableControl.LabelTopMargin        = 4;
     this.SelectedTableControl.LabelWidth            = 188;
     this.SelectedTableControl.Location              = new System.Drawing.Point(20, 20);
     this.SelectedTableControl.MultiLine             = false;
     this.SelectedTableControl.Name                  = "SelectedTableControl";
     this.SelectedTableControl.OnTextChangedListener = null;
     this.SelectedTableControl.PasswordMode          = false;
     this.SelectedTableControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.SelectedTableControl.Size                  = new System.Drawing.Size(620, 28);
     this.SelectedTableControl.TabIndex              = 0;
     this.SelectedTableControl.TextBoxBottomMargin   = 0;
     this.SelectedTableControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.SelectedTableControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.SelectedTableControl.TextBoxFont           = new System.Drawing.Font("Verdana", 14.25F);
     this.SelectedTableControl.TextBoxTopMargin      = 0;
     //
     // ParameterFieldSetControl
     //
     this.ParameterFieldSetControl.BackColor          = System.Drawing.Color.Transparent;
     this.ParameterFieldSetControl.ComboBoxLeftMargin = 1;
     this.ParameterFieldSetControl.ComboBoxText       = "";
     this.ParameterFieldSetControl.ComoboBoxFont      = null;
     this.ParameterFieldSetControl.Editable           = true;
     this.ParameterFieldSetControl.Enabled            = false;
     this.ParameterFieldSetControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ParameterFieldSetControl.HideLabel             = false;
     this.ParameterFieldSetControl.LabelBottomMargin     = 0;
     this.ParameterFieldSetControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.ParameterFieldSetControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ParameterFieldSetControl.LabelText             = "Parameter Set:";
     this.ParameterFieldSetControl.LabelTopMargin        = 0;
     this.ParameterFieldSetControl.LabelWidth            = 188;
     this.ParameterFieldSetControl.List                  = null;
     this.ParameterFieldSetControl.Location              = new System.Drawing.Point(20, 140);
     this.ParameterFieldSetControl.Name                  = "ParameterFieldSetControl";
     this.ParameterFieldSetControl.SelectedIndex         = -1;
     this.ParameterFieldSetControl.SelectedIndexListener = null;
     this.ParameterFieldSetControl.Size                  = new System.Drawing.Size(620, 28);
     this.ParameterFieldSetControl.Sorted                = true;
     this.ParameterFieldSetControl.Source                = null;
     this.ParameterFieldSetControl.TabIndex              = 4;
     this.ParameterFieldSetControl.Visible               = false;
     this.ParameterFieldSetControl.EnabledChanged       += new System.EventHandler(this.ParametersSetControl_EnabledChanged);
     //
     // SaveCancelControl
     //
     this.SaveCancelControl.BackColor = System.Drawing.Color.Transparent;
     this.SaveCancelControl.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.SaveCancelControl.Location  = new System.Drawing.Point(0, 600);
     this.SaveCancelControl.Name      = "SaveCancelControl";
     this.SaveCancelControl.Size      = new System.Drawing.Size(720, 40);
     this.SaveCancelControl.TabIndex  = 13;
     //
     // PropertyNameControl
     //
     this.PropertyNameControl.BackColor             = System.Drawing.Color.Transparent;
     this.PropertyNameControl.BottomMargin          = 0;
     this.PropertyNameControl.Editable              = true;
     this.PropertyNameControl.Encrypted             = false;
     this.PropertyNameControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PropertyNameControl.LabelBottomMargin     = 0;
     this.PropertyNameControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.PropertyNameControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PropertyNameControl.LabelText             = "Property Name:";
     this.PropertyNameControl.LabelTopMargin        = 2;
     this.PropertyNameControl.LabelWidth            = 188;
     this.PropertyNameControl.Location              = new System.Drawing.Point(20, 300);
     this.PropertyNameControl.MultiLine             = false;
     this.PropertyNameControl.Name                  = "PropertyNameControl";
     this.PropertyNameControl.OnTextChangedListener = null;
     this.PropertyNameControl.PasswordMode          = false;
     this.PropertyNameControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.PropertyNameControl.Size                  = new System.Drawing.Size(620, 28);
     this.PropertyNameControl.TabIndex              = 8;
     this.PropertyNameControl.TextBoxBottomMargin   = 0;
     this.PropertyNameControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.PropertyNameControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.PropertyNameControl.TextBoxFont           = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PropertyNameControl.TextBoxTopMargin      = 0;
     //
     // UpdateOnBuildCheckbox
     //
     this.UpdateOnBuildCheckbox.BackColor = System.Drawing.Color.Transparent;
     this.UpdateOnBuildCheckbox.CheckBoxHorizontalOffSet = 0;
     this.UpdateOnBuildCheckbox.CheckBoxVerticalOffSet   = 3;
     this.UpdateOnBuildCheckbox.CheckChangedListener     = null;
     this.UpdateOnBuildCheckbox.Checked    = true;
     this.UpdateOnBuildCheckbox.Editable   = true;
     this.UpdateOnBuildCheckbox.Font       = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UpdateOnBuildCheckbox.LabelColor = System.Drawing.SystemColors.ControlText;
     this.UpdateOnBuildCheckbox.LabelFont  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UpdateOnBuildCheckbox.LabelText  = "Update On Build:";
     this.UpdateOnBuildCheckbox.LabelWidth = 200;
     this.UpdateOnBuildCheckbox.Location   = new System.Drawing.Point(8, 340);
     this.UpdateOnBuildCheckbox.Name       = "UpdateOnBuildCheckbox";
     this.UpdateOnBuildCheckbox.Size       = new System.Drawing.Size(226, 28);
     this.UpdateOnBuildCheckbox.TabIndex   = 9;
     //
     // IsViewIcon
     //
     this.IsViewIcon.BackgroundImage       = global::DataTierClient.Properties.Resources.V;
     this.IsViewIcon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.IsViewIcon.Location = new System.Drawing.Point(647, 10);
     this.IsViewIcon.Name     = "IsViewIcon";
     this.IsViewIcon.Size     = new System.Drawing.Size(48, 48);
     this.IsViewIcon.TabIndex = 1000;
     this.IsViewIcon.TabStop  = false;
     this.ToolTip.SetToolTip(this.IsViewIcon, "This table is actually a View, which limits the functionality to the Load By Meth" +
                             "od Type.");
     this.IsViewIcon.Visible = false;
     //
     // EditParametersSetButton
     //
     this.EditParametersSetButton.BackgroundImage       = global::DataTierClient.Properties.Resources.DeepGray;
     this.EditParametersSetButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.EditParametersSetButton.ButtonNumber          = 0;
     this.EditParametersSetButton.ButtonText            = "...";
     this.EditParametersSetButton.Enabled          = false;
     this.EditParametersSetButton.Font             = new System.Drawing.Font("Arial Rounded MT Bold", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EditParametersSetButton.Location         = new System.Drawing.Point(640, 140);
     this.EditParametersSetButton.Margin           = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.EditParametersSetButton.Name             = "EditParametersSetButton";
     this.EditParametersSetButton.NotSelectedImage = null;
     this.EditParametersSetButton.Selected         = false;
     this.EditParametersSetButton.SelectedImage    = null;
     this.EditParametersSetButton.ShowNotSelectedImageWhenDisabled = true;
     this.EditParametersSetButton.Size     = new System.Drawing.Size(40, 28);
     this.EditParametersSetButton.TabIndex = 999;
     this.EditParametersSetButton.TabStop  = false;
     this.EditParametersSetButton.Visible  = false;
     //
     // EditReadersButton
     //
     this.EditReadersButton.BackgroundImage       = global::DataTierClient.Properties.Resources.DeepGray;
     this.EditReadersButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.EditReadersButton.ButtonNumber          = 0;
     this.EditReadersButton.ButtonText            = "...";
     this.EditReadersButton.Enabled          = false;
     this.EditReadersButton.Font             = new System.Drawing.Font("Arial Rounded MT Bold", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EditReadersButton.Location         = new System.Drawing.Point(640, 420);
     this.EditReadersButton.Margin           = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.EditReadersButton.Name             = "EditReadersButton";
     this.EditReadersButton.NotSelectedImage = null;
     this.EditReadersButton.Selected         = false;
     this.EditReadersButton.SelectedImage    = null;
     this.EditReadersButton.ShowNotSelectedImageWhenDisabled = true;
     this.EditReadersButton.Size     = new System.Drawing.Size(40, 28);
     this.EditReadersButton.TabIndex = 999;
     this.EditReadersButton.TabStop  = false;
     //
     // OrderByFieldSetControl
     //
     this.OrderByFieldSetControl.BackColor          = System.Drawing.Color.Transparent;
     this.OrderByFieldSetControl.ComboBoxLeftMargin = 1;
     this.OrderByFieldSetControl.ComboBoxText       = "";
     this.OrderByFieldSetControl.ComoboBoxFont      = null;
     this.OrderByFieldSetControl.Editable           = true;
     this.OrderByFieldSetControl.Enabled            = false;
     this.OrderByFieldSetControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.OrderByFieldSetControl.HideLabel             = false;
     this.OrderByFieldSetControl.LabelBottomMargin     = 0;
     this.OrderByFieldSetControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.OrderByFieldSetControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.OrderByFieldSetControl.LabelText             = "Order By Field Set:";
     this.OrderByFieldSetControl.LabelTopMargin        = 0;
     this.OrderByFieldSetControl.LabelWidth            = 188;
     this.OrderByFieldSetControl.List                  = null;
     this.OrderByFieldSetControl.Location              = new System.Drawing.Point(20, 500);
     this.OrderByFieldSetControl.Name                  = "OrderByFieldSetControl";
     this.OrderByFieldSetControl.SelectedIndex         = -1;
     this.OrderByFieldSetControl.SelectedIndexListener = null;
     this.OrderByFieldSetControl.Size                  = new System.Drawing.Size(620, 28);
     this.OrderByFieldSetControl.Sorted                = true;
     this.OrderByFieldSetControl.Source                = null;
     this.OrderByFieldSetControl.TabIndex              = 1002;
     this.OrderByFieldSetControl.Visible               = false;
     //
     // EditOrderByFieldSetsButton
     //
     this.EditOrderByFieldSetsButton.BackgroundImage       = global::DataTierClient.Properties.Resources.DeepGray;
     this.EditOrderByFieldSetsButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.EditOrderByFieldSetsButton.ButtonNumber          = 0;
     this.EditOrderByFieldSetsButton.ButtonText            = "...";
     this.EditOrderByFieldSetsButton.Enabled          = false;
     this.EditOrderByFieldSetsButton.Font             = new System.Drawing.Font("Arial Rounded MT Bold", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EditOrderByFieldSetsButton.Location         = new System.Drawing.Point(640, 500);
     this.EditOrderByFieldSetsButton.Margin           = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.EditOrderByFieldSetsButton.Name             = "EditOrderByFieldSetsButton";
     this.EditOrderByFieldSetsButton.NotSelectedImage = null;
     this.EditOrderByFieldSetsButton.Selected         = false;
     this.EditOrderByFieldSetsButton.SelectedImage    = null;
     this.EditOrderByFieldSetsButton.ShowNotSelectedImageWhenDisabled = true;
     this.EditOrderByFieldSetsButton.Size     = new System.Drawing.Size(40, 28);
     this.EditOrderByFieldSetsButton.TabIndex = 1003;
     this.EditOrderByFieldSetsButton.TabStop  = false;
     this.EditOrderByFieldSetsButton.Visible  = false;
     //
     // OrderByTypeControl
     //
     this.OrderByTypeControl.BackColor          = System.Drawing.Color.Transparent;
     this.OrderByTypeControl.ComboBoxLeftMargin = 1;
     this.OrderByTypeControl.ComboBoxText       = "";
     this.OrderByTypeControl.ComoboBoxFont      = null;
     this.OrderByTypeControl.Editable           = true;
     this.OrderByTypeControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.OrderByTypeControl.HideLabel             = false;
     this.OrderByTypeControl.LabelBottomMargin     = 0;
     this.OrderByTypeControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.OrderByTypeControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.OrderByTypeControl.LabelText             = "Order By Type:";
     this.OrderByTypeControl.LabelTopMargin        = 0;
     this.OrderByTypeControl.LabelWidth            = 188;
     this.OrderByTypeControl.List                  = null;
     this.OrderByTypeControl.Location              = new System.Drawing.Point(20, 460);
     this.OrderByTypeControl.Name                  = "OrderByTypeControl";
     this.OrderByTypeControl.SelectedIndex         = -1;
     this.OrderByTypeControl.SelectedIndexListener = null;
     this.OrderByTypeControl.Size                  = new System.Drawing.Size(620, 28);
     this.OrderByTypeControl.Sorted                = true;
     this.OrderByTypeControl.Source                = null;
     this.OrderByTypeControl.TabIndex              = 12;
     //
     // OrderByFieldControl
     //
     this.OrderByFieldControl.BackColor          = System.Drawing.Color.Transparent;
     this.OrderByFieldControl.ComboBoxLeftMargin = 1;
     this.OrderByFieldControl.ComboBoxText       = "";
     this.OrderByFieldControl.ComoboBoxFont      = null;
     this.OrderByFieldControl.Editable           = true;
     this.OrderByFieldControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.OrderByFieldControl.HideLabel             = false;
     this.OrderByFieldControl.LabelBottomMargin     = 0;
     this.OrderByFieldControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.OrderByFieldControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.OrderByFieldControl.LabelText             = "Order By Field:";
     this.OrderByFieldControl.LabelTopMargin        = 0;
     this.OrderByFieldControl.LabelWidth            = 188;
     this.OrderByFieldControl.List                  = null;
     this.OrderByFieldControl.Location              = new System.Drawing.Point(20, 500);
     this.OrderByFieldControl.Name                  = "OrderByFieldControl";
     this.OrderByFieldControl.SelectedIndex         = -1;
     this.OrderByFieldControl.SelectedIndexListener = null;
     this.OrderByFieldControl.Size                  = new System.Drawing.Size(620, 28);
     this.OrderByFieldControl.Sorted                = true;
     this.OrderByFieldControl.Source                = null;
     this.OrderByFieldControl.TabIndex              = 14;
     this.OrderByFieldControl.Visible               = false;
     //
     // DescendingCheckBox
     //
     this.DescendingCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.DescendingCheckBox.CheckBoxHorizontalOffSet = 0;
     this.DescendingCheckBox.CheckBoxVerticalOffSet   = 4;
     this.DescendingCheckBox.CheckChangedListener     = null;
     this.DescendingCheckBox.Checked    = false;
     this.DescendingCheckBox.Editable   = true;
     this.DescendingCheckBox.Font       = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DescendingCheckBox.LabelColor = System.Drawing.SystemColors.ControlText;
     this.DescendingCheckBox.LabelFont  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DescendingCheckBox.LabelText  = "Descending:";
     this.DescendingCheckBox.LabelWidth = 188;
     this.DescendingCheckBox.Location   = new System.Drawing.Point(20, 534);
     this.DescendingCheckBox.Name       = "DescendingCheckBox";
     this.DescendingCheckBox.Size       = new System.Drawing.Size(226, 28);
     this.DescendingCheckBox.TabIndex   = 1004;
     //
     // TopRowsControl
     //
     this.TopRowsControl.BackColor             = System.Drawing.Color.Transparent;
     this.TopRowsControl.BottomMargin          = 0;
     this.TopRowsControl.Editable              = true;
     this.TopRowsControl.Encrypted             = false;
     this.TopRowsControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TopRowsControl.LabelBottomMargin     = 0;
     this.TopRowsControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.TopRowsControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TopRowsControl.LabelText             = "Select Top Rows:";
     this.TopRowsControl.LabelTopMargin        = 2;
     this.TopRowsControl.LabelWidth            = 188;
     this.TopRowsControl.Location              = new System.Drawing.Point(316, 340);
     this.TopRowsControl.MultiLine             = false;
     this.TopRowsControl.Name                  = "TopRowsControl";
     this.TopRowsControl.OnTextChangedListener = null;
     this.TopRowsControl.PasswordMode          = false;
     this.TopRowsControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.TopRowsControl.Size                  = new System.Drawing.Size(324, 28);
     this.TopRowsControl.TabIndex              = 1005;
     this.TopRowsControl.TextBoxBottomMargin   = 0;
     this.TopRowsControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.TopRowsControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.TopRowsControl.TextBoxFont           = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TopRowsControl.TextBoxTopMargin      = 0;
     //
     // CustomWhereCheckBox
     //
     this.CustomWhereCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.CustomWhereCheckBox.CheckBoxHorizontalOffSet = 0;
     this.CustomWhereCheckBox.CheckBoxVerticalOffSet   = 4;
     this.CustomWhereCheckBox.CheckChangedListener     = null;
     this.CustomWhereCheckBox.Checked    = false;
     this.CustomWhereCheckBox.Editable   = true;
     this.CustomWhereCheckBox.Font       = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CustomWhereCheckBox.LabelColor = System.Drawing.SystemColors.ControlText;
     this.CustomWhereCheckBox.LabelFont  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CustomWhereCheckBox.LabelText  = "Custom Where:";
     this.CustomWhereCheckBox.LabelWidth = 188;
     this.CustomWhereCheckBox.Location   = new System.Drawing.Point(316, 380);
     this.CustomWhereCheckBox.Name       = "CustomWhereCheckBox";
     this.CustomWhereCheckBox.Size       = new System.Drawing.Size(226, 28);
     this.CustomWhereCheckBox.TabIndex   = 1006;
     //
     // CustomMethodEditor
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor     = System.Drawing.Color.Linen;
     this.Controls.Add(this.CustomWhereCheckBox);
     this.Controls.Add(this.TopRowsControl);
     this.Controls.Add(this.DescendingCheckBox);
     this.Controls.Add(this.EditOrderByFieldSetsButton);
     this.Controls.Add(this.OrderByTypeControl);
     this.Controls.Add(this.IsViewIcon);
     this.Controls.Add(this.UpdateOnBuildCheckbox);
     this.Controls.Add(this.PropertyNameControl);
     this.Controls.Add(this.SaveCancelControl);
     this.Controls.Add(this.EditParametersSetButton);
     this.Controls.Add(this.EditReadersButton);
     this.Controls.Add(this.CustomReaderControl);
     this.Controls.Add(this.UseCustomReaderCheckBox);
     this.Controls.Add(this.ParameterFieldControl);
     this.Controls.Add(this.ParameterTypeControl);
     this.Controls.Add(this.ProcedureNameControl);
     this.Controls.Add(this.ParametersControl);
     this.Controls.Add(this.MethodNameControl);
     this.Controls.Add(this.MethodTypeControl);
     this.Controls.Add(this.SelectedTableControl);
     this.Controls.Add(this.ParameterFieldSetControl);
     this.Controls.Add(this.OrderByFieldControl);
     this.Controls.Add(this.OrderByFieldSetControl);
     this.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "CustomMethodEditor";
     this.Size = new System.Drawing.Size(720, 640);
     ((System.ComponentModel.ISupportInitialize)(this.IsViewIcon)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConnectionStringBuilderForm));
     this.SQLServerAuthenticationRadioButton = new System.Windows.Forms.RadioButton();
     this.WindowsAuthenticationRadioButton   = new System.Windows.Forms.RadioButton();
     this.BuildConnectionStringButton        = new System.Windows.Forms.Button();
     this.CancelButton = new System.Windows.Forms.Button();
     this.CopyButton   = new System.Windows.Forms.Button();
     this.InstallConnectionStringButton = new System.Windows.Forms.Button();
     this.DatabaseNameControl           = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.DatabaseServerControl         = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.DatabaseUserControl           = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.DatabasePasswordControl       = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.ConnectionstringControl       = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.UseEncryptionCheckBox         = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.EncryptionKeyControl          = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.UseCustomKeyCheckBox          = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.StatusLabel    = new System.Windows.Forms.Label();
     this.StatusImage    = new System.Windows.Forms.PictureBox();
     this.CopiedImage    = new System.Windows.Forms.PictureBox();
     this.CopiedTimer    = new System.Windows.Forms.Timer(this.components);
     this.TestButton     = new System.Windows.Forms.Button();
     this.InstalledImage = new System.Windows.Forms.PictureBox();
     this.InstalledTimer = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.StatusImage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CopiedImage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.InstalledImage)).BeginInit();
     this.SuspendLayout();
     //
     // SQLServerAuthenticationRadioButton
     //
     this.SQLServerAuthenticationRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.SQLServerAuthenticationRadioButton.Font      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold);
     this.SQLServerAuthenticationRadioButton.Location  = new System.Drawing.Point(212, 108);
     this.SQLServerAuthenticationRadioButton.Name      = "SQLServerAuthenticationRadioButton";
     this.SQLServerAuthenticationRadioButton.Size      = new System.Drawing.Size(239, 27);
     this.SQLServerAuthenticationRadioButton.TabIndex  = 2;
     this.SQLServerAuthenticationRadioButton.Text      = "SQL Authentication";
     this.SQLServerAuthenticationRadioButton.UseVisualStyleBackColor = false;
     this.SQLServerAuthenticationRadioButton.CheckedChanged         += new System.EventHandler(this.SQLServerAuthenticationRadioButton_CheckedChanged);
     //
     // WindowsAuthenticationRadioButton
     //
     this.WindowsAuthenticationRadioButton.AutoSize  = true;
     this.WindowsAuthenticationRadioButton.BackColor = System.Drawing.Color.Transparent;
     this.WindowsAuthenticationRadioButton.Checked   = true;
     this.WindowsAuthenticationRadioButton.Font      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold);
     this.WindowsAuthenticationRadioButton.Location  = new System.Drawing.Point(457, 108);
     this.WindowsAuthenticationRadioButton.Name      = "WindowsAuthenticationRadioButton";
     this.WindowsAuthenticationRadioButton.Size      = new System.Drawing.Size(295, 27);
     this.WindowsAuthenticationRadioButton.TabIndex  = 3;
     this.WindowsAuthenticationRadioButton.TabStop   = true;
     this.WindowsAuthenticationRadioButton.Text      = "Windows Authentication";
     this.WindowsAuthenticationRadioButton.UseVisualStyleBackColor = false;
     this.WindowsAuthenticationRadioButton.CheckedChanged         += new System.EventHandler(this.SQLServerAuthenticationRadioButton_CheckedChanged);
     //
     // BuildConnectionStringButton
     //
     this.BuildConnectionStringButton.BackColor             = System.Drawing.Color.Transparent;
     this.BuildConnectionStringButton.BackgroundImage       = global::DataTierClient.Properties.Resources.WoodButtonWidth1280Disabled;
     this.BuildConnectionStringButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.BuildConnectionStringButton.Enabled = false;
     this.BuildConnectionStringButton.FlatAppearance.BorderSize         = 0;
     this.BuildConnectionStringButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.BuildConnectionStringButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.BuildConnectionStringButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.BuildConnectionStringButton.Font      = new System.Drawing.Font("Verdana", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BuildConnectionStringButton.ForeColor = System.Drawing.Color.DarkGray;
     this.BuildConnectionStringButton.Location  = new System.Drawing.Point(305, 573);
     this.BuildConnectionStringButton.Name      = "BuildConnectionStringButton";
     this.BuildConnectionStringButton.Size      = new System.Drawing.Size(228, 40);
     this.BuildConnectionStringButton.TabIndex  = 8;
     this.BuildConnectionStringButton.Text      = "Build Conn String";
     this.BuildConnectionStringButton.UseVisualStyleBackColor = false;
     this.BuildConnectionStringButton.EnabledChanged         += new System.EventHandler(this.Button_EnabledChanged);
     this.BuildConnectionStringButton.Click      += new System.EventHandler(this.BuildConnectionStringButton_Click);
     this.BuildConnectionStringButton.MouseEnter += new System.EventHandler(this.Button_MouseEnter);
     this.BuildConnectionStringButton.MouseLeave += new System.EventHandler(this.Button_MouseLeave);
     //
     // CancelButton
     //
     this.CancelButton.BackColor                         = System.Drawing.Color.Transparent;
     this.CancelButton.BackgroundImage                   = ((System.Drawing.Image)(resources.GetObject("CancelButton.BackgroundImage")));
     this.CancelButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.CancelButton.FlatAppearance.BorderSize         = 0;
     this.CancelButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.CancelButton.Font      = new System.Drawing.Font("Verdana", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CancelButton.ForeColor = System.Drawing.Color.Black;
     this.CancelButton.Location  = new System.Drawing.Point(647, 573);
     this.CancelButton.Name      = "CancelButton";
     this.CancelButton.Size      = new System.Drawing.Size(104, 40);
     this.CancelButton.TabIndex  = 10;
     this.CancelButton.Text      = "Cancel";
     this.CancelButton.UseVisualStyleBackColor = false;
     this.CancelButton.Click      += new System.EventHandler(this.DoneButton_Click);
     this.CancelButton.MouseEnter += new System.EventHandler(this.Button_MouseEnter);
     this.CancelButton.MouseLeave += new System.EventHandler(this.Button_MouseLeave);
     //
     // CopyButton
     //
     this.CopyButton.BackColor             = System.Drawing.Color.Transparent;
     this.CopyButton.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("CopyButton.BackgroundImage")));
     this.CopyButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.CopyButton.Enabled = false;
     this.CopyButton.FlatAppearance.BorderSize         = 0;
     this.CopyButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.CopyButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.CopyButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.CopyButton.Font      = new System.Drawing.Font("Verdana", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CopyButton.ForeColor = System.Drawing.Color.DarkGray;
     this.CopyButton.Location  = new System.Drawing.Point(538, 573);
     this.CopyButton.Name      = "CopyButton";
     this.CopyButton.Size      = new System.Drawing.Size(104, 40);
     this.CopyButton.TabIndex  = 9;
     this.CopyButton.Text      = "Copy";
     this.CopyButton.UseVisualStyleBackColor = false;
     this.CopyButton.EnabledChanged         += new System.EventHandler(this.Button_EnabledChanged);
     this.CopyButton.Click      += new System.EventHandler(this.CopyButton_Click);
     this.CopyButton.MouseEnter += new System.EventHandler(this.Button_MouseEnter);
     this.CopyButton.MouseLeave += new System.EventHandler(this.Button_MouseLeave);
     //
     // InstallConnectionStringButton
     //
     this.InstallConnectionStringButton.BackColor             = System.Drawing.Color.Transparent;
     this.InstallConnectionStringButton.BackgroundImage       = global::DataTierClient.Properties.Resources.WoodButtonWidth2560Disabled;
     this.InstallConnectionStringButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.InstallConnectionStringButton.Enabled = false;
     this.InstallConnectionStringButton.FlatAppearance.BorderSize         = 0;
     this.InstallConnectionStringButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.InstallConnectionStringButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.InstallConnectionStringButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.InstallConnectionStringButton.Font      = new System.Drawing.Font("Verdana", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.InstallConnectionStringButton.ForeColor = System.Drawing.Color.DarkGray;
     this.InstallConnectionStringButton.Location  = new System.Drawing.Point(305, 527);
     this.InstallConnectionStringButton.Name      = "InstallConnectionStringButton";
     this.InstallConnectionStringButton.Size      = new System.Drawing.Size(450, 40);
     this.InstallConnectionStringButton.TabIndex  = 7;
     this.InstallConnectionStringButton.Text      = "Install Conn String && Update App.config";
     this.InstallConnectionStringButton.UseVisualStyleBackColor = false;
     this.InstallConnectionStringButton.EnabledChanged         += new System.EventHandler(this.Button_EnabledChanged);
     this.InstallConnectionStringButton.Click      += new System.EventHandler(this.InstallConnectionStringButton_Click);
     this.InstallConnectionStringButton.MouseEnter += new System.EventHandler(this.Button_MouseEnter);
     this.InstallConnectionStringButton.MouseLeave += new System.EventHandler(this.Button_MouseLeave);
     //
     // DatabaseNameControl
     //
     this.DatabaseNameControl.BackColor             = System.Drawing.Color.Transparent;
     this.DatabaseNameControl.BottomMargin          = 0;
     this.DatabaseNameControl.Editable              = true;
     this.DatabaseNameControl.Encrypted             = false;
     this.DatabaseNameControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DatabaseNameControl.LabelBottomMargin     = 0;
     this.DatabaseNameControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.DatabaseNameControl.LabelFont             = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DatabaseNameControl.LabelText             = "Database Name:";
     this.DatabaseNameControl.LabelTopMargin        = 0;
     this.DatabaseNameControl.LabelWidth            = 240;
     this.DatabaseNameControl.Location              = new System.Drawing.Point(32, 64);
     this.DatabaseNameControl.MultiLine             = false;
     this.DatabaseNameControl.Name                  = "DatabaseNameControl";
     this.DatabaseNameControl.OnTextChangedListener = null;
     this.DatabaseNameControl.PasswordMode          = false;
     this.DatabaseNameControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.DatabaseNameControl.Size                  = new System.Drawing.Size(720, 30);
     this.DatabaseNameControl.TabIndex              = 1;
     this.DatabaseNameControl.TextBoxBottomMargin   = 0;
     this.DatabaseNameControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.DatabaseNameControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.DatabaseNameControl.TextBoxFont           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DatabaseNameControl.TextBoxTopMargin      = 0;
     //
     // DatabaseServerControl
     //
     this.DatabaseServerControl.BackColor             = System.Drawing.Color.Transparent;
     this.DatabaseServerControl.BottomMargin          = 0;
     this.DatabaseServerControl.Editable              = true;
     this.DatabaseServerControl.Encrypted             = false;
     this.DatabaseServerControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DatabaseServerControl.LabelBottomMargin     = 0;
     this.DatabaseServerControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.DatabaseServerControl.LabelFont             = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DatabaseServerControl.LabelText             = "Database Server:";
     this.DatabaseServerControl.LabelTopMargin        = 0;
     this.DatabaseServerControl.LabelWidth            = 240;
     this.DatabaseServerControl.Location              = new System.Drawing.Point(32, 20);
     this.DatabaseServerControl.MultiLine             = false;
     this.DatabaseServerControl.Name                  = "DatabaseServerControl";
     this.DatabaseServerControl.OnTextChangedListener = null;
     this.DatabaseServerControl.PasswordMode          = false;
     this.DatabaseServerControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.DatabaseServerControl.Size                  = new System.Drawing.Size(720, 30);
     this.DatabaseServerControl.TabIndex              = 0;
     this.DatabaseServerControl.TextBoxBottomMargin   = 0;
     this.DatabaseServerControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.DatabaseServerControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.DatabaseServerControl.TextBoxFont           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DatabaseServerControl.TextBoxTopMargin      = 0;
     //
     // DatabaseUserControl
     //
     this.DatabaseUserControl.BackColor             = System.Drawing.Color.Transparent;
     this.DatabaseUserControl.BottomMargin          = 0;
     this.DatabaseUserControl.Editable              = true;
     this.DatabaseUserControl.Encrypted             = false;
     this.DatabaseUserControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DatabaseUserControl.LabelBottomMargin     = 0;
     this.DatabaseUserControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.DatabaseUserControl.LabelFont             = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DatabaseUserControl.LabelText             = "Database User Name:";
     this.DatabaseUserControl.LabelTopMargin        = 0;
     this.DatabaseUserControl.LabelWidth            = 240;
     this.DatabaseUserControl.Location              = new System.Drawing.Point(32, 148);
     this.DatabaseUserControl.MultiLine             = false;
     this.DatabaseUserControl.Name                  = "DatabaseUserControl";
     this.DatabaseUserControl.OnTextChangedListener = null;
     this.DatabaseUserControl.PasswordMode          = false;
     this.DatabaseUserControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.DatabaseUserControl.Size                  = new System.Drawing.Size(720, 30);
     this.DatabaseUserControl.TabIndex              = 4;
     this.DatabaseUserControl.TextBoxBottomMargin   = 0;
     this.DatabaseUserControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.DatabaseUserControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.DatabaseUserControl.TextBoxFont           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DatabaseUserControl.TextBoxTopMargin      = 0;
     //
     // DatabasePasswordControl
     //
     this.DatabasePasswordControl.BackColor             = System.Drawing.Color.Transparent;
     this.DatabasePasswordControl.BottomMargin          = 0;
     this.DatabasePasswordControl.Editable              = true;
     this.DatabasePasswordControl.Encrypted             = false;
     this.DatabasePasswordControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DatabasePasswordControl.LabelBottomMargin     = 0;
     this.DatabasePasswordControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.DatabasePasswordControl.LabelFont             = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DatabasePasswordControl.LabelText             = "Database Password:"******"DatabasePasswordControl";
     this.DatabasePasswordControl.OnTextChangedListener = null;
     this.DatabasePasswordControl.PasswordMode          = false;
     this.DatabasePasswordControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.DatabasePasswordControl.Size                  = new System.Drawing.Size(720, 30);
     this.DatabasePasswordControl.TabIndex              = 5;
     this.DatabasePasswordControl.TextBoxBottomMargin   = 0;
     this.DatabasePasswordControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.DatabasePasswordControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.DatabasePasswordControl.TextBoxFont           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DatabasePasswordControl.TextBoxTopMargin      = 0;
     //
     // ConnectionstringControl
     //
     this.ConnectionstringControl.BackColor             = System.Drawing.Color.Transparent;
     this.ConnectionstringControl.BottomMargin          = 0;
     this.ConnectionstringControl.Editable              = true;
     this.ConnectionstringControl.Encrypted             = false;
     this.ConnectionstringControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ConnectionstringControl.LabelBottomMargin     = 0;
     this.ConnectionstringControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.ConnectionstringControl.LabelFont             = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ConnectionstringControl.LabelText             = "Connection String:";
     this.ConnectionstringControl.LabelTopMargin        = 0;
     this.ConnectionstringControl.LabelWidth            = 240;
     this.ConnectionstringControl.Location              = new System.Drawing.Point(32, 320);
     this.ConnectionstringControl.MultiLine             = true;
     this.ConnectionstringControl.Name                  = "ConnectionstringControl";
     this.ConnectionstringControl.OnTextChangedListener = null;
     this.ConnectionstringControl.PasswordMode          = false;
     this.ConnectionstringControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.ConnectionstringControl.Size                  = new System.Drawing.Size(720, 137);
     this.ConnectionstringControl.TabIndex              = 6;
     this.ConnectionstringControl.TextBoxBottomMargin   = 0;
     this.ConnectionstringControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.ConnectionstringControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.ConnectionstringControl.TextBoxFont           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ConnectionstringControl.TextBoxTopMargin      = 0;
     //
     // UseEncryptionCheckBox
     //
     this.UseEncryptionCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.UseEncryptionCheckBox.CheckBoxHorizontalOffSet = 0;
     this.UseEncryptionCheckBox.CheckBoxVerticalOffSet   = 4;
     this.UseEncryptionCheckBox.CheckChangedListener     = null;
     this.UseEncryptionCheckBox.Checked    = false;
     this.UseEncryptionCheckBox.Editable   = true;
     this.UseEncryptionCheckBox.Font       = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UseEncryptionCheckBox.LabelColor = System.Drawing.SystemColors.ControlText;
     this.UseEncryptionCheckBox.LabelFont  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UseEncryptionCheckBox.LabelText  = "Use Encryption:";
     this.UseEncryptionCheckBox.LabelWidth = 240;
     this.UseEncryptionCheckBox.Location   = new System.Drawing.Point(32, 236);
     this.UseEncryptionCheckBox.Name       = "UseEncryptionCheckBox";
     this.UseEncryptionCheckBox.Size       = new System.Drawing.Size(290, 24);
     this.UseEncryptionCheckBox.TabIndex   = 12;
     //
     // EncryptionKeyControl
     //
     this.EncryptionKeyControl.BackColor             = System.Drawing.Color.Transparent;
     this.EncryptionKeyControl.BottomMargin          = 0;
     this.EncryptionKeyControl.Editable              = false;
     this.EncryptionKeyControl.Enabled               = false;
     this.EncryptionKeyControl.Encrypted             = false;
     this.EncryptionKeyControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EncryptionKeyControl.LabelBottomMargin     = 0;
     this.EncryptionKeyControl.LabelColor            = System.Drawing.Color.DarkGray;
     this.EncryptionKeyControl.LabelFont             = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EncryptionKeyControl.LabelText             = "Encryption Key:";
     this.EncryptionKeyControl.LabelTopMargin        = 0;
     this.EncryptionKeyControl.LabelWidth            = 240;
     this.EncryptionKeyControl.Location              = new System.Drawing.Point(32, 276);
     this.EncryptionKeyControl.MultiLine             = false;
     this.EncryptionKeyControl.Name                  = "EncryptionKeyControl";
     this.EncryptionKeyControl.OnTextChangedListener = null;
     this.EncryptionKeyControl.PasswordMode          = false;
     this.EncryptionKeyControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.EncryptionKeyControl.Size                  = new System.Drawing.Size(720, 30);
     this.EncryptionKeyControl.TabIndex              = 13;
     this.EncryptionKeyControl.TextBoxBottomMargin   = 0;
     this.EncryptionKeyControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.EncryptionKeyControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.EncryptionKeyControl.TextBoxFont           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EncryptionKeyControl.TextBoxTopMargin      = 0;
     //
     // UseCustomKeyCheckBox
     //
     this.UseCustomKeyCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.UseCustomKeyCheckBox.CheckBoxHorizontalOffSet = 0;
     this.UseCustomKeyCheckBox.CheckBoxVerticalOffSet   = 4;
     this.UseCustomKeyCheckBox.CheckChangedListener     = null;
     this.UseCustomKeyCheckBox.Checked    = false;
     this.UseCustomKeyCheckBox.Editable   = false;
     this.UseCustomKeyCheckBox.Enabled    = false;
     this.UseCustomKeyCheckBox.Font       = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UseCustomKeyCheckBox.LabelColor = System.Drawing.SystemColors.ControlText;
     this.UseCustomKeyCheckBox.LabelFont  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UseCustomKeyCheckBox.LabelText  = "Use Custom Key:";
     this.UseCustomKeyCheckBox.LabelWidth = 200;
     this.UseCustomKeyCheckBox.Location   = new System.Drawing.Point(300, 236);
     this.UseCustomKeyCheckBox.Name       = "UseCustomKeyCheckBox";
     this.UseCustomKeyCheckBox.Size       = new System.Drawing.Size(270, 24);
     this.UseCustomKeyCheckBox.TabIndex   = 14;
     //
     // StatusLabel
     //
     this.StatusLabel.BackColor = System.Drawing.Color.Transparent;
     this.StatusLabel.Location  = new System.Drawing.Point(387, 468);
     this.StatusLabel.Name      = "StatusLabel";
     this.StatusLabel.Size      = new System.Drawing.Size(308, 37);
     this.StatusLabel.TabIndex  = 15;
     this.StatusLabel.Text      = "Database Connection Passed!";
     this.StatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.StatusLabel.Visible   = false;
     //
     // StatusImage
     //
     this.StatusImage.BackColor             = System.Drawing.Color.Transparent;
     this.StatusImage.BackgroundImage       = global::DataTierClient.Properties.Resources.Failure;
     this.StatusImage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.StatusImage.Location = new System.Drawing.Point(699, 462);
     this.StatusImage.Name     = "StatusImage";
     this.StatusImage.Size     = new System.Drawing.Size(48, 48);
     this.StatusImage.TabIndex = 16;
     this.StatusImage.TabStop  = false;
     this.StatusImage.Visible  = false;
     //
     // CopiedImage
     //
     this.CopiedImage.BackColor             = System.Drawing.Color.Transparent;
     this.CopiedImage.BackgroundImage       = global::DataTierClient.Properties.Resources.Copied;
     this.CopiedImage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.CopiedImage.Location = new System.Drawing.Point(12, 546);
     this.CopiedImage.Name     = "CopiedImage";
     this.CopiedImage.Size     = new System.Drawing.Size(120, 68);
     this.CopiedImage.TabIndex = 17;
     this.CopiedImage.TabStop  = false;
     this.CopiedImage.Visible  = false;
     //
     // CopiedTimer
     //
     this.CopiedTimer.Interval = 4000;
     this.CopiedTimer.Tick    += new System.EventHandler(this.CopiedTimer_Tick);
     //
     // TestButton
     //
     this.TestButton.BackColor             = System.Drawing.Color.Transparent;
     this.TestButton.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("TestButton.BackgroundImage")));
     this.TestButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.TestButton.Enabled = false;
     this.TestButton.FlatAppearance.BorderSize         = 0;
     this.TestButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.TestButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.TestButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.TestButton.Font      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TestButton.ForeColor = System.Drawing.Color.DarkGray;
     this.TestButton.Location  = new System.Drawing.Point(272, 466);
     this.TestButton.Name      = "TestButton";
     this.TestButton.Size      = new System.Drawing.Size(125, 40);
     this.TestButton.TabIndex  = 18;
     this.TestButton.Text      = "Test";
     this.TestButton.UseVisualStyleBackColor = false;
     this.TestButton.EnabledChanged         += new System.EventHandler(this.Button_EnabledChanged);
     this.TestButton.Click      += new System.EventHandler(this.TestDatabaseConnectionButton_Click);
     this.TestButton.MouseEnter += new System.EventHandler(this.Button_MouseEnter);
     this.TestButton.MouseLeave += new System.EventHandler(this.Button_MouseLeave);
     //
     // InstalledImage
     //
     this.InstalledImage.BackColor             = System.Drawing.Color.Transparent;
     this.InstalledImage.BackgroundImage       = global::DataTierClient.Properties.Resources.Installed;
     this.InstalledImage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.InstalledImage.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.InstalledImage.Location = new System.Drawing.Point(12, 546);
     this.InstalledImage.Name     = "InstalledImage";
     this.InstalledImage.Size     = new System.Drawing.Size(200, 68);
     this.InstalledImage.TabIndex = 19;
     this.InstalledImage.TabStop  = false;
     this.InstalledImage.Visible  = false;
     //
     // InstalledTimer
     //
     this.InstalledTimer.Interval = 4000;
     this.InstalledTimer.Tick    += new System.EventHandler(this.InstalledTimer_Tick);
     //
     // ConnectionStringBuilderForm
     //
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor             = System.Drawing.SystemColors.Control;
     this.BackgroundImage       = global::DataTierClient.Properties.Resources.LinenBackground;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(792, 625);
     this.Controls.Add(this.TestButton);
     this.Controls.Add(this.CopiedImage);
     this.Controls.Add(this.StatusImage);
     this.Controls.Add(this.StatusLabel);
     this.Controls.Add(this.UseCustomKeyCheckBox);
     this.Controls.Add(this.EncryptionKeyControl);
     this.Controls.Add(this.UseEncryptionCheckBox);
     this.Controls.Add(this.ConnectionstringControl);
     this.Controls.Add(this.DatabasePasswordControl);
     this.Controls.Add(this.DatabaseUserControl);
     this.Controls.Add(this.DatabaseServerControl);
     this.Controls.Add(this.DatabaseNameControl);
     this.Controls.Add(this.InstallConnectionStringButton);
     this.Controls.Add(this.CopyButton);
     this.Controls.Add(this.BuildConnectionStringButton);
     this.Controls.Add(this.CancelButton);
     this.Controls.Add(this.SQLServerAuthenticationRadioButton);
     this.Controls.Add(this.WindowsAuthenticationRadioButton);
     this.Controls.Add(this.InstalledImage);
     this.DoubleBuffered = true;
     this.Font           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximumSize    = new System.Drawing.Size(808, 800);
     this.MinimizeBox    = false;
     this.MinimumSize    = new System.Drawing.Size(808, 564);
     this.Name           = "ConnectionStringBuilderForm";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text           = "Connection String Builder";
     ((System.ComponentModel.ISupportInitialize)(this.StatusImage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CopiedImage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.InstalledImage)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #5
0
 /// <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(MainForm));
     this.ArtBox              = new System.Windows.Forms.PictureBox();
     this.RandomArtButton     = new System.Windows.Forms.Button();
     this.StopButton          = new System.Windows.Forms.Button();
     this.Graph               = new System.Windows.Forms.ProgressBar();
     this.FilterControl       = new DataJuggler.Win.Controls.LabelComboBoxControl();
     this.AutoSaveCheckBox    = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.WidthControl        = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.HeightControl       = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.SpeedControl        = new DataJuggler.Win.Controls.LabelComboBoxControl();
     this.SmoothCheckbox      = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.ThresholdControl    = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.PointsControl       = new DataJuggler.Win.Controls.LabelComboBoxControl();
     this.BaseColorControl    = new DataJuggler.Win.Controls.LabelComboBoxControl();
     this.BorderWidthControl  = new DataJuggler.Win.Controls.LabelComboBoxControl();
     this.BorderColorControl  = new DataJuggler.Win.Controls.LabelComboBoxControl();
     this.SaveButton          = new System.Windows.Forms.Button();
     this.SaveFolderBrowser   = new DataJuggler.Win.Controls.LabelTextBoxBrowserControl();
     this.SaveNowButton       = new System.Windows.Forms.Button();
     this.SaveCountLabel      = new DataJuggler.Win.Controls.LabelLabelControl();
     this.AdvanceButton       = new System.Windows.Forms.Button();
     this.FilterFactorControl = new DataJuggler.Win.Controls.LabelComboBoxControl();
     this.DrawFromPointButton = new System.Windows.Forms.Button();
     this.DrawScenesButton    = new System.Windows.Forms.Button();
     this.DrawLinesButton     = new System.Windows.Forms.Button();
     this.WorthlessCodeLabel  = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.ArtBox)).BeginInit();
     this.SuspendLayout();
     //
     // ArtBox
     //
     this.ArtBox.BackColor             = System.Drawing.Color.Transparent;
     this.ArtBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ArtBox.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ArtBox.Location = new System.Drawing.Point(367, 40);
     this.ArtBox.Name     = "ArtBox";
     this.ArtBox.Size     = new System.Drawing.Size(1280, 720);
     this.ArtBox.TabIndex = 0;
     this.ArtBox.TabStop  = false;
     //
     // RandomArtButton
     //
     this.RandomArtButton.Location = new System.Drawing.Point(16, 16);
     this.RandomArtButton.Name     = "RandomArtButton";
     this.RandomArtButton.Size     = new System.Drawing.Size(220, 32);
     this.RandomArtButton.TabIndex = 1;
     this.RandomArtButton.Text     = "Create Random Art";
     this.RandomArtButton.UseVisualStyleBackColor = true;
     this.RandomArtButton.Click      += new System.EventHandler(this.RandomArtButton_Click);
     this.RandomArtButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.RandomArtButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // StopButton
     //
     this.StopButton.Location = new System.Drawing.Point(16, 59);
     this.StopButton.Name     = "StopButton";
     this.StopButton.Size     = new System.Drawing.Size(220, 32);
     this.StopButton.TabIndex = 2;
     this.StopButton.Text     = "Stop Drawing";
     this.StopButton.UseVisualStyleBackColor = true;
     this.StopButton.Visible     = false;
     this.StopButton.Click      += new System.EventHandler(this.StopButton_Click);
     this.StopButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.StopButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // Graph
     //
     this.Graph.Location = new System.Drawing.Point(52, 766);
     this.Graph.Name     = "Graph";
     this.Graph.Size     = new System.Drawing.Size(1280, 23);
     this.Graph.TabIndex = 3;
     this.Graph.Visible  = false;
     //
     // FilterControl
     //
     this.FilterControl.BackColor          = System.Drawing.Color.Transparent;
     this.FilterControl.ComboBoxLeftMargin = 1;
     this.FilterControl.ComboBoxText       = "";
     this.FilterControl.ComoboBoxFont      = null;
     this.FilterControl.Editable           = true;
     this.FilterControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FilterControl.ForeColor             = System.Drawing.Color.LemonChiffon;
     this.FilterControl.HideLabel             = false;
     this.FilterControl.LabelBottomMargin     = 0;
     this.FilterControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.FilterControl.LabelFont             = null;
     this.FilterControl.LabelText             = "Light Filter:";
     this.FilterControl.LabelTopMargin        = 0;
     this.FilterControl.LabelWidth            = 140;
     this.FilterControl.List                  = null;
     this.FilterControl.Location              = new System.Drawing.Point(16, 102);
     this.FilterControl.Name                  = "FilterControl";
     this.FilterControl.SelectedIndex         = -1;
     this.FilterControl.SelectedIndexListener = null;
     this.FilterControl.Size                  = new System.Drawing.Size(220, 28);
     this.FilterControl.Sorted                = true;
     this.FilterControl.Source                = null;
     this.FilterControl.TabIndex              = 4;
     //
     // AutoSaveCheckBox
     //
     this.AutoSaveCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.AutoSaveCheckBox.CheckBoxHorizontalOffSet = 0;
     this.AutoSaveCheckBox.CheckBoxVerticalOffSet   = 4;
     this.AutoSaveCheckBox.CheckChangedListener     = null;
     this.AutoSaveCheckBox.Checked    = true;
     this.AutoSaveCheckBox.Editable   = true;
     this.AutoSaveCheckBox.Font       = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AutoSaveCheckBox.ForeColor  = System.Drawing.Color.LemonChiffon;
     this.AutoSaveCheckBox.LabelColor = System.Drawing.Color.LemonChiffon;
     this.AutoSaveCheckBox.LabelFont  = null;
     this.AutoSaveCheckBox.LabelText  = "Auto Save:";
     this.AutoSaveCheckBox.LabelWidth = 140;
     this.AutoSaveCheckBox.Location   = new System.Drawing.Point(16, 613);
     this.AutoSaveCheckBox.Name       = "AutoSaveCheckBox";
     this.AutoSaveCheckBox.Size       = new System.Drawing.Size(210, 28);
     this.AutoSaveCheckBox.TabIndex   = 5;
     //
     // WidthControl
     //
     this.WidthControl.BackColor             = System.Drawing.Color.Transparent;
     this.WidthControl.BottomMargin          = 0;
     this.WidthControl.Editable              = true;
     this.WidthControl.Encrypted             = false;
     this.WidthControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.WidthControl.ForeColor             = System.Drawing.Color.LemonChiffon;
     this.WidthControl.LabelBottomMargin     = 0;
     this.WidthControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.WidthControl.LabelFont             = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold);
     this.WidthControl.LabelText             = "Width:";
     this.WidthControl.LabelTopMargin        = 0;
     this.WidthControl.LabelWidth            = 140;
     this.WidthControl.Location              = new System.Drawing.Point(16, 254);
     this.WidthControl.MultiLine             = false;
     this.WidthControl.Name                  = "WidthControl";
     this.WidthControl.OnTextChangedListener = null;
     this.WidthControl.PasswordMode          = false;
     this.WidthControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.WidthControl.Size                  = new System.Drawing.Size(220, 28);
     this.WidthControl.TabIndex              = 6;
     this.WidthControl.TextBoxBottomMargin   = 0;
     this.WidthControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.WidthControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.WidthControl.TextBoxFont           = new System.Drawing.Font("Verdana", 14.25F);
     this.WidthControl.TextBoxTopMargin      = 0;
     //
     // HeightControl
     //
     this.HeightControl.BackColor             = System.Drawing.Color.Transparent;
     this.HeightControl.BottomMargin          = 0;
     this.HeightControl.Editable              = true;
     this.HeightControl.Encrypted             = false;
     this.HeightControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.HeightControl.ForeColor             = System.Drawing.Color.LemonChiffon;
     this.HeightControl.LabelBottomMargin     = 0;
     this.HeightControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.HeightControl.LabelFont             = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold);
     this.HeightControl.LabelText             = "Height:";
     this.HeightControl.LabelTopMargin        = 0;
     this.HeightControl.LabelWidth            = 140;
     this.HeightControl.Location              = new System.Drawing.Point(16, 292);
     this.HeightControl.MultiLine             = false;
     this.HeightControl.Name                  = "HeightControl";
     this.HeightControl.OnTextChangedListener = null;
     this.HeightControl.PasswordMode          = false;
     this.HeightControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.HeightControl.Size                  = new System.Drawing.Size(220, 28);
     this.HeightControl.TabIndex              = 7;
     this.HeightControl.TextBoxBottomMargin   = 0;
     this.HeightControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.HeightControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.HeightControl.TextBoxFont           = new System.Drawing.Font("Verdana", 14.25F);
     this.HeightControl.TextBoxTopMargin      = 0;
     //
     // SpeedControl
     //
     this.SpeedControl.BackColor          = System.Drawing.Color.Transparent;
     this.SpeedControl.ComboBoxLeftMargin = 1;
     this.SpeedControl.ComboBoxText       = "";
     this.SpeedControl.ComoboBoxFont      = null;
     this.SpeedControl.Editable           = true;
     this.SpeedControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SpeedControl.ForeColor             = System.Drawing.Color.LemonChiffon;
     this.SpeedControl.HideLabel             = false;
     this.SpeedControl.LabelBottomMargin     = 0;
     this.SpeedControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.SpeedControl.LabelFont             = null;
     this.SpeedControl.LabelText             = "Speed:";
     this.SpeedControl.LabelTopMargin        = 0;
     this.SpeedControl.LabelWidth            = 140;
     this.SpeedControl.List                  = null;
     this.SpeedControl.Location              = new System.Drawing.Point(16, 178);
     this.SpeedControl.Name                  = "SpeedControl";
     this.SpeedControl.SelectedIndex         = -1;
     this.SpeedControl.SelectedIndexListener = null;
     this.SpeedControl.Size                  = new System.Drawing.Size(220, 28);
     this.SpeedControl.Sorted                = false;
     this.SpeedControl.Source                = null;
     this.SpeedControl.TabIndex              = 8;
     //
     // SmoothCheckbox
     //
     this.SmoothCheckbox.BackColor = System.Drawing.Color.Transparent;
     this.SmoothCheckbox.CheckBoxHorizontalOffSet = 0;
     this.SmoothCheckbox.CheckBoxVerticalOffSet   = 4;
     this.SmoothCheckbox.CheckChangedListener     = null;
     this.SmoothCheckbox.Checked    = true;
     this.SmoothCheckbox.Editable   = true;
     this.SmoothCheckbox.Font       = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SmoothCheckbox.ForeColor  = System.Drawing.Color.LemonChiffon;
     this.SmoothCheckbox.LabelColor = System.Drawing.Color.LemonChiffon;
     this.SmoothCheckbox.LabelFont  = null;
     this.SmoothCheckbox.LabelText  = "Smooth:";
     this.SmoothCheckbox.LabelWidth = 140;
     this.SmoothCheckbox.Location   = new System.Drawing.Point(16, 372);
     this.SmoothCheckbox.Name       = "SmoothCheckbox";
     this.SmoothCheckbox.Size       = new System.Drawing.Size(210, 28);
     this.SmoothCheckbox.TabIndex   = 9;
     //
     // ThresholdControl
     //
     this.ThresholdControl.BackColor             = System.Drawing.Color.Transparent;
     this.ThresholdControl.BottomMargin          = 0;
     this.ThresholdControl.Editable              = true;
     this.ThresholdControl.Encrypted             = false;
     this.ThresholdControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ThresholdControl.ForeColor             = System.Drawing.Color.LemonChiffon;
     this.ThresholdControl.LabelBottomMargin     = 0;
     this.ThresholdControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.ThresholdControl.LabelFont             = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold);
     this.ThresholdControl.LabelText             = "Threshold:";
     this.ThresholdControl.LabelTopMargin        = 0;
     this.ThresholdControl.LabelWidth            = 140;
     this.ThresholdControl.Location              = new System.Drawing.Point(16, 333);
     this.ThresholdControl.MultiLine             = false;
     this.ThresholdControl.Name                  = "ThresholdControl";
     this.ThresholdControl.OnTextChangedListener = null;
     this.ThresholdControl.PasswordMode          = false;
     this.ThresholdControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.ThresholdControl.Size                  = new System.Drawing.Size(220, 28);
     this.ThresholdControl.TabIndex              = 10;
     this.ThresholdControl.TextBoxBottomMargin   = 0;
     this.ThresholdControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.ThresholdControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.ThresholdControl.TextBoxFont           = new System.Drawing.Font("Verdana", 14.25F);
     this.ThresholdControl.TextBoxTopMargin      = 0;
     //
     // PointsControl
     //
     this.PointsControl.BackColor          = System.Drawing.Color.Transparent;
     this.PointsControl.ComboBoxLeftMargin = 1;
     this.PointsControl.ComboBoxText       = "";
     this.PointsControl.ComoboBoxFont      = null;
     this.PointsControl.Editable           = true;
     this.PointsControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PointsControl.ForeColor             = System.Drawing.Color.LemonChiffon;
     this.PointsControl.HideLabel             = false;
     this.PointsControl.LabelBottomMargin     = 0;
     this.PointsControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.PointsControl.LabelFont             = null;
     this.PointsControl.LabelText             = "Points:";
     this.PointsControl.LabelTopMargin        = 0;
     this.PointsControl.LabelWidth            = 140;
     this.PointsControl.List                  = null;
     this.PointsControl.Location              = new System.Drawing.Point(16, 216);
     this.PointsControl.Name                  = "PointsControl";
     this.PointsControl.SelectedIndex         = -1;
     this.PointsControl.SelectedIndexListener = null;
     this.PointsControl.Size                  = new System.Drawing.Size(220, 28);
     this.PointsControl.Sorted                = false;
     this.PointsControl.Source                = null;
     this.PointsControl.TabIndex              = 11;
     //
     // BaseColorControl
     //
     this.BaseColorControl.BackColor          = System.Drawing.Color.Transparent;
     this.BaseColorControl.ComboBoxLeftMargin = 1;
     this.BaseColorControl.ComboBoxText       = "";
     this.BaseColorControl.ComoboBoxFont      = null;
     this.BaseColorControl.Editable           = true;
     this.BaseColorControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BaseColorControl.ForeColor             = System.Drawing.Color.LemonChiffon;
     this.BaseColorControl.HideLabel             = false;
     this.BaseColorControl.LabelBottomMargin     = 0;
     this.BaseColorControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.BaseColorControl.LabelFont             = null;
     this.BaseColorControl.LabelText             = "Base Color:";
     this.BaseColorControl.LabelTopMargin        = 0;
     this.BaseColorControl.LabelWidth            = 140;
     this.BaseColorControl.List                  = null;
     this.BaseColorControl.Location              = new System.Drawing.Point(16, 411);
     this.BaseColorControl.Name                  = "BaseColorControl";
     this.BaseColorControl.SelectedIndex         = -1;
     this.BaseColorControl.SelectedIndexListener = null;
     this.BaseColorControl.Size                  = new System.Drawing.Size(286, 28);
     this.BaseColorControl.Sorted                = true;
     this.BaseColorControl.Source                = null;
     this.BaseColorControl.TabIndex              = 12;
     //
     // BorderWidthControl
     //
     this.BorderWidthControl.BackColor          = System.Drawing.Color.Transparent;
     this.BorderWidthControl.ComboBoxLeftMargin = 1;
     this.BorderWidthControl.ComboBoxText       = "";
     this.BorderWidthControl.ComoboBoxFont      = null;
     this.BorderWidthControl.Editable           = true;
     this.BorderWidthControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BorderWidthControl.ForeColor             = System.Drawing.Color.LemonChiffon;
     this.BorderWidthControl.HideLabel             = false;
     this.BorderWidthControl.LabelBottomMargin     = 0;
     this.BorderWidthControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.BorderWidthControl.LabelFont             = null;
     this.BorderWidthControl.LabelText             = "Border:";
     this.BorderWidthControl.LabelTopMargin        = 0;
     this.BorderWidthControl.LabelWidth            = 140;
     this.BorderWidthControl.List                  = null;
     this.BorderWidthControl.Location              = new System.Drawing.Point(16, 450);
     this.BorderWidthControl.Name                  = "BorderWidthControl";
     this.BorderWidthControl.SelectedIndex         = -1;
     this.BorderWidthControl.SelectedIndexListener = null;
     this.BorderWidthControl.Size                  = new System.Drawing.Size(286, 28);
     this.BorderWidthControl.Sorted                = true;
     this.BorderWidthControl.Source                = null;
     this.BorderWidthControl.TabIndex              = 13;
     //
     // BorderColorControl
     //
     this.BorderColorControl.BackColor          = System.Drawing.Color.Transparent;
     this.BorderColorControl.ComboBoxLeftMargin = 1;
     this.BorderColorControl.ComboBoxText       = "";
     this.BorderColorControl.ComoboBoxFont      = null;
     this.BorderColorControl.Editable           = true;
     this.BorderColorControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BorderColorControl.ForeColor             = System.Drawing.Color.LemonChiffon;
     this.BorderColorControl.HideLabel             = false;
     this.BorderColorControl.LabelBottomMargin     = 0;
     this.BorderColorControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.BorderColorControl.LabelFont             = null;
     this.BorderColorControl.LabelText             = "Bor Color:";
     this.BorderColorControl.LabelTopMargin        = 0;
     this.BorderColorControl.LabelWidth            = 140;
     this.BorderColorControl.List                  = null;
     this.BorderColorControl.Location              = new System.Drawing.Point(16, 489);
     this.BorderColorControl.Name                  = "BorderColorControl";
     this.BorderColorControl.SelectedIndex         = -1;
     this.BorderColorControl.SelectedIndexListener = null;
     this.BorderColorControl.Size                  = new System.Drawing.Size(286, 28);
     this.BorderColorControl.Sorted                = true;
     this.BorderColorControl.Source                = null;
     this.BorderColorControl.TabIndex              = 14;
     //
     // SaveButton
     //
     this.SaveButton.Location = new System.Drawing.Point(16, 576);
     this.SaveButton.Name     = "SaveButton";
     this.SaveButton.Size     = new System.Drawing.Size(220, 32);
     this.SaveButton.TabIndex = 15;
     this.SaveButton.Text     = "Save Picture As";
     this.SaveButton.UseVisualStyleBackColor = true;
     this.SaveButton.Click      += new System.EventHandler(this.SaveButton_Click);
     this.SaveButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.SaveButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // SaveFolderBrowser
     //
     this.SaveFolderBrowser.BackColor          = System.Drawing.Color.Transparent;
     this.SaveFolderBrowser.BrowseType         = DataJuggler.Win.Controls.Enumerations.BrowseTypeEnum.File;
     this.SaveFolderBrowser.ButtonImage        = ((System.Drawing.Image)(resources.GetObject("SaveFolderBrowser.ButtonImage")));
     this.SaveFolderBrowser.ButtonWidth        = 48;
     this.SaveFolderBrowser.DisabledLabelColor = System.Drawing.Color.LightGray;
     this.SaveFolderBrowser.Editable           = false;
     this.SaveFolderBrowser.EnabledLabelColor  = System.Drawing.Color.LemonChiffon;
     this.SaveFolderBrowser.Filter             = null;
     this.SaveFolderBrowser.Font                  = new System.Drawing.Font("Verdana", 12F);
     this.SaveFolderBrowser.HideBrowseButton      = false;
     this.SaveFolderBrowser.LabelBottomMargin     = 0;
     this.SaveFolderBrowser.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.SaveFolderBrowser.LabelFont             = null;
     this.SaveFolderBrowser.LabelText             = null;
     this.SaveFolderBrowser.LabelTopMargin        = 0;
     this.SaveFolderBrowser.LabelWidth            = 0;
     this.SaveFolderBrowser.Location              = new System.Drawing.Point(16, 651);
     this.SaveFolderBrowser.Name                  = "SaveFolderBrowser";
     this.SaveFolderBrowser.OnTextChangedListener = null;
     this.SaveFolderBrowser.OpenCallback          = null;
     this.SaveFolderBrowser.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.SaveFolderBrowser.SelectedPath          = null;
     this.SaveFolderBrowser.Size                  = new System.Drawing.Size(286, 32);
     this.SaveFolderBrowser.StartPath             = null;
     this.SaveFolderBrowser.TabIndex              = 16;
     this.SaveFolderBrowser.TextBoxBottomMargin   = 0;
     this.SaveFolderBrowser.TextBoxDisabledColor  = System.Drawing.Color.Empty;
     this.SaveFolderBrowser.TextBoxEditableColor  = System.Drawing.Color.Empty;
     this.SaveFolderBrowser.TextBoxFont           = null;
     this.SaveFolderBrowser.TextBoxTopMargin      = 0;
     this.SaveFolderBrowser.Theme                 = DataJuggler.Win.Controls.Enumerations.ThemeEnum.Dark;
     //
     // SaveNowButton
     //
     this.SaveNowButton.Location = new System.Drawing.Point(156, 693);
     this.SaveNowButton.Name     = "SaveNowButton";
     this.SaveNowButton.Size     = new System.Drawing.Size(146, 32);
     this.SaveNowButton.TabIndex = 17;
     this.SaveNowButton.Text     = "Save Now";
     this.SaveNowButton.UseVisualStyleBackColor = true;
     this.SaveNowButton.Click      += new System.EventHandler(this.SaveNowButton_Click);
     this.SaveNowButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.SaveNowButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // SaveCountLabel
     //
     this.SaveCountLabel.BackColor       = System.Drawing.Color.Transparent;
     this.SaveCountLabel.Font            = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SaveCountLabel.LabelColor      = System.Drawing.Color.LemonChiffon;
     this.SaveCountLabel.LabelFont       = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SaveCountLabel.LabelText       = "Saved:";
     this.SaveCountLabel.LabelWidth      = 88;
     this.SaveCountLabel.Location        = new System.Drawing.Point(156, 727);
     this.SaveCountLabel.Margin          = new System.Windows.Forms.Padding(6, 5, 6, 5);
     this.SaveCountLabel.Name            = "SaveCountLabel";
     this.SaveCountLabel.Size            = new System.Drawing.Size(146, 28);
     this.SaveCountLabel.TabIndex        = 18;
     this.SaveCountLabel.ValueLabelColor = System.Drawing.Color.LemonChiffon;
     this.SaveCountLabel.ValueLabelFont  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // AdvanceButton
     //
     this.AdvanceButton.Location = new System.Drawing.Point(367, 2);
     this.AdvanceButton.Name     = "AdvanceButton";
     this.AdvanceButton.Size     = new System.Drawing.Size(265, 32);
     this.AdvanceButton.TabIndex = 19;
     this.AdvanceButton.Text     = "Advance To Next Image";
     this.AdvanceButton.UseVisualStyleBackColor = true;
     this.AdvanceButton.Visible     = false;
     this.AdvanceButton.Click      += new System.EventHandler(this.AdvanceButton_Click);
     this.AdvanceButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.AdvanceButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // FilterFactorControl
     //
     this.FilterFactorControl.BackColor          = System.Drawing.Color.Transparent;
     this.FilterFactorControl.ComboBoxLeftMargin = 1;
     this.FilterFactorControl.ComboBoxText       = "";
     this.FilterFactorControl.ComoboBoxFont      = null;
     this.FilterFactorControl.Editable           = true;
     this.FilterFactorControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FilterFactorControl.ForeColor             = System.Drawing.Color.LemonChiffon;
     this.FilterFactorControl.HideLabel             = false;
     this.FilterFactorControl.LabelBottomMargin     = 0;
     this.FilterFactorControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.FilterFactorControl.LabelFont             = null;
     this.FilterFactorControl.LabelText             = "Filt. Factor:";
     this.FilterFactorControl.LabelTopMargin        = 0;
     this.FilterFactorControl.LabelWidth            = 140;
     this.FilterFactorControl.List                  = null;
     this.FilterFactorControl.Location              = new System.Drawing.Point(16, 140);
     this.FilterFactorControl.Name                  = "FilterFactorControl";
     this.FilterFactorControl.SelectedIndex         = -1;
     this.FilterFactorControl.SelectedIndexListener = null;
     this.FilterFactorControl.Size                  = new System.Drawing.Size(220, 28);
     this.FilterFactorControl.Sorted                = true;
     this.FilterFactorControl.Source                = null;
     this.FilterFactorControl.TabIndex              = 20;
     //
     // DrawFromPointButton
     //
     this.DrawFromPointButton.Location = new System.Drawing.Point(16, 532);
     this.DrawFromPointButton.Name     = "DrawFromPointButton";
     this.DrawFromPointButton.Size     = new System.Drawing.Size(220, 32);
     this.DrawFromPointButton.TabIndex = 23;
     this.DrawFromPointButton.Text     = "Draw From Point";
     this.DrawFromPointButton.UseVisualStyleBackColor = true;
     this.DrawFromPointButton.Click      += new System.EventHandler(this.DrawFromPointButton_Click);
     this.DrawFromPointButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.DrawFromPointButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // DrawScenesButton
     //
     this.DrawScenesButton.Location = new System.Drawing.Point(638, 2);
     this.DrawScenesButton.Name     = "DrawScenesButton";
     this.DrawScenesButton.Size     = new System.Drawing.Size(185, 32);
     this.DrawScenesButton.TabIndex = 24;
     this.DrawScenesButton.Text     = "Draw Scenes";
     this.DrawScenesButton.UseVisualStyleBackColor = true;
     this.DrawScenesButton.Click      += new System.EventHandler(this.DrawScenesButton_Click);
     this.DrawScenesButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.DrawScenesButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // DrawLinesButton
     //
     this.DrawLinesButton.Location = new System.Drawing.Point(829, 2);
     this.DrawLinesButton.Name     = "DrawLinesButton";
     this.DrawLinesButton.Size     = new System.Drawing.Size(185, 32);
     this.DrawLinesButton.TabIndex = 25;
     this.DrawLinesButton.Text     = "Draw Lines";
     this.DrawLinesButton.UseVisualStyleBackColor = true;
     this.DrawLinesButton.Click += new System.EventHandler(this.DrawLinesButton_Click);
     //
     // WorthlessCodeLabel
     //
     this.WorthlessCodeLabel.AutoSize  = true;
     this.WorthlessCodeLabel.BackColor = System.Drawing.Color.Transparent;
     this.WorthlessCodeLabel.ForeColor = System.Drawing.Color.LemonChiffon;
     this.WorthlessCodeLabel.Location  = new System.Drawing.Point(1053, 13);
     this.WorthlessCodeLabel.Name      = "WorthlessCodeLabel";
     this.WorthlessCodeLabel.Size      = new System.Drawing.Size(539, 23);
     this.WorthlessCodeLabel.TabIndex  = 26;
     this.WorthlessCodeLabel.Text      = "The Draw Scenes button is at about 0.05% complete.  ";
     //
     // MainForm
     //
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor             = System.Drawing.Color.DarkGray;
     this.BackgroundImage       = global::RandomArt.Properties.Resources.Black;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(1384, 801);
     this.Controls.Add(this.WorthlessCodeLabel);
     this.Controls.Add(this.DrawLinesButton);
     this.Controls.Add(this.DrawScenesButton);
     this.Controls.Add(this.DrawFromPointButton);
     this.Controls.Add(this.FilterFactorControl);
     this.Controls.Add(this.AdvanceButton);
     this.Controls.Add(this.SaveCountLabel);
     this.Controls.Add(this.SaveNowButton);
     this.Controls.Add(this.SaveFolderBrowser);
     this.Controls.Add(this.SaveButton);
     this.Controls.Add(this.BorderColorControl);
     this.Controls.Add(this.BorderWidthControl);
     this.Controls.Add(this.BaseColorControl);
     this.Controls.Add(this.PointsControl);
     this.Controls.Add(this.ThresholdControl);
     this.Controls.Add(this.SmoothCheckbox);
     this.Controls.Add(this.SpeedControl);
     this.Controls.Add(this.HeightControl);
     this.Controls.Add(this.WidthControl);
     this.Controls.Add(this.AutoSaveCheckBox);
     this.Controls.Add(this.FilterControl);
     this.Controls.Add(this.Graph);
     this.Controls.Add(this.StopButton);
     this.Controls.Add(this.RandomArtButton);
     this.Controls.Add(this.ArtBox);
     this.DoubleBuffered = true;
     this.Font           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name           = "MainForm";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text           = "RandomArt";
     this.WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosed    += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
     this.Resize        += new System.EventHandler(this.MainForm_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.ArtBox)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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(SetupControl));
     this.DatabaseCreatedCheckBox       = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.InstallDatabaseSchemaButton   = new System.Windows.Forms.Label();
     this.InstallProjectTemplatesButton = new System.Windows.Forms.Label();
     this.ConfigureButton       = new System.Windows.Forms.Label();
     this.CancelButton          = new System.Windows.Forms.Button();
     this.InfoLabel3            = new System.Windows.Forms.Label();
     this.InfoLabel2            = new System.Windows.Forms.Label();
     this.InfoLabel             = new System.Windows.Forms.Label();
     this.ClickHere             = new System.Windows.Forms.PictureBox();
     this.ViewPDFButton         = new System.Windows.Forms.Button();
     this.ViewWordButton        = new System.Windows.Forms.Button();
     this.UsersGuideLabel       = new System.Windows.Forms.Label();
     this.InstallDotNet5Label   = new System.Windows.Forms.Label();
     this.FrameworkLabel        = new System.Windows.Forms.Label();
     this.UninstallDotNet5Label = new System.Windows.Forms.Label();
     this.UninstallDotNet6Label = new System.Windows.Forms.Label();
     this.InstallDotNet6Label   = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.ClickHere)).BeginInit();
     this.SuspendLayout();
     //
     // DatabaseCreatedCheckBox
     //
     this.DatabaseCreatedCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.DatabaseCreatedCheckBox.CheckBoxHorizontalOffSet = 0;
     this.DatabaseCreatedCheckBox.CheckBoxVerticalOffSet   = 4;
     this.DatabaseCreatedCheckBox.CheckChangedListener     = null;
     this.DatabaseCreatedCheckBox.Checked    = false;
     this.DatabaseCreatedCheckBox.Editable   = true;
     this.DatabaseCreatedCheckBox.Font       = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DatabaseCreatedCheckBox.LabelColor = System.Drawing.Color.GhostWhite;
     this.DatabaseCreatedCheckBox.LabelFont  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DatabaseCreatedCheckBox.LabelText  = "DataTier.Net.Database Has Been Created:";
     this.DatabaseCreatedCheckBox.LabelWidth = 412;
     this.DatabaseCreatedCheckBox.Location   = new System.Drawing.Point(314, 29);
     this.DatabaseCreatedCheckBox.Name       = "DatabaseCreatedCheckBox";
     this.DatabaseCreatedCheckBox.Size       = new System.Drawing.Size(440, 32);
     this.DatabaseCreatedCheckBox.TabIndex   = 0;
     //
     // InstallDatabaseSchemaButton
     //
     this.InstallDatabaseSchemaButton.Enabled     = false;
     this.InstallDatabaseSchemaButton.Font        = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.InstallDatabaseSchemaButton.ForeColor   = System.Drawing.Color.DarkGray;
     this.InstallDatabaseSchemaButton.Location    = new System.Drawing.Point(314, 70);
     this.InstallDatabaseSchemaButton.Name        = "InstallDatabaseSchemaButton";
     this.InstallDatabaseSchemaButton.Size        = new System.Drawing.Size(400, 28);
     this.InstallDatabaseSchemaButton.TabIndex    = 110;
     this.InstallDatabaseSchemaButton.Text        = "DataTier.Net.Database.Schema.sql";
     this.InstallDatabaseSchemaButton.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.InstallDatabaseSchemaButton.Click      += new System.EventHandler(this.InstallDatabaseSchemaButton_Click);
     this.InstallDatabaseSchemaButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.InstallDatabaseSchemaButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // InstallProjectTemplatesButton
     //
     this.InstallProjectTemplatesButton.Font        = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.InstallProjectTemplatesButton.ForeColor   = System.Drawing.Color.GhostWhite;
     this.InstallProjectTemplatesButton.Location    = new System.Drawing.Point(480, 142);
     this.InstallProjectTemplatesButton.Name        = "InstallProjectTemplatesButton";
     this.InstallProjectTemplatesButton.Size        = new System.Drawing.Size(248, 53);
     this.InstallProjectTemplatesButton.TabIndex    = 111;
     this.InstallProjectTemplatesButton.Text        = "Install DataTier.Net Project Templates.vsix";
     this.InstallProjectTemplatesButton.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.InstallProjectTemplatesButton.Click      += new System.EventHandler(this.InstallProjectTemplatesButton_Click);
     this.InstallProjectTemplatesButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.InstallProjectTemplatesButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     this.InstallProjectTemplatesButton.MouseHover += new System.EventHandler(this.InstallProjectTemplatesButton_MouseHover);
     //
     // ConfigureButton
     //
     this.ConfigureButton.Font        = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ConfigureButton.ForeColor   = System.Drawing.Color.GhostWhite;
     this.ConfigureButton.Location    = new System.Drawing.Point(394, 358);
     this.ConfigureButton.Name        = "ConfigureButton";
     this.ConfigureButton.Size        = new System.Drawing.Size(240, 53);
     this.ConfigureButton.TabIndex    = 112;
     this.ConfigureButton.Text        = "Build Connectionstring && Setup App.config";
     this.ConfigureButton.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.ConfigureButton.Click      += new System.EventHandler(this.ConfigureButton_Click);
     this.ConfigureButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.ConfigureButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     this.ConfigureButton.MouseHover += new System.EventHandler(this.ConfigureButton_MouseHover);
     //
     // CancelButton
     //
     this.CancelButton.BackColor                         = System.Drawing.Color.Transparent;
     this.CancelButton.BackgroundImage                   = ((System.Drawing.Image)(resources.GetObject("CancelButton.BackgroundImage")));
     this.CancelButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.CancelButton.FlatAppearance.BorderSize         = 0;
     this.CancelButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.CancelButton.Font      = new System.Drawing.Font("Verdana", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CancelButton.ForeColor = System.Drawing.Color.Black;
     this.CancelButton.Location  = new System.Drawing.Point(967, 664);
     this.CancelButton.Name      = "CancelButton";
     this.CancelButton.Size      = new System.Drawing.Size(88, 40);
     this.CancelButton.TabIndex  = 113;
     this.CancelButton.Text      = "Cancel";
     this.CancelButton.UseVisualStyleBackColor = false;
     this.CancelButton.Click      += new System.EventHandler(this.CancelButton_Click);
     this.CancelButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.CancelButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // InfoLabel3
     //
     this.InfoLabel3.Font      = new System.Drawing.Font("Verdana", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.InfoLabel3.ForeColor = System.Drawing.Color.LemonChiffon;
     this.InfoLabel3.Location  = new System.Drawing.Point(767, 361);
     this.InfoLabel3.Name      = "InfoLabel3";
     this.InfoLabel3.Size      = new System.Drawing.Size(278, 47);
     this.InfoLabel3.TabIndex  = 114;
     this.InfoLabel3.Text      = "Build and install a connectionstring and you are done!";
     this.InfoLabel3.Visible   = false;
     //
     // InfoLabel2
     //
     this.InfoLabel2.Font      = new System.Drawing.Font("Verdana", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.InfoLabel2.ForeColor = System.Drawing.Color.LemonChiffon;
     this.InfoLabel2.Location  = new System.Drawing.Point(767, 141);
     this.InfoLabel2.Name      = "InfoLabel2";
     this.InfoLabel2.Size      = new System.Drawing.Size(278, 119);
     this.InfoLabel2.TabIndex  = 115;
     this.InfoLabel2.Text      = "Install the DataTier.Net Project Templates for .Net Framework into Visual Studio " +
                                 "2017 or 2019 or both.\r\n\r\nFor Visual Studio 2022, install .Net5 or .Net6 project " +
                                 "templates.";
     this.InfoLabel2.Visible = false;
     //
     // InfoLabel
     //
     this.InfoLabel.Font      = new System.Drawing.Font("Verdana", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.InfoLabel.ForeColor = System.Drawing.Color.LemonChiffon;
     this.InfoLabel.Location  = new System.Drawing.Point(767, 13);
     this.InfoLabel.Name      = "InfoLabel";
     this.InfoLabel.Size      = new System.Drawing.Size(299, 95);
     this.InfoLabel.TabIndex  = 117;
     this.InfoLabel.Text      = "Create a new database in SQL Server Management Studio named DataTier.Net.Database" +
                                ", then check this box.";
     this.InfoLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ClickHere
     //
     this.ClickHere.BackgroundImage       = global::DataTierClient.Properties.Resources.Click_Here_Orange_Transparent1;
     this.ClickHere.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClickHere.Location = new System.Drawing.Point(188, 83);
     this.ClickHere.Name     = "ClickHere";
     this.ClickHere.Size     = new System.Drawing.Size(150, 64);
     this.ClickHere.TabIndex = 118;
     this.ClickHere.TabStop  = false;
     this.ClickHere.Visible  = false;
     //
     // ViewPDFButton
     //
     this.ViewPDFButton.BackgroundImage                   = ((System.Drawing.Image)(resources.GetObject("ViewPDFButton.BackgroundImage")));
     this.ViewPDFButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.ViewPDFButton.FlatAppearance.BorderSize         = 0;
     this.ViewPDFButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.ViewPDFButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ViewPDFButton.Location  = new System.Drawing.Point(144, 343);
     this.ViewPDFButton.Name      = "ViewPDFButton";
     this.ViewPDFButton.Size      = new System.Drawing.Size(64, 64);
     this.ViewPDFButton.TabIndex  = 120;
     this.ViewPDFButton.UseVisualStyleBackColor = true;
     this.ViewPDFButton.Click      += new System.EventHandler(this.ViewPDFButton_Click);
     this.ViewPDFButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.ViewPDFButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // ViewWordButton
     //
     this.ViewWordButton.BackgroundImage                   = ((System.Drawing.Image)(resources.GetObject("ViewWordButton.BackgroundImage")));
     this.ViewWordButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.ViewWordButton.FlatAppearance.BorderSize         = 0;
     this.ViewWordButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.ViewWordButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ViewWordButton.Location  = new System.Drawing.Point(56, 343);
     this.ViewWordButton.Name      = "ViewWordButton";
     this.ViewWordButton.Size      = new System.Drawing.Size(64, 64);
     this.ViewWordButton.TabIndex  = 119;
     this.ViewWordButton.UseVisualStyleBackColor = true;
     this.ViewWordButton.Click      += new System.EventHandler(this.ViewWordButton_Click);
     this.ViewWordButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.ViewWordButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // UsersGuideLabel
     //
     this.UsersGuideLabel.Font      = new System.Drawing.Font("Arial Rounded MT Bold", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UsersGuideLabel.ForeColor = System.Drawing.Color.LemonChiffon;
     this.UsersGuideLabel.Location  = new System.Drawing.Point(42, 415);
     this.UsersGuideLabel.Name      = "UsersGuideLabel";
     this.UsersGuideLabel.Size      = new System.Drawing.Size(195, 17);
     this.UsersGuideLabel.TabIndex  = 121;
     this.UsersGuideLabel.Text      = "DataTier.Net Quick Start";
     //
     // InstallDotNet5Label
     //
     this.InstallDotNet5Label.Font        = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.InstallDotNet5Label.ForeColor   = System.Drawing.Color.GhostWhite;
     this.InstallDotNet5Label.Location    = new System.Drawing.Point(318, 204);
     this.InstallDotNet5Label.Name        = "InstallDotNet5Label";
     this.InstallDotNet5Label.Size        = new System.Drawing.Size(436, 26);
     this.InstallDotNet5Label.TabIndex    = 122;
     this.InstallDotNet5Label.Text        = "Install .Net 5 Project Templates\r\n\r\n\r\n\r\n";
     this.InstallDotNet5Label.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.InstallDotNet5Label.Click      += new System.EventHandler(this.DotNet5Label_Click);
     this.InstallDotNet5Label.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.InstallDotNet5Label.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // FrameworkLabel
     //
     this.FrameworkLabel.Font      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FrameworkLabel.ForeColor = System.Drawing.Color.GhostWhite;
     this.FrameworkLabel.Location  = new System.Drawing.Point(345, 142);
     this.FrameworkLabel.Name      = "FrameworkLabel";
     this.FrameworkLabel.Size      = new System.Drawing.Size(125, 53);
     this.FrameworkLabel.TabIndex  = 123;
     this.FrameworkLabel.Text      = ".Net Framework:";
     this.FrameworkLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // UninstallDotNet5Label
     //
     this.UninstallDotNet5Label.Font        = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UninstallDotNet5Label.ForeColor   = System.Drawing.Color.GhostWhite;
     this.UninstallDotNet5Label.Location    = new System.Drawing.Point(318, 230);
     this.UninstallDotNet5Label.Name        = "UninstallDotNet5Label";
     this.UninstallDotNet5Label.Size        = new System.Drawing.Size(436, 35);
     this.UninstallDotNet5Label.TabIndex    = 124;
     this.UninstallDotNet5Label.Text        = "Uninstall .Net 5 Project Templates\r\n\r\n\r\n\r\n\r\n";
     this.UninstallDotNet5Label.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.UninstallDotNet5Label.Click      += new System.EventHandler(this.UninstallDotNet5Label_Click);
     this.UninstallDotNet5Label.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.UninstallDotNet5Label.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // UninstallDotNet6Label
     //
     this.UninstallDotNet6Label.Font      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UninstallDotNet6Label.ForeColor = System.Drawing.Color.GhostWhite;
     this.UninstallDotNet6Label.Location  = new System.Drawing.Point(318, 289);
     this.UninstallDotNet6Label.Name      = "UninstallDotNet6Label";
     this.UninstallDotNet6Label.Size      = new System.Drawing.Size(436, 35);
     this.UninstallDotNet6Label.TabIndex  = 126;
     this.UninstallDotNet6Label.Text      = "Uninstall .Net 6 Project Templates\r\n\r\n\r\n\r\n\r\n";
     this.UninstallDotNet6Label.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.UninstallDotNet6Label.Click    += new System.EventHandler(this.UninstallDotNet6Label_Click);
     //
     // InstallDotNet6Label
     //
     this.InstallDotNet6Label.Font      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.InstallDotNet6Label.ForeColor = System.Drawing.Color.GhostWhite;
     this.InstallDotNet6Label.Location  = new System.Drawing.Point(318, 263);
     this.InstallDotNet6Label.Name      = "InstallDotNet6Label";
     this.InstallDotNet6Label.Size      = new System.Drawing.Size(436, 26);
     this.InstallDotNet6Label.TabIndex  = 125;
     this.InstallDotNet6Label.Text      = "Install .Net 6 Project Templates\r\n\r\n\r\n\r\n";
     this.InstallDotNet6Label.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.InstallDotNet6Label.Click    += new System.EventHandler(this.InstallDotNet6Label_Click);
     //
     // SetupControl
     //
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor             = System.Drawing.Color.Transparent;
     this.BackgroundImage       = global::DataTierClient.Properties.Resources.Setup3;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.Controls.Add(this.UninstallDotNet6Label);
     this.Controls.Add(this.InstallDotNet6Label);
     this.Controls.Add(this.UninstallDotNet5Label);
     this.Controls.Add(this.FrameworkLabel);
     this.Controls.Add(this.InstallDotNet5Label);
     this.Controls.Add(this.ViewPDFButton);
     this.Controls.Add(this.ViewWordButton);
     this.Controls.Add(this.UsersGuideLabel);
     this.Controls.Add(this.ClickHere);
     this.Controls.Add(this.InfoLabel);
     this.Controls.Add(this.InfoLabel2);
     this.Controls.Add(this.InfoLabel3);
     this.Controls.Add(this.CancelButton);
     this.Controls.Add(this.ConfigureButton);
     this.Controls.Add(this.InstallProjectTemplatesButton);
     this.Controls.Add(this.InstallDatabaseSchemaButton);
     this.Controls.Add(this.DatabaseCreatedCheckBox);
     this.DoubleBuffered = true;
     this.Font           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ForeColor      = System.Drawing.Color.GhostWhite;
     this.Name           = "SetupControl";
     this.Size           = new System.Drawing.Size(1080, 720);
     ((System.ComponentModel.ISupportInitialize)(this.ClickHere)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.DefaultBankRollHumanChipSelector    = new System.Windows.Forms.Button();
     this.DefaultBankRollComputerChipSelector = new System.Windows.Forms.Button();
     this.TableMinimumChipSelector            = new System.Windows.Forms.Button();
     this.TableMaximumChipSelector            = new System.Windows.Forms.Button();
     this.TableMaximumControl            = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.TableMinimumControl            = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.DefaultBankRollComputerControl = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.DefaultBankRollHumanControl    = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.AllowReSplitAcesControl        = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.AllowSplitAcesControl          = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.PenetrationControl             = new DataJuggler.Win.Controls.LabelSliderControl();
     this.NumberDecksControl             = new DataJuggler.Win.Controls.LabelSliderControl();
     this.UnlimitedRebuysComputerControl = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.UnlimitedRebuysUserControl     = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.DealerMustHitSoft17Control     = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.AllowSurrenderControl          = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.AllowSplitControl          = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.AllowInsuranceControl      = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.DoubleOnTenOrElevenControl = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.AllowDoubleOnSplitControl  = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.AllowDoubleDownControl     = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.SuspendLayout();
     //
     // DefaultBankRollHumanChipSelector
     //
     this.DefaultBankRollHumanChipSelector.BackColor                         = System.Drawing.Color.Transparent;
     this.DefaultBankRollHumanChipSelector.BackgroundImage                   = global::CardCounter.Properties.Resources.Chip_Rack;
     this.DefaultBankRollHumanChipSelector.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.DefaultBankRollHumanChipSelector.FlatAppearance.BorderSize         = 0;
     this.DefaultBankRollHumanChipSelector.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.DefaultBankRollHumanChipSelector.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.DefaultBankRollHumanChipSelector.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.DefaultBankRollHumanChipSelector.Font     = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DefaultBankRollHumanChipSelector.Location = new System.Drawing.Point(433, 200);
     this.DefaultBankRollHumanChipSelector.Name     = "DefaultBankRollHumanChipSelector";
     this.DefaultBankRollHumanChipSelector.Size     = new System.Drawing.Size(70, 40);
     this.DefaultBankRollHumanChipSelector.TabIndex = 49;
     this.DefaultBankRollHumanChipSelector.UseVisualStyleBackColor = false;
     this.DefaultBankRollHumanChipSelector.Click      += new System.EventHandler(this.DefaultBankRollHumanChipSelector_Click);
     this.DefaultBankRollHumanChipSelector.MouseEnter += new System.EventHandler(this.Button_MouseEnter);
     this.DefaultBankRollHumanChipSelector.MouseLeave += new System.EventHandler(this.Button_MouseLeave);
     //
     // DefaultBankRollComputerChipSelector
     //
     this.DefaultBankRollComputerChipSelector.BackColor                         = System.Drawing.Color.Transparent;
     this.DefaultBankRollComputerChipSelector.BackgroundImage                   = global::CardCounter.Properties.Resources.Chip_Rack;
     this.DefaultBankRollComputerChipSelector.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.DefaultBankRollComputerChipSelector.FlatAppearance.BorderSize         = 0;
     this.DefaultBankRollComputerChipSelector.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.DefaultBankRollComputerChipSelector.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.DefaultBankRollComputerChipSelector.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.DefaultBankRollComputerChipSelector.Font     = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DefaultBankRollComputerChipSelector.Location = new System.Drawing.Point(433, 282);
     this.DefaultBankRollComputerChipSelector.Name     = "DefaultBankRollComputerChipSelector";
     this.DefaultBankRollComputerChipSelector.Size     = new System.Drawing.Size(70, 40);
     this.DefaultBankRollComputerChipSelector.TabIndex = 51;
     this.DefaultBankRollComputerChipSelector.UseVisualStyleBackColor = false;
     this.DefaultBankRollComputerChipSelector.Click      += new System.EventHandler(this.DefaultBankRollComputerChipSelector_Click);
     this.DefaultBankRollComputerChipSelector.MouseEnter += new System.EventHandler(this.Button_MouseEnter);
     this.DefaultBankRollComputerChipSelector.MouseLeave += new System.EventHandler(this.Button_MouseLeave);
     //
     // TableMinimumChipSelector
     //
     this.TableMinimumChipSelector.BackColor                         = System.Drawing.Color.Transparent;
     this.TableMinimumChipSelector.BackgroundImage                   = global::CardCounter.Properties.Resources.Chip_Rack;
     this.TableMinimumChipSelector.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.TableMinimumChipSelector.FlatAppearance.BorderSize         = 0;
     this.TableMinimumChipSelector.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.TableMinimumChipSelector.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.TableMinimumChipSelector.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.TableMinimumChipSelector.Font     = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TableMinimumChipSelector.Location = new System.Drawing.Point(433, 456);
     this.TableMinimumChipSelector.Name     = "TableMinimumChipSelector";
     this.TableMinimumChipSelector.Size     = new System.Drawing.Size(70, 40);
     this.TableMinimumChipSelector.TabIndex = 53;
     this.TableMinimumChipSelector.UseVisualStyleBackColor = false;
     this.TableMinimumChipSelector.Click      += new System.EventHandler(this.TableMinimumChipSelector_Click);
     this.TableMinimumChipSelector.MouseEnter += new System.EventHandler(this.Button_MouseEnter);
     this.TableMinimumChipSelector.MouseLeave += new System.EventHandler(this.Button_MouseLeave);
     //
     // TableMaximumChipSelector
     //
     this.TableMaximumChipSelector.BackColor                         = System.Drawing.Color.Transparent;
     this.TableMaximumChipSelector.BackgroundImage                   = global::CardCounter.Properties.Resources.Chip_Rack;
     this.TableMaximumChipSelector.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.TableMaximumChipSelector.FlatAppearance.BorderSize         = 0;
     this.TableMaximumChipSelector.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.TableMaximumChipSelector.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.TableMaximumChipSelector.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.TableMaximumChipSelector.Font     = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TableMaximumChipSelector.Location = new System.Drawing.Point(433, 504);
     this.TableMaximumChipSelector.Name     = "TableMaximumChipSelector";
     this.TableMaximumChipSelector.Size     = new System.Drawing.Size(70, 40);
     this.TableMaximumChipSelector.TabIndex = 55;
     this.TableMaximumChipSelector.UseVisualStyleBackColor = false;
     this.TableMaximumChipSelector.Click      += new System.EventHandler(this.TableMaximumChipSelector_Click);
     this.TableMaximumChipSelector.MouseEnter += new System.EventHandler(this.Button_MouseEnter);
     this.TableMaximumChipSelector.MouseLeave += new System.EventHandler(this.Button_MouseLeave);
     //
     // TableMaximumControl
     //
     this.TableMaximumControl.BackColor             = System.Drawing.Color.Transparent;
     this.TableMaximumControl.BottomMargin          = 0;
     this.TableMaximumControl.Editable              = true;
     this.TableMaximumControl.Encrypted             = false;
     this.TableMaximumControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TableMaximumControl.LabelBottomMargin     = 0;
     this.TableMaximumControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.TableMaximumControl.LabelFont             = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TableMaximumControl.LabelText             = "Table Maximum:";
     this.TableMaximumControl.LabelTextAlign        = System.Drawing.ContentAlignment.MiddleRight;
     this.TableMaximumControl.LabelTopMargin        = 4;
     this.TableMaximumControl.LabelWidth            = 300;
     this.TableMaximumControl.Location              = new System.Drawing.Point(27, 510);
     this.TableMaximumControl.MultiLine             = false;
     this.TableMaximumControl.Name                  = "TableMaximumControl";
     this.TableMaximumControl.OnTextChangedListener = null;
     this.TableMaximumControl.PasswordMode          = false;
     this.TableMaximumControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.TableMaximumControl.Size                  = new System.Drawing.Size(400, 32);
     this.TableMaximumControl.TabIndex              = 54;
     this.TableMaximumControl.TextAlign             = System.Windows.Forms.HorizontalAlignment.Left;
     this.TableMaximumControl.TextBoxBottomMargin   = 0;
     this.TableMaximumControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.TableMaximumControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.TableMaximumControl.TextBoxFont           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TableMaximumControl.TextBoxTopMargin      = 4;
     //
     // TableMinimumControl
     //
     this.TableMinimumControl.BackColor             = System.Drawing.Color.Transparent;
     this.TableMinimumControl.BottomMargin          = 0;
     this.TableMinimumControl.Editable              = true;
     this.TableMinimumControl.Encrypted             = false;
     this.TableMinimumControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TableMinimumControl.LabelBottomMargin     = 0;
     this.TableMinimumControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.TableMinimumControl.LabelFont             = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TableMinimumControl.LabelText             = "Table Minimum:";
     this.TableMinimumControl.LabelTextAlign        = System.Drawing.ContentAlignment.MiddleRight;
     this.TableMinimumControl.LabelTopMargin        = 4;
     this.TableMinimumControl.LabelWidth            = 300;
     this.TableMinimumControl.Location              = new System.Drawing.Point(27, 462);
     this.TableMinimumControl.MultiLine             = false;
     this.TableMinimumControl.Name                  = "TableMinimumControl";
     this.TableMinimumControl.OnTextChangedListener = null;
     this.TableMinimumControl.PasswordMode          = false;
     this.TableMinimumControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.TableMinimumControl.Size                  = new System.Drawing.Size(400, 32);
     this.TableMinimumControl.TabIndex              = 52;
     this.TableMinimumControl.TextAlign             = System.Windows.Forms.HorizontalAlignment.Left;
     this.TableMinimumControl.TextBoxBottomMargin   = 0;
     this.TableMinimumControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.TableMinimumControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.TableMinimumControl.TextBoxFont           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TableMinimumControl.TextBoxTopMargin      = 4;
     //
     // DefaultBankRollComputerControl
     //
     this.DefaultBankRollComputerControl.BackColor             = System.Drawing.Color.Transparent;
     this.DefaultBankRollComputerControl.BottomMargin          = 0;
     this.DefaultBankRollComputerControl.Editable              = true;
     this.DefaultBankRollComputerControl.Encrypted             = false;
     this.DefaultBankRollComputerControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DefaultBankRollComputerControl.LabelBottomMargin     = 0;
     this.DefaultBankRollComputerControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.DefaultBankRollComputerControl.LabelFont             = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DefaultBankRollComputerControl.LabelText             = "Default Bank Roll (comp):";
     this.DefaultBankRollComputerControl.LabelTextAlign        = System.Drawing.ContentAlignment.MiddleRight;
     this.DefaultBankRollComputerControl.LabelTopMargin        = 4;
     this.DefaultBankRollComputerControl.LabelWidth            = 300;
     this.DefaultBankRollComputerControl.Location              = new System.Drawing.Point(27, 288);
     this.DefaultBankRollComputerControl.MultiLine             = false;
     this.DefaultBankRollComputerControl.Name                  = "DefaultBankRollComputerControl";
     this.DefaultBankRollComputerControl.OnTextChangedListener = null;
     this.DefaultBankRollComputerControl.PasswordMode          = false;
     this.DefaultBankRollComputerControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.DefaultBankRollComputerControl.Size                  = new System.Drawing.Size(400, 32);
     this.DefaultBankRollComputerControl.TabIndex              = 50;
     this.DefaultBankRollComputerControl.TextAlign             = System.Windows.Forms.HorizontalAlignment.Left;
     this.DefaultBankRollComputerControl.TextBoxBottomMargin   = 0;
     this.DefaultBankRollComputerControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.DefaultBankRollComputerControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.DefaultBankRollComputerControl.TextBoxFont           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DefaultBankRollComputerControl.TextBoxTopMargin      = 4;
     //
     // DefaultBankRollHumanControl
     //
     this.DefaultBankRollHumanControl.BackColor             = System.Drawing.Color.Transparent;
     this.DefaultBankRollHumanControl.BottomMargin          = 0;
     this.DefaultBankRollHumanControl.Editable              = true;
     this.DefaultBankRollHumanControl.Encrypted             = false;
     this.DefaultBankRollHumanControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DefaultBankRollHumanControl.LabelBottomMargin     = 0;
     this.DefaultBankRollHumanControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.DefaultBankRollHumanControl.LabelFont             = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DefaultBankRollHumanControl.LabelText             = "Default Bank Roll (user):";
     this.DefaultBankRollHumanControl.LabelTextAlign        = System.Drawing.ContentAlignment.MiddleRight;
     this.DefaultBankRollHumanControl.LabelTopMargin        = 4;
     this.DefaultBankRollHumanControl.LabelWidth            = 300;
     this.DefaultBankRollHumanControl.Location              = new System.Drawing.Point(27, 208);
     this.DefaultBankRollHumanControl.MultiLine             = false;
     this.DefaultBankRollHumanControl.Name                  = "DefaultBankRollHumanControl";
     this.DefaultBankRollHumanControl.OnTextChangedListener = null;
     this.DefaultBankRollHumanControl.PasswordMode          = false;
     this.DefaultBankRollHumanControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.DefaultBankRollHumanControl.Size                  = new System.Drawing.Size(400, 32);
     this.DefaultBankRollHumanControl.TabIndex              = 45;
     this.DefaultBankRollHumanControl.TextAlign             = System.Windows.Forms.HorizontalAlignment.Left;
     this.DefaultBankRollHumanControl.TextBoxBottomMargin   = 0;
     this.DefaultBankRollHumanControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.DefaultBankRollHumanControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.DefaultBankRollHumanControl.TextBoxFont           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DefaultBankRollHumanControl.TextBoxTopMargin      = 4;
     //
     // AllowReSplitAcesControl
     //
     this.AllowReSplitAcesControl.BackColor = System.Drawing.Color.Transparent;
     this.AllowReSplitAcesControl.CheckBoxVerticalOffSet = 6;
     this.AllowReSplitAcesControl.CheckChangedListener   = null;
     this.AllowReSplitAcesControl.Checked        = false;
     this.AllowReSplitAcesControl.Editable       = true;
     this.AllowReSplitAcesControl.Font           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AllowReSplitAcesControl.LabelColor     = System.Drawing.SystemColors.ControlText;
     this.AllowReSplitAcesControl.LabelFont      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AllowReSplitAcesControl.LabelText      = "Allow Re-Split Aces:";
     this.AllowReSplitAcesControl.LabelTextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.AllowReSplitAcesControl.LabelWidth     = 300;
     this.AllowReSplitAcesControl.Location       = new System.Drawing.Point(351, 88);
     this.AllowReSplitAcesControl.Name           = "AllowReSplitAcesControl";
     this.AllowReSplitAcesControl.Size           = new System.Drawing.Size(320, 32);
     this.AllowReSplitAcesControl.TabIndex       = 5;
     //
     // AllowSplitAcesControl
     //
     this.AllowSplitAcesControl.BackColor = System.Drawing.Color.Transparent;
     this.AllowSplitAcesControl.CheckBoxVerticalOffSet = 6;
     this.AllowSplitAcesControl.CheckChangedListener   = null;
     this.AllowSplitAcesControl.Checked        = false;
     this.AllowSplitAcesControl.Editable       = true;
     this.AllowSplitAcesControl.Font           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AllowSplitAcesControl.LabelColor     = System.Drawing.SystemColors.ControlText;
     this.AllowSplitAcesControl.LabelFont      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AllowSplitAcesControl.LabelText      = "Allow Split Aces:";
     this.AllowSplitAcesControl.LabelTextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.AllowSplitAcesControl.LabelWidth     = 300;
     this.AllowSplitAcesControl.Location       = new System.Drawing.Point(27, 88);
     this.AllowSplitAcesControl.Name           = "AllowSplitAcesControl";
     this.AllowSplitAcesControl.Size           = new System.Drawing.Size(320, 32);
     this.AllowSplitAcesControl.TabIndex       = 4;
     //
     // PenetrationControl
     //
     this.PenetrationControl.BackColor                   = System.Drawing.Color.Transparent;
     this.PenetrationControl.Increments                  = 0;
     this.PenetrationControl.LabelBottomMargin           = 0;
     this.PenetrationControl.LabelFont                   = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PenetrationControl.LabelText                   = "Reshuffle Penetration:";
     this.PenetrationControl.LabelTextBoxControlEditable = false;
     this.PenetrationControl.LabelTextBoxControlHeight   = 0;
     this.PenetrationControl.LabelTextBoxControlWidth    = 0;
     this.PenetrationControl.LabelTopMargin              = 2;
     this.PenetrationControl.LabelWidth                  = 300;
     this.PenetrationControl.LargeChange                 = 5;
     this.PenetrationControl.LeftPanelWidth              = 400;
     this.PenetrationControl.Location             = new System.Drawing.Point(27, 412);
     this.PenetrationControl.Name                 = "PenetrationControl";
     this.PenetrationControl.RightMargin          = 0;
     this.PenetrationControl.Size                 = new System.Drawing.Size(646, 36);
     this.PenetrationControl.SliderMaximum        = 80;
     this.PenetrationControl.SliderMinimum        = 40;
     this.PenetrationControl.SliderValue          = 40;
     this.PenetrationControl.SmallChange          = 1;
     this.PenetrationControl.TabIndex             = 14;
     this.PenetrationControl.TextBoxBottomMargin  = 0;
     this.PenetrationControl.TextBoxDisabledColor = System.Drawing.Color.Empty;
     this.PenetrationControl.TextBoxEditableColor = System.Drawing.Color.Empty;
     this.PenetrationControl.TextBoxFont          = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PenetrationControl.TextBoxRightMargin   = 8;
     this.PenetrationControl.TextBoxTopMargin     = 4;
     this.PenetrationControl.TopMargin            = 0;
     this.PenetrationControl.ValueChangedListener = null;
     //
     // NumberDecksControl
     //
     this.NumberDecksControl.BackColor                   = System.Drawing.Color.Transparent;
     this.NumberDecksControl.Increments                  = 0;
     this.NumberDecksControl.LabelBottomMargin           = 0;
     this.NumberDecksControl.LabelFont                   = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NumberDecksControl.LabelText                   = "Number of Decks:";
     this.NumberDecksControl.LabelTextBoxControlEditable = false;
     this.NumberDecksControl.LabelTextBoxControlHeight   = 0;
     this.NumberDecksControl.LabelTextBoxControlWidth    = 0;
     this.NumberDecksControl.LabelTopMargin              = 2;
     this.NumberDecksControl.LabelWidth                  = 300;
     this.NumberDecksControl.LargeChange                 = 1;
     this.NumberDecksControl.LeftPanelWidth              = 400;
     this.NumberDecksControl.Location             = new System.Drawing.Point(27, 368);
     this.NumberDecksControl.Name                 = "NumberDecksControl";
     this.NumberDecksControl.RightMargin          = 0;
     this.NumberDecksControl.Size                 = new System.Drawing.Size(646, 36);
     this.NumberDecksControl.SliderMaximum        = 8;
     this.NumberDecksControl.SliderMinimum        = 1;
     this.NumberDecksControl.SliderValue          = 1;
     this.NumberDecksControl.SmallChange          = 1;
     this.NumberDecksControl.TabIndex             = 13;
     this.NumberDecksControl.TextBoxBottomMargin  = 0;
     this.NumberDecksControl.TextBoxDisabledColor = System.Drawing.Color.Empty;
     this.NumberDecksControl.TextBoxEditableColor = System.Drawing.Color.Empty;
     this.NumberDecksControl.TextBoxFont          = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NumberDecksControl.TextBoxRightMargin   = 8;
     this.NumberDecksControl.TextBoxTopMargin     = 4;
     this.NumberDecksControl.TopMargin            = 0;
     this.NumberDecksControl.ValueChangedListener = null;
     //
     // UnlimitedRebuysComputerControl
     //
     this.UnlimitedRebuysComputerControl.BackColor = System.Drawing.Color.Transparent;
     this.UnlimitedRebuysComputerControl.CheckBoxVerticalOffSet = 6;
     this.UnlimitedRebuysComputerControl.CheckChangedListener   = null;
     this.UnlimitedRebuysComputerControl.Checked        = true;
     this.UnlimitedRebuysComputerControl.Editable       = true;
     this.UnlimitedRebuysComputerControl.Font           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UnlimitedRebuysComputerControl.LabelColor     = System.Drawing.SystemColors.ControlText;
     this.UnlimitedRebuysComputerControl.LabelFont      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UnlimitedRebuysComputerControl.LabelText      = "Unlimited Rebuys (comp):";
     this.UnlimitedRebuysComputerControl.LabelTextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.UnlimitedRebuysComputerControl.LabelWidth     = 300;
     this.UnlimitedRebuysComputerControl.Location       = new System.Drawing.Point(27, 328);
     this.UnlimitedRebuysComputerControl.Name           = "UnlimitedRebuysComputerControl";
     this.UnlimitedRebuysComputerControl.Size           = new System.Drawing.Size(320, 32);
     this.UnlimitedRebuysComputerControl.TabIndex       = 12;
     //
     // UnlimitedRebuysUserControl
     //
     this.UnlimitedRebuysUserControl.BackColor = System.Drawing.Color.Transparent;
     this.UnlimitedRebuysUserControl.CheckBoxVerticalOffSet = 6;
     this.UnlimitedRebuysUserControl.CheckChangedListener   = null;
     this.UnlimitedRebuysUserControl.Checked        = true;
     this.UnlimitedRebuysUserControl.Editable       = true;
     this.UnlimitedRebuysUserControl.Font           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UnlimitedRebuysUserControl.LabelColor     = System.Drawing.SystemColors.ControlText;
     this.UnlimitedRebuysUserControl.LabelFont      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UnlimitedRebuysUserControl.LabelText      = "Unlimited Rebuys (user):";
     this.UnlimitedRebuysUserControl.LabelTextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.UnlimitedRebuysUserControl.LabelWidth     = 300;
     this.UnlimitedRebuysUserControl.Location       = new System.Drawing.Point(27, 248);
     this.UnlimitedRebuysUserControl.Name           = "UnlimitedRebuysUserControl";
     this.UnlimitedRebuysUserControl.Size           = new System.Drawing.Size(320, 32);
     this.UnlimitedRebuysUserControl.TabIndex       = 10;
     //
     // DealerMustHitSoft17Control
     //
     this.DealerMustHitSoft17Control.BackColor = System.Drawing.Color.Transparent;
     this.DealerMustHitSoft17Control.CheckBoxVerticalOffSet = 6;
     this.DealerMustHitSoft17Control.CheckChangedListener   = null;
     this.DealerMustHitSoft17Control.Checked        = true;
     this.DealerMustHitSoft17Control.Editable       = true;
     this.DealerMustHitSoft17Control.Font           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DealerMustHitSoft17Control.LabelColor     = System.Drawing.SystemColors.ControlText;
     this.DealerMustHitSoft17Control.LabelFont      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DealerMustHitSoft17Control.LabelText      = "Dealer Must Hit Soft 17:";
     this.DealerMustHitSoft17Control.LabelTextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.DealerMustHitSoft17Control.LabelWidth     = 300;
     this.DealerMustHitSoft17Control.Location       = new System.Drawing.Point(27, 168);
     this.DealerMustHitSoft17Control.Name           = "DealerMustHitSoft17Control";
     this.DealerMustHitSoft17Control.Size           = new System.Drawing.Size(320, 32);
     this.DealerMustHitSoft17Control.TabIndex       = 8;
     //
     // AllowSurrenderControl
     //
     this.AllowSurrenderControl.BackColor = System.Drawing.Color.Transparent;
     this.AllowSurrenderControl.CheckBoxVerticalOffSet = 6;
     this.AllowSurrenderControl.CheckChangedListener   = null;
     this.AllowSurrenderControl.Checked        = false;
     this.AllowSurrenderControl.Editable       = true;
     this.AllowSurrenderControl.Font           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AllowSurrenderControl.LabelColor     = System.Drawing.SystemColors.ControlText;
     this.AllowSurrenderControl.LabelFont      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AllowSurrenderControl.LabelText      = "Allow Surrender:";
     this.AllowSurrenderControl.LabelTextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.AllowSurrenderControl.LabelWidth     = 300;
     this.AllowSurrenderControl.Location       = new System.Drawing.Point(351, 128);
     this.AllowSurrenderControl.Name           = "AllowSurrenderControl";
     this.AllowSurrenderControl.Size           = new System.Drawing.Size(320, 32);
     this.AllowSurrenderControl.TabIndex       = 7;
     //
     // AllowSplitControl
     //
     this.AllowSplitControl.BackColor = System.Drawing.Color.Transparent;
     this.AllowSplitControl.CheckBoxVerticalOffSet = 6;
     this.AllowSplitControl.CheckChangedListener   = null;
     this.AllowSplitControl.Checked        = true;
     this.AllowSplitControl.Editable       = true;
     this.AllowSplitControl.Font           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AllowSplitControl.LabelColor     = System.Drawing.SystemColors.ControlText;
     this.AllowSplitControl.LabelFont      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AllowSplitControl.LabelText      = "Allow Split:";
     this.AllowSplitControl.LabelTextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.AllowSplitControl.LabelWidth     = 300;
     this.AllowSplitControl.Location       = new System.Drawing.Point(27, 48);
     this.AllowSplitControl.Name           = "AllowSplitControl";
     this.AllowSplitControl.Size           = new System.Drawing.Size(320, 32);
     this.AllowSplitControl.TabIndex       = 2;
     //
     // AllowInsuranceControl
     //
     this.AllowInsuranceControl.BackColor = System.Drawing.Color.Transparent;
     this.AllowInsuranceControl.CheckBoxVerticalOffSet = 6;
     this.AllowInsuranceControl.CheckChangedListener   = null;
     this.AllowInsuranceControl.Checked        = false;
     this.AllowInsuranceControl.Editable       = true;
     this.AllowInsuranceControl.Font           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AllowInsuranceControl.LabelColor     = System.Drawing.SystemColors.ControlText;
     this.AllowInsuranceControl.LabelFont      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AllowInsuranceControl.LabelText      = "Allow Insurance:";
     this.AllowInsuranceControl.LabelTextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.AllowInsuranceControl.LabelWidth     = 300;
     this.AllowInsuranceControl.Location       = new System.Drawing.Point(27, 128);
     this.AllowInsuranceControl.Name           = "AllowInsuranceControl";
     this.AllowInsuranceControl.Size           = new System.Drawing.Size(320, 32);
     this.AllowInsuranceControl.TabIndex       = 6;
     //
     // DoubleOnTenOrElevenControl
     //
     this.DoubleOnTenOrElevenControl.BackColor = System.Drawing.Color.Transparent;
     this.DoubleOnTenOrElevenControl.CheckBoxVerticalOffSet = 6;
     this.DoubleOnTenOrElevenControl.CheckChangedListener   = null;
     this.DoubleOnTenOrElevenControl.Checked        = false;
     this.DoubleOnTenOrElevenControl.Editable       = true;
     this.DoubleOnTenOrElevenControl.Font           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DoubleOnTenOrElevenControl.LabelColor     = System.Drawing.SystemColors.ControlText;
     this.DoubleOnTenOrElevenControl.LabelFont      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DoubleOnTenOrElevenControl.LabelText      = "Double On 10 or 11 Only:";
     this.DoubleOnTenOrElevenControl.LabelTextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.DoubleOnTenOrElevenControl.LabelWidth     = 300;
     this.DoubleOnTenOrElevenControl.Location       = new System.Drawing.Point(351, 8);
     this.DoubleOnTenOrElevenControl.Name           = "DoubleOnTenOrElevenControl";
     this.DoubleOnTenOrElevenControl.Size           = new System.Drawing.Size(320, 32);
     this.DoubleOnTenOrElevenControl.TabIndex       = 1;
     //
     // AllowDoubleOnSplitControl
     //
     this.AllowDoubleOnSplitControl.BackColor = System.Drawing.Color.Transparent;
     this.AllowDoubleOnSplitControl.CheckBoxVerticalOffSet = 6;
     this.AllowDoubleOnSplitControl.CheckChangedListener   = null;
     this.AllowDoubleOnSplitControl.Checked        = false;
     this.AllowDoubleOnSplitControl.Editable       = true;
     this.AllowDoubleOnSplitControl.Font           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AllowDoubleOnSplitControl.LabelColor     = System.Drawing.SystemColors.ControlText;
     this.AllowDoubleOnSplitControl.LabelFont      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AllowDoubleOnSplitControl.LabelText      = "Allow Double On Split:";
     this.AllowDoubleOnSplitControl.LabelTextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.AllowDoubleOnSplitControl.LabelWidth     = 300;
     this.AllowDoubleOnSplitControl.Location       = new System.Drawing.Point(351, 48);
     this.AllowDoubleOnSplitControl.Name           = "AllowDoubleOnSplitControl";
     this.AllowDoubleOnSplitControl.Size           = new System.Drawing.Size(320, 32);
     this.AllowDoubleOnSplitControl.TabIndex       = 3;
     //
     // AllowDoubleDownControl
     //
     this.AllowDoubleDownControl.BackColor = System.Drawing.Color.Transparent;
     this.AllowDoubleDownControl.CheckBoxVerticalOffSet = 6;
     this.AllowDoubleDownControl.CheckChangedListener   = null;
     this.AllowDoubleDownControl.Checked        = true;
     this.AllowDoubleDownControl.Editable       = true;
     this.AllowDoubleDownControl.Font           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AllowDoubleDownControl.LabelColor     = System.Drawing.SystemColors.ControlText;
     this.AllowDoubleDownControl.LabelFont      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AllowDoubleDownControl.LabelText      = "Allow Double Down:";
     this.AllowDoubleDownControl.LabelTextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.AllowDoubleDownControl.LabelWidth     = 300;
     this.AllowDoubleDownControl.Location       = new System.Drawing.Point(27, 8);
     this.AllowDoubleDownControl.Name           = "AllowDoubleDownControl";
     this.AllowDoubleDownControl.Size           = new System.Drawing.Size(320, 32);
     this.AllowDoubleDownControl.TabIndex       = 0;
     //
     // OptionsControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Transparent;
     this.Controls.Add(this.TableMaximumChipSelector);
     this.Controls.Add(this.TableMaximumControl);
     this.Controls.Add(this.TableMinimumChipSelector);
     this.Controls.Add(this.TableMinimumControl);
     this.Controls.Add(this.DefaultBankRollComputerChipSelector);
     this.Controls.Add(this.DefaultBankRollComputerControl);
     this.Controls.Add(this.DefaultBankRollHumanChipSelector);
     this.Controls.Add(this.DefaultBankRollHumanControl);
     this.Controls.Add(this.AllowReSplitAcesControl);
     this.Controls.Add(this.AllowSplitAcesControl);
     this.Controls.Add(this.PenetrationControl);
     this.Controls.Add(this.NumberDecksControl);
     this.Controls.Add(this.UnlimitedRebuysComputerControl);
     this.Controls.Add(this.UnlimitedRebuysUserControl);
     this.Controls.Add(this.DealerMustHitSoft17Control);
     this.Controls.Add(this.AllowSurrenderControl);
     this.Controls.Add(this.AllowSplitControl);
     this.Controls.Add(this.AllowInsuranceControl);
     this.Controls.Add(this.DoubleOnTenOrElevenControl);
     this.Controls.Add(this.AllowDoubleOnSplitControl);
     this.Controls.Add(this.AllowDoubleDownControl);
     this.DoubleBuffered = true;
     this.Name           = "OptionsControl";
     this.Size           = new System.Drawing.Size(702, 552);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.CreateMembersButton     = new System.Windows.Forms.Button();
     this.DoneButton              = new System.Windows.Forms.Button();
     this.PercentApartmentsSlider = new System.Windows.Forms.TrackBar();
     this.PercentNumericSlider    = new System.Windows.Forms.TrackBar();
     this.LoadDataButton          = new System.Windows.Forms.Button();
     this.Graph       = new System.Windows.Forms.ProgressBar();
     this.StatusLabel = new System.Windows.Forms.Label();
     this.PercentUnitNumericControl  = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.PercentApartmentsControl   = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.UseEntityFrameworkCheckBox = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.UseDataTierNetCheckBox     = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.MembersToCreateControl     = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.LastNamesCountControl      = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.FirstNamesCountControl     = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.ZipCodesCountControl       = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.StreetNamesCountControl    = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.MaxAddressNumberControl    = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.MinAddressNumberControl    = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.StatusMessageLabel         = new System.Windows.Forms.Label();
     this.CreateShufflersButton      = new System.Windows.Forms.Button();
     this.SaveButton = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.PercentApartmentsSlider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PercentNumericSlider)).BeginInit();
     this.SuspendLayout();
     //
     // CreateMembersButton
     //
     this.CreateMembersButton.BackColor             = System.Drawing.Color.Transparent;
     this.CreateMembersButton.BackgroundImage       = global::RandomDataGenerator.Properties.Resources.WoodButtonWidth640Disabled;
     this.CreateMembersButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.CreateMembersButton.Enabled = false;
     this.CreateMembersButton.FlatAppearance.BorderSize         = 0;
     this.CreateMembersButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.CreateMembersButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.CreateMembersButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.CreateMembersButton.Font      = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CreateMembersButton.Location  = new System.Drawing.Point(370, 440);
     this.CreateMembersButton.Name      = "CreateMembersButton";
     this.CreateMembersButton.Size      = new System.Drawing.Size(180, 36);
     this.CreateMembersButton.TabIndex  = 11;
     this.CreateMembersButton.Text      = "Create Members";
     this.CreateMembersButton.UseVisualStyleBackColor = false;
     this.CreateMembersButton.EnabledChanged         += new System.EventHandler(this.Button_EnabledChanged);
     this.CreateMembersButton.Click      += new System.EventHandler(this.CreateMembersButton_Click);
     this.CreateMembersButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.CreateMembersButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // DoneButton
     //
     this.DoneButton.BackColor                         = System.Drawing.Color.Transparent;
     this.DoneButton.BackgroundImage                   = global::RandomDataGenerator.Properties.Resources.WoodButtonWidth640;
     this.DoneButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.DoneButton.FlatAppearance.BorderSize         = 0;
     this.DoneButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.DoneButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.DoneButton.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.DoneButton.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DoneButton.Location = new System.Drawing.Point(642, 440);
     this.DoneButton.Name     = "DoneButton";
     this.DoneButton.Size     = new System.Drawing.Size(80, 36);
     this.DoneButton.TabIndex = 12;
     this.DoneButton.Text     = "Done";
     this.DoneButton.UseVisualStyleBackColor = false;
     this.DoneButton.Click      += new System.EventHandler(this.DoneButton_Click);
     this.DoneButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.DoneButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // PercentApartmentsSlider
     //
     this.PercentApartmentsSlider.LargeChange   = 1;
     this.PercentApartmentsSlider.Location      = new System.Drawing.Point(314, 96);
     this.PercentApartmentsSlider.Name          = "PercentApartmentsSlider";
     this.PercentApartmentsSlider.Size          = new System.Drawing.Size(400, 45);
     this.PercentApartmentsSlider.TabIndex      = 16;
     this.PercentApartmentsSlider.TabStop       = false;
     this.PercentApartmentsSlider.ValueChanged += new System.EventHandler(this.PercentApartmentsSlider_ValueChanged);
     //
     // PercentNumericSlider
     //
     this.PercentNumericSlider.LargeChange   = 1;
     this.PercentNumericSlider.Location      = new System.Drawing.Point(314, 138);
     this.PercentNumericSlider.Name          = "PercentNumericSlider";
     this.PercentNumericSlider.Size          = new System.Drawing.Size(400, 45);
     this.PercentNumericSlider.TabIndex      = 17;
     this.PercentNumericSlider.TabStop       = false;
     this.PercentNumericSlider.ValueChanged += new System.EventHandler(this.PercentNumericSlider_ValueChanged);
     //
     // LoadDataButton
     //
     this.LoadDataButton.BackColor                         = System.Drawing.Color.Transparent;
     this.LoadDataButton.BackgroundImage                   = global::RandomDataGenerator.Properties.Resources.WoodButtonWidth640;
     this.LoadDataButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.LoadDataButton.FlatAppearance.BorderSize         = 0;
     this.LoadDataButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.LoadDataButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.LoadDataButton.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.LoadDataButton.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LoadDataButton.Location = new System.Drawing.Point(42, 440);
     this.LoadDataButton.Name     = "LoadDataButton";
     this.LoadDataButton.Size     = new System.Drawing.Size(136, 36);
     this.LoadDataButton.TabIndex = 18;
     this.LoadDataButton.Text     = "Load Data";
     this.LoadDataButton.UseVisualStyleBackColor = false;
     this.LoadDataButton.EnabledChanged         += new System.EventHandler(this.Button_EnabledChanged);
     this.LoadDataButton.Click      += new System.EventHandler(this.LoadDataButton_Click);
     this.LoadDataButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.LoadDataButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // Graph
     //
     this.Graph.Location = new System.Drawing.Point(28, 407);
     this.Graph.Name     = "Graph";
     this.Graph.Size     = new System.Drawing.Size(694, 16);
     this.Graph.TabIndex = 19;
     this.Graph.Visible  = false;
     //
     // StatusLabel
     //
     this.StatusLabel.Font      = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.StatusLabel.ForeColor = System.Drawing.Color.LemonChiffon;
     this.StatusLabel.Location  = new System.Drawing.Point(25, 386);
     this.StatusLabel.Name      = "StatusLabel";
     this.StatusLabel.Size      = new System.Drawing.Size(71, 20);
     this.StatusLabel.TabIndex  = 20;
     this.StatusLabel.Text      = "Status:";
     this.StatusLabel.Visible   = false;
     //
     // PercentUnitNumericControl
     //
     this.PercentUnitNumericControl.BackColor             = System.Drawing.Color.Transparent;
     this.PercentUnitNumericControl.BottomMargin          = 0;
     this.PercentUnitNumericControl.Editable              = true;
     this.PercentUnitNumericControl.Encrypted             = false;
     this.PercentUnitNumericControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PercentUnitNumericControl.LabelBottomMargin     = 0;
     this.PercentUnitNumericControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.PercentUnitNumericControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold);
     this.PercentUnitNumericControl.LabelText             = "% Unit Numeric:";
     this.PercentUnitNumericControl.LabelTopMargin        = 0;
     this.PercentUnitNumericControl.LabelWidth            = 180;
     this.PercentUnitNumericControl.Location              = new System.Drawing.Point(18, 140);
     this.PercentUnitNumericControl.MultiLine             = false;
     this.PercentUnitNumericControl.Name                  = "PercentUnitNumericControl";
     this.PercentUnitNumericControl.OnTextChangedListener = null;
     this.PercentUnitNumericControl.PasswordMode          = false;
     this.PercentUnitNumericControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.PercentUnitNumericControl.Size                  = new System.Drawing.Size(288, 32);
     this.PercentUnitNumericControl.TabIndex              = 5;
     this.PercentUnitNumericControl.TextBoxBottomMargin   = 0;
     this.PercentUnitNumericControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.PercentUnitNumericControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.PercentUnitNumericControl.TextBoxFont           = new System.Drawing.Font("Verdana", 12F);
     this.PercentUnitNumericControl.TextBoxTopMargin      = 0;
     //
     // PercentApartmentsControl
     //
     this.PercentApartmentsControl.BackColor             = System.Drawing.Color.Transparent;
     this.PercentApartmentsControl.BottomMargin          = 0;
     this.PercentApartmentsControl.Editable              = true;
     this.PercentApartmentsControl.Encrypted             = false;
     this.PercentApartmentsControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PercentApartmentsControl.LabelBottomMargin     = 0;
     this.PercentApartmentsControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.PercentApartmentsControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold);
     this.PercentApartmentsControl.LabelText             = "% Apartments:";
     this.PercentApartmentsControl.LabelTopMargin        = 0;
     this.PercentApartmentsControl.LabelWidth            = 180;
     this.PercentApartmentsControl.Location              = new System.Drawing.Point(18, 98);
     this.PercentApartmentsControl.MultiLine             = false;
     this.PercentApartmentsControl.Name                  = "PercentApartmentsControl";
     this.PercentApartmentsControl.OnTextChangedListener = null;
     this.PercentApartmentsControl.PasswordMode          = false;
     this.PercentApartmentsControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.PercentApartmentsControl.Size                  = new System.Drawing.Size(288, 32);
     this.PercentApartmentsControl.TabIndex              = 4;
     this.PercentApartmentsControl.TextBoxBottomMargin   = 0;
     this.PercentApartmentsControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.PercentApartmentsControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.PercentApartmentsControl.TextBoxFont           = new System.Drawing.Font("Verdana", 12F);
     this.PercentApartmentsControl.TextBoxTopMargin      = 0;
     //
     // UseEntityFrameworkCheckBox
     //
     this.UseEntityFrameworkCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.UseEntityFrameworkCheckBox.CheckBoxHorizontalOffSet = 0;
     this.UseEntityFrameworkCheckBox.CheckBoxVerticalOffSet   = 4;
     this.UseEntityFrameworkCheckBox.CheckChangedListener     = null;
     this.UseEntityFrameworkCheckBox.Checked    = false;
     this.UseEntityFrameworkCheckBox.Editable   = true;
     this.UseEntityFrameworkCheckBox.Font       = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UseEntityFrameworkCheckBox.LabelColor = System.Drawing.Color.LemonChiffon;
     this.UseEntityFrameworkCheckBox.LabelFont  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UseEntityFrameworkCheckBox.LabelText  = "Entity Framework:";
     this.UseEntityFrameworkCheckBox.LabelWidth = 180;
     this.UseEntityFrameworkCheckBox.Location   = new System.Drawing.Point(388, 340);
     this.UseEntityFrameworkCheckBox.Name       = "UseEntityFrameworkCheckBox";
     this.UseEntityFrameworkCheckBox.Size       = new System.Drawing.Size(206, 28);
     this.UseEntityFrameworkCheckBox.TabIndex   = 12;
     //
     // UseDataTierNetCheckBox
     //
     this.UseDataTierNetCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.UseDataTierNetCheckBox.CheckBoxHorizontalOffSet = 0;
     this.UseDataTierNetCheckBox.CheckBoxVerticalOffSet   = 4;
     this.UseDataTierNetCheckBox.CheckChangedListener     = null;
     this.UseDataTierNetCheckBox.Checked    = true;
     this.UseDataTierNetCheckBox.Editable   = true;
     this.UseDataTierNetCheckBox.Font       = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UseDataTierNetCheckBox.LabelColor = System.Drawing.Color.LemonChiffon;
     this.UseDataTierNetCheckBox.LabelFont  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UseDataTierNetCheckBox.LabelText  = "DataTier.Net:";
     this.UseDataTierNetCheckBox.LabelWidth = 180;
     this.UseDataTierNetCheckBox.Location   = new System.Drawing.Point(388, 306);
     this.UseDataTierNetCheckBox.Name       = "UseDataTierNetCheckBox";
     this.UseDataTierNetCheckBox.Size       = new System.Drawing.Size(206, 28);
     this.UseDataTierNetCheckBox.TabIndex   = 11;
     //
     // MembersToCreateControl
     //
     this.MembersToCreateControl.BackColor             = System.Drawing.Color.Transparent;
     this.MembersToCreateControl.BottomMargin          = 0;
     this.MembersToCreateControl.Editable              = true;
     this.MembersToCreateControl.Encrypted             = false;
     this.MembersToCreateControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MembersToCreateControl.LabelBottomMargin     = 0;
     this.MembersToCreateControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.MembersToCreateControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold);
     this.MembersToCreateControl.LabelText             = "Create Members #:";
     this.MembersToCreateControl.LabelTopMargin        = 0;
     this.MembersToCreateControl.LabelWidth            = 180;
     this.MembersToCreateControl.Location              = new System.Drawing.Point(20, 340);
     this.MembersToCreateControl.MultiLine             = false;
     this.MembersToCreateControl.Name                  = "MembersToCreateControl";
     this.MembersToCreateControl.OnTextChangedListener = null;
     this.MembersToCreateControl.PasswordMode          = false;
     this.MembersToCreateControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.MembersToCreateControl.Size                  = new System.Drawing.Size(288, 32);
     this.MembersToCreateControl.TabIndex              = 8;
     this.MembersToCreateControl.TextBoxBottomMargin   = 0;
     this.MembersToCreateControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.MembersToCreateControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.MembersToCreateControl.TextBoxFont           = new System.Drawing.Font("Verdana", 12F);
     this.MembersToCreateControl.TextBoxTopMargin      = 0;
     //
     // LastNamesCountControl
     //
     this.LastNamesCountControl.BackColor             = System.Drawing.Color.Transparent;
     this.LastNamesCountControl.BottomMargin          = 0;
     this.LastNamesCountControl.Editable              = true;
     this.LastNamesCountControl.Encrypted             = false;
     this.LastNamesCountControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LastNamesCountControl.LabelBottomMargin     = 0;
     this.LastNamesCountControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.LastNamesCountControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold);
     this.LastNamesCountControl.LabelText             = "Last Names #:";
     this.LastNamesCountControl.LabelTopMargin        = 0;
     this.LastNamesCountControl.LabelWidth            = 180;
     this.LastNamesCountControl.Location              = new System.Drawing.Point(20, 220);
     this.LastNamesCountControl.MultiLine             = false;
     this.LastNamesCountControl.Name                  = "LastNamesCountControl";
     this.LastNamesCountControl.OnTextChangedListener = null;
     this.LastNamesCountControl.PasswordMode          = false;
     this.LastNamesCountControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.LastNamesCountControl.Size                  = new System.Drawing.Size(288, 32);
     this.LastNamesCountControl.TabIndex              = 1;
     this.LastNamesCountControl.TextBoxBottomMargin   = 0;
     this.LastNamesCountControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.LastNamesCountControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.LastNamesCountControl.TextBoxFont           = new System.Drawing.Font("Verdana", 12F);
     this.LastNamesCountControl.TextBoxTopMargin      = 0;
     //
     // FirstNamesCountControl
     //
     this.FirstNamesCountControl.BackColor             = System.Drawing.Color.Transparent;
     this.FirstNamesCountControl.BottomMargin          = 0;
     this.FirstNamesCountControl.Editable              = true;
     this.FirstNamesCountControl.Encrypted             = false;
     this.FirstNamesCountControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FirstNamesCountControl.LabelBottomMargin     = 0;
     this.FirstNamesCountControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.FirstNamesCountControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold);
     this.FirstNamesCountControl.LabelText             = "First Names #:";
     this.FirstNamesCountControl.LabelTopMargin        = 0;
     this.FirstNamesCountControl.LabelWidth            = 180;
     this.FirstNamesCountControl.Location              = new System.Drawing.Point(20, 180);
     this.FirstNamesCountControl.MultiLine             = false;
     this.FirstNamesCountControl.Name                  = "FirstNamesCountControl";
     this.FirstNamesCountControl.OnTextChangedListener = null;
     this.FirstNamesCountControl.PasswordMode          = false;
     this.FirstNamesCountControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.FirstNamesCountControl.Size                  = new System.Drawing.Size(288, 32);
     this.FirstNamesCountControl.TabIndex              = 0;
     this.FirstNamesCountControl.TextBoxBottomMargin   = 0;
     this.FirstNamesCountControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.FirstNamesCountControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.FirstNamesCountControl.TextBoxFont           = new System.Drawing.Font("Verdana", 12F);
     this.FirstNamesCountControl.TextBoxTopMargin      = 0;
     //
     // ZipCodesCountControl
     //
     this.ZipCodesCountControl.BackColor             = System.Drawing.Color.Transparent;
     this.ZipCodesCountControl.BottomMargin          = 0;
     this.ZipCodesCountControl.Editable              = true;
     this.ZipCodesCountControl.Encrypted             = false;
     this.ZipCodesCountControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ZipCodesCountControl.LabelBottomMargin     = 0;
     this.ZipCodesCountControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.ZipCodesCountControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold);
     this.ZipCodesCountControl.LabelText             = "Zip Codes #:";
     this.ZipCodesCountControl.LabelTopMargin        = 0;
     this.ZipCodesCountControl.LabelWidth            = 180;
     this.ZipCodesCountControl.Location              = new System.Drawing.Point(20, 300);
     this.ZipCodesCountControl.MultiLine             = false;
     this.ZipCodesCountControl.Name                  = "ZipCodesCountControl";
     this.ZipCodesCountControl.OnTextChangedListener = null;
     this.ZipCodesCountControl.PasswordMode          = false;
     this.ZipCodesCountControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.ZipCodesCountControl.Size                  = new System.Drawing.Size(288, 32);
     this.ZipCodesCountControl.TabIndex              = 7;
     this.ZipCodesCountControl.TextBoxBottomMargin   = 0;
     this.ZipCodesCountControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.ZipCodesCountControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.ZipCodesCountControl.TextBoxFont           = new System.Drawing.Font("Verdana", 12F);
     this.ZipCodesCountControl.TextBoxTopMargin      = 0;
     //
     // StreetNamesCountControl
     //
     this.StreetNamesCountControl.BackColor             = System.Drawing.Color.Transparent;
     this.StreetNamesCountControl.BottomMargin          = 0;
     this.StreetNamesCountControl.Editable              = true;
     this.StreetNamesCountControl.Encrypted             = false;
     this.StreetNamesCountControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.StreetNamesCountControl.LabelBottomMargin     = 0;
     this.StreetNamesCountControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.StreetNamesCountControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold);
     this.StreetNamesCountControl.LabelText             = "St Names #:";
     this.StreetNamesCountControl.LabelTopMargin        = 0;
     this.StreetNamesCountControl.LabelWidth            = 180;
     this.StreetNamesCountControl.Location              = new System.Drawing.Point(20, 260);
     this.StreetNamesCountControl.MultiLine             = false;
     this.StreetNamesCountControl.Name                  = "StreetNamesCountControl";
     this.StreetNamesCountControl.OnTextChangedListener = null;
     this.StreetNamesCountControl.PasswordMode          = false;
     this.StreetNamesCountControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.StreetNamesCountControl.Size                  = new System.Drawing.Size(288, 32);
     this.StreetNamesCountControl.TabIndex              = 6;
     this.StreetNamesCountControl.TextBoxBottomMargin   = 0;
     this.StreetNamesCountControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.StreetNamesCountControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.StreetNamesCountControl.TextBoxFont           = new System.Drawing.Font("Verdana", 12F);
     this.StreetNamesCountControl.TextBoxTopMargin      = 0;
     //
     // MaxAddressNumberControl
     //
     this.MaxAddressNumberControl.BackColor             = System.Drawing.Color.Transparent;
     this.MaxAddressNumberControl.BottomMargin          = 0;
     this.MaxAddressNumberControl.Editable              = true;
     this.MaxAddressNumberControl.Encrypted             = false;
     this.MaxAddressNumberControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MaxAddressNumberControl.LabelBottomMargin     = 0;
     this.MaxAddressNumberControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.MaxAddressNumberControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold);
     this.MaxAddressNumberControl.LabelText             = "Max Street #:";
     this.MaxAddressNumberControl.LabelTopMargin        = 0;
     this.MaxAddressNumberControl.LabelWidth            = 180;
     this.MaxAddressNumberControl.Location              = new System.Drawing.Point(18, 60);
     this.MaxAddressNumberControl.MultiLine             = false;
     this.MaxAddressNumberControl.Name                  = "MaxAddressNumberControl";
     this.MaxAddressNumberControl.OnTextChangedListener = null;
     this.MaxAddressNumberControl.PasswordMode          = false;
     this.MaxAddressNumberControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.MaxAddressNumberControl.Size                  = new System.Drawing.Size(288, 32);
     this.MaxAddressNumberControl.TabIndex              = 3;
     this.MaxAddressNumberControl.TextBoxBottomMargin   = 0;
     this.MaxAddressNumberControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.MaxAddressNumberControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.MaxAddressNumberControl.TextBoxFont           = new System.Drawing.Font("Verdana", 12F);
     this.MaxAddressNumberControl.TextBoxTopMargin      = 0;
     //
     // MinAddressNumberControl
     //
     this.MinAddressNumberControl.BackColor             = System.Drawing.Color.Transparent;
     this.MinAddressNumberControl.BottomMargin          = 0;
     this.MinAddressNumberControl.Editable              = true;
     this.MinAddressNumberControl.Encrypted             = false;
     this.MinAddressNumberControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MinAddressNumberControl.LabelBottomMargin     = 0;
     this.MinAddressNumberControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.MinAddressNumberControl.LabelFont             = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold);
     this.MinAddressNumberControl.LabelText             = "Min Street #:";
     this.MinAddressNumberControl.LabelTopMargin        = 0;
     this.MinAddressNumberControl.LabelWidth            = 180;
     this.MinAddressNumberControl.Location              = new System.Drawing.Point(18, 20);
     this.MinAddressNumberControl.MultiLine             = false;
     this.MinAddressNumberControl.Name                  = "MinAddressNumberControl";
     this.MinAddressNumberControl.OnTextChangedListener = null;
     this.MinAddressNumberControl.PasswordMode          = false;
     this.MinAddressNumberControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.MinAddressNumberControl.Size                  = new System.Drawing.Size(288, 32);
     this.MinAddressNumberControl.TabIndex              = 2;
     this.MinAddressNumberControl.TextBoxBottomMargin   = 0;
     this.MinAddressNumberControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.MinAddressNumberControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.MinAddressNumberControl.TextBoxFont           = new System.Drawing.Font("Verdana", 12F);
     this.MinAddressNumberControl.TextBoxTopMargin      = 0;
     //
     // StatusMessageLabel
     //
     this.StatusMessageLabel.Font      = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.StatusMessageLabel.ForeColor = System.Drawing.Color.LemonChiffon;
     this.StatusMessageLabel.Location  = new System.Drawing.Point(92, 386);
     this.StatusMessageLabel.Name      = "StatusMessageLabel";
     this.StatusMessageLabel.Size      = new System.Drawing.Size(622, 20);
     this.StatusMessageLabel.TabIndex  = 21;
     this.StatusMessageLabel.Visible   = false;
     //
     // CreateShufflersButton
     //
     this.CreateShufflersButton.BackColor             = System.Drawing.Color.Transparent;
     this.CreateShufflersButton.BackgroundImage       = global::RandomDataGenerator.Properties.Resources.WoodButtonWidth640Disabled;
     this.CreateShufflersButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.CreateShufflersButton.Enabled = false;
     this.CreateShufflersButton.FlatAppearance.BorderSize         = 0;
     this.CreateShufflersButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.CreateShufflersButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.CreateShufflersButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.CreateShufflersButton.Font      = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CreateShufflersButton.Location  = new System.Drawing.Point(184, 440);
     this.CreateShufflersButton.Name      = "CreateShufflersButton";
     this.CreateShufflersButton.Size      = new System.Drawing.Size(180, 36);
     this.CreateShufflersButton.TabIndex  = 22;
     this.CreateShufflersButton.Text      = "Create Shufflers";
     this.CreateShufflersButton.UseVisualStyleBackColor = false;
     this.CreateShufflersButton.EnabledChanged         += new System.EventHandler(this.Button_EnabledChanged);
     this.CreateShufflersButton.Click      += new System.EventHandler(this.CreateShufflersButton_Click);
     this.CreateShufflersButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.CreateShufflersButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // SaveButton
     //
     this.SaveButton.BackColor             = System.Drawing.Color.Transparent;
     this.SaveButton.BackgroundImage       = global::RandomDataGenerator.Properties.Resources.WoodButtonWidth640Disabled;
     this.SaveButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.SaveButton.Enabled = false;
     this.SaveButton.FlatAppearance.BorderSize         = 0;
     this.SaveButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.SaveButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.SaveButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.SaveButton.Font      = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SaveButton.Location  = new System.Drawing.Point(556, 440);
     this.SaveButton.Name      = "SaveButton";
     this.SaveButton.Size      = new System.Drawing.Size(80, 36);
     this.SaveButton.TabIndex  = 23;
     this.SaveButton.Text      = "Save";
     this.SaveButton.UseVisualStyleBackColor = false;
     this.SaveButton.EnabledChanged         += new System.EventHandler(this.Button_EnabledChanged);
     this.SaveButton.Click      += new System.EventHandler(this.SaveButton_Click);
     this.SaveButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.SaveButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // MemberCreatorControl
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor     = System.Drawing.Color.Black;
     this.Controls.Add(this.SaveButton);
     this.Controls.Add(this.CreateShufflersButton);
     this.Controls.Add(this.StatusMessageLabel);
     this.Controls.Add(this.StatusLabel);
     this.Controls.Add(this.Graph);
     this.Controls.Add(this.LoadDataButton);
     this.Controls.Add(this.PercentNumericSlider);
     this.Controls.Add(this.PercentApartmentsSlider);
     this.Controls.Add(this.PercentUnitNumericControl);
     this.Controls.Add(this.PercentApartmentsControl);
     this.Controls.Add(this.DoneButton);
     this.Controls.Add(this.CreateMembersButton);
     this.Controls.Add(this.UseEntityFrameworkCheckBox);
     this.Controls.Add(this.UseDataTierNetCheckBox);
     this.Controls.Add(this.MembersToCreateControl);
     this.Controls.Add(this.LastNamesCountControl);
     this.Controls.Add(this.FirstNamesCountControl);
     this.Controls.Add(this.ZipCodesCountControl);
     this.Controls.Add(this.StreetNamesCountControl);
     this.Controls.Add(this.MaxAddressNumberControl);
     this.Controls.Add(this.MinAddressNumberControl);
     this.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "MemberCreatorControl";
     this.Size = new System.Drawing.Size(748, 496);
     ((System.ComponentModel.ISupportInitialize)(this.PercentApartmentsSlider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PercentNumericSlider)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.NameControl = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.IsComputerPlayerCheckBox = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.SeatNumberCheckBox       = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.CountingSystemControl    = new DataJuggler.Win.Controls.LabelComboBoxControl();
     this.ChipsControl             = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.HelpButton         = new System.Windows.Forms.Button();
     this.ChipSelectorButton = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // NameControl
     //
     this.NameControl.BackColor             = System.Drawing.Color.Transparent;
     this.NameControl.BottomMargin          = 0;
     this.NameControl.Editable              = true;
     this.NameControl.Encrypted             = false;
     this.NameControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NameControl.LabelBottomMargin     = 0;
     this.NameControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.NameControl.LabelFont             = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NameControl.LabelText             = "Name:";
     this.NameControl.LabelTextAlign        = System.Drawing.ContentAlignment.MiddleRight;
     this.NameControl.LabelTopMargin        = 4;
     this.NameControl.LabelWidth            = 100;
     this.NameControl.Location              = new System.Drawing.Point(16, 31);
     this.NameControl.MultiLine             = false;
     this.NameControl.Name                  = "NameControl";
     this.NameControl.OnTextChangedListener = null;
     this.NameControl.PasswordMode          = false;
     this.NameControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.NameControl.Size                  = new System.Drawing.Size(385, 32);
     this.NameControl.TabIndex              = 2;
     this.NameControl.TextAlign             = System.Windows.Forms.HorizontalAlignment.Left;
     this.NameControl.TextBoxBottomMargin   = 0;
     this.NameControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.NameControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.NameControl.TextBoxFont           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NameControl.TextBoxTopMargin      = 4;
     //
     // IsComputerPlayerCheckBox
     //
     this.IsComputerPlayerCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.IsComputerPlayerCheckBox.CheckBoxVerticalOffSet = 4;
     this.IsComputerPlayerCheckBox.CheckChangedListener   = null;
     this.IsComputerPlayerCheckBox.Checked        = false;
     this.IsComputerPlayerCheckBox.Editable       = true;
     this.IsComputerPlayerCheckBox.Font           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IsComputerPlayerCheckBox.LabelColor     = System.Drawing.SystemColors.ControlText;
     this.IsComputerPlayerCheckBox.LabelFont      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IsComputerPlayerCheckBox.LabelText      = "Computer Player:";
     this.IsComputerPlayerCheckBox.LabelTextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.IsComputerPlayerCheckBox.LabelWidth     = 200;
     this.IsComputerPlayerCheckBox.Location       = new System.Drawing.Point(465, 4);
     this.IsComputerPlayerCheckBox.Name           = "IsComputerPlayerCheckBox";
     this.IsComputerPlayerCheckBox.Size           = new System.Drawing.Size(220, 24);
     this.IsComputerPlayerCheckBox.TabIndex       = 4;
     //
     // SeatNumberCheckBox
     //
     this.SeatNumberCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.SeatNumberCheckBox.CheckBoxVerticalOffSet = 4;
     this.SeatNumberCheckBox.CheckChangedListener   = null;
     this.SeatNumberCheckBox.Checked        = false;
     this.SeatNumberCheckBox.Editable       = true;
     this.SeatNumberCheckBox.Font           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SeatNumberCheckBox.LabelColor     = System.Drawing.SystemColors.ControlText;
     this.SeatNumberCheckBox.LabelFont      = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SeatNumberCheckBox.LabelText      = "Seat 1:";
     this.SeatNumberCheckBox.LabelTextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.SeatNumberCheckBox.LabelWidth     = 80;
     this.SeatNumberCheckBox.Location       = new System.Drawing.Point(16, 2);
     this.SeatNumberCheckBox.Name           = "SeatNumberCheckBox";
     this.SeatNumberCheckBox.Size           = new System.Drawing.Size(148, 24);
     this.SeatNumberCheckBox.TabIndex       = 0;
     //
     // CountingSystemControl
     //
     this.CountingSystemControl.BackColor          = System.Drawing.Color.Transparent;
     this.CountingSystemControl.ComboBoxLeftMargin = 1;
     this.CountingSystemControl.ComboBoxText       = "";
     this.CountingSystemControl.ComoboBoxFont      = null;
     this.CountingSystemControl.Editable           = true;
     this.CountingSystemControl.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CountingSystemControl.LabelBottomMargin = 0;
     this.CountingSystemControl.LabelColor        = System.Drawing.SystemColors.ControlText;
     this.CountingSystemControl.LabelFont         = null;
     this.CountingSystemControl.LabelText         = null;
     this.CountingSystemControl.LabelTextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     this.CountingSystemControl.LabelTopMargin    = 0;
     this.CountingSystemControl.LabelWidth        = 0;
     this.CountingSystemControl.List                  = null;
     this.CountingSystemControl.Location              = new System.Drawing.Point(116, 0);
     this.CountingSystemControl.Name                  = "CountingSystemControl";
     this.CountingSystemControl.SelectedIndex         = -1;
     this.CountingSystemControl.SelectedIndexListener = null;
     this.CountingSystemControl.Size                  = new System.Drawing.Size(285, 28);
     this.CountingSystemControl.Sorted                = true;
     this.CountingSystemControl.Source                = null;
     this.CountingSystemControl.TabIndex              = 1;
     //
     // ChipsControl
     //
     this.ChipsControl.BackColor             = System.Drawing.Color.Transparent;
     this.ChipsControl.BottomMargin          = 0;
     this.ChipsControl.Editable              = true;
     this.ChipsControl.Encrypted             = false;
     this.ChipsControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ChipsControl.LabelBottomMargin     = 0;
     this.ChipsControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.ChipsControl.LabelFont             = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ChipsControl.LabelText             = "Chips:";
     this.ChipsControl.LabelTextAlign        = System.Drawing.ContentAlignment.MiddleRight;
     this.ChipsControl.LabelTopMargin        = 4;
     this.ChipsControl.LabelWidth            = 100;
     this.ChipsControl.Location              = new System.Drawing.Point(16, 66);
     this.ChipsControl.MultiLine             = false;
     this.ChipsControl.Name                  = "ChipsControl";
     this.ChipsControl.OnTextChangedListener = null;
     this.ChipsControl.PasswordMode          = false;
     this.ChipsControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.ChipsControl.Size                  = new System.Drawing.Size(385, 32);
     this.ChipsControl.TabIndex              = 3;
     this.ChipsControl.TextAlign             = System.Windows.Forms.HorizontalAlignment.Left;
     this.ChipsControl.TextBoxBottomMargin   = 0;
     this.ChipsControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.ChipsControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.ChipsControl.TextBoxFont           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ChipsControl.TextBoxTopMargin      = 4;
     //
     // HelpButton
     //
     this.HelpButton.BackColor                         = System.Drawing.Color.Transparent;
     this.HelpButton.BackgroundImage                   = global::CardCounter.Properties.Resources.HelpSmall;
     this.HelpButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.HelpButton.FlatAppearance.BorderSize         = 0;
     this.HelpButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.HelpButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.HelpButton.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.HelpButton.Font     = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.HelpButton.Location = new System.Drawing.Point(407, 0);
     this.HelpButton.Name     = "HelpButton";
     this.HelpButton.Size     = new System.Drawing.Size(32, 32);
     this.HelpButton.TabIndex = 49;
     this.HelpButton.UseVisualStyleBackColor = false;
     this.HelpButton.Click      += new System.EventHandler(this.HelpButton_Click);
     this.HelpButton.MouseEnter += new System.EventHandler(this.Button_MouseEnter);
     this.HelpButton.MouseLeave += new System.EventHandler(this.Button_MouseLeave);
     //
     // ChipSelectorButton
     //
     this.ChipSelectorButton.BackColor                         = System.Drawing.Color.Transparent;
     this.ChipSelectorButton.BackgroundImage                   = global::CardCounter.Properties.Resources.Chip_Rack;
     this.ChipSelectorButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.ChipSelectorButton.FlatAppearance.BorderSize         = 0;
     this.ChipSelectorButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.ChipSelectorButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.ChipSelectorButton.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.ChipSelectorButton.Font     = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ChipSelectorButton.Location = new System.Drawing.Point(408, 58);
     this.ChipSelectorButton.Name     = "ChipSelectorButton";
     this.ChipSelectorButton.Size     = new System.Drawing.Size(70, 40);
     this.ChipSelectorButton.TabIndex = 48;
     this.ChipSelectorButton.UseVisualStyleBackColor = false;
     this.ChipSelectorButton.Click      += new System.EventHandler(this.ChipSelectorButton_Click);
     this.ChipSelectorButton.MouseEnter += new System.EventHandler(this.Button_MouseEnter);
     this.ChipSelectorButton.MouseLeave += new System.EventHandler(this.Button_MouseLeave);
     //
     // PlayerEditorControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Transparent;
     this.Controls.Add(this.HelpButton);
     this.Controls.Add(this.ChipsControl);
     this.Controls.Add(this.ChipSelectorButton);
     this.Controls.Add(this.CountingSystemControl);
     this.Controls.Add(this.NameControl);
     this.Controls.Add(this.IsComputerPlayerCheckBox);
     this.Controls.Add(this.SeatNumberCheckBox);
     this.DoubleBuffered = true;
     this.Name           = "PlayerEditorControl";
     this.Size           = new System.Drawing.Size(704, 100);
     this.ResumeLayout(false);
 }