/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ReferenceTextBox   = new System.Windows.Forms.TextBox();
     this.ReferenceNameLabel = new System.Windows.Forms.Label();
     this.SaveCancelControl  = new DataTierClient.Controls.SaveCancelControl();
     this.SuspendLayout();
     //
     // ReferenceTextBox
     //
     this.ReferenceTextBox.Font         = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ReferenceTextBox.Location     = new System.Drawing.Point(184, 16);
     this.ReferenceTextBox.Name         = "ReferenceTextBox";
     this.ReferenceTextBox.Size         = new System.Drawing.Size(447, 27);
     this.ReferenceTextBox.TabIndex     = 99;
     this.ReferenceTextBox.TextChanged += new System.EventHandler(this.ReferenceTextBox_TextChanged);
     this.ReferenceTextBox.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.ReferenceTextBox_KeyDown);
     //
     // ReferenceNameLabel
     //
     this.ReferenceNameLabel.Font      = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ReferenceNameLabel.Location  = new System.Drawing.Point(23, 22);
     this.ReferenceNameLabel.Name      = "ReferenceNameLabel";
     this.ReferenceNameLabel.Size      = new System.Drawing.Size(160, 20);
     this.ReferenceNameLabel.TabIndex  = 98;
     this.ReferenceNameLabel.Text      = "Reference  Name:";
     this.ReferenceNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // SaveCancelControl
     //
     this.SaveCancelControl.BackColor = System.Drawing.Color.Transparent;
     this.SaveCancelControl.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.SaveCancelControl.Location  = new System.Drawing.Point(0, 96);
     this.SaveCancelControl.Name      = "SaveCancelControl";
     this.SaveCancelControl.Size      = new System.Drawing.Size(664, 40);
     this.SaveCancelControl.TabIndex  = 100;
     //
     // ReferenceEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.SaveCancelControl);
     this.Controls.Add(this.ReferenceTextBox);
     this.Controls.Add(this.ReferenceNameLabel);
     this.Name = "ReferenceEditor";
     this.Size = new System.Drawing.Size(664, 136);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #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.TablesListBox                = new System.Windows.Forms.CheckedListBox();
     this.SaveCancelControl            = new DataTierClient.Controls.SaveCancelControl();
     this.ExcludeTableLabel            = new System.Windows.Forms.Label();
     this.ExcludeFieldLabel            = new System.Windows.Forms.Label();
     this.FieldsListBox                = new System.Windows.Forms.CheckedListBox();
     this.TablesLabel                  = new System.Windows.Forms.Label();
     this.FieldsLabel                  = new System.Windows.Forms.Label();
     this.SelectedTableLabel           = new System.Windows.Forms.Label();
     this.SelectedTableTextBox         = new System.Windows.Forms.TextBox();
     this.RemoveTableButton            = new System.Windows.Forms.Button();
     this.CreateMethodButton           = new System.Windows.Forms.Button();
     this.ManageMethodButton           = new System.Windows.Forms.Button();
     this.ManageReadersButton          = new System.Windows.Forms.Button();
     this.ManageFieldSetsButton        = new System.Windows.Forms.Button();
     this.BlazorFeaturesButton         = new System.Windows.Forms.Button();
     this.CreateBindingCallbackControl = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.AllButton       = new System.Windows.Forms.Label();
     this.NoneButton      = new System.Windows.Forms.Label();
     this.UICreatorButton = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // TablesListBox
     //
     this.TablesListBox.FormattingEnabled = true;
     this.TablesListBox.Location          = new System.Drawing.Point(24, 36);
     this.TablesListBox.Name                  = "TablesListBox";
     this.TablesListBox.Size                  = new System.Drawing.Size(320, 356);
     this.TablesListBox.TabIndex              = 0;
     this.TablesListBox.ItemCheck            += new System.Windows.Forms.ItemCheckEventHandler(this.TablesListBox_ItemCheck);
     this.TablesListBox.SelectedIndexChanged += new System.EventHandler(this.TablesListBox_SelectedIndexChanged);
     //
     // SaveCancelControl
     //
     this.SaveCancelControl.BackColor = System.Drawing.Color.Transparent;
     this.SaveCancelControl.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.SaveCancelControl.Location  = new System.Drawing.Point(0, 456);
     this.SaveCancelControl.Name      = "SaveCancelControl";
     this.SaveCancelControl.Size      = new System.Drawing.Size(964, 40);
     this.SaveCancelControl.TabIndex  = 1;
     //
     // ExcludeTableLabel
     //
     this.ExcludeTableLabel.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ExcludeTableLabel.Location = new System.Drawing.Point(24, 394);
     this.ExcludeTableLabel.Name     = "ExcludeTableLabel";
     this.ExcludeTableLabel.Size     = new System.Drawing.Size(282, 29);
     this.ExcludeTableLabel.TabIndex = 2;
     this.ExcludeTableLabel.Text     = "Uncheck to exclude a table.";
     //
     // ExcludeFieldLabel
     //
     this.ExcludeFieldLabel.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ExcludeFieldLabel.Location = new System.Drawing.Point(608, 394);
     this.ExcludeFieldLabel.Name     = "ExcludeFieldLabel";
     this.ExcludeFieldLabel.Size     = new System.Drawing.Size(282, 29);
     this.ExcludeFieldLabel.TabIndex = 4;
     this.ExcludeFieldLabel.Text     = "Uncheck to exclude a field.";
     //
     // FieldsListBox
     //
     this.FieldsListBox.CheckOnClick      = true;
     this.FieldsListBox.FormattingEnabled = true;
     this.FieldsListBox.Location          = new System.Drawing.Point(608, 36);
     this.FieldsListBox.Name       = "FieldsListBox";
     this.FieldsListBox.Size       = new System.Drawing.Size(320, 356);
     this.FieldsListBox.TabIndex   = 3;
     this.FieldsListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.FieldsListBox_ItemCheck);
     //
     // TablesLabel
     //
     this.TablesLabel.Font      = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TablesLabel.Location  = new System.Drawing.Point(24, 14);
     this.TablesLabel.Name      = "TablesLabel";
     this.TablesLabel.Size      = new System.Drawing.Size(94, 18);
     this.TablesLabel.TabIndex  = 5;
     this.TablesLabel.Text      = "Tables:";
     this.TablesLabel.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // 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(608, 4);
     this.FieldsLabel.Name      = "FieldsLabel";
     this.FieldsLabel.Size      = new System.Drawing.Size(282, 29);
     this.FieldsLabel.TabIndex  = 6;
     this.FieldsLabel.Text      = "Fields:";
     this.FieldsLabel.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // SelectedTableLabel
     //
     this.SelectedTableLabel.Font      = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SelectedTableLabel.Location  = new System.Drawing.Point(360, 4);
     this.SelectedTableLabel.Name      = "SelectedTableLabel";
     this.SelectedTableLabel.Size      = new System.Drawing.Size(147, 29);
     this.SelectedTableLabel.TabIndex  = 7;
     this.SelectedTableLabel.Text      = "Selected Table:";
     this.SelectedTableLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // SelectedTableTextBox
     //
     this.SelectedTableTextBox.Location = new System.Drawing.Point(360, 36);
     this.SelectedTableTextBox.Name     = "SelectedTableTextBox";
     this.SelectedTableTextBox.ReadOnly = true;
     this.SelectedTableTextBox.Size     = new System.Drawing.Size(232, 27);
     this.SelectedTableTextBox.TabIndex = 8;
     //
     // RemoveTableButton
     //
     this.RemoveTableButton.BackgroundImage                   = global::DataTierClient.Properties.Resources.BlackButton;
     this.RemoveTableButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.RemoveTableButton.FlatAppearance.BorderSize         = 0;
     this.RemoveTableButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.RemoveTableButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.RemoveTableButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.RemoveTableButton.Font      = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RemoveTableButton.ForeColor = System.Drawing.Color.LemonChiffon;
     this.RemoveTableButton.Location  = new System.Drawing.Point(360, 268);
     this.RemoveTableButton.Name      = "RemoveTableButton";
     this.RemoveTableButton.Size      = new System.Drawing.Size(232, 40);
     this.RemoveTableButton.TabIndex  = 97;
     this.RemoveTableButton.Text      = "Remove Table Code";
     this.RemoveTableButton.UseVisualStyleBackColor = true;
     this.RemoveTableButton.Visible     = false;
     this.RemoveTableButton.Click      += new System.EventHandler(this.RemoveTableButton_Click);
     this.RemoveTableButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.RemoveTableButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // CreateMethodButton
     //
     this.CreateMethodButton.BackgroundImage                   = global::DataTierClient.Properties.Resources.BlackButton;
     this.CreateMethodButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.CreateMethodButton.FlatAppearance.BorderSize         = 0;
     this.CreateMethodButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.CreateMethodButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.CreateMethodButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.CreateMethodButton.Font      = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CreateMethodButton.ForeColor = System.Drawing.Color.LemonChiffon;
     this.CreateMethodButton.Location  = new System.Drawing.Point(360, 76);
     this.CreateMethodButton.Name      = "CreateMethodButton";
     this.CreateMethodButton.Size      = new System.Drawing.Size(232, 40);
     this.CreateMethodButton.TabIndex  = 100;
     this.CreateMethodButton.Text      = "Create New Method";
     this.CreateMethodButton.UseVisualStyleBackColor = true;
     this.CreateMethodButton.Visible     = false;
     this.CreateMethodButton.Click      += new System.EventHandler(this.CreateMethodButton_Click);
     this.CreateMethodButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.CreateMethodButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // ManageMethodButton
     //
     this.ManageMethodButton.BackgroundImage                   = global::DataTierClient.Properties.Resources.BlackButton;
     this.ManageMethodButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.ManageMethodButton.FlatAppearance.BorderSize         = 0;
     this.ManageMethodButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.ManageMethodButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.ManageMethodButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ManageMethodButton.Font      = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ManageMethodButton.ForeColor = System.Drawing.Color.LemonChiffon;
     this.ManageMethodButton.Location  = new System.Drawing.Point(360, 124);
     this.ManageMethodButton.Name      = "ManageMethodButton";
     this.ManageMethodButton.Size      = new System.Drawing.Size(232, 40);
     this.ManageMethodButton.TabIndex  = 101;
     this.ManageMethodButton.Text      = "Manage Methods";
     this.ManageMethodButton.UseVisualStyleBackColor = true;
     this.ManageMethodButton.Visible     = false;
     this.ManageMethodButton.Click      += new System.EventHandler(this.ManageMethodButton_Click);
     this.ManageMethodButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.ManageMethodButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // ManageReadersButton
     //
     this.ManageReadersButton.BackgroundImage                   = global::DataTierClient.Properties.Resources.BlackButton;
     this.ManageReadersButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.ManageReadersButton.FlatAppearance.BorderSize         = 0;
     this.ManageReadersButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.ManageReadersButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.ManageReadersButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ManageReadersButton.Font      = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ManageReadersButton.ForeColor = System.Drawing.Color.LemonChiffon;
     this.ManageReadersButton.Location  = new System.Drawing.Point(360, 220);
     this.ManageReadersButton.Name      = "ManageReadersButton";
     this.ManageReadersButton.Size      = new System.Drawing.Size(232, 40);
     this.ManageReadersButton.TabIndex  = 102;
     this.ManageReadersButton.Text      = "Manage Readers";
     this.ManageReadersButton.UseVisualStyleBackColor = true;
     this.ManageReadersButton.Visible     = false;
     this.ManageReadersButton.Click      += new System.EventHandler(this.ManageReadersButton_Click);
     this.ManageReadersButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.ManageReadersButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // ManageFieldSetsButton
     //
     this.ManageFieldSetsButton.BackgroundImage                   = global::DataTierClient.Properties.Resources.BlackButton;
     this.ManageFieldSetsButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.ManageFieldSetsButton.FlatAppearance.BorderSize         = 0;
     this.ManageFieldSetsButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.ManageFieldSetsButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.ManageFieldSetsButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ManageFieldSetsButton.Font      = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ManageFieldSetsButton.ForeColor = System.Drawing.Color.LemonChiffon;
     this.ManageFieldSetsButton.Location  = new System.Drawing.Point(360, 172);
     this.ManageFieldSetsButton.Name      = "ManageFieldSetsButton";
     this.ManageFieldSetsButton.Size      = new System.Drawing.Size(232, 40);
     this.ManageFieldSetsButton.TabIndex  = 103;
     this.ManageFieldSetsButton.Text      = "Manage Field Sets";
     this.ManageFieldSetsButton.UseVisualStyleBackColor = true;
     this.ManageFieldSetsButton.Visible     = false;
     this.ManageFieldSetsButton.Click      += new System.EventHandler(this.ManageFieldSetsButton_Click);
     this.ManageFieldSetsButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.ManageFieldSetsButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // BlazorFeaturesButton
     //
     this.BlazorFeaturesButton.BackgroundImage                   = global::DataTierClient.Properties.Resources.BlackButton;
     this.BlazorFeaturesButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.BlazorFeaturesButton.FlatAppearance.BorderSize         = 0;
     this.BlazorFeaturesButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.BlazorFeaturesButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.BlazorFeaturesButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.BlazorFeaturesButton.Font      = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BlazorFeaturesButton.ForeColor = System.Drawing.Color.LemonChiffon;
     this.BlazorFeaturesButton.Location  = new System.Drawing.Point(360, 360);
     this.BlazorFeaturesButton.Name      = "BlazorFeaturesButton";
     this.BlazorFeaturesButton.Size      = new System.Drawing.Size(232, 40);
     this.BlazorFeaturesButton.TabIndex  = 104;
     this.BlazorFeaturesButton.Text      = "Blazor Data Services";
     this.BlazorFeaturesButton.UseVisualStyleBackColor = true;
     this.BlazorFeaturesButton.Visible     = false;
     this.BlazorFeaturesButton.Click      += new System.EventHandler(this.BlazorFeaturesButton_Click);
     this.BlazorFeaturesButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.BlazorFeaturesButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // CreateBindingCallbackControl
     //
     this.CreateBindingCallbackControl.BackColor = System.Drawing.Color.Transparent;
     this.CreateBindingCallbackControl.CheckBoxHorizontalOffSet = 0;
     this.CreateBindingCallbackControl.CheckBoxVerticalOffSet   = 3;
     this.CreateBindingCallbackControl.CheckChangedListener     = null;
     this.CreateBindingCallbackControl.Checked    = false;
     this.CreateBindingCallbackControl.Editable   = true;
     this.CreateBindingCallbackControl.Font       = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CreateBindingCallbackControl.LabelColor = System.Drawing.SystemColors.ControlText;
     this.CreateBindingCallbackControl.LabelFont  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CreateBindingCallbackControl.LabelText  = "Create Callback:";
     this.CreateBindingCallbackControl.LabelWidth = 160;
     this.CreateBindingCallbackControl.Location   = new System.Drawing.Point(384, 406);
     this.CreateBindingCallbackControl.Name       = "CreateBindingCallbackControl";
     this.CreateBindingCallbackControl.Size       = new System.Drawing.Size(176, 28);
     this.CreateBindingCallbackControl.TabIndex   = 105;
     //
     // AllButton
     //
     this.AllButton.AutoSize    = true;
     this.AllButton.Font        = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AllButton.Location    = new System.Drawing.Point(177, 14);
     this.AllButton.Name        = "AllButton";
     this.AllButton.Size        = new System.Drawing.Size(28, 18);
     this.AllButton.TabIndex    = 106;
     this.AllButton.Text        = "All";
     this.AllButton.Click      += new System.EventHandler(this.AllButton_Click);
     this.AllButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.AllButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // NoneButton
     //
     this.NoneButton.AutoSize    = true;
     this.NoneButton.Font        = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NoneButton.Location    = new System.Drawing.Point(232, 14);
     this.NoneButton.Name        = "NoneButton";
     this.NoneButton.Size        = new System.Drawing.Size(54, 18);
     this.NoneButton.TabIndex    = 107;
     this.NoneButton.Text        = "None";
     this.NoneButton.Click      += new System.EventHandler(this.NoneButton_Click);
     this.NoneButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.NoneButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // UICreatorButton
     //
     this.UICreatorButton.BackgroundImage                   = global::DataTierClient.Properties.Resources.BlackButton;
     this.UICreatorButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.UICreatorButton.FlatAppearance.BorderSize         = 0;
     this.UICreatorButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.UICreatorButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.UICreatorButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.UICreatorButton.Font      = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UICreatorButton.ForeColor = System.Drawing.Color.LemonChiffon;
     this.UICreatorButton.Location  = new System.Drawing.Point(363, 314);
     this.UICreatorButton.Name      = "UICreatorButton";
     this.UICreatorButton.Size      = new System.Drawing.Size(232, 40);
     this.UICreatorButton.TabIndex  = 108;
     this.UICreatorButton.Text      = "UI Creator";
     this.UICreatorButton.UseVisualStyleBackColor = true;
     this.UICreatorButton.Visible     = false;
     this.UICreatorButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.UICreatorButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // DataEditorControl
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor     = System.Drawing.Color.Linen;
     this.Controls.Add(this.UICreatorButton);
     this.Controls.Add(this.NoneButton);
     this.Controls.Add(this.AllButton);
     this.Controls.Add(this.CreateBindingCallbackControl);
     this.Controls.Add(this.BlazorFeaturesButton);
     this.Controls.Add(this.ManageFieldSetsButton);
     this.Controls.Add(this.ManageReadersButton);
     this.Controls.Add(this.ManageMethodButton);
     this.Controls.Add(this.CreateMethodButton);
     this.Controls.Add(this.RemoveTableButton);
     this.Controls.Add(this.SelectedTableTextBox);
     this.Controls.Add(this.SelectedTableLabel);
     this.Controls.Add(this.FieldsLabel);
     this.Controls.Add(this.TablesLabel);
     this.Controls.Add(this.ExcludeFieldLabel);
     this.Controls.Add(this.FieldsListBox);
     this.Controls.Add(this.ExcludeTableLabel);
     this.Controls.Add(this.SaveCancelControl);
     this.Controls.Add(this.TablesListBox);
     this.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "DataEditorControl";
     this.Size = new System.Drawing.Size(964, 496);
     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.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);
 }
Exemple #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.TopPanel                    = new System.Windows.Forms.Panel();
     this.CustomWhereCheckBox         = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.ProcedureButton             = new System.Windows.Forms.Button();
     this.UpdateMyDatabaseRadioButton = new System.Windows.Forms.RadioButton();
     this.ManualUpdateRadioButton     = new System.Windows.Forms.RadioButton();
     this.ProcedureNameControl        = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.SelectedTableControl        = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.SeperatorPanel              = new System.Windows.Forms.Panel();
     this.LeftMarginPanel             = new System.Windows.Forms.Panel();
     this.RightMarginPanel            = new System.Windows.Forms.Panel();
     this.SaveCancelControl           = new DataTierClient.Controls.SaveCancelControl();
     this.WherePanel                  = new DataJuggler.Win.Controls.Objects.PanelExtender();
     this.WhereTextBox                = new System.Windows.Forms.TextBox();
     this.WhereLabel                  = new System.Windows.Forms.Label();
     this.ProcedureTextBox            = new System.Windows.Forms.TextBox();
     this.TopPanel.SuspendLayout();
     this.WherePanel.SuspendLayout();
     this.SuspendLayout();
     //
     // TopPanel
     //
     this.TopPanel.Controls.Add(this.CustomWhereCheckBox);
     this.TopPanel.Controls.Add(this.ProcedureButton);
     this.TopPanel.Controls.Add(this.UpdateMyDatabaseRadioButton);
     this.TopPanel.Controls.Add(this.ManualUpdateRadioButton);
     this.TopPanel.Controls.Add(this.ProcedureNameControl);
     this.TopPanel.Controls.Add(this.SelectedTableControl);
     this.TopPanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.TopPanel.Location = new System.Drawing.Point(0, 0);
     this.TopPanel.Name     = "TopPanel";
     this.TopPanel.Size     = new System.Drawing.Size(1080, 112);
     this.TopPanel.TabIndex = 101;
     //
     // CustomWhereCheckBox
     //
     this.CustomWhereCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.CustomWhereCheckBox.CheckBoxHorizontalOffSet = 0;
     this.CustomWhereCheckBox.CheckBoxVerticalOffSet   = 3;
     this.CustomWhereCheckBox.CheckChangedListener     = null;
     this.CustomWhereCheckBox.Checked    = false;
     this.CustomWhereCheckBox.Editable   = true;
     this.CustomWhereCheckBox.Font       = new System.Drawing.Font("Verdana", 14.25F, 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 = 148;
     this.CustomWhereCheckBox.Location   = new System.Drawing.Point(512, 69);
     this.CustomWhereCheckBox.Name       = "CustomWhereCheckBox";
     this.CustomWhereCheckBox.Size       = new System.Drawing.Size(169, 28);
     this.CustomWhereCheckBox.TabIndex   = 104;
     //
     // ProcedureButton
     //
     this.ProcedureButton.BackgroundImage                   = global::DataTierClient.Properties.Resources.BlackButton;
     this.ProcedureButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.ProcedureButton.FlatAppearance.BorderSize         = 0;
     this.ProcedureButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.ProcedureButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.ProcedureButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ProcedureButton.Font      = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ProcedureButton.ForeColor = System.Drawing.Color.LemonChiffon;
     this.ProcedureButton.Location  = new System.Drawing.Point(882, 33);
     this.ProcedureButton.Name      = "ProcedureButton";
     this.ProcedureButton.Size      = new System.Drawing.Size(180, 40);
     this.ProcedureButton.TabIndex  = 103;
     this.ProcedureButton.Text      = "Copy Procedure";
     this.ProcedureButton.UseVisualStyleBackColor = true;
     this.ProcedureButton.Click      += new System.EventHandler(this.ProcedureButton_Click);
     this.ProcedureButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.ProcedureButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // UpdateMyDatabaseRadioButton
     //
     this.UpdateMyDatabaseRadioButton.AutoSize = true;
     this.UpdateMyDatabaseRadioButton.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UpdateMyDatabaseRadioButton.Location = new System.Drawing.Point(518, 43);
     this.UpdateMyDatabaseRadioButton.Name     = "UpdateMyDatabaseRadioButton";
     this.UpdateMyDatabaseRadioButton.Size     = new System.Drawing.Size(354, 22);
     this.UpdateMyDatabaseRadioButton.TabIndex = 102;
     this.UpdateMyDatabaseRadioButton.TabStop  = true;
     this.UpdateMyDatabaseRadioButton.Text     = "Insert Stored Procedure In Database";
     this.UpdateMyDatabaseRadioButton.UseVisualStyleBackColor = true;
     this.UpdateMyDatabaseRadioButton.CheckedChanged         += new System.EventHandler(this.UpdateMyDatabaseRadioButton_CheckedChanged);
     //
     // ManualUpdateRadioButton
     //
     this.ManualUpdateRadioButton.AutoSize = true;
     this.ManualUpdateRadioButton.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ManualUpdateRadioButton.Location = new System.Drawing.Point(518, 15);
     this.ManualUpdateRadioButton.Name     = "ManualUpdateRadioButton";
     this.ManualUpdateRadioButton.Size     = new System.Drawing.Size(335, 22);
     this.ManualUpdateRadioButton.TabIndex = 101;
     this.ManualUpdateRadioButton.TabStop  = true;
     this.ManualUpdateRadioButton.Text     = "I will update my database manually";
     this.ManualUpdateRadioButton.UseVisualStyleBackColor = true;
     this.ManualUpdateRadioButton.CheckedChanged         += new System.EventHandler(this.ManualUpdateRadioButton_CheckedChanged);
     //
     // ProcedureNameControl
     //
     this.ProcedureNameControl.BackColor             = System.Drawing.Color.Transparent;
     this.ProcedureNameControl.BottomMargin          = 0;
     this.ProcedureNameControl.Editable              = false;
     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            = 172;
     this.ProcedureNameControl.Location              = new System.Drawing.Point(16, 64);
     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(492, 28);
     this.ProcedureNameControl.TabIndex              = 100;
     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;
     //
     // 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            = 172;
     this.SelectedTableControl.Location              = new System.Drawing.Point(16, 24);
     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(492, 28);
     this.SelectedTableControl.TabIndex              = 99;
     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;
     //
     // SeperatorPanel
     //
     this.SeperatorPanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.SeperatorPanel.Location = new System.Drawing.Point(0, 540);
     this.SeperatorPanel.Name     = "SeperatorPanel";
     this.SeperatorPanel.Size     = new System.Drawing.Size(1080, 20);
     this.SeperatorPanel.TabIndex = 103;
     //
     // LeftMarginPanel
     //
     this.LeftMarginPanel.Dock     = System.Windows.Forms.DockStyle.Left;
     this.LeftMarginPanel.Location = new System.Drawing.Point(0, 112);
     this.LeftMarginPanel.Name     = "LeftMarginPanel";
     this.LeftMarginPanel.Size     = new System.Drawing.Size(20, 428);
     this.LeftMarginPanel.TabIndex = 105;
     //
     // RightMarginPanel
     //
     this.RightMarginPanel.Dock     = System.Windows.Forms.DockStyle.Right;
     this.RightMarginPanel.Location = new System.Drawing.Point(1060, 112);
     this.RightMarginPanel.Name     = "RightMarginPanel";
     this.RightMarginPanel.Size     = new System.Drawing.Size(20, 428);
     this.RightMarginPanel.TabIndex = 106;
     //
     // SaveCancelControl
     //
     this.SaveCancelControl.BackColor = System.Drawing.Color.Transparent;
     this.SaveCancelControl.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.SaveCancelControl.Location  = new System.Drawing.Point(0, 560);
     this.SaveCancelControl.Name      = "SaveCancelControl";
     this.SaveCancelControl.Size      = new System.Drawing.Size(1080, 40);
     this.SaveCancelControl.TabIndex  = 99;
     //
     // WherePanel
     //
     this.WherePanel.Controls.Add(this.WhereTextBox);
     this.WherePanel.Controls.Add(this.WhereLabel);
     this.WherePanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.WherePanel.Location = new System.Drawing.Point(20, 440);
     this.WherePanel.Name     = "WherePanel";
     this.WherePanel.Size     = new System.Drawing.Size(1040, 100);
     this.WherePanel.TabIndex = 108;
     //
     // WhereTextBox
     //
     this.WhereTextBox.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.WhereTextBox.Location     = new System.Drawing.Point(0, 22);
     this.WhereTextBox.Multiline    = true;
     this.WhereTextBox.Name         = "WhereTextBox";
     this.WhereTextBox.ScrollBars   = System.Windows.Forms.ScrollBars.Vertical;
     this.WhereTextBox.Size         = new System.Drawing.Size(1040, 78);
     this.WhereTextBox.TabIndex     = 111;
     this.WhereTextBox.TextChanged += new System.EventHandler(this.WhereTextBox_TextChanged);
     //
     // WhereLabel
     //
     this.WhereLabel.Dock      = System.Windows.Forms.DockStyle.Top;
     this.WhereLabel.Font      = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.WhereLabel.Location  = new System.Drawing.Point(0, 0);
     this.WhereLabel.Name      = "WhereLabel";
     this.WhereLabel.Size      = new System.Drawing.Size(1040, 22);
     this.WhereLabel.TabIndex  = 0;
     this.WhereLabel.Text      = "Custom Where Clause";
     this.WhereLabel.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // ProcedureTextBox
     //
     this.ProcedureTextBox.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.ProcedureTextBox.Location     = new System.Drawing.Point(20, 112);
     this.ProcedureTextBox.Multiline    = true;
     this.ProcedureTextBox.Name         = "ProcedureTextBox";
     this.ProcedureTextBox.ScrollBars   = System.Windows.Forms.ScrollBars.Vertical;
     this.ProcedureTextBox.Size         = new System.Drawing.Size(1040, 328);
     this.ProcedureTextBox.TabIndex     = 109;
     this.ProcedureTextBox.TextChanged += new System.EventHandler(this.ProcedureTextBox_TextChanged);
     //
     // NewStoredProcedureEditor
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor     = System.Drawing.Color.Linen;
     this.Controls.Add(this.ProcedureTextBox);
     this.Controls.Add(this.WherePanel);
     this.Controls.Add(this.RightMarginPanel);
     this.Controls.Add(this.LeftMarginPanel);
     this.Controls.Add(this.SeperatorPanel);
     this.Controls.Add(this.TopPanel);
     this.Controls.Add(this.SaveCancelControl);
     this.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "NewStoredProcedureEditor";
     this.Size = new System.Drawing.Size(1080, 600);
     this.TopPanel.ResumeLayout(false);
     this.TopPanel.PerformLayout();
     this.WherePanel.ResumeLayout(false);
     this.WherePanel.PerformLayout();
     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.TopMarginPanel    = new System.Windows.Forms.Panel();
     this.BottomFillerPanel = new System.Windows.Forms.Panel();
     this.LeftMarginPanel   = new System.Windows.Forms.Panel();
     this.RightMarginPanel  = new System.Windows.Forms.Panel();
     this.SaveCancelControl = new SaveCancelControl();
     this.SqlDatabaseEditor = new SQLDatabaseEditor();
     this.SuspendLayout();
     //
     // TopMarginPanel
     //
     this.TopMarginPanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.TopMarginPanel.Location = new System.Drawing.Point(0, 0);
     this.TopMarginPanel.Name     = "TopMarginPanel";
     this.TopMarginPanel.Size     = new System.Drawing.Size(592, 16);
     this.TopMarginPanel.TabIndex = 5;
     //
     // BottomFillerPanel
     //
     this.BottomFillerPanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.BottomFillerPanel.Location = new System.Drawing.Point(0, 416);
     this.BottomFillerPanel.Name     = "BottomFillerPanel";
     this.BottomFillerPanel.Size     = new System.Drawing.Size(592, 16);
     this.BottomFillerPanel.TabIndex = 8;
     //
     // LeftMarginPanel
     //
     this.LeftMarginPanel.Dock     = System.Windows.Forms.DockStyle.Left;
     this.LeftMarginPanel.Location = new System.Drawing.Point(0, 16);
     this.LeftMarginPanel.Name     = "LeftMarginPanel";
     this.LeftMarginPanel.Size     = new System.Drawing.Size(16, 400);
     this.LeftMarginPanel.TabIndex = 9;
     //
     // RightMarginPanel
     //
     this.RightMarginPanel.Dock     = System.Windows.Forms.DockStyle.Right;
     this.RightMarginPanel.Location = new System.Drawing.Point(576, 16);
     this.RightMarginPanel.Name     = "RightMarginPanel";
     this.RightMarginPanel.Size     = new System.Drawing.Size(16, 400);
     this.RightMarginPanel.TabIndex = 10;
     //
     // SaveCancelControl
     //
     this.SaveCancelControl.BackColor = System.Drawing.Color.Transparent;
     this.SaveCancelControl.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.SaveCancelControl.Location  = new System.Drawing.Point(0, 432);
     this.SaveCancelControl.Name      = "SaveCancelControl";
     this.SaveCancelControl.Size      = new System.Drawing.Size(592, 40);
     this.SaveCancelControl.TabIndex  = 4;
     //
     // SqlDatabaseEditor
     //
     this.SqlDatabaseEditor.AuthenticationType = ObjectLibrary.Enumerations.SQLAuthenticationTypeEnum.WindowsAuthentication;
     this.SqlDatabaseEditor.BackColor          = System.Drawing.Color.Transparent;
     this.SqlDatabaseEditor.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.SqlDatabaseEditor.Location = new System.Drawing.Point(16, 16);
     this.SqlDatabaseEditor.Name     = "SqlDatabaseEditor";
     this.SqlDatabaseEditor.Size     = new System.Drawing.Size(560, 400);
     this.SqlDatabaseEditor.TabIndex = 14;
     this.SqlDatabaseEditor.Visible  = false;
     //
     // DatabaseSelectorControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Linen;
     this.BorderStyle         = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Controls.Add(this.SqlDatabaseEditor);
     this.Controls.Add(this.RightMarginPanel);
     this.Controls.Add(this.LeftMarginPanel);
     this.Controls.Add(this.BottomFillerPanel);
     this.Controls.Add(this.TopMarginPanel);
     this.Controls.Add(this.SaveCancelControl);
     this.Name = "DatabaseSelectorControl";
     this.Size = new System.Drawing.Size(592, 472);
     this.ResumeLayout(false);
 }
Exemple #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ServersLabel      = new System.Windows.Forms.Label();
     this.ServersListBox    = new System.Windows.Forms.ListBox();
     this.InfoLabel         = new System.Windows.Forms.Label();
     this.SaveCancelControl = new SaveCancelControl();
     this.SuspendLayout();
     //
     // ServersLabel
     //
     this.ServersLabel.AutoSize = true;
     this.ServersLabel.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ServersLabel.Location = new System.Drawing.Point(20, 20);
     this.ServersLabel.Name     = "ServersLabel";
     this.ServersLabel.Size     = new System.Drawing.Size(75, 18);
     this.ServersLabel.TabIndex = 0;
     this.ServersLabel.Text     = "Servers:";
     //
     // ServersListBox
     //
     this.ServersListBox.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ServersListBox.FormattingEnabled = true;
     this.ServersListBox.ItemHeight        = 18;
     this.ServersListBox.Location          = new System.Drawing.Point(23, 40);
     this.ServersListBox.Name                  = "ServersListBox";
     this.ServersListBox.Size                  = new System.Drawing.Size(372, 328);
     this.ServersListBox.TabIndex              = 1;
     this.ServersListBox.SelectedIndexChanged += new System.EventHandler(this.ServersListBox_SelectedIndexChanged);
     this.ServersListBox.DoubleClick          += new System.EventHandler(this.ServersListBox_DoubleClick);
     //
     // InfoLabel
     //
     this.InfoLabel.BackColor = System.Drawing.Color.Linen;
     this.InfoLabel.Font      = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.InfoLabel.ForeColor = System.Drawing.Color.Firebrick;
     this.InfoLabel.Location  = new System.Drawing.Point(24, 375);
     this.InfoLabel.Name      = "InfoLabel";
     this.InfoLabel.Size      = new System.Drawing.Size(370, 27);
     this.InfoLabel.TabIndex  = 2;
     this.InfoLabel.Text      = "(Double click on a server name to select)";
     //
     // SaveCancelControl
     //
     this.SaveCancelControl.BackColor = System.Drawing.Color.Transparent;
     this.SaveCancelControl.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.SaveCancelControl.Location  = new System.Drawing.Point(0, 414);
     this.SaveCancelControl.Name      = "SaveCancelControl";
     this.SaveCancelControl.Size      = new System.Drawing.Size(420, 40);
     this.SaveCancelControl.TabIndex  = 3;
     //
     // SelectSQLServerControl
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor     = System.Drawing.Color.Linen;
     this.Controls.Add(this.SaveCancelControl);
     this.Controls.Add(this.InfoLabel);
     this.Controls.Add(this.ServersListBox);
     this.Controls.Add(this.ServersLabel);
     this.Name = "SelectSQLServerControl";
     this.Size = new System.Drawing.Size(420, 454);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #8
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(ConfirmChangesControl));
     this.SaveCancelControl    = new DataTierClient.Controls.SaveCancelControl();
     this.ToolTip              = new System.Windows.Forms.ToolTip(this.components);
     this.ProjectFolderLabel   = new System.Windows.Forms.Label();
     this.ProjectPathInfoLabel = new System.Windows.Forms.Label();
     this.SeperatorPanel       = new System.Windows.Forms.Panel();
     this.CodeItemsListBox     = new System.Windows.Forms.CheckedListBox();
     this.ConfirmUpdateButton  = new System.Windows.Forms.Button();
     this.MainPanel            = new System.Windows.Forms.Panel();
     this.StatusListBox        = new System.Windows.Forms.ListView();
     this.Images           = new System.Windows.Forms.ImageList(this.components);
     this.SeperatorPanel2  = new System.Windows.Forms.Panel();
     this.label2           = new System.Windows.Forms.Label();
     this.RightMarginPanel = new System.Windows.Forms.Panel();
     this.LeftMarginPanel  = new System.Windows.Forms.Panel();
     this.MainPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // SaveCancelControl
     //
     this.SaveCancelControl.BackColor = System.Drawing.Color.Transparent;
     this.SaveCancelControl.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.SaveCancelControl.Location  = new System.Drawing.Point(0, 560);
     this.SaveCancelControl.Name      = "SaveCancelControl";
     this.SaveCancelControl.Size      = new System.Drawing.Size(1080, 40);
     this.SaveCancelControl.TabIndex  = 0;
     //
     // ProjectFolderLabel
     //
     this.ProjectFolderLabel.Dock      = System.Windows.Forms.DockStyle.Top;
     this.ProjectFolderLabel.Location  = new System.Drawing.Point(0, 0);
     this.ProjectFolderLabel.Name      = "ProjectFolderLabel";
     this.ProjectFolderLabel.Size      = new System.Drawing.Size(1080, 24);
     this.ProjectFolderLabel.TabIndex  = 8;
     this.ProjectFolderLabel.Text      = "Project Folder:";
     this.ProjectFolderLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.ToolTip.SetToolTip(this.ProjectFolderLabel, "All file names are the typical name if your project was created from a DataTier.N" +
                             "et.ClassLibrary project template.\r\n");
     //
     // ProjectPathInfoLabel
     //
     this.ProjectPathInfoLabel.Dock      = System.Windows.Forms.DockStyle.Top;
     this.ProjectPathInfoLabel.Font      = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ProjectPathInfoLabel.ForeColor = System.Drawing.Color.MidnightBlue;
     this.ProjectPathInfoLabel.Location  = new System.Drawing.Point(0, 24);
     this.ProjectPathInfoLabel.Name      = "ProjectPathInfoLabel";
     this.ProjectPathInfoLabel.Size      = new System.Drawing.Size(1080, 20);
     this.ProjectPathInfoLabel.TabIndex  = 10;
     this.ProjectPathInfoLabel.Text      = "All paths are relative to the project folder.";
     this.ProjectPathInfoLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.ToolTip.SetToolTip(this.ProjectPathInfoLabel, "All file names are the typical name if your project was created from a DataTier.N" +
                             "et.ClassLibrary project template.\r\n");
     //
     // SeperatorPanel
     //
     this.SeperatorPanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.SeperatorPanel.Location = new System.Drawing.Point(0, 544);
     this.SeperatorPanel.Name     = "SeperatorPanel";
     this.SeperatorPanel.Size     = new System.Drawing.Size(1080, 16);
     this.SeperatorPanel.TabIndex = 7;
     //
     // CodeItemsListBox
     //
     this.CodeItemsListBox.CheckOnClick      = true;
     this.CodeItemsListBox.Dock              = System.Windows.Forms.DockStyle.Top;
     this.CodeItemsListBox.Enabled           = false;
     this.CodeItemsListBox.Font              = new System.Drawing.Font("Verdana", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CodeItemsListBox.FormattingEnabled = true;
     this.CodeItemsListBox.Location          = new System.Drawing.Point(0, 44);
     this.CodeItemsListBox.Name              = "CodeItemsListBox";
     this.CodeItemsListBox.Size              = new System.Drawing.Size(1080, 151);
     this.CodeItemsListBox.TabIndex          = 20;
     //
     // ConfirmUpdateButton
     //
     this.ConfirmUpdateButton.BackgroundImage                   = global::DataTierClient.Properties.Resources.BlackButton;
     this.ConfirmUpdateButton.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.ConfirmUpdateButton.FlatAppearance.BorderSize         = 0;
     this.ConfirmUpdateButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.ConfirmUpdateButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.ConfirmUpdateButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ConfirmUpdateButton.Font      = new System.Drawing.Font("Arial Rounded MT Bold", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ConfirmUpdateButton.ForeColor = System.Drawing.Color.LemonChiffon;
     this.ConfirmUpdateButton.Location  = new System.Drawing.Point(448, 220);
     this.ConfirmUpdateButton.Name      = "ConfirmUpdateButton";
     this.ConfirmUpdateButton.Size      = new System.Drawing.Size(184, 40);
     this.ConfirmUpdateButton.TabIndex  = 97;
     this.ConfirmUpdateButton.Text      = "Confirm Update";
     this.ConfirmUpdateButton.UseVisualStyleBackColor = true;
     this.ConfirmUpdateButton.Click      += new System.EventHandler(this.ConfirmUpdateButton_Click);
     this.ConfirmUpdateButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.ConfirmUpdateButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // MainPanel
     //
     this.MainPanel.Controls.Add(this.StatusListBox);
     this.MainPanel.Controls.Add(this.SeperatorPanel2);
     this.MainPanel.Controls.Add(this.label2);
     this.MainPanel.Controls.Add(this.RightMarginPanel);
     this.MainPanel.Controls.Add(this.LeftMarginPanel);
     this.MainPanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.MainPanel.Location = new System.Drawing.Point(0, 264);
     this.MainPanel.Name     = "MainPanel";
     this.MainPanel.Size     = new System.Drawing.Size(1080, 280);
     this.MainPanel.TabIndex = 98;
     //
     // StatusListBox
     //
     this.StatusListBox.AutoArrange    = false;
     this.StatusListBox.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.StatusListBox.Font           = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.StatusListBox.FullRowSelect  = true;
     this.StatusListBox.Location       = new System.Drawing.Point(16, 24);
     this.StatusListBox.Name           = "StatusListBox";
     this.StatusListBox.Size           = new System.Drawing.Size(1048, 172);
     this.StatusListBox.SmallImageList = this.Images;
     this.StatusListBox.TabIndex       = 60;
     this.StatusListBox.UseCompatibleStateImageBehavior = false;
     this.StatusListBox.View = System.Windows.Forms.View.List;
     //
     // Images
     //
     this.Images.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("Images.ImageStream")));
     this.Images.TransparentColor = System.Drawing.Color.Transparent;
     this.Images.Images.SetKeyName(0, "success.ico");
     this.Images.Images.SetKeyName(1, "Failed.ico");
     //
     // SeperatorPanel2
     //
     this.SeperatorPanel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.SeperatorPanel2.Location = new System.Drawing.Point(16, 196);
     this.SeperatorPanel2.Name     = "SeperatorPanel2";
     this.SeperatorPanel2.Size     = new System.Drawing.Size(1048, 84);
     this.SeperatorPanel2.TabIndex = 59;
     //
     // label2
     //
     this.label2.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label2.Location  = new System.Drawing.Point(16, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(1048, 24);
     this.label2.TabIndex  = 22;
     this.label2.Text      = "Status:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // RightMarginPanel
     //
     this.RightMarginPanel.Dock     = System.Windows.Forms.DockStyle.Right;
     this.RightMarginPanel.Location = new System.Drawing.Point(1064, 0);
     this.RightMarginPanel.Name     = "RightMarginPanel";
     this.RightMarginPanel.Size     = new System.Drawing.Size(16, 280);
     this.RightMarginPanel.TabIndex = 9;
     //
     // LeftMarginPanel
     //
     this.LeftMarginPanel.Dock     = System.Windows.Forms.DockStyle.Left;
     this.LeftMarginPanel.Location = new System.Drawing.Point(0, 0);
     this.LeftMarginPanel.Name     = "LeftMarginPanel";
     this.LeftMarginPanel.Size     = new System.Drawing.Size(16, 280);
     this.LeftMarginPanel.TabIndex = 8;
     //
     // ConfirmChangesControl
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor     = System.Drawing.Color.Linen;
     this.Controls.Add(this.MainPanel);
     this.Controls.Add(this.ConfirmUpdateButton);
     this.Controls.Add(this.CodeItemsListBox);
     this.Controls.Add(this.ProjectPathInfoLabel);
     this.Controls.Add(this.ProjectFolderLabel);
     this.Controls.Add(this.SeperatorPanel);
     this.Controls.Add(this.SaveCancelControl);
     this.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "ConfirmChangesControl";
     this.Size = new System.Drawing.Size(1080, 600);
     this.MainPanel.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.SaveCancelControl   = new DataTierClient.Controls.SaveCancelControl();
     this.ToolTip             = new System.Windows.Forms.ToolTip(this.components);
     this.ProjectFolderLabel  = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.SeperatorPanel2     = new System.Windows.Forms.Panel();
     this.SeperatorPanel      = new System.Windows.Forms.Panel();
     this.InfoLabel           = new System.Windows.Forms.Label();
     this.CodeItemsListBox    = new System.Windows.Forms.CheckedListBox();
     this.LeftMarginPanel     = new System.Windows.Forms.Panel();
     this.DeleteFilesCheckBox = new System.Windows.Forms.CheckBox();
     this.SeperatorPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // SaveCancelControl
     //
     this.SaveCancelControl.BackColor = System.Drawing.Color.Transparent;
     this.SaveCancelControl.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.SaveCancelControl.Location  = new System.Drawing.Point(0, 560);
     this.SaveCancelControl.Name      = "SaveCancelControl";
     this.SaveCancelControl.Size      = new System.Drawing.Size(960, 40);
     this.SaveCancelControl.TabIndex  = 0;
     //
     // ProjectFolderLabel
     //
     this.ProjectFolderLabel.Dock      = System.Windows.Forms.DockStyle.Top;
     this.ProjectFolderLabel.Location  = new System.Drawing.Point(0, 0);
     this.ProjectFolderLabel.Name      = "ProjectFolderLabel";
     this.ProjectFolderLabel.Size      = new System.Drawing.Size(960, 24);
     this.ProjectFolderLabel.TabIndex  = 8;
     this.ProjectFolderLabel.Text      = "Project Folder:";
     this.ProjectFolderLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.ToolTip.SetToolTip(this.ProjectFolderLabel, "All file names are the typical name if your project was created from a DataTier.N" +
                             "et.ClassLibrary project template.\r\n");
     //
     // label1
     //
     this.label1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label1.Font      = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.MidnightBlue;
     this.label1.Location  = new System.Drawing.Point(0, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(960, 20);
     this.label1.TabIndex  = 10;
     this.label1.Text      = "All paths are relative to the project folder.";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.ToolTip.SetToolTip(this.label1, "All file names are the typical name if your project was created from a DataTier.N" +
                             "et.ClassLibrary project template.\r\n");
     //
     // SeperatorPanel2
     //
     this.SeperatorPanel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.SeperatorPanel2.Location = new System.Drawing.Point(0, 544);
     this.SeperatorPanel2.Name     = "SeperatorPanel2";
     this.SeperatorPanel2.Size     = new System.Drawing.Size(960, 16);
     this.SeperatorPanel2.TabIndex = 7;
     //
     // SeperatorPanel
     //
     this.SeperatorPanel.Controls.Add(this.DeleteFilesCheckBox);
     this.SeperatorPanel.Controls.Add(this.LeftMarginPanel);
     this.SeperatorPanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.SeperatorPanel.Location = new System.Drawing.Point(0, 44);
     this.SeperatorPanel.Name     = "SeperatorPanel";
     this.SeperatorPanel.Size     = new System.Drawing.Size(960, 28);
     this.SeperatorPanel.TabIndex = 15;
     //
     // InfoLabel
     //
     this.InfoLabel.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.InfoLabel.Location  = new System.Drawing.Point(0, 516);
     this.InfoLabel.Name      = "InfoLabel";
     this.InfoLabel.Size      = new System.Drawing.Size(960, 28);
     this.InfoLabel.TabIndex  = 19;
     this.InfoLabel.Text      = "Uncheck any items you do not wish to remove.";
     this.InfoLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // CodeItemsListBox
     //
     this.CodeItemsListBox.CheckOnClick      = true;
     this.CodeItemsListBox.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.CodeItemsListBox.FormattingEnabled = true;
     this.CodeItemsListBox.Location          = new System.Drawing.Point(0, 72);
     this.CodeItemsListBox.Name              = "CodeItemsListBox";
     this.CodeItemsListBox.Size              = new System.Drawing.Size(960, 444);
     this.CodeItemsListBox.TabIndex          = 20;
     //
     // LeftMarginPanel
     //
     this.LeftMarginPanel.Dock     = System.Windows.Forms.DockStyle.Left;
     this.LeftMarginPanel.Location = new System.Drawing.Point(0, 0);
     this.LeftMarginPanel.Name     = "LeftMarginPanel";
     this.LeftMarginPanel.Size     = new System.Drawing.Size(4, 28);
     this.LeftMarginPanel.TabIndex = 1;
     //
     // DeleteFilesCheckBox
     //
     this.DeleteFilesCheckBox.Checked    = true;
     this.DeleteFilesCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.DeleteFilesCheckBox.Dock       = System.Windows.Forms.DockStyle.Left;
     this.DeleteFilesCheckBox.Location   = new System.Drawing.Point(4, 0);
     this.DeleteFilesCheckBox.Name       = "DeleteFilesCheckBox";
     this.DeleteFilesCheckBox.Size       = new System.Drawing.Size(410, 28);
     this.DeleteFilesCheckBox.TabIndex   = 2;
     this.DeleteFilesCheckBox.Text       = "Delete files after removing from solution.";
     this.DeleteFilesCheckBox.UseVisualStyleBackColor = true;
     this.DeleteFilesCheckBox.Click += new System.EventHandler(this.DeleteFilesCheckBox_Click);
     //
     // ConfirmRemovalControl
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor     = System.Drawing.Color.Linen;
     this.Controls.Add(this.CodeItemsListBox);
     this.Controls.Add(this.InfoLabel);
     this.Controls.Add(this.SeperatorPanel);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.ProjectFolderLabel);
     this.Controls.Add(this.SeperatorPanel2);
     this.Controls.Add(this.SaveCancelControl);
     this.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "ConfirmRemovalControl";
     this.Size = new System.Drawing.Size(960, 600);
     this.SeperatorPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }