Пример #1
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);
 }
Пример #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.ArtBox              = new System.Windows.Forms.PictureBox();
     this.RandomArtButton     = new System.Windows.Forms.Button();
     this.StopButton          = new System.Windows.Forms.Button();
     this.Graph               = new System.Windows.Forms.ProgressBar();
     this.FilterControl       = new DataJuggler.Win.Controls.LabelComboBoxControl();
     this.AutoSaveCheckBox    = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.WidthControl        = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.HeightControl       = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.SpeedControl        = new DataJuggler.Win.Controls.LabelComboBoxControl();
     this.SmoothCheckbox      = new DataJuggler.Win.Controls.LabelCheckBoxControl();
     this.ThresholdControl    = new DataJuggler.Win.Controls.LabelTextBoxControl();
     this.PointsControl       = new DataJuggler.Win.Controls.LabelComboBoxControl();
     this.BaseColorControl    = new DataJuggler.Win.Controls.LabelComboBoxControl();
     this.BorderWidthControl  = new DataJuggler.Win.Controls.LabelComboBoxControl();
     this.BorderColorControl  = new DataJuggler.Win.Controls.LabelComboBoxControl();
     this.SaveButton          = new System.Windows.Forms.Button();
     this.SaveFolderBrowser   = new DataJuggler.Win.Controls.LabelTextBoxBrowserControl();
     this.SaveNowButton       = new System.Windows.Forms.Button();
     this.SaveCountLabel      = new DataJuggler.Win.Controls.LabelLabelControl();
     this.AdvanceButton       = new System.Windows.Forms.Button();
     this.FilterFactorControl = new DataJuggler.Win.Controls.LabelComboBoxControl();
     this.DrawFromPointButton = new System.Windows.Forms.Button();
     this.DrawScenesButton    = new System.Windows.Forms.Button();
     this.DrawLinesButton     = new System.Windows.Forms.Button();
     this.WorthlessCodeLabel  = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.ArtBox)).BeginInit();
     this.SuspendLayout();
     //
     // ArtBox
     //
     this.ArtBox.BackColor             = System.Drawing.Color.Transparent;
     this.ArtBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ArtBox.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ArtBox.Location = new System.Drawing.Point(367, 40);
     this.ArtBox.Name     = "ArtBox";
     this.ArtBox.Size     = new System.Drawing.Size(1280, 720);
     this.ArtBox.TabIndex = 0;
     this.ArtBox.TabStop  = false;
     //
     // RandomArtButton
     //
     this.RandomArtButton.Location = new System.Drawing.Point(16, 16);
     this.RandomArtButton.Name     = "RandomArtButton";
     this.RandomArtButton.Size     = new System.Drawing.Size(220, 32);
     this.RandomArtButton.TabIndex = 1;
     this.RandomArtButton.Text     = "Create Random Art";
     this.RandomArtButton.UseVisualStyleBackColor = true;
     this.RandomArtButton.Click      += new System.EventHandler(this.RandomArtButton_Click);
     this.RandomArtButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.RandomArtButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // StopButton
     //
     this.StopButton.Location = new System.Drawing.Point(16, 59);
     this.StopButton.Name     = "StopButton";
     this.StopButton.Size     = new System.Drawing.Size(220, 32);
     this.StopButton.TabIndex = 2;
     this.StopButton.Text     = "Stop Drawing";
     this.StopButton.UseVisualStyleBackColor = true;
     this.StopButton.Visible     = false;
     this.StopButton.Click      += new System.EventHandler(this.StopButton_Click);
     this.StopButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.StopButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // Graph
     //
     this.Graph.Location = new System.Drawing.Point(52, 766);
     this.Graph.Name     = "Graph";
     this.Graph.Size     = new System.Drawing.Size(1280, 23);
     this.Graph.TabIndex = 3;
     this.Graph.Visible  = false;
     //
     // FilterControl
     //
     this.FilterControl.BackColor          = System.Drawing.Color.Transparent;
     this.FilterControl.ComboBoxLeftMargin = 1;
     this.FilterControl.ComboBoxText       = "";
     this.FilterControl.ComoboBoxFont      = null;
     this.FilterControl.Editable           = true;
     this.FilterControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FilterControl.ForeColor             = System.Drawing.Color.LemonChiffon;
     this.FilterControl.HideLabel             = false;
     this.FilterControl.LabelBottomMargin     = 0;
     this.FilterControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.FilterControl.LabelFont             = null;
     this.FilterControl.LabelText             = "Light Filter:";
     this.FilterControl.LabelTopMargin        = 0;
     this.FilterControl.LabelWidth            = 140;
     this.FilterControl.List                  = null;
     this.FilterControl.Location              = new System.Drawing.Point(16, 102);
     this.FilterControl.Name                  = "FilterControl";
     this.FilterControl.SelectedIndex         = -1;
     this.FilterControl.SelectedIndexListener = null;
     this.FilterControl.Size                  = new System.Drawing.Size(220, 28);
     this.FilterControl.Sorted                = true;
     this.FilterControl.Source                = null;
     this.FilterControl.TabIndex              = 4;
     //
     // AutoSaveCheckBox
     //
     this.AutoSaveCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.AutoSaveCheckBox.CheckBoxHorizontalOffSet = 0;
     this.AutoSaveCheckBox.CheckBoxVerticalOffSet   = 4;
     this.AutoSaveCheckBox.CheckChangedListener     = null;
     this.AutoSaveCheckBox.Checked    = true;
     this.AutoSaveCheckBox.Editable   = true;
     this.AutoSaveCheckBox.Font       = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AutoSaveCheckBox.ForeColor  = System.Drawing.Color.LemonChiffon;
     this.AutoSaveCheckBox.LabelColor = System.Drawing.Color.LemonChiffon;
     this.AutoSaveCheckBox.LabelFont  = null;
     this.AutoSaveCheckBox.LabelText  = "Auto Save:";
     this.AutoSaveCheckBox.LabelWidth = 140;
     this.AutoSaveCheckBox.Location   = new System.Drawing.Point(16, 613);
     this.AutoSaveCheckBox.Name       = "AutoSaveCheckBox";
     this.AutoSaveCheckBox.Size       = new System.Drawing.Size(210, 28);
     this.AutoSaveCheckBox.TabIndex   = 5;
     //
     // WidthControl
     //
     this.WidthControl.BackColor             = System.Drawing.Color.Transparent;
     this.WidthControl.BottomMargin          = 0;
     this.WidthControl.Editable              = true;
     this.WidthControl.Encrypted             = false;
     this.WidthControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.WidthControl.ForeColor             = System.Drawing.Color.LemonChiffon;
     this.WidthControl.LabelBottomMargin     = 0;
     this.WidthControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.WidthControl.LabelFont             = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold);
     this.WidthControl.LabelText             = "Width:";
     this.WidthControl.LabelTopMargin        = 0;
     this.WidthControl.LabelWidth            = 140;
     this.WidthControl.Location              = new System.Drawing.Point(16, 254);
     this.WidthControl.MultiLine             = false;
     this.WidthControl.Name                  = "WidthControl";
     this.WidthControl.OnTextChangedListener = null;
     this.WidthControl.PasswordMode          = false;
     this.WidthControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.WidthControl.Size                  = new System.Drawing.Size(220, 28);
     this.WidthControl.TabIndex              = 6;
     this.WidthControl.TextBoxBottomMargin   = 0;
     this.WidthControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.WidthControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.WidthControl.TextBoxFont           = new System.Drawing.Font("Verdana", 14.25F);
     this.WidthControl.TextBoxTopMargin      = 0;
     //
     // HeightControl
     //
     this.HeightControl.BackColor             = System.Drawing.Color.Transparent;
     this.HeightControl.BottomMargin          = 0;
     this.HeightControl.Editable              = true;
     this.HeightControl.Encrypted             = false;
     this.HeightControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.HeightControl.ForeColor             = System.Drawing.Color.LemonChiffon;
     this.HeightControl.LabelBottomMargin     = 0;
     this.HeightControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.HeightControl.LabelFont             = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold);
     this.HeightControl.LabelText             = "Height:";
     this.HeightControl.LabelTopMargin        = 0;
     this.HeightControl.LabelWidth            = 140;
     this.HeightControl.Location              = new System.Drawing.Point(16, 292);
     this.HeightControl.MultiLine             = false;
     this.HeightControl.Name                  = "HeightControl";
     this.HeightControl.OnTextChangedListener = null;
     this.HeightControl.PasswordMode          = false;
     this.HeightControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.HeightControl.Size                  = new System.Drawing.Size(220, 28);
     this.HeightControl.TabIndex              = 7;
     this.HeightControl.TextBoxBottomMargin   = 0;
     this.HeightControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.HeightControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.HeightControl.TextBoxFont           = new System.Drawing.Font("Verdana", 14.25F);
     this.HeightControl.TextBoxTopMargin      = 0;
     //
     // SpeedControl
     //
     this.SpeedControl.BackColor          = System.Drawing.Color.Transparent;
     this.SpeedControl.ComboBoxLeftMargin = 1;
     this.SpeedControl.ComboBoxText       = "";
     this.SpeedControl.ComoboBoxFont      = null;
     this.SpeedControl.Editable           = true;
     this.SpeedControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SpeedControl.ForeColor             = System.Drawing.Color.LemonChiffon;
     this.SpeedControl.HideLabel             = false;
     this.SpeedControl.LabelBottomMargin     = 0;
     this.SpeedControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.SpeedControl.LabelFont             = null;
     this.SpeedControl.LabelText             = "Speed:";
     this.SpeedControl.LabelTopMargin        = 0;
     this.SpeedControl.LabelWidth            = 140;
     this.SpeedControl.List                  = null;
     this.SpeedControl.Location              = new System.Drawing.Point(16, 178);
     this.SpeedControl.Name                  = "SpeedControl";
     this.SpeedControl.SelectedIndex         = -1;
     this.SpeedControl.SelectedIndexListener = null;
     this.SpeedControl.Size                  = new System.Drawing.Size(220, 28);
     this.SpeedControl.Sorted                = false;
     this.SpeedControl.Source                = null;
     this.SpeedControl.TabIndex              = 8;
     //
     // SmoothCheckbox
     //
     this.SmoothCheckbox.BackColor = System.Drawing.Color.Transparent;
     this.SmoothCheckbox.CheckBoxHorizontalOffSet = 0;
     this.SmoothCheckbox.CheckBoxVerticalOffSet   = 4;
     this.SmoothCheckbox.CheckChangedListener     = null;
     this.SmoothCheckbox.Checked    = true;
     this.SmoothCheckbox.Editable   = true;
     this.SmoothCheckbox.Font       = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SmoothCheckbox.ForeColor  = System.Drawing.Color.LemonChiffon;
     this.SmoothCheckbox.LabelColor = System.Drawing.Color.LemonChiffon;
     this.SmoothCheckbox.LabelFont  = null;
     this.SmoothCheckbox.LabelText  = "Smooth:";
     this.SmoothCheckbox.LabelWidth = 140;
     this.SmoothCheckbox.Location   = new System.Drawing.Point(16, 372);
     this.SmoothCheckbox.Name       = "SmoothCheckbox";
     this.SmoothCheckbox.Size       = new System.Drawing.Size(210, 28);
     this.SmoothCheckbox.TabIndex   = 9;
     //
     // ThresholdControl
     //
     this.ThresholdControl.BackColor             = System.Drawing.Color.Transparent;
     this.ThresholdControl.BottomMargin          = 0;
     this.ThresholdControl.Editable              = true;
     this.ThresholdControl.Encrypted             = false;
     this.ThresholdControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ThresholdControl.ForeColor             = System.Drawing.Color.LemonChiffon;
     this.ThresholdControl.LabelBottomMargin     = 0;
     this.ThresholdControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.ThresholdControl.LabelFont             = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold);
     this.ThresholdControl.LabelText             = "Threshold:";
     this.ThresholdControl.LabelTopMargin        = 0;
     this.ThresholdControl.LabelWidth            = 140;
     this.ThresholdControl.Location              = new System.Drawing.Point(16, 333);
     this.ThresholdControl.MultiLine             = false;
     this.ThresholdControl.Name                  = "ThresholdControl";
     this.ThresholdControl.OnTextChangedListener = null;
     this.ThresholdControl.PasswordMode          = false;
     this.ThresholdControl.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.ThresholdControl.Size                  = new System.Drawing.Size(220, 28);
     this.ThresholdControl.TabIndex              = 10;
     this.ThresholdControl.TextBoxBottomMargin   = 0;
     this.ThresholdControl.TextBoxDisabledColor  = System.Drawing.Color.LightGray;
     this.ThresholdControl.TextBoxEditableColor  = System.Drawing.Color.White;
     this.ThresholdControl.TextBoxFont           = new System.Drawing.Font("Verdana", 14.25F);
     this.ThresholdControl.TextBoxTopMargin      = 0;
     //
     // PointsControl
     //
     this.PointsControl.BackColor          = System.Drawing.Color.Transparent;
     this.PointsControl.ComboBoxLeftMargin = 1;
     this.PointsControl.ComboBoxText       = "";
     this.PointsControl.ComoboBoxFont      = null;
     this.PointsControl.Editable           = true;
     this.PointsControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PointsControl.ForeColor             = System.Drawing.Color.LemonChiffon;
     this.PointsControl.HideLabel             = false;
     this.PointsControl.LabelBottomMargin     = 0;
     this.PointsControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.PointsControl.LabelFont             = null;
     this.PointsControl.LabelText             = "Points:";
     this.PointsControl.LabelTopMargin        = 0;
     this.PointsControl.LabelWidth            = 140;
     this.PointsControl.List                  = null;
     this.PointsControl.Location              = new System.Drawing.Point(16, 216);
     this.PointsControl.Name                  = "PointsControl";
     this.PointsControl.SelectedIndex         = -1;
     this.PointsControl.SelectedIndexListener = null;
     this.PointsControl.Size                  = new System.Drawing.Size(220, 28);
     this.PointsControl.Sorted                = false;
     this.PointsControl.Source                = null;
     this.PointsControl.TabIndex              = 11;
     //
     // BaseColorControl
     //
     this.BaseColorControl.BackColor          = System.Drawing.Color.Transparent;
     this.BaseColorControl.ComboBoxLeftMargin = 1;
     this.BaseColorControl.ComboBoxText       = "";
     this.BaseColorControl.ComoboBoxFont      = null;
     this.BaseColorControl.Editable           = true;
     this.BaseColorControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BaseColorControl.ForeColor             = System.Drawing.Color.LemonChiffon;
     this.BaseColorControl.HideLabel             = false;
     this.BaseColorControl.LabelBottomMargin     = 0;
     this.BaseColorControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.BaseColorControl.LabelFont             = null;
     this.BaseColorControl.LabelText             = "Base Color:";
     this.BaseColorControl.LabelTopMargin        = 0;
     this.BaseColorControl.LabelWidth            = 140;
     this.BaseColorControl.List                  = null;
     this.BaseColorControl.Location              = new System.Drawing.Point(16, 411);
     this.BaseColorControl.Name                  = "BaseColorControl";
     this.BaseColorControl.SelectedIndex         = -1;
     this.BaseColorControl.SelectedIndexListener = null;
     this.BaseColorControl.Size                  = new System.Drawing.Size(286, 28);
     this.BaseColorControl.Sorted                = true;
     this.BaseColorControl.Source                = null;
     this.BaseColorControl.TabIndex              = 12;
     //
     // BorderWidthControl
     //
     this.BorderWidthControl.BackColor          = System.Drawing.Color.Transparent;
     this.BorderWidthControl.ComboBoxLeftMargin = 1;
     this.BorderWidthControl.ComboBoxText       = "";
     this.BorderWidthControl.ComoboBoxFont      = null;
     this.BorderWidthControl.Editable           = true;
     this.BorderWidthControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BorderWidthControl.ForeColor             = System.Drawing.Color.LemonChiffon;
     this.BorderWidthControl.HideLabel             = false;
     this.BorderWidthControl.LabelBottomMargin     = 0;
     this.BorderWidthControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.BorderWidthControl.LabelFont             = null;
     this.BorderWidthControl.LabelText             = "Border:";
     this.BorderWidthControl.LabelTopMargin        = 0;
     this.BorderWidthControl.LabelWidth            = 140;
     this.BorderWidthControl.List                  = null;
     this.BorderWidthControl.Location              = new System.Drawing.Point(16, 450);
     this.BorderWidthControl.Name                  = "BorderWidthControl";
     this.BorderWidthControl.SelectedIndex         = -1;
     this.BorderWidthControl.SelectedIndexListener = null;
     this.BorderWidthControl.Size                  = new System.Drawing.Size(286, 28);
     this.BorderWidthControl.Sorted                = true;
     this.BorderWidthControl.Source                = null;
     this.BorderWidthControl.TabIndex              = 13;
     //
     // BorderColorControl
     //
     this.BorderColorControl.BackColor          = System.Drawing.Color.Transparent;
     this.BorderColorControl.ComboBoxLeftMargin = 1;
     this.BorderColorControl.ComboBoxText       = "";
     this.BorderColorControl.ComoboBoxFont      = null;
     this.BorderColorControl.Editable           = true;
     this.BorderColorControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BorderColorControl.ForeColor             = System.Drawing.Color.LemonChiffon;
     this.BorderColorControl.HideLabel             = false;
     this.BorderColorControl.LabelBottomMargin     = 0;
     this.BorderColorControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.BorderColorControl.LabelFont             = null;
     this.BorderColorControl.LabelText             = "Bor Color:";
     this.BorderColorControl.LabelTopMargin        = 0;
     this.BorderColorControl.LabelWidth            = 140;
     this.BorderColorControl.List                  = null;
     this.BorderColorControl.Location              = new System.Drawing.Point(16, 489);
     this.BorderColorControl.Name                  = "BorderColorControl";
     this.BorderColorControl.SelectedIndex         = -1;
     this.BorderColorControl.SelectedIndexListener = null;
     this.BorderColorControl.Size                  = new System.Drawing.Size(286, 28);
     this.BorderColorControl.Sorted                = true;
     this.BorderColorControl.Source                = null;
     this.BorderColorControl.TabIndex              = 14;
     //
     // SaveButton
     //
     this.SaveButton.Location = new System.Drawing.Point(16, 576);
     this.SaveButton.Name     = "SaveButton";
     this.SaveButton.Size     = new System.Drawing.Size(220, 32);
     this.SaveButton.TabIndex = 15;
     this.SaveButton.Text     = "Save Picture As";
     this.SaveButton.UseVisualStyleBackColor = true;
     this.SaveButton.Click      += new System.EventHandler(this.SaveButton_Click);
     this.SaveButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.SaveButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // SaveFolderBrowser
     //
     this.SaveFolderBrowser.BackColor          = System.Drawing.Color.Transparent;
     this.SaveFolderBrowser.BrowseType         = DataJuggler.Win.Controls.Enumerations.BrowseTypeEnum.File;
     this.SaveFolderBrowser.ButtonImage        = ((System.Drawing.Image)(resources.GetObject("SaveFolderBrowser.ButtonImage")));
     this.SaveFolderBrowser.ButtonWidth        = 48;
     this.SaveFolderBrowser.DisabledLabelColor = System.Drawing.Color.LightGray;
     this.SaveFolderBrowser.Editable           = false;
     this.SaveFolderBrowser.EnabledLabelColor  = System.Drawing.Color.LemonChiffon;
     this.SaveFolderBrowser.Filter             = null;
     this.SaveFolderBrowser.Font                  = new System.Drawing.Font("Verdana", 12F);
     this.SaveFolderBrowser.HideBrowseButton      = false;
     this.SaveFolderBrowser.LabelBottomMargin     = 0;
     this.SaveFolderBrowser.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.SaveFolderBrowser.LabelFont             = null;
     this.SaveFolderBrowser.LabelText             = null;
     this.SaveFolderBrowser.LabelTopMargin        = 0;
     this.SaveFolderBrowser.LabelWidth            = 0;
     this.SaveFolderBrowser.Location              = new System.Drawing.Point(16, 651);
     this.SaveFolderBrowser.Name                  = "SaveFolderBrowser";
     this.SaveFolderBrowser.OnTextChangedListener = null;
     this.SaveFolderBrowser.OpenCallback          = null;
     this.SaveFolderBrowser.ScrollBars            = System.Windows.Forms.ScrollBars.None;
     this.SaveFolderBrowser.SelectedPath          = null;
     this.SaveFolderBrowser.Size                  = new System.Drawing.Size(286, 32);
     this.SaveFolderBrowser.StartPath             = null;
     this.SaveFolderBrowser.TabIndex              = 16;
     this.SaveFolderBrowser.TextBoxBottomMargin   = 0;
     this.SaveFolderBrowser.TextBoxDisabledColor  = System.Drawing.Color.Empty;
     this.SaveFolderBrowser.TextBoxEditableColor  = System.Drawing.Color.Empty;
     this.SaveFolderBrowser.TextBoxFont           = null;
     this.SaveFolderBrowser.TextBoxTopMargin      = 0;
     this.SaveFolderBrowser.Theme                 = DataJuggler.Win.Controls.Enumerations.ThemeEnum.Dark;
     //
     // SaveNowButton
     //
     this.SaveNowButton.Location = new System.Drawing.Point(156, 693);
     this.SaveNowButton.Name     = "SaveNowButton";
     this.SaveNowButton.Size     = new System.Drawing.Size(146, 32);
     this.SaveNowButton.TabIndex = 17;
     this.SaveNowButton.Text     = "Save Now";
     this.SaveNowButton.UseVisualStyleBackColor = true;
     this.SaveNowButton.Click      += new System.EventHandler(this.SaveNowButton_Click);
     this.SaveNowButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.SaveNowButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // SaveCountLabel
     //
     this.SaveCountLabel.BackColor       = System.Drawing.Color.Transparent;
     this.SaveCountLabel.Font            = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SaveCountLabel.LabelColor      = System.Drawing.Color.LemonChiffon;
     this.SaveCountLabel.LabelFont       = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SaveCountLabel.LabelText       = "Saved:";
     this.SaveCountLabel.LabelWidth      = 88;
     this.SaveCountLabel.Location        = new System.Drawing.Point(156, 727);
     this.SaveCountLabel.Margin          = new System.Windows.Forms.Padding(6, 5, 6, 5);
     this.SaveCountLabel.Name            = "SaveCountLabel";
     this.SaveCountLabel.Size            = new System.Drawing.Size(146, 28);
     this.SaveCountLabel.TabIndex        = 18;
     this.SaveCountLabel.ValueLabelColor = System.Drawing.Color.LemonChiffon;
     this.SaveCountLabel.ValueLabelFont  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // AdvanceButton
     //
     this.AdvanceButton.Location = new System.Drawing.Point(367, 2);
     this.AdvanceButton.Name     = "AdvanceButton";
     this.AdvanceButton.Size     = new System.Drawing.Size(265, 32);
     this.AdvanceButton.TabIndex = 19;
     this.AdvanceButton.Text     = "Advance To Next Image";
     this.AdvanceButton.UseVisualStyleBackColor = true;
     this.AdvanceButton.Visible     = false;
     this.AdvanceButton.Click      += new System.EventHandler(this.AdvanceButton_Click);
     this.AdvanceButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.AdvanceButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // FilterFactorControl
     //
     this.FilterFactorControl.BackColor          = System.Drawing.Color.Transparent;
     this.FilterFactorControl.ComboBoxLeftMargin = 1;
     this.FilterFactorControl.ComboBoxText       = "";
     this.FilterFactorControl.ComoboBoxFont      = null;
     this.FilterFactorControl.Editable           = true;
     this.FilterFactorControl.Font                  = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FilterFactorControl.ForeColor             = System.Drawing.Color.LemonChiffon;
     this.FilterFactorControl.HideLabel             = false;
     this.FilterFactorControl.LabelBottomMargin     = 0;
     this.FilterFactorControl.LabelColor            = System.Drawing.Color.LemonChiffon;
     this.FilterFactorControl.LabelFont             = null;
     this.FilterFactorControl.LabelText             = "Filt. Factor:";
     this.FilterFactorControl.LabelTopMargin        = 0;
     this.FilterFactorControl.LabelWidth            = 140;
     this.FilterFactorControl.List                  = null;
     this.FilterFactorControl.Location              = new System.Drawing.Point(16, 140);
     this.FilterFactorControl.Name                  = "FilterFactorControl";
     this.FilterFactorControl.SelectedIndex         = -1;
     this.FilterFactorControl.SelectedIndexListener = null;
     this.FilterFactorControl.Size                  = new System.Drawing.Size(220, 28);
     this.FilterFactorControl.Sorted                = true;
     this.FilterFactorControl.Source                = null;
     this.FilterFactorControl.TabIndex              = 20;
     //
     // DrawFromPointButton
     //
     this.DrawFromPointButton.Location = new System.Drawing.Point(16, 532);
     this.DrawFromPointButton.Name     = "DrawFromPointButton";
     this.DrawFromPointButton.Size     = new System.Drawing.Size(220, 32);
     this.DrawFromPointButton.TabIndex = 23;
     this.DrawFromPointButton.Text     = "Draw From Point";
     this.DrawFromPointButton.UseVisualStyleBackColor = true;
     this.DrawFromPointButton.Click      += new System.EventHandler(this.DrawFromPointButton_Click);
     this.DrawFromPointButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.DrawFromPointButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // DrawScenesButton
     //
     this.DrawScenesButton.Location = new System.Drawing.Point(638, 2);
     this.DrawScenesButton.Name     = "DrawScenesButton";
     this.DrawScenesButton.Size     = new System.Drawing.Size(185, 32);
     this.DrawScenesButton.TabIndex = 24;
     this.DrawScenesButton.Text     = "Draw Scenes";
     this.DrawScenesButton.UseVisualStyleBackColor = true;
     this.DrawScenesButton.Click      += new System.EventHandler(this.DrawScenesButton_Click);
     this.DrawScenesButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.DrawScenesButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // DrawLinesButton
     //
     this.DrawLinesButton.Location = new System.Drawing.Point(829, 2);
     this.DrawLinesButton.Name     = "DrawLinesButton";
     this.DrawLinesButton.Size     = new System.Drawing.Size(185, 32);
     this.DrawLinesButton.TabIndex = 25;
     this.DrawLinesButton.Text     = "Draw Lines";
     this.DrawLinesButton.UseVisualStyleBackColor = true;
     this.DrawLinesButton.Click += new System.EventHandler(this.DrawLinesButton_Click);
     //
     // WorthlessCodeLabel
     //
     this.WorthlessCodeLabel.AutoSize  = true;
     this.WorthlessCodeLabel.BackColor = System.Drawing.Color.Transparent;
     this.WorthlessCodeLabel.ForeColor = System.Drawing.Color.LemonChiffon;
     this.WorthlessCodeLabel.Location  = new System.Drawing.Point(1053, 13);
     this.WorthlessCodeLabel.Name      = "WorthlessCodeLabel";
     this.WorthlessCodeLabel.Size      = new System.Drawing.Size(539, 23);
     this.WorthlessCodeLabel.TabIndex  = 26;
     this.WorthlessCodeLabel.Text      = "The Draw Scenes button is at about 0.05% complete.  ";
     //
     // MainForm
     //
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor             = System.Drawing.Color.DarkGray;
     this.BackgroundImage       = global::RandomArt.Properties.Resources.Black;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(1384, 801);
     this.Controls.Add(this.WorthlessCodeLabel);
     this.Controls.Add(this.DrawLinesButton);
     this.Controls.Add(this.DrawScenesButton);
     this.Controls.Add(this.DrawFromPointButton);
     this.Controls.Add(this.FilterFactorControl);
     this.Controls.Add(this.AdvanceButton);
     this.Controls.Add(this.SaveCountLabel);
     this.Controls.Add(this.SaveNowButton);
     this.Controls.Add(this.SaveFolderBrowser);
     this.Controls.Add(this.SaveButton);
     this.Controls.Add(this.BorderColorControl);
     this.Controls.Add(this.BorderWidthControl);
     this.Controls.Add(this.BaseColorControl);
     this.Controls.Add(this.PointsControl);
     this.Controls.Add(this.ThresholdControl);
     this.Controls.Add(this.SmoothCheckbox);
     this.Controls.Add(this.SpeedControl);
     this.Controls.Add(this.HeightControl);
     this.Controls.Add(this.WidthControl);
     this.Controls.Add(this.AutoSaveCheckBox);
     this.Controls.Add(this.FilterControl);
     this.Controls.Add(this.Graph);
     this.Controls.Add(this.StopButton);
     this.Controls.Add(this.RandomArtButton);
     this.Controls.Add(this.ArtBox);
     this.DoubleBuffered = true;
     this.Font           = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name           = "MainForm";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text           = "RandomArt";
     this.WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosed    += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
     this.Resize        += new System.EventHandler(this.MainForm_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.ArtBox)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }