private void InitializeComponent()
        {
            this.ValueIntNumericUpDown = new System.Windows.Forms.NumericUpDown();
            this.ValueIntButtonSet = new System.Windows.Forms.Button();
            this.ValueIntLabel = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.ValueIntNumericUpDown)).BeginInit();
            this.SuspendLayout();
            // 
            // ValueIntNumericUpDown
            // 
            this.ValueIntNumericUpDown.Location = new System.Drawing.Point(3, 6);
            this.ValueIntNumericUpDown.Maximum = new decimal(new int[] {
            2147483647,
            0,
            0,
            0});
            this.ValueIntNumericUpDown.Minimum = new decimal(new int[] {
            -2147483648,
            0,
            0,
            -2147483648});
            this.ValueIntNumericUpDown.Name = "ValueIntNumericUpDown";
            this.ValueIntNumericUpDown.Size = new System.Drawing.Size(59, 20);
            this.ValueIntNumericUpDown.TabIndex = 0;
            this.ValueIntNumericUpDown.ThousandsSeparator = true;
            // 
            // ValueIntButtonSet
            // 
            this.ValueIntButtonSet.Location = new System.Drawing.Point(68, 6);
            this.ValueIntButtonSet.Name = "ValueIntButtonSet";
            this.ValueIntButtonSet.Size = new System.Drawing.Size(59, 20);
            this.ValueIntButtonSet.TabIndex = 1;
            this.ValueIntButtonSet.Text = "Set";
            this.ValueIntButtonSet.UseVisualStyleBackColor = true;
            this.ValueIntButtonSet.Click += new System.EventHandler(this.ValueIntButtonSet_Click);
            // 
            // ValueIntLabel
            // 
            this.ValueIntLabel.AutoSize = true;
            this.ValueIntLabel.Location = new System.Drawing.Point(133, 10);
            this.ValueIntLabel.Name = "ValueIntLabel";
            this.ValueIntLabel.Size = new System.Drawing.Size(33, 13);
            this.ValueIntLabel.TabIndex = 2;
            this.ValueIntLabel.Text = "Label";
            // 
            // ValuePanelInt
            // 
            this.AutoSize = true;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.Controls.Add(this.ValueIntLabel);
            this.Controls.Add(this.ValueIntButtonSet);
            this.Controls.Add(this.ValueIntNumericUpDown);
            this.Name = "ValuePanelInt";
            this.Size = new System.Drawing.Size(169, 29);
            ((System.ComponentModel.ISupportInitialize)(this.ValueIntNumericUpDown)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
示例#2
0
 public DecimalEditor(Dictionary<string, object> Params)
     : base(Params)
 {
     control = new NekoKun.UI.LynnNumericUpDown();
     control.Minimum = decimal.MinValue;
     control.Maximum = decimal.MaxValue;
     control.ValueChanged += new EventHandler(control_ModifiedChanged);
 }
        public void AddPanel()
        {
            int yCord = 0;

            tmpNumUpDown = new System.Windows.Forms.NumericUpDown();
            tmpComboBox = new System.Windows.Forms.ComboBox();
            tmpPanel = new System.Windows.Forms.Panel();

            // numericUpDown2
            //
            tmpNumUpDown.Location = new System.Drawing.Point(3, 3);
            tmpNumUpDown.Name = "numericUpDown";
            tmpNumUpDown.Size = new System.Drawing.Size(108, 20);
            tmpNumUpDown.TabIndex = 1;
            //
            // comboBox1
            //
            tmpComboBox.FormattingEnabled = true;
            tmpComboBox.Items.AddRange(new object[] {
                "AA(4.0)",
                "BA(3.5)",
                "BB(3.0)",
                "CB(2.5)",
                "CC(2.0)",
                "DC(1.5)",
                "DD(1.0)",
                "FD(0.5)",
                "FF,F0(0.0)"
            });
            tmpComboBox.Location = new System.Drawing.Point(132, 2);
            tmpComboBox.Name = "comboBox";
            tmpComboBox.SelectedIndex = 0;
            tmpComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            tmpComboBox.Size = new System.Drawing.Size(121, 21);
            tmpComboBox.TabIndex = 2;
            //
            // panel1
            //

            tmpPanel.Controls.Add(tmpComboBox);
            tmpPanel.Controls.Add(tmpNumUpDown);

            tmpPanel.Name = "panel";
            tmpPanel.Size = new System.Drawing.Size(256, 28);

            if (PanelList.Count > 0) {

                yCord = PanelList[PanelList.Count - 1].Location.Y;
                yCord += 30;
                tmpPanel.Location = new System.Drawing.Point(0, yCord);

            }
            else tmpPanel.Location = new System.Drawing.Point(0, 0);

            PanelList.Add(tmpPanel);
            GradeList.Add(tmpComboBox);
            CredictList.Add(tmpNumUpDown);
        }
示例#4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
     this.label1 = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.SuspendLayout();
     //
     // numericUpDown1
     //
     this.numericUpDown1.Location = new System.Drawing.Point(31, 74);
     this.numericUpDown1.Name = "numericUpDown1";
     this.numericUpDown1.Size = new System.Drawing.Size(120, 20);
     this.numericUpDown1.TabIndex = 0;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(28, 26);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(35, 13);
     this.label1.TabIndex = 1;
     this.label1.Text = "label1";
     //
     // button1
     //
     this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.button1.Location = new System.Drawing.Point(193, 74);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 2;
     this.button1.Text = "Valider";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Combien
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(298, 122);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.numericUpDown1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "Combien";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text = "Form2";
     this.TopMost = true;
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.nudDelay = new System.Windows.Forms.NumericUpDown();
     this.cbDelay = new System.Windows.Forms.ComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.nudDelay)).BeginInit();
     this.SuspendLayout();
     //
     // nudDelay
     //
     this.nudDelay.Location = new System.Drawing.Point(2, 3);
     this.nudDelay.Maximum = new decimal(new int[] {
     1000000000,
     0,
     0,
     0});
     this.nudDelay.Name = "nudDelay";
     this.nudDelay.Size = new System.Drawing.Size(68, 20);
     this.nudDelay.TabIndex = 0;
     this.nudDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.nudDelay.ValueChanged += new System.EventHandler(this.nudDelay_ValueChanged);
     //
     // cbDelay
     //
     this.cbDelay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.cbDelay.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDelay.FormattingEnabled = true;
     this.cbDelay.ItemHeight = 13;
     this.cbDelay.Location = new System.Drawing.Point(74, 3);
     this.cbDelay.Name = "cbDelay";
     this.cbDelay.Size = new System.Drawing.Size(159, 21);
     this.cbDelay.TabIndex = 1;
     this.cbDelay.SelectedIndexChanged += new System.EventHandler(this.cbDelay_SelectedIndexChanged);
     //
     // NumericUpDownTimer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.cbDelay);
     this.Controls.Add(this.nudDelay);
     this.Name = "NumericUpDownTimer";
     this.Size = new System.Drawing.Size(233, 27);
     ((System.ComponentModel.ISupportInitialize)(this.nudDelay)).EndInit();
     this.ResumeLayout(false);
 }
 public override System.Windows.Forms.Control mapConfigurationItemIntoControl(IConfigurationItem item)
 {
     if (item is ConfigurationItemDouble)
     {
         System.Windows.Forms.NumericUpDown typedControl = new System.Windows.Forms.NumericUpDown();
         typedControl.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
         // First assign the extremes, and then the value
         typedControl.Maximum = (decimal)((ConfigurationItemDouble)item).MaxValue;
         typedControl.Minimum = (decimal)((ConfigurationItemDouble)item).MinValue;
         typedControl.Value = (decimal)((ConfigurationItemDouble)item).Value;
         typedControl.DecimalPlaces = 6;
         typedControl.Increment = (decimal)0.0001;
         return typedControl;
     }
     else
     {
         return null;
     }
 }
示例#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.groupBox = new System.Windows.Forms.GroupBox();
     this.numericUpDown = new System.Windows.Forms.NumericUpDown();
     this.groupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox
     //
     this.groupBox.Controls.Add(this.numericUpDown);
     this.groupBox.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox.Location = new System.Drawing.Point(0, 0);
     this.groupBox.Name = "groupBox";
     this.groupBox.Size = new System.Drawing.Size(150, 150);
     this.groupBox.TabIndex = 0;
     this.groupBox.TabStop = false;
     this.groupBox.Text = "Track";
     //
     // numericUpDown
     //
     this.numericUpDown.Dock = System.Windows.Forms.DockStyle.Fill;
     this.numericUpDown.Location = new System.Drawing.Point(3, 16);
     this.numericUpDown.Name = "numericUpDown";
     this.numericUpDown.Size = new System.Drawing.Size(144, 20);
     this.numericUpDown.TabIndex = 0;
     this.numericUpDown.ValueChanged += new System.EventHandler(this.numericUpDown_ValueChanged);
     //
     // TrackBarEx
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupBox);
     this.Name = "TrackBarEx";
     this.groupBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown)).EndInit();
     this.ResumeLayout(false);
 }
示例#8
0
        public static string ConvertCurrencies(ref System.Windows.Forms.ComboBox currencyType1, ref System.Windows.Forms.ComboBox currencyType2, ref System.Windows.Forms.NumericUpDown numericAmountIn)
        {
            List <Currency> Currencies  = CreateStockCurrencyList();
            double          FactorOut   = Currencies[FindPlaceByNameInCurrencyList(Currencies, currencyType1.Text)].amountCourceInDollars;
            double          FactorIn    = Currencies[FindPlaceByNameInCurrencyList(Currencies, currencyType2.Text)].amountCourceInDollars;
            double          Factor      = FactorOut / FactorIn;
            double          ResultValue = Convert.ToDouble(numericAmountIn.Value) / Factor;

            ResultValue = Math.Round(ResultValue, 2);
            return(Convert.ToString(ResultValue));
        }
示例#9
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBoxData  = new System.Windows.Forms.TextBox();
     this.label1       = new System.Windows.Forms.Label();
     this.SinceH       = new System.Windows.Forms.NumericUpDown();
     this.SinceM       = new System.Windows.Forms.ListBox();
     this.label2       = new System.Windows.Forms.Label();
     this.label3       = new System.Windows.Forms.Label();
     this.LengthM      = new System.Windows.Forms.ListBox();
     this.LengthH      = new System.Windows.Forms.NumericUpDown();
     this.ButtonSave   = new System.Windows.Forms.Button();
     this.ButtonCancel = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.SinceH)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LengthH)).BeginInit();
     this.SuspendLayout();
     //
     // textBoxData
     //
     this.textBoxData.Font     = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.textBoxData.Location = new System.Drawing.Point(124, 27);
     this.textBoxData.Name     = "textBoxData";
     this.textBoxData.Size     = new System.Drawing.Size(247, 23);
     this.textBoxData.TabIndex = 1;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.label1.Location  = new System.Drawing.Point(124, 1);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(138, 23);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Popis události";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // SinceH
     //
     this.SinceH.Font     = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.SinceH.Location = new System.Drawing.Point(7, 27);
     this.SinceH.Maximum  = new decimal(new int[] {
         24,
         0,
         0,
         0
     });
     this.SinceH.Name     = "SinceH";
     this.SinceH.Size     = new System.Drawing.Size(46, 23);
     this.SinceH.TabIndex = 2;
     //
     // SinceM
     //
     this.SinceM.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.SinceM.FormattingEnabled = true;
     this.SinceM.ItemHeight        = 17;
     this.SinceM.Items.AddRange(new object[] {
         "00",
         "45",
         "30",
         "15",
         "00"
     });
     this.SinceM.Location = new System.Drawing.Point(59, 27);
     this.SinceM.Name     = "SinceM";
     this.SinceM.Size     = new System.Drawing.Size(43, 21);
     this.SinceM.TabIndex = 3;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.label2.Location  = new System.Drawing.Point(7, 1);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 23);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Začátek události";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.label3.Location  = new System.Drawing.Point(6, 54);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(100, 16);
     this.label3.TabIndex  = 7;
     this.label3.Text      = "Délka události";
     this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // LengthM
     //
     this.LengthM.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.LengthM.FormattingEnabled = true;
     this.LengthM.ItemHeight        = 17;
     this.LengthM.Items.AddRange(new object[] {
         "00",
         "45",
         "30",
         "15",
         "00"
     });
     this.LengthM.Location = new System.Drawing.Point(58, 73);
     this.LengthM.Name     = "LengthM";
     this.LengthM.Size     = new System.Drawing.Size(43, 21);
     this.LengthM.TabIndex = 5;
     //
     // LengthH
     //
     this.LengthH.Font     = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.LengthH.Location = new System.Drawing.Point(6, 73);
     this.LengthH.Maximum  = new decimal(new int[] {
         24,
         0,
         0,
         0
     });
     this.LengthH.Name     = "LengthH";
     this.LengthH.Size     = new System.Drawing.Size(46, 23);
     this.LengthH.TabIndex = 4;
     //
     // ButtonSave
     //
     this.ButtonSave.Font     = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.ButtonSave.Location = new System.Drawing.Point(214, 74);
     this.ButtonSave.Name     = "ButtonSave";
     this.ButtonSave.Size     = new System.Drawing.Size(75, 23);
     this.ButtonSave.TabIndex = 6;
     this.ButtonSave.Text     = "Uložit";
     this.ButtonSave.UseVisualStyleBackColor = true;
     this.ButtonSave.Click += new System.EventHandler(this.ButtonSaveClick);
     //
     // ButtonCancel
     //
     this.ButtonCancel.Font     = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.ButtonCancel.Location = new System.Drawing.Point(295, 74);
     this.ButtonCancel.Name     = "ButtonCancel";
     this.ButtonCancel.Size     = new System.Drawing.Size(75, 23);
     this.ButtonCancel.TabIndex = 7;
     this.ButtonCancel.Text     = "Zrušit";
     this.ButtonCancel.UseVisualStyleBackColor = true;
     this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancelClick);
     //
     // EventUpdate
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage     = global::JTPlan.gfx.bg;
     this.ClientSize          = new System.Drawing.Size(385, 108);
     this.Controls.Add(this.ButtonCancel);
     this.Controls.Add(this.ButtonSave);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.LengthM);
     this.Controls.Add(this.LengthH);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.SinceM);
     this.Controls.Add(this.SinceH);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textBoxData);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.Name            = "EventUpdate";
     this.ShowIcon        = false;
     this.Load           += new System.EventHandler(this.EventUpdateLoad);
     ((System.ComponentModel.ISupportInitialize)(this.SinceH)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LengthH)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#10
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.updownColumns = new System.Windows.Forms.NumericUpDown();
            this.updownRows = new System.Windows.Forms.NumericUpDown();
            this.Label2 = new System.Windows.Forms.Label();
            this.Label1 = new System.Windows.Forms.Label();
            this.cmdCancel = new System.Windows.Forms.Button();
            this.cmdOK = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.updownColumns)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.updownRows)).BeginInit();
            this.SuspendLayout();
            // 
            // updownColumns
            // 
            this.updownColumns.Location = new System.Drawing.Point(64, 40);
            this.updownColumns.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.updownColumns.Name = "updownColumns";
            this.updownColumns.Size = new System.Drawing.Size(64, 20);
            this.updownColumns.TabIndex = 3;
            this.updownColumns.Value = new decimal(new int[] {
            5,
            0,
            0,
            0});
            // 
            // updownRows
            // 
            this.updownRows.Location = new System.Drawing.Point(64, 16);
            this.updownRows.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.updownRows.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.updownRows.Name = "updownRows";
            this.updownRows.Size = new System.Drawing.Size(64, 20);
            this.updownRows.TabIndex = 2;
            this.updownRows.Value = new decimal(new int[] {
            2,
            0,
            0,
            0});
            // 
            // Label2
            // 
            this.Label2.Location = new System.Drawing.Point(8, 40);
            this.Label2.Name = "Label2";
            this.Label2.Size = new System.Drawing.Size(56, 16);
            this.Label2.TabIndex = 0;
            this.Label2.Text = "Columns";
            // 
            // Label1
            // 
            this.Label1.Location = new System.Drawing.Point(8, 16);
            this.Label1.Name = "Label1";
            this.Label1.Size = new System.Drawing.Size(56, 16);
            this.Label1.TabIndex = 0;
            this.Label1.Text = "Rows";
            // 
            // cmdCancel
            // 
            this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cmdCancel.Location = new System.Drawing.Point(184, 40);
            this.cmdCancel.Name = "cmdCancel";
            this.cmdCancel.Size = new System.Drawing.Size(80, 24);
            this.cmdCancel.TabIndex = 1;
            this.cmdCancel.Text = "&Cancel";
            // 
            // cmdOK
            // 
            this.cmdOK.Location = new System.Drawing.Point(184, 8);
            this.cmdOK.Name = "cmdOK";
            this.cmdOK.Size = new System.Drawing.Size(80, 24);
            this.cmdOK.TabIndex = 0;
            this.cmdOK.Text = "&OK";
            this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
            // 
            // FrmInsertTable
            // 
            this.AcceptButton = this.cmdOK;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.CancelButton = this.cmdCancel;
            this.ClientSize = new System.Drawing.Size(272, 80);
            this.Controls.Add(this.updownColumns);
            this.Controls.Add(this.updownRows);
            this.Controls.Add(this.Label2);
            this.Controls.Add(this.Label1);
            this.Controls.Add(this.cmdCancel);
            this.Controls.Add(this.cmdOK);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmInsertTable";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Insert Table";
            this.TopMost = true;
            ((System.ComponentModel.ISupportInitialize)(this.updownColumns)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.updownRows)).EndInit();
            this.ResumeLayout(false);

		}
示例#11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panel1 = new System.Windows.Forms.Panel();
     this.site_numericUpDown = new System.Windows.Forms.NumericUpDown();
     this.OrderBy_comboBox = new System.Windows.Forms.ComboBox();
     this.rep4_comboBox = new System.Windows.Forms.ComboBox();
     this.CustContact_comboBox = new System.Windows.Forms.ComboBox();
     this.rep2_comboBox = new System.Windows.Forms.ComboBox();
     this.AAONContact_comboBox = new System.Windows.Forms.ComboBox();
     this.label16 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.rep4_label = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.Cust_No_textBox = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.repContact_comboBox = new System.Windows.Forms.ComboBox();
     this.market_textBox = new System.Windows.Forms.TextBox();
     this.rep3_comboBox = new System.Windows.Forms.ComboBox();
     this.rep1_comboBox = new System.Windows.Forms.ComboBox();
     this.shopOrderNo_textBox = new System.Windows.Forms.TextBox();
     this.CustNo_textBox = new System.Windows.Forms.TextBox();
     this.JobName_textBox = new System.Windows.Forms.TextBox();
     this.Jobno_textBox = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.panel2 = new System.Windows.Forms.Panel();
     this.state_comboBox = new System.Windows.Forms.ComboBox();
     this.zipCode_textBox = new System.Windows.Forms.TextBox();
     this.country_textBox = new System.Windows.Forms.TextBox();
     this.city_textBox = new System.Windows.Forms.TextBox();
     this.Address2_textBox = new System.Windows.Forms.TextBox();
     this.Address1_textBox = new System.Windows.Forms.TextBox();
     this.Name_comboBox = new System.Windows.Forms.ComboBox();
     this.label22 = new System.Windows.Forms.Label();
     this.label24 = new System.Windows.Forms.Label();
     this.label23 = new System.Windows.Forms.Label();
     this.label20 = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.site_numericUpDown)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.site_numericUpDown);
     this.panel1.Controls.Add(this.OrderBy_comboBox);
     this.panel1.Controls.Add(this.rep4_comboBox);
     this.panel1.Controls.Add(this.CustContact_comboBox);
     this.panel1.Controls.Add(this.rep2_comboBox);
     this.panel1.Controls.Add(this.AAONContact_comboBox);
     this.panel1.Controls.Add(this.label16);
     this.panel1.Controls.Add(this.label15);
     this.panel1.Controls.Add(this.rep4_label);
     this.panel1.Controls.Add(this.label13);
     this.panel1.Controls.Add(this.label12);
     this.panel1.Controls.Add(this.label11);
     this.panel1.Controls.Add(this.Cust_No_textBox);
     this.panel1.Controls.Add(this.label10);
     this.panel1.Controls.Add(this.repContact_comboBox);
     this.panel1.Controls.Add(this.market_textBox);
     this.panel1.Controls.Add(this.rep3_comboBox);
     this.panel1.Controls.Add(this.rep1_comboBox);
     this.panel1.Controls.Add(this.shopOrderNo_textBox);
     this.panel1.Controls.Add(this.CustNo_textBox);
     this.panel1.Controls.Add(this.JobName_textBox);
     this.panel1.Controls.Add(this.Jobno_textBox);
     this.panel1.Controls.Add(this.label9);
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Location = new System.Drawing.Point(12, 27);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(499, 258);
     this.panel1.TabIndex = 0;
     //
     // site_numericUpDown
     //
     this.site_numericUpDown.Location = new System.Drawing.Point(369, 186);
     this.site_numericUpDown.Name = "site_numericUpDown";
     this.site_numericUpDown.Size = new System.Drawing.Size(120, 21);
     this.site_numericUpDown.TabIndex = 29;
     //
     // OrderBy_comboBox
     //
     this.OrderBy_comboBox.DropDownWidth = 250;
     this.OrderBy_comboBox.FormattingEnabled = true;
     this.OrderBy_comboBox.Location = new System.Drawing.Point(369, 211);
     this.OrderBy_comboBox.Name = "OrderBy_comboBox";
     this.OrderBy_comboBox.Size = new System.Drawing.Size(121, 20);
     this.OrderBy_comboBox.TabIndex = 28;
     //
     // rep4_comboBox
     //
     this.rep4_comboBox.DropDownWidth = 250;
     this.rep4_comboBox.Enabled = false;
     this.rep4_comboBox.FormattingEnabled = true;
     this.rep4_comboBox.Location = new System.Drawing.Point(369, 158);
     this.rep4_comboBox.Name = "rep4_comboBox";
     this.rep4_comboBox.Size = new System.Drawing.Size(121, 20);
     this.rep4_comboBox.TabIndex = 27;
     //
     // CustContact_comboBox
     //
     this.CustContact_comboBox.DropDownWidth = 250;
     this.CustContact_comboBox.FormattingEnabled = true;
     this.CustContact_comboBox.Location = new System.Drawing.Point(369, 103);
     this.CustContact_comboBox.Name = "CustContact_comboBox";
     this.CustContact_comboBox.Size = new System.Drawing.Size(121, 20);
     this.CustContact_comboBox.TabIndex = 26;
     //
     // rep2_comboBox
     //
     this.rep2_comboBox.DropDownWidth = 250;
     this.rep2_comboBox.FormattingEnabled = true;
     this.rep2_comboBox.Location = new System.Drawing.Point(369, 130);
     this.rep2_comboBox.Name = "rep2_comboBox";
     this.rep2_comboBox.Size = new System.Drawing.Size(121, 20);
     this.rep2_comboBox.TabIndex = 25;
     //
     // AAONContact_comboBox
     //
     this.AAONContact_comboBox.DropDownWidth = 250;
     this.AAONContact_comboBox.FormattingEnabled = true;
     this.AAONContact_comboBox.Location = new System.Drawing.Point(369, 75);
     this.AAONContact_comboBox.Name = "AAONContact_comboBox";
     this.AAONContact_comboBox.Size = new System.Drawing.Size(121, 20);
     this.AAONContact_comboBox.TabIndex = 24;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(262, 214);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(71, 12);
     this.label16.TabIndex = 23;
     this.label16.Text = "Ordered By:";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(262, 186);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(89, 12);
     this.label15.TabIndex = 22;
     this.label15.Text = "Site Altitude:";
     //
     // rep4_label
     //
     this.rep4_label.AutoSize = true;
     this.rep4_label.Enabled = false;
     this.rep4_label.Location = new System.Drawing.Point(262, 158);
     this.rep4_label.Name = "rep4_label";
     this.rep4_label.Size = new System.Drawing.Size(47, 12);
     this.rep4_label.TabIndex = 21;
     this.rep4_label.Text = "Rep #4:";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(262, 130);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(47, 12);
     this.label13.TabIndex = 20;
     this.label13.Text = "Rep #2:";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(262, 102);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(83, 12);
     this.label12.TabIndex = 19;
     this.label12.Text = "Cust.Contact:";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(262, 74);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(83, 12);
     this.label11.TabIndex = 18;
     this.label11.Text = "AAON Contact:";
     //
     // Cust_No_textBox
     //
     this.Cust_No_textBox.Location = new System.Drawing.Point(369, 18);
     this.Cust_No_textBox.Name = "Cust_No_textBox";
     this.Cust_No_textBox.Size = new System.Drawing.Size(121, 21);
     this.Cust_No_textBox.TabIndex = 17;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(262, 18);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(101, 12);
     this.label10.TabIndex = 16;
     this.label10.Text = "Customer P.O No:";
     //
     // repContact_comboBox
     //
     this.repContact_comboBox.DropDownWidth = 250;
     this.repContact_comboBox.FormattingEnabled = true;
     this.repContact_comboBox.Location = new System.Drawing.Point(124, 214);
     this.repContact_comboBox.Name = "repContact_comboBox";
     this.repContact_comboBox.Size = new System.Drawing.Size(121, 20);
     this.repContact_comboBox.TabIndex = 15;
     //
     // market_textBox
     //
     this.market_textBox.Location = new System.Drawing.Point(124, 186);
     this.market_textBox.Name = "market_textBox";
     this.market_textBox.Size = new System.Drawing.Size(121, 21);
     this.market_textBox.TabIndex = 14;
     //
     // rep3_comboBox
     //
     this.rep3_comboBox.DropDownWidth = 250;
     this.rep3_comboBox.FormattingEnabled = true;
     this.rep3_comboBox.IntegralHeight = false;
     this.rep3_comboBox.ItemHeight = 12;
     this.rep3_comboBox.Location = new System.Drawing.Point(124, 158);
     this.rep3_comboBox.Name = "rep3_comboBox";
     this.rep3_comboBox.Size = new System.Drawing.Size(121, 20);
     this.rep3_comboBox.TabIndex = 13;
     //
     // rep1_comboBox
     //
     this.rep1_comboBox.DropDownWidth = 250;
     this.rep1_comboBox.FormattingEnabled = true;
     this.rep1_comboBox.IntegralHeight = false;
     this.rep1_comboBox.ItemHeight = 12;
     this.rep1_comboBox.Location = new System.Drawing.Point(124, 130);
     this.rep1_comboBox.Name = "rep1_comboBox";
     this.rep1_comboBox.Size = new System.Drawing.Size(121, 20);
     this.rep1_comboBox.TabIndex = 12;
     //
     // shopOrderNo_textBox
     //
     this.shopOrderNo_textBox.Location = new System.Drawing.Point(124, 102);
     this.shopOrderNo_textBox.Name = "shopOrderNo_textBox";
     this.shopOrderNo_textBox.Size = new System.Drawing.Size(121, 21);
     this.shopOrderNo_textBox.TabIndex = 11;
     //
     // CustNo_textBox
     //
     this.CustNo_textBox.Location = new System.Drawing.Point(124, 74);
     this.CustNo_textBox.Name = "CustNo_textBox";
     this.CustNo_textBox.Size = new System.Drawing.Size(121, 21);
     this.CustNo_textBox.TabIndex = 10;
     //
     // JobName_textBox
     //
     this.JobName_textBox.Location = new System.Drawing.Point(124, 46);
     this.JobName_textBox.Name = "JobName_textBox";
     this.JobName_textBox.Size = new System.Drawing.Size(366, 21);
     this.JobName_textBox.TabIndex = 9;
     //
     // Jobno_textBox
     //
     this.Jobno_textBox.Location = new System.Drawing.Point(124, 18);
     this.Jobno_textBox.Name = "Jobno_textBox";
     this.Jobno_textBox.Size = new System.Drawing.Size(121, 21);
     this.Jobno_textBox.TabIndex = 8;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(13, 214);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(77, 12);
     this.label9.TabIndex = 7;
     this.label9.Text = "Rep Contact:";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(13, 186);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(95, 12);
     this.label8.TabIndex = 6;
     this.label8.Text = "Marketing Code:";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(13, 158);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(47, 12);
     this.label7.TabIndex = 5;
     this.label7.Text = "Rep #3:";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(13, 130);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(47, 12);
     this.label6.TabIndex = 4;
     this.label6.Text = "Rep #1:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(13, 102);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(89, 12);
     this.label5.TabIndex = 3;
     this.label5.Text = "Shop Order No:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(13, 74);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(77, 12);
     this.label4.TabIndex = 2;
     this.label4.Text = "Customer No:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(13, 46);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(59, 12);
     this.label3.TabIndex = 1;
     this.label3.Text = "Job Name:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(13, 18);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(47, 12);
     this.label2.TabIndex = 0;
     this.label2.Text = "Job No:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(12, 12);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(124, 12);
     this.label1.TabIndex = 0;
     this.label1.Text = "Order Information";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label17.Location = new System.Drawing.Point(12, 298);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(54, 12);
     this.label17.TabIndex = 1;
     this.label17.Text = "Sold To";
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.state_comboBox);
     this.panel2.Controls.Add(this.zipCode_textBox);
     this.panel2.Controls.Add(this.country_textBox);
     this.panel2.Controls.Add(this.city_textBox);
     this.panel2.Controls.Add(this.Address2_textBox);
     this.panel2.Controls.Add(this.Address1_textBox);
     this.panel2.Controls.Add(this.Name_comboBox);
     this.panel2.Controls.Add(this.label22);
     this.panel2.Controls.Add(this.label24);
     this.panel2.Controls.Add(this.label23);
     this.panel2.Controls.Add(this.label20);
     this.panel2.Controls.Add(this.label21);
     this.panel2.Controls.Add(this.label18);
     this.panel2.Controls.Add(this.label19);
     this.panel2.Location = new System.Drawing.Point(12, 313);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(499, 140);
     this.panel2.TabIndex = 2;
     //
     // state_comboBox
     //
     this.state_comboBox.FormattingEnabled = true;
     this.state_comboBox.Items.AddRange(new object[] {
     "AL",
     "AR",
     "AZ",
     "CA",
     "CO",
     "CT",
     "DE",
     "FL",
     "FL-NW",
     "GA",
     "IA",
     "ID",
     "IL",
     "IN",
     "KS",
     "KY",
     "LA",
     "MA",
     "MD",
     "ME",
     "MI",
     "MN",
     "MO",
     "MS",
     "MT",
     "NC",
     "ND",
     "NE",
     "NH",
     "NJ",
     "NM",
     "NV",
     "NY",
     "OH",
     "OK",
     "OR",
     "PA",
     "RI",
     "SC",
     "SD",
     "TN",
     "TX",
     "TX-NW",
     "UT",
     "VA",
     "VT",
     "WA",
     "WI",
     "WV",
     "WY"});
     this.state_comboBox.Location = new System.Drawing.Point(369, 85);
     this.state_comboBox.Name = "state_comboBox";
     this.state_comboBox.Size = new System.Drawing.Size(121, 20);
     this.state_comboBox.TabIndex = 30;
     //
     // zipCode_textBox
     //
     this.zipCode_textBox.Location = new System.Drawing.Point(369, 114);
     this.zipCode_textBox.Name = "zipCode_textBox";
     this.zipCode_textBox.Size = new System.Drawing.Size(121, 21);
     this.zipCode_textBox.TabIndex = 32;
     //
     // country_textBox
     //
     this.country_textBox.Location = new System.Drawing.Point(124, 111);
     this.country_textBox.Name = "country_textBox";
     this.country_textBox.Size = new System.Drawing.Size(121, 21);
     this.country_textBox.TabIndex = 31;
     //
     // city_textBox
     //
     this.city_textBox.Location = new System.Drawing.Point(124, 85);
     this.city_textBox.Name = "city_textBox";
     this.city_textBox.Size = new System.Drawing.Size(121, 21);
     this.city_textBox.TabIndex = 30;
     //
     // Address2_textBox
     //
     this.Address2_textBox.Location = new System.Drawing.Point(124, 59);
     this.Address2_textBox.Name = "Address2_textBox";
     this.Address2_textBox.Size = new System.Drawing.Size(366, 21);
     this.Address2_textBox.TabIndex = 18;
     //
     // Address1_textBox
     //
     this.Address1_textBox.Location = new System.Drawing.Point(124, 36);
     this.Address1_textBox.Name = "Address1_textBox";
     this.Address1_textBox.Size = new System.Drawing.Size(366, 21);
     this.Address1_textBox.TabIndex = 17;
     //
     // Name_comboBox
     //
     this.Name_comboBox.FormattingEnabled = true;
     this.Name_comboBox.Location = new System.Drawing.Point(124, 10);
     this.Name_comboBox.Name = "Name_comboBox";
     this.Name_comboBox.Size = new System.Drawing.Size(366, 20);
     this.Name_comboBox.TabIndex = 16;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Location = new System.Drawing.Point(262, 114);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(59, 12);
     this.label22.TabIndex = 8;
     this.label22.Text = "Zip Code:";
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Location = new System.Drawing.Point(262, 88);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(41, 12);
     this.label24.TabIndex = 7;
     this.label24.Text = "State:";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Location = new System.Drawing.Point(13, 114);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(53, 12);
     this.label23.TabIndex = 6;
     this.label23.Text = "Country:";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(13, 88);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(35, 12);
     this.label20.TabIndex = 5;
     this.label20.Text = "City:";
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Location = new System.Drawing.Point(13, 62);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(65, 12);
     this.label21.TabIndex = 4;
     this.label21.Text = "Address 2:";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(13, 36);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(65, 12);
     this.label18.TabIndex = 3;
     this.label18.Text = "Address 1:";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(13, 10);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(35, 12);
     this.label19.TabIndex = 2;
     this.label19.Text = "Name:";
     //
     // billing
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(530, 465);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.label17);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "billing";
     this.Text = "billing";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.site_numericUpDown)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServerSettingsForm));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.EnablePunkBuster = new System.Windows.Forms.CheckBox();
     this.AutoBalanceBox = new System.Windows.Forms.CheckBox();
     this.ServerIpBox = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.groupBox13 = new System.Windows.Forms.GroupBox();
     this.TeamRatioBox = new System.Windows.Forms.TextBox();
     this.TeamRatioBar = new System.Windows.Forms.TrackBar();
     this.groupBox12 = new System.Windows.Forms.GroupBox();
     this.ScoreLimitBox = new System.Windows.Forms.TextBox();
     this.ScoreLimitBar = new System.Windows.Forms.TrackBar();
     this.groupBox11 = new System.Windows.Forms.GroupBox();
     this.TicketRatioBox = new System.Windows.Forms.TextBox();
     this.TicketRatioBar = new System.Windows.Forms.TrackBar();
     this.groupBox10 = new System.Windows.Forms.GroupBox();
     this.MaxPlayersBar = new System.Windows.Forms.TrackBar();
     this.MaxPlayersBox = new System.Windows.Forms.TextBox();
     this.groupBox9 = new System.Windows.Forms.GroupBox();
     this.PlayersToStartSlider = new System.Windows.Forms.TrackBar();
     this.PlayersToStartValueBox = new System.Windows.Forms.TextBox();
     this.RoundsPerMapBox = new System.Windows.Forms.NumericUpDown();
     this.GamespyPortBox = new System.Windows.Forms.NumericUpDown();
     this.ServerPortBox = new System.Windows.Forms.NumericUpDown();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.ServerWelcomeBox = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.ServerPasswordBox = new System.Windows.Forms.TextBox();
     this.ServerNameBox = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.EnablePublicServerBox = new System.Windows.Forms.CheckBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.label4 = new System.Windows.Forms.Label();
     this.groupBox21 = new System.Windows.Forms.GroupBox();
     this.TimeB4RestartMapBar = new System.Windows.Forms.TrackBar();
     this.TimeB4RestartMapBox = new System.Windows.Forms.TextBox();
     this.groupBox20 = new System.Windows.Forms.GroupBox();
     this.NotEnoughPlayersBar = new System.Windows.Forms.TrackBar();
     this.NotEnoughPlayersBox = new System.Windows.Forms.TextBox();
     this.groupBox19 = new System.Windows.Forms.GroupBox();
     this.EORBar = new System.Windows.Forms.TrackBar();
     this.EORBox = new System.Windows.Forms.TextBox();
     this.groupBox18 = new System.Windows.Forms.GroupBox();
     this.EndDelayBar = new System.Windows.Forms.TrackBar();
     this.EndDelayBox = new System.Windows.Forms.TextBox();
     this.groupBox17 = new System.Windows.Forms.GroupBox();
     this.StartDelayBar = new System.Windows.Forms.TrackBar();
     this.StartDelayBox = new System.Windows.Forms.TextBox();
     this.groupBox16 = new System.Windows.Forms.GroupBox();
     this.ManDownBar = new System.Windows.Forms.TrackBar();
     this.ManDownBox = new System.Windows.Forms.TextBox();
     this.groupBox15 = new System.Windows.Forms.GroupBox();
     this.SpawnTimeBar = new System.Windows.Forms.TrackBar();
     this.SpawnTimeBox = new System.Windows.Forms.TextBox();
     this.groupBox14 = new System.Windows.Forms.GroupBox();
     this.TimeLimitBar = new System.Windows.Forms.TrackBar();
     this.TimeLimitBox = new System.Windows.Forms.TextBox();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.VoipPasswordBox = new System.Windows.Forms.TextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.RemoteVoipIpBox = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.EnableRemoteVoip = new System.Windows.Forms.CheckBox();
     this.VoipServerPort = new System.Windows.Forms.NumericUpDown();
     this.label10 = new System.Windows.Forms.Label();
     this.VoipBF2ServerPort = new System.Windows.Forms.NumericUpDown();
     this.VoipBF2ClientPort = new System.Windows.Forms.NumericUpDown();
     this.VoipQualityBox = new System.Windows.Forms.TextBox();
     this.label16 = new System.Windows.Forms.Label();
     this.VoipQualityBar = new System.Windows.Forms.TrackBar();
     this.label15 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.EnableVoip = new System.Windows.Forms.CheckBox();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.label8 = new System.Windows.Forms.Label();
     this.TksBeforeKickBox = new System.Windows.Forms.NumericUpDown();
     this.PunishDefaultBox = new System.Windows.Forms.CheckBox();
     this.FriendlyFireBox = new System.Windows.Forms.CheckBox();
     this.PunishTeamKillsBox = new System.Windows.Forms.CheckBox();
     this.groupBox25 = new System.Windows.Forms.GroupBox();
     this.VehicleSplashFFBox = new System.Windows.Forms.TextBox();
     this.VehicleSplashFFBar = new System.Windows.Forms.TrackBar();
     this.groupBox24 = new System.Windows.Forms.GroupBox();
     this.SoldierSplashFFBox = new System.Windows.Forms.TextBox();
     this.SoldierSplashFFBar = new System.Windows.Forms.TrackBar();
     this.groupBox23 = new System.Windows.Forms.GroupBox();
     this.VehicleFFBox = new System.Windows.Forms.TextBox();
     this.VehicleFFBar = new System.Windows.Forms.TrackBar();
     this.groupBox22 = new System.Windows.Forms.GroupBox();
     this.SoldierFFBox = new System.Windows.Forms.TextBox();
     this.SoldierFFBar = new System.Windows.Forms.TrackBar();
     this.Cancel = new System.Windows.Forms.Button();
     this.SaveButton = new System.Windows.Forms.Button();
     this.groupBox8 = new System.Windows.Forms.GroupBox();
     this.RadioBlockTimeBox = new System.Windows.Forms.TextBox();
     this.label25 = new System.Windows.Forms.Label();
     this.RadioBlockTimeBar = new System.Windows.Forms.TrackBar();
     this.RadioMaxSpamBox = new System.Windows.Forms.NumericUpDown();
     this.RadioSpamIntBox = new System.Windows.Forms.NumericUpDown();
     this.label24 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.AllowNoseCam = new System.Windows.Forms.CheckBox();
     this.HitIndicatorEnabled = new System.Windows.Forms.CheckBox();
     this.AllowExtViews = new System.Windows.Forms.CheckBox();
     this.AllowFreeCam = new System.Windows.Forms.CheckBox();
     this.AllowNATNagotiation = new System.Windows.Forms.CheckBox();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.groupBox26 = new System.Windows.Forms.GroupBox();
     this.InfoLink = new System.Windows.Forms.LinkLabel();
     this.groupBox31 = new System.Windows.Forms.GroupBox();
     this.BotCountBar1 = new System.Windows.Forms.TrackBar();
     this.BotCountBox1 = new System.Windows.Forms.TextBox();
     this.groupBox32 = new System.Windows.Forms.GroupBox();
     this.BotCountBar2 = new System.Windows.Forms.TrackBar();
     this.BotCountBox2 = new System.Windows.Forms.TextBox();
     this.ForceBotCount = new System.Windows.Forms.CheckBox();
     this.groupBox29 = new System.Windows.Forms.GroupBox();
     this.BotCountBar = new System.Windows.Forms.TrackBar();
     this.BotCountBox = new System.Windows.Forms.TextBox();
     this.groupBox28 = new System.Windows.Forms.GroupBox();
     this.BotRatioBox = new System.Windows.Forms.TextBox();
     this.BotRatioBar = new System.Windows.Forms.TrackBar();
     this.groupBox27 = new System.Windows.Forms.GroupBox();
     this.BotDifficultyBox = new System.Windows.Forms.TextBox();
     this.BotDifficultyBar = new System.Windows.Forms.TrackBar();
     this.tabPage7 = new System.Windows.Forms.TabPage();
     this.groupBox7 = new System.Windows.Forms.GroupBox();
     this.PlayersVotingBox = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.PlayersVotingBar = new System.Windows.Forms.TrackBar();
     this.VoteTimeBox = new System.Windows.Forms.TextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.VoteTimeBar = new System.Windows.Forms.TrackBar();
     this.EnableTeamVotingBox = new System.Windows.Forms.CheckBox();
     this.EnableVotingBox = new System.Windows.Forms.CheckBox();
     this.tabPage5 = new System.Windows.Forms.TabPage();
     this.groupBox30 = new System.Windows.Forms.GroupBox();
     this.SLogoUrlBox = new System.Windows.Forms.TextBox();
     this.label23 = new System.Windows.Forms.Label();
     this.CLogoUrlBox = new System.Windows.Forms.TextBox();
     this.label22 = new System.Windows.Forms.Label();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.DemoHookBox = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.DemoDownloadBox = new System.Windows.Forms.TextBox();
     this.DemoIndexUrlBox = new System.Windows.Forms.TextBox();
     this.label20 = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.DemoQualityBox = new System.Windows.Forms.TextBox();
     this.label18 = new System.Windows.Forms.Label();
     this.DemoQualityBar = new System.Windows.Forms.TrackBar();
     this.EnableAutoRecord = new System.Windows.Forms.CheckBox();
     this.tabPage6 = new System.Windows.Forms.TabPage();
     this.Tipsy = new System.Windows.Forms.ToolTip(this.components);
     this.groupBox1.SuspendLayout();
     this.groupBox13.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TeamRatioBar)).BeginInit();
     this.groupBox12.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ScoreLimitBar)).BeginInit();
     this.groupBox11.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TicketRatioBar)).BeginInit();
     this.groupBox10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.MaxPlayersBar)).BeginInit();
     this.groupBox9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PlayersToStartSlider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RoundsPerMapBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GamespyPortBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ServerPortBox)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox21.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TimeB4RestartMapBar)).BeginInit();
     this.groupBox20.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NotEnoughPlayersBar)).BeginInit();
     this.groupBox19.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.EORBar)).BeginInit();
     this.groupBox18.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.EndDelayBar)).BeginInit();
     this.groupBox17.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.StartDelayBar)).BeginInit();
     this.groupBox16.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ManDownBar)).BeginInit();
     this.groupBox15.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SpawnTimeBar)).BeginInit();
     this.groupBox14.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TimeLimitBar)).BeginInit();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.VoipServerPort)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.VoipBF2ServerPort)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.VoipBF2ClientPort)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.VoipQualityBar)).BeginInit();
     this.groupBox6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TksBeforeKickBox)).BeginInit();
     this.groupBox25.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.VehicleSplashFFBar)).BeginInit();
     this.groupBox24.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SoldierSplashFFBar)).BeginInit();
     this.groupBox23.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.VehicleFFBar)).BeginInit();
     this.groupBox22.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SoldierFFBar)).BeginInit();
     this.groupBox8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.RadioBlockTimeBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RadioMaxSpamBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RadioSpamIntBox)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.groupBox26.SuspendLayout();
     this.groupBox31.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BotCountBar1)).BeginInit();
     this.groupBox32.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BotCountBar2)).BeginInit();
     this.groupBox29.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BotCountBar)).BeginInit();
     this.groupBox28.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BotRatioBar)).BeginInit();
     this.groupBox27.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BotDifficultyBar)).BeginInit();
     this.tabPage7.SuspendLayout();
     this.groupBox7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PlayersVotingBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.VoteTimeBar)).BeginInit();
     this.tabPage5.SuspendLayout();
     this.groupBox30.SuspendLayout();
     this.groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DemoQualityBar)).BeginInit();
     this.tabPage6.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.EnablePunkBuster);
     this.groupBox1.Controls.Add(this.AutoBalanceBox);
     this.groupBox1.Controls.Add(this.ServerIpBox);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.groupBox13);
     this.groupBox1.Controls.Add(this.groupBox12);
     this.groupBox1.Controls.Add(this.groupBox11);
     this.groupBox1.Controls.Add(this.groupBox10);
     this.groupBox1.Controls.Add(this.groupBox9);
     this.groupBox1.Controls.Add(this.RoundsPerMapBox);
     this.groupBox1.Controls.Add(this.GamespyPortBox);
     this.groupBox1.Controls.Add(this.ServerPortBox);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.ServerPasswordBox);
     this.groupBox1.Controls.Add(this.ServerNameBox);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.EnablePublicServerBox);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(5, 5);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(594, 337);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     //
     // EnablePunkBuster
     //
     this.EnablePunkBuster.AutoSize = true;
     this.EnablePunkBuster.Location = new System.Drawing.Point(155, 176);
     this.EnablePunkBuster.Name = "EnablePunkBuster";
     this.EnablePunkBuster.Size = new System.Drawing.Size(120, 17);
     this.EnablePunkBuster.TabIndex = 29;
     this.EnablePunkBuster.Text = "Enable Punk Buster";
     this.Tipsy.SetToolTip(this.EnablePunkBuster, "Enable PunkBuster automatic cheat protection. Visit http://www.evenbalance.com fo" +
             "r more information about PunkBuster.");
     this.EnablePunkBuster.UseVisualStyleBackColor = true;
     //
     // AutoBalanceBox
     //
     this.AutoBalanceBox.AutoSize = true;
     this.AutoBalanceBox.Location = new System.Drawing.Point(10, 176);
     this.AutoBalanceBox.Name = "AutoBalanceBox";
     this.AutoBalanceBox.Size = new System.Drawing.Size(121, 17);
     this.AutoBalanceBox.TabIndex = 28;
     this.AutoBalanceBox.Text = "Autobalance Teams";
     this.Tipsy.SetToolTip(this.AutoBalanceBox, "Enabling this will automatically move players to the team with less players when " +
             "they die, and will prevent players from switching\r\nteams if it would cause them " +
             "to be too unbalanced.");
     this.AutoBalanceBox.UseVisualStyleBackColor = true;
     //
     // ServerIpBox
     //
     this.ServerIpBox.Location = new System.Drawing.Point(82, 80);
     this.ServerIpBox.Name = "ServerIpBox";
     this.ServerIpBox.Size = new System.Drawing.Size(210, 20);
     this.ServerIpBox.TabIndex = 27;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(6, 82);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(54, 13);
     this.label9.TabIndex = 26;
     this.label9.Text = "Server IP:";
     this.Tipsy.SetToolTip(this.label9, "This setting allows you to set the network IP address for your server. This setti" +
             "ng needs to match the \"interfaceIP\" setting.\r\n\r\nNote: Leave Blank to use the def" +
             "ault IP for this machine");
     //
     // groupBox13
     //
     this.groupBox13.Controls.Add(this.TeamRatioBox);
     this.groupBox13.Controls.Add(this.TeamRatioBar);
     this.groupBox13.Location = new System.Drawing.Point(301, 216);
     this.groupBox13.Name = "groupBox13";
     this.groupBox13.Size = new System.Drawing.Size(283, 54);
     this.groupBox13.TabIndex = 25;
     this.groupBox13.TabStop = false;
     this.groupBox13.Text = "Team Ratio";
     //
     // TeamRatioBox
     //
     this.TeamRatioBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.TeamRatioBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.TeamRatioBox.Location = new System.Drawing.Point(252, 19);
     this.TeamRatioBox.Name = "TeamRatioBox";
     this.TeamRatioBox.ReadOnly = true;
     this.TeamRatioBox.Size = new System.Drawing.Size(26, 13);
     this.TeamRatioBox.TabIndex = 21;
     this.TeamRatioBox.Text = "50%";
     //
     // TeamRatioBar
     //
     this.TeamRatioBar.AutoSize = false;
     this.TeamRatioBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.TeamRatioBar.LargeChange = 10;
     this.TeamRatioBar.Location = new System.Drawing.Point(7, 19);
     this.TeamRatioBar.Maximum = 100;
     this.TeamRatioBar.Name = "TeamRatioBar";
     this.TeamRatioBar.Size = new System.Drawing.Size(240, 28);
     this.TeamRatioBar.SmallChange = 5;
     this.TeamRatioBar.TabIndex = 20;
     this.TeamRatioBar.TickFrequency = 10;
     this.Tipsy.SetToolTip(this.TeamRatioBar, "This ratio represents how autoBalanceTeam considers the desired ratio between tea" +
             "m 1 and team 2. \r\nThe percent represents what percent of team 1\'s current player" +
             "s is considered \'even\' for team 2.");
     this.TeamRatioBar.Value = 50;
     this.TeamRatioBar.ValueChanged += new System.EventHandler(this.TeamRatioBar_ValueChanged);
     //
     // groupBox12
     //
     this.groupBox12.Controls.Add(this.ScoreLimitBox);
     this.groupBox12.Controls.Add(this.ScoreLimitBar);
     this.groupBox12.Location = new System.Drawing.Point(301, 275);
     this.groupBox12.Name = "groupBox12";
     this.groupBox12.Size = new System.Drawing.Size(283, 54);
     this.groupBox12.TabIndex = 24;
     this.groupBox12.TabStop = false;
     this.groupBox12.Text = "Score Limit";
     //
     // ScoreLimitBox
     //
     this.ScoreLimitBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.ScoreLimitBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.ScoreLimitBox.Location = new System.Drawing.Point(252, 19);
     this.ScoreLimitBox.Name = "ScoreLimitBox";
     this.ScoreLimitBox.ReadOnly = true;
     this.ScoreLimitBox.Size = new System.Drawing.Size(20, 13);
     this.ScoreLimitBox.TabIndex = 21;
     this.ScoreLimitBox.Text = "0";
     //
     // ScoreLimitBar
     //
     this.ScoreLimitBar.AutoSize = false;
     this.ScoreLimitBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.ScoreLimitBar.Location = new System.Drawing.Point(7, 19);
     this.ScoreLimitBar.Maximum = 300;
     this.ScoreLimitBar.Name = "ScoreLimitBar";
     this.ScoreLimitBar.Size = new System.Drawing.Size(240, 28);
     this.ScoreLimitBar.TabIndex = 20;
     this.ScoreLimitBar.TickStyle = System.Windows.Forms.TickStyle.None;
     this.Tipsy.SetToolTip(this.ScoreLimitBar, "After this number of points is scored by one team, the round will end.");
     this.ScoreLimitBar.ValueChanged += new System.EventHandler(this.ScoreLimitBar_ValueChanged);
     //
     // groupBox11
     //
     this.groupBox11.Controls.Add(this.TicketRatioBox);
     this.groupBox11.Controls.Add(this.TicketRatioBar);
     this.groupBox11.Location = new System.Drawing.Point(303, 156);
     this.groupBox11.Name = "groupBox11";
     this.groupBox11.Size = new System.Drawing.Size(283, 54);
     this.groupBox11.TabIndex = 23;
     this.groupBox11.TabStop = false;
     this.groupBox11.Text = "Ticket Ratio";
     //
     // TicketRatioBox
     //
     this.TicketRatioBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.TicketRatioBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.TicketRatioBox.Location = new System.Drawing.Point(251, 19);
     this.TicketRatioBox.Name = "TicketRatioBox";
     this.TicketRatioBox.ReadOnly = true;
     this.TicketRatioBox.Size = new System.Drawing.Size(26, 13);
     this.TicketRatioBox.TabIndex = 18;
     this.TicketRatioBox.Text = "100%";
     //
     // TicketRatioBar
     //
     this.TicketRatioBar.AutoSize = false;
     this.TicketRatioBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.TicketRatioBar.LargeChange = 25;
     this.TicketRatioBar.Location = new System.Drawing.Point(6, 19);
     this.TicketRatioBar.Maximum = 1000;
     this.TicketRatioBar.Name = "TicketRatioBar";
     this.TicketRatioBar.Size = new System.Drawing.Size(240, 29);
     this.TicketRatioBar.SmallChange = 5;
     this.TicketRatioBar.TabIndex = 17;
     this.TicketRatioBar.TickFrequency = 50;
     this.Tipsy.SetToolTip(this.TicketRatioBar, "You can set the percentage of the normal number of tickets you wish to use.");
     this.TicketRatioBar.Value = 100;
     this.TicketRatioBar.ValueChanged += new System.EventHandler(this.TicketRatioBar_ValueChanged);
     //
     // groupBox10
     //
     this.groupBox10.Controls.Add(this.MaxPlayersBar);
     this.groupBox10.Controls.Add(this.MaxPlayersBox);
     this.groupBox10.Location = new System.Drawing.Point(9, 275);
     this.groupBox10.Name = "groupBox10";
     this.groupBox10.Size = new System.Drawing.Size(283, 54);
     this.groupBox10.TabIndex = 22;
     this.groupBox10.TabStop = false;
     this.groupBox10.Text = "Maximum Players";
     //
     // MaxPlayersBar
     //
     this.MaxPlayersBar.AutoSize = false;
     this.MaxPlayersBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.MaxPlayersBar.LargeChange = 8;
     this.MaxPlayersBar.Location = new System.Drawing.Point(6, 19);
     this.MaxPlayersBar.Maximum = 64;
     this.MaxPlayersBar.Name = "MaxPlayersBar";
     this.MaxPlayersBar.Size = new System.Drawing.Size(240, 29);
     this.MaxPlayersBar.SmallChange = 2;
     this.MaxPlayersBar.TabIndex = 8;
     this.MaxPlayersBar.TickFrequency = 8;
     this.Tipsy.SetToolTip(this.MaxPlayersBar, "The maximum number of players allowed on your server at once.");
     this.MaxPlayersBar.Value = 64;
     this.MaxPlayersBar.ValueChanged += new System.EventHandler(this.MaxPlayersBar_ValueChanged);
     //
     // MaxPlayersBox
     //
     this.MaxPlayersBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.MaxPlayersBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.MaxPlayersBox.Location = new System.Drawing.Point(252, 19);
     this.MaxPlayersBox.Name = "MaxPlayersBox";
     this.MaxPlayersBox.ReadOnly = true;
     this.MaxPlayersBox.Size = new System.Drawing.Size(20, 13);
     this.MaxPlayersBox.TabIndex = 10;
     this.MaxPlayersBox.Text = "64";
     //
     // groupBox9
     //
     this.groupBox9.Controls.Add(this.PlayersToStartSlider);
     this.groupBox9.Controls.Add(this.PlayersToStartValueBox);
     this.groupBox9.Location = new System.Drawing.Point(10, 216);
     this.groupBox9.Name = "groupBox9";
     this.groupBox9.Size = new System.Drawing.Size(283, 54);
     this.groupBox9.TabIndex = 21;
     this.groupBox9.TabStop = false;
     this.groupBox9.Text = "Number of Players Needed To Start";
     //
     // PlayersToStartSlider
     //
     this.PlayersToStartSlider.AutoSize = false;
     this.PlayersToStartSlider.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.PlayersToStartSlider.LargeChange = 8;
     this.PlayersToStartSlider.Location = new System.Drawing.Point(6, 19);
     this.PlayersToStartSlider.Maximum = 64;
     this.PlayersToStartSlider.Name = "PlayersToStartSlider";
     this.PlayersToStartSlider.Size = new System.Drawing.Size(240, 29);
     this.PlayersToStartSlider.SmallChange = 2;
     this.PlayersToStartSlider.TabIndex = 8;
     this.PlayersToStartSlider.TickFrequency = 8;
     this.Tipsy.SetToolTip(this.PlayersToStartSlider, "The minimum number of players needed for a round to begin. Until this number of p" +
             "layers have joined, \r\nthe server stays in a \"pre-game\" state and neither team lo" +
             "ses any tickets.");
     this.PlayersToStartSlider.Value = 2;
     this.PlayersToStartSlider.ValueChanged += new System.EventHandler(this.PlayersToStartSlider_ValueChanged);
     //
     // PlayersToStartValueBox
     //
     this.PlayersToStartValueBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.PlayersToStartValueBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.PlayersToStartValueBox.Location = new System.Drawing.Point(252, 19);
     this.PlayersToStartValueBox.Name = "PlayersToStartValueBox";
     this.PlayersToStartValueBox.ReadOnly = true;
     this.PlayersToStartValueBox.Size = new System.Drawing.Size(20, 13);
     this.PlayersToStartValueBox.TabIndex = 10;
     this.PlayersToStartValueBox.Text = "2";
     //
     // RoundsPerMapBox
     //
     this.RoundsPerMapBox.Location = new System.Drawing.Point(242, 147);
     this.RoundsPerMapBox.Maximum = new decimal(new int[] {
     999,
     0,
     0,
     0});
     this.RoundsPerMapBox.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.RoundsPerMapBox.Name = "RoundsPerMapBox";
     this.RoundsPerMapBox.Size = new System.Drawing.Size(50, 20);
     this.RoundsPerMapBox.TabIndex = 20;
     this.RoundsPerMapBox.Value = new decimal(new int[] {
     3,
     0,
     0,
     0});
     //
     // GamespyPortBox
     //
     this.GamespyPortBox.Location = new System.Drawing.Point(232, 115);
     this.GamespyPortBox.Maximum = new decimal(new int[] {
     65535,
     0,
     0,
     0});
     this.GamespyPortBox.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.GamespyPortBox.Name = "GamespyPortBox";
     this.GamespyPortBox.Size = new System.Drawing.Size(60, 20);
     this.GamespyPortBox.TabIndex = 19;
     this.GamespyPortBox.Value = new decimal(new int[] {
     29900,
     0,
     0,
     0});
     //
     // ServerPortBox
     //
     this.ServerPortBox.Location = new System.Drawing.Point(71, 115);
     this.ServerPortBox.Maximum = new decimal(new int[] {
     65535,
     0,
     0,
     0});
     this.ServerPortBox.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.ServerPortBox.Name = "ServerPortBox";
     this.ServerPortBox.Size = new System.Drawing.Size(60, 20);
     this.ServerPortBox.TabIndex = 18;
     this.ServerPortBox.Value = new decimal(new int[] {
     16567,
     0,
     0,
     0});
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.ServerWelcomeBox);
     this.groupBox2.Location = new System.Drawing.Point(301, 20);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(283, 116);
     this.groupBox2.TabIndex = 15;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Server Welcome Message";
     //
     // ServerWelcomeBox
     //
     this.ServerWelcomeBox.Location = new System.Drawing.Point(9, 18);
     this.ServerWelcomeBox.Multiline = true;
     this.ServerWelcomeBox.Name = "ServerWelcomeBox";
     this.ServerWelcomeBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.ServerWelcomeBox.Size = new System.Drawing.Size(266, 91);
     this.ServerWelcomeBox.TabIndex = 0;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(154, 117);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(76, 13);
     this.label6.TabIndex = 12;
     this.label6.Text = "Gamespy Port:";
     this.Tipsy.SetToolTip(this.label6, resources.GetString("label6.ToolTip"));
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(6, 117);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(63, 13);
     this.label5.TabIndex = 11;
     this.label5.Text = "Server Port:";
     this.Tipsy.SetToolTip(this.label5, "This setting allows you to customize the port used for gameplay network traffic.");
     //
     // ServerPasswordBox
     //
     this.ServerPasswordBox.Location = new System.Drawing.Point(82, 54);
     this.ServerPasswordBox.Name = "ServerPasswordBox";
     this.ServerPasswordBox.Size = new System.Drawing.Size(210, 20);
     this.ServerPasswordBox.TabIndex = 7;
     //
     // ServerNameBox
     //
     this.ServerNameBox.Location = new System.Drawing.Point(82, 28);
     this.ServerNameBox.Name = "ServerNameBox";
     this.ServerNameBox.Size = new System.Drawing.Size(210, 20);
     this.ServerNameBox.TabIndex = 6;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(152, 149);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(90, 13);
     this.label3.TabIndex = 4;
     this.label3.Text = "Rounds Per Map:";
     this.Tipsy.SetToolTip(this.label3, "Set the number of rounds to complete before the map automatically changes to the " +
             "next on the list.");
     //
     // EnablePublicServerBox
     //
     this.EnablePublicServerBox.AutoSize = true;
     this.EnablePublicServerBox.Location = new System.Drawing.Point(10, 148);
     this.EnablePublicServerBox.Name = "EnablePublicServerBox";
     this.EnablePublicServerBox.Size = new System.Drawing.Size(125, 17);
     this.EnablePublicServerBox.TabIndex = 3;
     this.EnablePublicServerBox.Text = "Enable Public Server";
     this.Tipsy.SetToolTip(this.EnablePublicServerBox, "Set this to report your server to the Internet server browser list.");
     this.EnablePublicServerBox.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 56);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(56, 13);
     this.label2.TabIndex = 1;
     this.label2.Text = "Password:"******"If you set a password, players will need to enter it before connecting to your se" +
             "rver.");
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 31);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(72, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Server Name:";
     this.Tipsy.SetToolTip(this.label1, "This is the name your server will be listed by in the Internet or LAN server brow" +
             "ser.");
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.groupBox21);
     this.groupBox3.Controls.Add(this.groupBox20);
     this.groupBox3.Controls.Add(this.groupBox19);
     this.groupBox3.Controls.Add(this.groupBox18);
     this.groupBox3.Controls.Add(this.groupBox17);
     this.groupBox3.Controls.Add(this.groupBox16);
     this.groupBox3.Controls.Add(this.groupBox15);
     this.groupBox3.Controls.Add(this.groupBox14);
     this.groupBox3.Location = new System.Drawing.Point(5, 5);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(594, 337);
     this.groupBox3.TabIndex = 2;
     this.groupBox3.TabStop = false;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(202, 22);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(186, 13);
     this.label4.TabIndex = 34;
     this.label4.Text = "Slider values are displayed in seconds";
     //
     // groupBox21
     //
     this.groupBox21.Controls.Add(this.TimeB4RestartMapBar);
     this.groupBox21.Controls.Add(this.TimeB4RestartMapBox);
     this.groupBox21.Location = new System.Drawing.Point(299, 244);
     this.groupBox21.Name = "groupBox21";
     this.groupBox21.Size = new System.Drawing.Size(283, 54);
     this.groupBox21.TabIndex = 33;
     this.groupBox21.TabStop = false;
     this.groupBox21.Text = "Time Before Restart Map";
     //
     // TimeB4RestartMapBar
     //
     this.TimeB4RestartMapBar.AutoSize = false;
     this.TimeB4RestartMapBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.TimeB4RestartMapBar.LargeChange = 15;
     this.TimeB4RestartMapBar.Location = new System.Drawing.Point(6, 19);
     this.TimeB4RestartMapBar.Maximum = 60;
     this.TimeB4RestartMapBar.Name = "TimeB4RestartMapBar";
     this.TimeB4RestartMapBar.Size = new System.Drawing.Size(240, 29);
     this.TimeB4RestartMapBar.SmallChange = 5;
     this.TimeB4RestartMapBar.TabIndex = 11;
     this.TimeB4RestartMapBar.TickFrequency = 5;
     this.Tipsy.SetToolTip(this.TimeB4RestartMapBar, "This is the number of seconds before a round starts once the minimun number of pl" +
             "ayers has joined.");
     this.TimeB4RestartMapBar.Value = 15;
     this.TimeB4RestartMapBar.ValueChanged += new System.EventHandler(this.TimeB4RestartMapBar_ValueChanged);
     //
     // TimeB4RestartMapBox
     //
     this.TimeB4RestartMapBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.TimeB4RestartMapBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.TimeB4RestartMapBox.Location = new System.Drawing.Point(252, 19);
     this.TimeB4RestartMapBox.Name = "TimeB4RestartMapBox";
     this.TimeB4RestartMapBox.ReadOnly = true;
     this.TimeB4RestartMapBox.Size = new System.Drawing.Size(20, 13);
     this.TimeB4RestartMapBox.TabIndex = 13;
     this.TimeB4RestartMapBox.Text = "15";
     //
     // groupBox20
     //
     this.groupBox20.Controls.Add(this.NotEnoughPlayersBar);
     this.groupBox20.Controls.Add(this.NotEnoughPlayersBox);
     this.groupBox20.Location = new System.Drawing.Point(10, 244);
     this.groupBox20.Name = "groupBox20";
     this.groupBox20.Size = new System.Drawing.Size(283, 54);
     this.groupBox20.TabIndex = 32;
     this.groupBox20.TabStop = false;
     this.groupBox20.Text = "Not Enough Players Start Delay";
     //
     // NotEnoughPlayersBar
     //
     this.NotEnoughPlayersBar.AutoSize = false;
     this.NotEnoughPlayersBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.NotEnoughPlayersBar.LargeChange = 15;
     this.NotEnoughPlayersBar.Location = new System.Drawing.Point(6, 19);
     this.NotEnoughPlayersBar.Maximum = 60;
     this.NotEnoughPlayersBar.Name = "NotEnoughPlayersBar";
     this.NotEnoughPlayersBar.Size = new System.Drawing.Size(240, 29);
     this.NotEnoughPlayersBar.SmallChange = 5;
     this.NotEnoughPlayersBar.TabIndex = 11;
     this.NotEnoughPlayersBar.TickFrequency = 5;
     this.Tipsy.SetToolTip(this.NotEnoughPlayersBar, resources.GetString("NotEnoughPlayersBar.ToolTip"));
     this.NotEnoughPlayersBar.Value = 15;
     this.NotEnoughPlayersBar.ValueChanged += new System.EventHandler(this.NotEnoughPlayersBar_ValueChanged);
     //
     // NotEnoughPlayersBox
     //
     this.NotEnoughPlayersBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.NotEnoughPlayersBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.NotEnoughPlayersBox.Location = new System.Drawing.Point(252, 19);
     this.NotEnoughPlayersBox.Name = "NotEnoughPlayersBox";
     this.NotEnoughPlayersBox.ReadOnly = true;
     this.NotEnoughPlayersBox.Size = new System.Drawing.Size(20, 13);
     this.NotEnoughPlayersBox.TabIndex = 13;
     this.NotEnoughPlayersBox.Text = "15";
     //
     // groupBox19
     //
     this.groupBox19.Controls.Add(this.EORBar);
     this.groupBox19.Controls.Add(this.EORBox);
     this.groupBox19.Location = new System.Drawing.Point(299, 182);
     this.groupBox19.Name = "groupBox19";
     this.groupBox19.Size = new System.Drawing.Size(283, 54);
     this.groupBox19.TabIndex = 31;
     this.groupBox19.TabStop = false;
     this.groupBox19.Text = "End of Round Delay";
     //
     // EORBar
     //
     this.EORBar.AutoSize = false;
     this.EORBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.EORBar.LargeChange = 15;
     this.EORBar.Location = new System.Drawing.Point(6, 19);
     this.EORBar.Maximum = 120;
     this.EORBar.Name = "EORBar";
     this.EORBar.Size = new System.Drawing.Size(240, 29);
     this.EORBar.SmallChange = 5;
     this.EORBar.TabIndex = 11;
     this.EORBar.TickFrequency = 5;
     this.Tipsy.SetToolTip(this.EORBar, "This is the amount of time in seconds that the message stating which team won is " +
             "displayed \r\nat the end of the round.");
     this.EORBar.Value = 45;
     this.EORBar.ValueChanged += new System.EventHandler(this.EORBar_ValueChanged);
     //
     // EORBox
     //
     this.EORBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.EORBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.EORBox.Location = new System.Drawing.Point(252, 19);
     this.EORBox.Name = "EORBox";
     this.EORBox.ReadOnly = true;
     this.EORBox.Size = new System.Drawing.Size(20, 13);
     this.EORBox.TabIndex = 13;
     this.EORBox.Text = "45";
     //
     // groupBox18
     //
     this.groupBox18.Controls.Add(this.EndDelayBar);
     this.groupBox18.Controls.Add(this.EndDelayBox);
     this.groupBox18.Location = new System.Drawing.Point(299, 118);
     this.groupBox18.Name = "groupBox18";
     this.groupBox18.Size = new System.Drawing.Size(283, 54);
     this.groupBox18.TabIndex = 30;
     this.groupBox18.TabStop = false;
     this.groupBox18.Text = "End Delay";
     //
     // EndDelayBar
     //
     this.EndDelayBar.AutoSize = false;
     this.EndDelayBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.EndDelayBar.LargeChange = 15;
     this.EndDelayBar.Location = new System.Drawing.Point(6, 19);
     this.EndDelayBar.Maximum = 60;
     this.EndDelayBar.Name = "EndDelayBar";
     this.EndDelayBar.Size = new System.Drawing.Size(240, 29);
     this.EndDelayBar.SmallChange = 5;
     this.EndDelayBar.TabIndex = 11;
     this.EndDelayBar.TickFrequency = 5;
     this.Tipsy.SetToolTip(this.EndDelayBar, "This is the amount of time in seconds between when a round ends and a new round b" +
             "egins.");
     this.EndDelayBar.Value = 15;
     this.EndDelayBar.ValueChanged += new System.EventHandler(this.EndDelayBar_ValueChanged);
     //
     // EndDelayBox
     //
     this.EndDelayBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.EndDelayBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.EndDelayBox.Location = new System.Drawing.Point(252, 19);
     this.EndDelayBox.Name = "EndDelayBox";
     this.EndDelayBox.ReadOnly = true;
     this.EndDelayBox.Size = new System.Drawing.Size(20, 13);
     this.EndDelayBox.TabIndex = 13;
     this.EndDelayBox.Text = "15";
     //
     // groupBox17
     //
     this.groupBox17.Controls.Add(this.StartDelayBar);
     this.groupBox17.Controls.Add(this.StartDelayBox);
     this.groupBox17.Location = new System.Drawing.Point(299, 54);
     this.groupBox17.Name = "groupBox17";
     this.groupBox17.Size = new System.Drawing.Size(283, 54);
     this.groupBox17.TabIndex = 29;
     this.groupBox17.TabStop = false;
     this.groupBox17.Text = "Start Delay";
     //
     // StartDelayBar
     //
     this.StartDelayBar.AutoSize = false;
     this.StartDelayBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.StartDelayBar.LargeChange = 15;
     this.StartDelayBar.Location = new System.Drawing.Point(6, 19);
     this.StartDelayBar.Maximum = 60;
     this.StartDelayBar.Name = "StartDelayBar";
     this.StartDelayBar.Size = new System.Drawing.Size(240, 29);
     this.StartDelayBar.SmallChange = 5;
     this.StartDelayBar.TabIndex = 11;
     this.StartDelayBar.TickFrequency = 5;
     this.Tipsy.SetToolTip(this.StartDelayBar, "This is the amount of time in seconds players are kept waiting for the game to st" +
             "art, \r\nonce the minimum number of players has been reached.");
     this.StartDelayBar.Value = 15;
     this.StartDelayBar.ValueChanged += new System.EventHandler(this.StartDelayBar_ValueChanged);
     //
     // StartDelayBox
     //
     this.StartDelayBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.StartDelayBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.StartDelayBox.Location = new System.Drawing.Point(252, 19);
     this.StartDelayBox.Name = "StartDelayBox";
     this.StartDelayBox.ReadOnly = true;
     this.StartDelayBox.Size = new System.Drawing.Size(20, 13);
     this.StartDelayBox.TabIndex = 13;
     this.StartDelayBox.Text = "15";
     //
     // groupBox16
     //
     this.groupBox16.Controls.Add(this.ManDownBar);
     this.groupBox16.Controls.Add(this.ManDownBox);
     this.groupBox16.Location = new System.Drawing.Point(10, 182);
     this.groupBox16.Name = "groupBox16";
     this.groupBox16.Size = new System.Drawing.Size(283, 54);
     this.groupBox16.TabIndex = 28;
     this.groupBox16.TabStop = false;
     this.groupBox16.Text = "Man Down Time";
     //
     // ManDownBar
     //
     this.ManDownBar.AutoSize = false;
     this.ManDownBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.ManDownBar.LargeChange = 15;
     this.ManDownBar.Location = new System.Drawing.Point(6, 19);
     this.ManDownBar.Maximum = 60;
     this.ManDownBar.Name = "ManDownBar";
     this.ManDownBar.Size = new System.Drawing.Size(240, 29);
     this.ManDownBar.SmallChange = 5;
     this.ManDownBar.TabIndex = 11;
     this.ManDownBar.TickFrequency = 5;
     this.Tipsy.SetToolTip(this.ManDownBar, "This is the amount of time players will wait to spawn in the game again after bei" +
             "ng incapacitated \r\nand able to be revived by a medic.");
     this.ManDownBar.Value = 15;
     this.ManDownBar.ValueChanged += new System.EventHandler(this.ManDownBar_ValueChanged);
     //
     // ManDownBox
     //
     this.ManDownBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.ManDownBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.ManDownBox.Location = new System.Drawing.Point(252, 19);
     this.ManDownBox.Name = "ManDownBox";
     this.ManDownBox.ReadOnly = true;
     this.ManDownBox.Size = new System.Drawing.Size(20, 13);
     this.ManDownBox.TabIndex = 13;
     this.ManDownBox.Text = "15";
     //
     // groupBox15
     //
     this.groupBox15.Controls.Add(this.SpawnTimeBar);
     this.groupBox15.Controls.Add(this.SpawnTimeBox);
     this.groupBox15.Location = new System.Drawing.Point(10, 118);
     this.groupBox15.Name = "groupBox15";
     this.groupBox15.Size = new System.Drawing.Size(283, 54);
     this.groupBox15.TabIndex = 27;
     this.groupBox15.TabStop = false;
     this.groupBox15.Text = "Spawn Time";
     //
     // SpawnTimeBar
     //
     this.SpawnTimeBar.AutoSize = false;
     this.SpawnTimeBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.SpawnTimeBar.LargeChange = 15;
     this.SpawnTimeBar.Location = new System.Drawing.Point(6, 19);
     this.SpawnTimeBar.Maximum = 60;
     this.SpawnTimeBar.Name = "SpawnTimeBar";
     this.SpawnTimeBar.Size = new System.Drawing.Size(240, 29);
     this.SpawnTimeBar.SmallChange = 5;
     this.SpawnTimeBar.TabIndex = 11;
     this.SpawnTimeBar.TickFrequency = 5;
     this.Tipsy.SetToolTip(this.SpawnTimeBar, "This is the amount of time in seconds that players will wait to spawn in the game" +
             " again after being killed.");
     this.SpawnTimeBar.Value = 15;
     this.SpawnTimeBar.ValueChanged += new System.EventHandler(this.SpawnTimeBar_ValueChanged);
     //
     // SpawnTimeBox
     //
     this.SpawnTimeBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.SpawnTimeBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.SpawnTimeBox.Location = new System.Drawing.Point(252, 19);
     this.SpawnTimeBox.Name = "SpawnTimeBox";
     this.SpawnTimeBox.ReadOnly = true;
     this.SpawnTimeBox.Size = new System.Drawing.Size(20, 13);
     this.SpawnTimeBox.TabIndex = 13;
     this.SpawnTimeBox.Text = "15";
     //
     // groupBox14
     //
     this.groupBox14.Controls.Add(this.TimeLimitBar);
     this.groupBox14.Controls.Add(this.TimeLimitBox);
     this.groupBox14.Location = new System.Drawing.Point(10, 54);
     this.groupBox14.Name = "groupBox14";
     this.groupBox14.Size = new System.Drawing.Size(283, 54);
     this.groupBox14.TabIndex = 26;
     this.groupBox14.TabStop = false;
     this.groupBox14.Text = "Time Limit";
     //
     // TimeLimitBar
     //
     this.TimeLimitBar.AutoSize = false;
     this.TimeLimitBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.TimeLimitBar.LargeChange = 60;
     this.TimeLimitBar.Location = new System.Drawing.Point(6, 19);
     this.TimeLimitBar.Maximum = 7200;
     this.TimeLimitBar.Name = "TimeLimitBar";
     this.TimeLimitBar.Size = new System.Drawing.Size(240, 29);
     this.TimeLimitBar.SmallChange = 10;
     this.TimeLimitBar.TabIndex = 11;
     this.TimeLimitBar.TickFrequency = 120;
     this.TimeLimitBar.TickStyle = System.Windows.Forms.TickStyle.None;
     this.Tipsy.SetToolTip(this.TimeLimitBar, "After this amount of time is reached, the round will end.");
     this.TimeLimitBar.ValueChanged += new System.EventHandler(this.TimeLimitBar_ValueChanged);
     //
     // TimeLimitBox
     //
     this.TimeLimitBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.TimeLimitBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.TimeLimitBox.Location = new System.Drawing.Point(252, 19);
     this.TimeLimitBox.Name = "TimeLimitBox";
     this.TimeLimitBox.ReadOnly = true;
     this.TimeLimitBox.Size = new System.Drawing.Size(24, 13);
     this.TimeLimitBox.TabIndex = 13;
     this.TimeLimitBox.Text = "0";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.VoipPasswordBox);
     this.groupBox4.Controls.Add(this.label12);
     this.groupBox4.Controls.Add(this.RemoteVoipIpBox);
     this.groupBox4.Controls.Add(this.label11);
     this.groupBox4.Controls.Add(this.EnableRemoteVoip);
     this.groupBox4.Controls.Add(this.VoipServerPort);
     this.groupBox4.Controls.Add(this.label10);
     this.groupBox4.Controls.Add(this.VoipBF2ServerPort);
     this.groupBox4.Controls.Add(this.VoipBF2ClientPort);
     this.groupBox4.Controls.Add(this.VoipQualityBox);
     this.groupBox4.Controls.Add(this.label16);
     this.groupBox4.Controls.Add(this.VoipQualityBar);
     this.groupBox4.Controls.Add(this.label15);
     this.groupBox4.Controls.Add(this.label14);
     this.groupBox4.Controls.Add(this.EnableVoip);
     this.groupBox4.Location = new System.Drawing.Point(13, 16);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(280, 299);
     this.groupBox4.TabIndex = 3;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "VOIP Settings";
     //
     // VoipPasswordBox
     //
     this.VoipPasswordBox.Enabled = false;
     this.VoipPasswordBox.Location = new System.Drawing.Point(101, 92);
     this.VoipPasswordBox.Name = "VoipPasswordBox";
     this.VoipPasswordBox.Size = new System.Drawing.Size(150, 20);
     this.VoipPasswordBox.TabIndex = 31;
     this.Tipsy.SetToolTip(this.VoipPasswordBox, "When using an external VOIP server, this should be set to the password associated" +
             " with the VOIP Server port from the VOIP server\'s configuration. ");
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(11, 95);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(80, 13);
     this.label12.TabIndex = 30;
     this.label12.Text = "Voip Password:"******"RemoteVoipIpBox";
     this.RemoteVoipIpBox.Size = new System.Drawing.Size(150, 20);
     this.RemoteVoipIpBox.TabIndex = 29;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(11, 67);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(84, 13);
     this.label11.TabIndex = 28;
     this.label11.Text = "Remote Voip IP:";
     this.Tipsy.SetToolTip(this.label11, "When using an external VOIP server, this should be set with it\'s IP address.");
     //
     // EnableRemoteVoip
     //
     this.EnableRemoteVoip.AutoSize = true;
     this.EnableRemoteVoip.Location = new System.Drawing.Point(127, 34);
     this.EnableRemoteVoip.Name = "EnableRemoteVoip";
     this.EnableRemoteVoip.Size = new System.Drawing.Size(127, 17);
     this.EnableRemoteVoip.TabIndex = 27;
     this.EnableRemoteVoip.Text = "Enable Remote VOIP";
     this.Tipsy.SetToolTip(this.EnableRemoteVoip, "Enable the use of an external BF2 VOIP Server, thereby disabling the integrated V" +
             "OIP server.");
     this.EnableRemoteVoip.UseVisualStyleBackColor = true;
     this.EnableRemoteVoip.CheckedChanged += new System.EventHandler(this.EnableRemoteVoip_CheckedChanged);
     //
     // VoipServerPort
     //
     this.VoipServerPort.Enabled = false;
     this.VoipServerPort.Location = new System.Drawing.Point(101, 183);
     this.VoipServerPort.Maximum = new decimal(new int[] {
     65535,
     0,
     0,
     0});
     this.VoipServerPort.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.VoipServerPort.Name = "VoipServerPort";
     this.VoipServerPort.Size = new System.Drawing.Size(60, 20);
     this.VoipServerPort.TabIndex = 26;
     this.Tipsy.SetToolTip(this.VoipServerPort, resources.GetString("VoipServerPort.ToolTip"));
     this.VoipServerPort.Value = new decimal(new int[] {
     55125,
     0,
     0,
     0});
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(11, 185);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(87, 13);
     this.label10.TabIndex = 25;
     this.label10.Text = "Voip Server Port:";
     //
     // VoipBF2ServerPort
     //
     this.VoipBF2ServerPort.Location = new System.Drawing.Point(101, 156);
     this.VoipBF2ServerPort.Maximum = new decimal(new int[] {
     65535,
     0,
     0,
     0});
     this.VoipBF2ServerPort.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.VoipBF2ServerPort.Name = "VoipBF2ServerPort";
     this.VoipBF2ServerPort.Size = new System.Drawing.Size(60, 20);
     this.VoipBF2ServerPort.TabIndex = 24;
     this.Tipsy.SetToolTip(this.VoipBF2ServerPort, "The BF2 server uses this port to communicate with the VOIP server.");
     this.VoipBF2ServerPort.Value = new decimal(new int[] {
     55124,
     0,
     0,
     0});
     //
     // VoipBF2ClientPort
     //
     this.VoipBF2ClientPort.Location = new System.Drawing.Point(101, 129);
     this.VoipBF2ClientPort.Maximum = new decimal(new int[] {
     65535,
     0,
     0,
     0});
     this.VoipBF2ClientPort.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.VoipBF2ClientPort.Name = "VoipBF2ClientPort";
     this.VoipBF2ClientPort.Size = new System.Drawing.Size(60, 20);
     this.VoipBF2ClientPort.TabIndex = 23;
     this.Tipsy.SetToolTip(this.VoipBF2ClientPort, "This is the port the BF2 client uses for communication with the voip server.");
     this.VoipBF2ClientPort.Value = new decimal(new int[] {
     55123,
     0,
     0,
     0});
     //
     // VoipQualityBox
     //
     this.VoipQualityBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.VoipQualityBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.VoipQualityBox.Location = new System.Drawing.Point(251, 250);
     this.VoipQualityBox.Name = "VoipQualityBox";
     this.VoipQualityBox.ReadOnly = true;
     this.VoipQualityBox.Size = new System.Drawing.Size(20, 13);
     this.VoipQualityBox.TabIndex = 22;
     this.VoipQualityBox.Text = "1";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(59, 234);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(163, 13);
     this.label16.TabIndex = 21;
     this.label16.Text = "Voip Quality (1 = Worst, 5 = Best)";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.Tipsy.SetToolTip(this.label16, "Use this to adjust the quality of VOIP audio. Raising the quality level will incr" +
             "ease the amount of bandwidth your server uses. Recommended settings are 5 for LA" +
             "N and 3 for Internet.");
     //
     // VoipQualityBar
     //
     this.VoipQualityBar.AutoSize = false;
     this.VoipQualityBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.VoipQualityBar.Location = new System.Drawing.Point(9, 250);
     this.VoipQualityBar.Maximum = 5;
     this.VoipQualityBar.Minimum = 1;
     this.VoipQualityBar.Name = "VoipQualityBar";
     this.VoipQualityBar.Size = new System.Drawing.Size(240, 28);
     this.VoipQualityBar.TabIndex = 20;
     this.VoipQualityBar.Value = 1;
     this.VoipQualityBar.ValueChanged += new System.EventHandler(this.VoipQualityBar_ValueChanged);
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(11, 158);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(85, 13);
     this.label15.TabIndex = 15;
     this.label15.Text = "BF2 Server Port:";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(11, 131);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(80, 13);
     this.label14.TabIndex = 5;
     this.label14.Text = "BF2 Client Port:";
     //
     // EnableVoip
     //
     this.EnableVoip.AutoSize = true;
     this.EnableVoip.Location = new System.Drawing.Point(27, 34);
     this.EnableVoip.Name = "EnableVoip";
     this.EnableVoip.Size = new System.Drawing.Size(87, 17);
     this.EnableVoip.TabIndex = 4;
     this.EnableVoip.Text = "Enable VOIP";
     this.Tipsy.SetToolTip(this.EnableVoip, "Enable the use of VOIP for squad communication.");
     this.EnableVoip.UseVisualStyleBackColor = true;
     this.EnableVoip.CheckedChanged += new System.EventHandler(this.EnableVoip_CheckedChanged);
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.label8);
     this.groupBox6.Controls.Add(this.TksBeforeKickBox);
     this.groupBox6.Controls.Add(this.PunishDefaultBox);
     this.groupBox6.Controls.Add(this.FriendlyFireBox);
     this.groupBox6.Controls.Add(this.PunishTeamKillsBox);
     this.groupBox6.Controls.Add(this.groupBox25);
     this.groupBox6.Controls.Add(this.groupBox24);
     this.groupBox6.Controls.Add(this.groupBox23);
     this.groupBox6.Controls.Add(this.groupBox22);
     this.groupBox6.Location = new System.Drawing.Point(5, 5);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(594, 337);
     this.groupBox6.TabIndex = 5;
     this.groupBox6.TabStop = false;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(297, 58);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(111, 13);
     this.label8.TabIndex = 47;
     this.label8.Text = "Teamkills before Kick:";
     this.Tipsy.SetToolTip(this.label8, "When punishing is enabled, this sets the number of punished teamkills required to" +
             " be kicked from the server.");
     //
     // TksBeforeKickBox
     //
     this.TksBeforeKickBox.Enabled = false;
     this.TksBeforeKickBox.Location = new System.Drawing.Point(408, 56);
     this.TksBeforeKickBox.Maximum = new decimal(new int[] {
     99,
     0,
     0,
     0});
     this.TksBeforeKickBox.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.TksBeforeKickBox.Name = "TksBeforeKickBox";
     this.TksBeforeKickBox.Size = new System.Drawing.Size(40, 20);
     this.TksBeforeKickBox.TabIndex = 46;
     this.TksBeforeKickBox.Value = new decimal(new int[] {
     3,
     0,
     0,
     0});
     //
     // PunishDefaultBox
     //
     this.PunishDefaultBox.AutoSize = true;
     this.PunishDefaultBox.Enabled = false;
     this.PunishDefaultBox.Location = new System.Drawing.Point(147, 57);
     this.PunishDefaultBox.Name = "PunishDefaultBox";
     this.PunishDefaultBox.Size = new System.Drawing.Size(110, 17);
     this.PunishDefaultBox.TabIndex = 45;
     this.PunishDefaultBox.Text = "Punish By Default";
     this.Tipsy.SetToolTip(this.PunishDefaultBox, "This sets whether or not a player is automatically punished for a teamkill.");
     this.PunishDefaultBox.UseVisualStyleBackColor = true;
     //
     // FriendlyFireBox
     //
     this.FriendlyFireBox.AutoSize = true;
     this.FriendlyFireBox.Location = new System.Drawing.Point(297, 34);
     this.FriendlyFireBox.Name = "FriendlyFireBox";
     this.FriendlyFireBox.Size = new System.Drawing.Size(138, 17);
     this.FriendlyFireBox.TabIndex = 44;
     this.FriendlyFireBox.Text = "Friendly Fire With Mines";
     this.Tipsy.SetToolTip(this.FriendlyFireBox, "Turn this setting off to prevent friendly mines and claymores from detonating whe" +
             "n teammates go over them.");
     this.FriendlyFireBox.UseVisualStyleBackColor = true;
     //
     // PunishTeamKillsBox
     //
     this.PunishTeamKillsBox.AutoSize = true;
     this.PunishTeamKillsBox.Location = new System.Drawing.Point(147, 34);
     this.PunishTeamKillsBox.Name = "PunishTeamKillsBox";
     this.PunishTeamKillsBox.Size = new System.Drawing.Size(106, 17);
     this.PunishTeamKillsBox.TabIndex = 43;
     this.PunishTeamKillsBox.Text = "Punish TeamKills";
     this.Tipsy.SetToolTip(this.PunishTeamKillsBox, "Enable the system through which players can punish teamkillers in an attempt to k" +
             "ick them from the server.");
     this.PunishTeamKillsBox.UseVisualStyleBackColor = true;
     this.PunishTeamKillsBox.CheckedChanged += new System.EventHandler(this.PunishTeamKillsBox_CheckedChanged);
     //
     // groupBox25
     //
     this.groupBox25.Controls.Add(this.VehicleSplashFFBox);
     this.groupBox25.Controls.Add(this.VehicleSplashFFBar);
     this.groupBox25.Location = new System.Drawing.Point(300, 159);
     this.groupBox25.Name = "groupBox25";
     this.groupBox25.Size = new System.Drawing.Size(283, 54);
     this.groupBox25.TabIndex = 37;
     this.groupBox25.TabStop = false;
     this.groupBox25.Text = "Vehicle Friendly Splash Damage";
     //
     // VehicleSplashFFBox
     //
     this.VehicleSplashFFBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.VehicleSplashFFBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.VehicleSplashFFBox.Location = new System.Drawing.Point(250, 19);
     this.VehicleSplashFFBox.Name = "VehicleSplashFFBox";
     this.VehicleSplashFFBox.ReadOnly = true;
     this.VehicleSplashFFBox.Size = new System.Drawing.Size(26, 13);
     this.VehicleSplashFFBox.TabIndex = 13;
     this.VehicleSplashFFBox.Text = "100%";
     //
     // VehicleSplashFFBar
     //
     this.VehicleSplashFFBar.AutoSize = false;
     this.VehicleSplashFFBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.VehicleSplashFFBar.LargeChange = 25;
     this.VehicleSplashFFBar.Location = new System.Drawing.Point(6, 19);
     this.VehicleSplashFFBar.Maximum = 100;
     this.VehicleSplashFFBar.Name = "VehicleSplashFFBar";
     this.VehicleSplashFFBar.Size = new System.Drawing.Size(240, 29);
     this.VehicleSplashFFBar.SmallChange = 5;
     this.VehicleSplashFFBar.TabIndex = 29;
     this.VehicleSplashFFBar.TickFrequency = 25;
     this.VehicleSplashFFBar.Value = 100;
     this.VehicleSplashFFBar.ValueChanged += new System.EventHandler(this.VehicleSplashFFBar_ValueChanged);
     //
     // groupBox24
     //
     this.groupBox24.Controls.Add(this.SoldierSplashFFBox);
     this.groupBox24.Controls.Add(this.SoldierSplashFFBar);
     this.groupBox24.Location = new System.Drawing.Point(11, 159);
     this.groupBox24.Name = "groupBox24";
     this.groupBox24.Size = new System.Drawing.Size(283, 54);
     this.groupBox24.TabIndex = 36;
     this.groupBox24.TabStop = false;
     this.groupBox24.Text = "Soldier Friendly Splash Damage";
     //
     // SoldierSplashFFBox
     //
     this.SoldierSplashFFBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.SoldierSplashFFBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.SoldierSplashFFBox.Location = new System.Drawing.Point(250, 19);
     this.SoldierSplashFFBox.Name = "SoldierSplashFFBox";
     this.SoldierSplashFFBox.ReadOnly = true;
     this.SoldierSplashFFBox.Size = new System.Drawing.Size(26, 13);
     this.SoldierSplashFFBox.TabIndex = 13;
     this.SoldierSplashFFBox.Text = "100%";
     //
     // SoldierSplashFFBar
     //
     this.SoldierSplashFFBar.AutoSize = false;
     this.SoldierSplashFFBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.SoldierSplashFFBar.LargeChange = 25;
     this.SoldierSplashFFBar.Location = new System.Drawing.Point(6, 19);
     this.SoldierSplashFFBar.Maximum = 100;
     this.SoldierSplashFFBar.Name = "SoldierSplashFFBar";
     this.SoldierSplashFFBar.Size = new System.Drawing.Size(240, 29);
     this.SoldierSplashFFBar.SmallChange = 5;
     this.SoldierSplashFFBar.TabIndex = 29;
     this.SoldierSplashFFBar.TickFrequency = 25;
     this.SoldierSplashFFBar.Value = 100;
     this.SoldierSplashFFBar.ValueChanged += new System.EventHandler(this.SoldierSplashFFBar_ValueChanged);
     //
     // groupBox23
     //
     this.groupBox23.Controls.Add(this.VehicleFFBox);
     this.groupBox23.Controls.Add(this.VehicleFFBar);
     this.groupBox23.Location = new System.Drawing.Point(300, 96);
     this.groupBox23.Name = "groupBox23";
     this.groupBox23.Size = new System.Drawing.Size(283, 54);
     this.groupBox23.TabIndex = 35;
     this.groupBox23.TabStop = false;
     this.groupBox23.Text = "Vehicle Friendly Fire Damage";
     //
     // VehicleFFBox
     //
     this.VehicleFFBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.VehicleFFBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.VehicleFFBox.Location = new System.Drawing.Point(250, 19);
     this.VehicleFFBox.Name = "VehicleFFBox";
     this.VehicleFFBox.ReadOnly = true;
     this.VehicleFFBox.Size = new System.Drawing.Size(26, 13);
     this.VehicleFFBox.TabIndex = 13;
     this.VehicleFFBox.Text = "100%";
     //
     // VehicleFFBar
     //
     this.VehicleFFBar.AutoSize = false;
     this.VehicleFFBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.VehicleFFBar.LargeChange = 25;
     this.VehicleFFBar.Location = new System.Drawing.Point(6, 19);
     this.VehicleFFBar.Maximum = 100;
     this.VehicleFFBar.Name = "VehicleFFBar";
     this.VehicleFFBar.Size = new System.Drawing.Size(240, 29);
     this.VehicleFFBar.SmallChange = 5;
     this.VehicleFFBar.TabIndex = 29;
     this.VehicleFFBar.TickFrequency = 25;
     this.VehicleFFBar.Value = 100;
     this.VehicleFFBar.ValueChanged += new System.EventHandler(this.VehicleFFBar_ValueChanged);
     //
     // groupBox22
     //
     this.groupBox22.Controls.Add(this.SoldierFFBox);
     this.groupBox22.Controls.Add(this.SoldierFFBar);
     this.groupBox22.Location = new System.Drawing.Point(11, 96);
     this.groupBox22.Name = "groupBox22";
     this.groupBox22.Size = new System.Drawing.Size(283, 54);
     this.groupBox22.TabIndex = 34;
     this.groupBox22.TabStop = false;
     this.groupBox22.Text = "Soldier Friendly Fire Damage";
     //
     // SoldierFFBox
     //
     this.SoldierFFBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.SoldierFFBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.SoldierFFBox.Location = new System.Drawing.Point(250, 19);
     this.SoldierFFBox.Name = "SoldierFFBox";
     this.SoldierFFBox.ReadOnly = true;
     this.SoldierFFBox.Size = new System.Drawing.Size(26, 13);
     this.SoldierFFBox.TabIndex = 13;
     this.SoldierFFBox.Text = "100%";
     //
     // SoldierFFBar
     //
     this.SoldierFFBar.AutoSize = false;
     this.SoldierFFBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.SoldierFFBar.LargeChange = 25;
     this.SoldierFFBar.Location = new System.Drawing.Point(6, 19);
     this.SoldierFFBar.Maximum = 100;
     this.SoldierFFBar.Name = "SoldierFFBar";
     this.SoldierFFBar.Size = new System.Drawing.Size(240, 29);
     this.SoldierFFBar.SmallChange = 5;
     this.SoldierFFBar.TabIndex = 29;
     this.SoldierFFBar.TickFrequency = 25;
     this.SoldierFFBar.Value = 100;
     this.SoldierFFBar.ValueChanged += new System.EventHandler(this.SoldierFFBar_ValueChanged);
     //
     // Cancel
     //
     this.Cancel.Location = new System.Drawing.Point(198, 395);
     this.Cancel.Name = "Cancel";
     this.Cancel.Size = new System.Drawing.Size(100, 30);
     this.Cancel.TabIndex = 7;
     this.Cancel.Text = "Cancel";
     this.Cancel.UseVisualStyleBackColor = true;
     this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
     //
     // SaveButton
     //
     this.SaveButton.Location = new System.Drawing.Point(311, 395);
     this.SaveButton.Name = "SaveButton";
     this.SaveButton.Size = new System.Drawing.Size(100, 30);
     this.SaveButton.TabIndex = 8;
     this.SaveButton.Text = "Save and Close";
     this.SaveButton.UseVisualStyleBackColor = true;
     this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
     //
     // groupBox8
     //
     this.groupBox8.Controls.Add(this.RadioBlockTimeBox);
     this.groupBox8.Controls.Add(this.label25);
     this.groupBox8.Controls.Add(this.RadioBlockTimeBar);
     this.groupBox8.Controls.Add(this.RadioMaxSpamBox);
     this.groupBox8.Controls.Add(this.RadioSpamIntBox);
     this.groupBox8.Controls.Add(this.label24);
     this.groupBox8.Controls.Add(this.label7);
     this.groupBox8.Controls.Add(this.AllowNoseCam);
     this.groupBox8.Controls.Add(this.HitIndicatorEnabled);
     this.groupBox8.Controls.Add(this.AllowExtViews);
     this.groupBox8.Controls.Add(this.AllowFreeCam);
     this.groupBox8.Controls.Add(this.AllowNATNagotiation);
     this.groupBox8.Location = new System.Drawing.Point(9, 10);
     this.groupBox8.Name = "groupBox8";
     this.groupBox8.Size = new System.Drawing.Size(585, 336);
     this.groupBox8.TabIndex = 9;
     this.groupBox8.TabStop = false;
     this.groupBox8.Text = "Misc";
     //
     // RadioBlockTimeBox
     //
     this.RadioBlockTimeBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.RadioBlockTimeBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.RadioBlockTimeBox.Location = new System.Drawing.Point(526, 129);
     this.RadioBlockTimeBox.Name = "RadioBlockTimeBox";
     this.RadioBlockTimeBox.ReadOnly = true;
     this.RadioBlockTimeBox.Size = new System.Drawing.Size(20, 13);
     this.RadioBlockTimeBox.TabIndex = 43;
     this.RadioBlockTimeBox.Text = "30";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.Location = new System.Drawing.Point(342, 112);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(142, 13);
     this.label25.TabIndex = 42;
     this.label25.Text = "Radio Block Time (Seconds)";
     this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.Tipsy.SetToolTip(this.label25, "This is the amount of time a player will be blocked from posting any further mess" +
             "ages after violating the Radio Max Spam Count \r\nwithin the Radio Spam Interval t" +
             "ime frame");
     //
     // RadioBlockTimeBar
     //
     this.RadioBlockTimeBar.AutoSize = false;
     this.RadioBlockTimeBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.RadioBlockTimeBar.Location = new System.Drawing.Point(280, 128);
     this.RadioBlockTimeBar.Maximum = 120;
     this.RadioBlockTimeBar.Name = "RadioBlockTimeBar";
     this.RadioBlockTimeBar.Size = new System.Drawing.Size(240, 24);
     this.RadioBlockTimeBar.TabIndex = 41;
     this.RadioBlockTimeBar.TickFrequency = 15;
     this.RadioBlockTimeBar.Value = 30;
     this.RadioBlockTimeBar.ValueChanged += new System.EventHandler(this.RadioBlockTimeBar_ValueChanged);
     //
     // RadioMaxSpamBox
     //
     this.RadioMaxSpamBox.Location = new System.Drawing.Point(405, 71);
     this.RadioMaxSpamBox.Name = "RadioMaxSpamBox";
     this.RadioMaxSpamBox.Size = new System.Drawing.Size(40, 20);
     this.RadioMaxSpamBox.TabIndex = 18;
     this.RadioMaxSpamBox.Value = new decimal(new int[] {
     6,
     0,
     0,
     0});
     //
     // RadioSpamIntBox
     //
     this.RadioSpamIntBox.Location = new System.Drawing.Point(405, 47);
     this.RadioSpamIntBox.Name = "RadioSpamIntBox";
     this.RadioSpamIntBox.Size = new System.Drawing.Size(40, 20);
     this.RadioSpamIntBox.TabIndex = 17;
     this.RadioSpamIntBox.Value = new decimal(new int[] {
     6,
     0,
     0,
     0});
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Location = new System.Drawing.Point(275, 73);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(122, 13);
     this.label24.TabIndex = 16;
     this.label24.Text = "Radio Max Spam Count:";
     this.Tipsy.SetToolTip(this.label24, "The maximum amout of messages a player can post within the Radio Spam Interval be" +
             "fore being blocked");
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(275, 49);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(106, 13);
     this.label7.TabIndex = 15;
     this.label7.Text = "Radio Spam Interval:";
     this.Tipsy.SetToolTip(this.label7, "The amount of interval at which players messages will be checked against the max " +
             "spam count");
     //
     // AllowNoseCam
     //
     this.AllowNoseCam.AutoSize = true;
     this.AllowNoseCam.Location = new System.Drawing.Point(36, 131);
     this.AllowNoseCam.Name = "AllowNoseCam";
     this.AllowNoseCam.Size = new System.Drawing.Size(103, 17);
     this.AllowNoseCam.TabIndex = 14;
     this.AllowNoseCam.Text = "Allow Nose Cam";
     this.Tipsy.SetToolTip(this.AllowNoseCam, "Use this to enable or disable the use of nose-cam in certain vehicles (planes/hel" +
             "icopters).");
     this.AllowNoseCam.UseVisualStyleBackColor = true;
     //
     // HitIndicatorEnabled
     //
     this.HitIndicatorEnabled.AutoSize = true;
     this.HitIndicatorEnabled.Location = new System.Drawing.Point(36, 168);
     this.HitIndicatorEnabled.Name = "HitIndicatorEnabled";
     this.HitIndicatorEnabled.Size = new System.Drawing.Size(83, 17);
     this.HitIndicatorEnabled.TabIndex = 13;
     this.HitIndicatorEnabled.Text = "Hit Indicator";
     this.Tipsy.SetToolTip(this.HitIndicatorEnabled, "This setting toggles whether or not players receive crosshair feedback indicating" +
             " they have hit a target.");
     this.HitIndicatorEnabled.UseVisualStyleBackColor = true;
     //
     // AllowExtViews
     //
     this.AllowExtViews.AutoSize = true;
     this.AllowExtViews.Location = new System.Drawing.Point(36, 108);
     this.AllowExtViews.Name = "AllowExtViews";
     this.AllowExtViews.Size = new System.Drawing.Size(103, 17);
     this.AllowExtViews.TabIndex = 12;
     this.AllowExtViews.Text = "Allow Ext. Views";
     this.Tipsy.SetToolTip(this.AllowExtViews, "Use this to enable or disable the use of 3rd person cameras in vehicles.");
     this.AllowExtViews.UseVisualStyleBackColor = true;
     //
     // AllowFreeCam
     //
     this.AllowFreeCam.AutoSize = true;
     this.AllowFreeCam.Location = new System.Drawing.Point(36, 85);
     this.AllowFreeCam.Name = "AllowFreeCam";
     this.AllowFreeCam.Size = new System.Drawing.Size(99, 17);
     this.AllowFreeCam.TabIndex = 11;
     this.AllowFreeCam.Text = "Allow Free Cam";
     this.Tipsy.SetToolTip(this.AllowFreeCam, "Allow players to use a free-roaming camera while waiting to spawn. Players can ac" +
             "tivate this camera using the JUMP key.");
     this.AllowFreeCam.UseVisualStyleBackColor = true;
     //
     // AllowNATNagotiation
     //
     this.AllowNATNagotiation.AutoSize = true;
     this.AllowNATNagotiation.Location = new System.Drawing.Point(36, 48);
     this.AllowNATNagotiation.Name = "AllowNATNagotiation";
     this.AllowNATNagotiation.Size = new System.Drawing.Size(133, 17);
     this.AllowNATNagotiation.TabIndex = 10;
     this.AllowNATNagotiation.Text = "Allow NAT Negotiation";
     this.Tipsy.SetToolTip(this.AllowNATNagotiation, "Allow Network Address Translation negotiation. \r\n\r\nTry this if you use a router o" +
             "r gateway device and are having problems hosting a server.");
     this.AllowNATNagotiation.UseVisualStyleBackColor = true;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage4);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Controls.Add(this.tabPage7);
     this.tabControl1.Controls.Add(this.tabPage5);
     this.tabControl1.Controls.Add(this.tabPage6);
     this.tabControl1.Location = new System.Drawing.Point(-1, 12);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(613, 375);
     this.tabControl1.TabIndex = 10;
     //
     // tabPage1
     //
     this.tabPage1.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(605, 349);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "General";
     //
     // tabPage2
     //
     this.tabPage2.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage2.Controls.Add(this.groupBox3);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(605, 349);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "Timers";
     //
     // tabPage4
     //
     this.tabPage4.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage4.Controls.Add(this.groupBox6);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Size = new System.Drawing.Size(605, 349);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text = "Friendly Fire";
     //
     // tabPage3
     //
     this.tabPage3.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage3.Controls.Add(this.groupBox26);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Size = new System.Drawing.Size(605, 349);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text = "Coop Bots";
     //
     // groupBox26
     //
     this.groupBox26.Controls.Add(this.InfoLink);
     this.groupBox26.Controls.Add(this.groupBox31);
     this.groupBox26.Controls.Add(this.groupBox32);
     this.groupBox26.Controls.Add(this.ForceBotCount);
     this.groupBox26.Controls.Add(this.groupBox29);
     this.groupBox26.Controls.Add(this.groupBox28);
     this.groupBox26.Controls.Add(this.groupBox27);
     this.groupBox26.Location = new System.Drawing.Point(5, 5);
     this.groupBox26.Name = "groupBox26";
     this.groupBox26.Size = new System.Drawing.Size(594, 337);
     this.groupBox26.TabIndex = 0;
     this.groupBox26.TabStop = false;
     //
     // InfoLink
     //
     this.InfoLink.AutoSize = true;
     this.InfoLink.Location = new System.Drawing.Point(339, 206);
     this.InfoLink.Name = "InfoLink";
     this.InfoLink.Size = new System.Drawing.Size(61, 13);
     this.InfoLink.TabIndex = 41;
     this.InfoLink.TabStop = true;
     this.InfoLink.Text = "More Info...";
     this.InfoLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.InfoLink_LinkClicked);
     //
     // groupBox31
     //
     this.groupBox31.Controls.Add(this.BotCountBar1);
     this.groupBox31.Controls.Add(this.BotCountBox1);
     this.groupBox31.Location = new System.Drawing.Point(11, 250);
     this.groupBox31.Name = "groupBox31";
     this.groupBox31.Size = new System.Drawing.Size(283, 54);
     this.groupBox31.TabIndex = 40;
     this.groupBox31.TabStop = false;
     this.groupBox31.Text = "Team 1 Bot Count";
     //
     // BotCountBar1
     //
     this.BotCountBar1.AutoSize = false;
     this.BotCountBar1.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.BotCountBar1.Enabled = false;
     this.BotCountBar1.LargeChange = 8;
     this.BotCountBar1.Location = new System.Drawing.Point(6, 19);
     this.BotCountBar1.Maximum = 48;
     this.BotCountBar1.Name = "BotCountBar1";
     this.BotCountBar1.Size = new System.Drawing.Size(240, 29);
     this.BotCountBar1.SmallChange = 2;
     this.BotCountBar1.TabIndex = 8;
     this.BotCountBar1.TickFrequency = 4;
     this.BotCountBar1.Value = 16;
     this.BotCountBar1.ValueChanged += new System.EventHandler(this.BotCountBar1_ValueChanged);
     //
     // BotCountBox1
     //
     this.BotCountBox1.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.BotCountBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.BotCountBox1.Location = new System.Drawing.Point(252, 19);
     this.BotCountBox1.Name = "BotCountBox1";
     this.BotCountBox1.ReadOnly = true;
     this.BotCountBox1.Size = new System.Drawing.Size(20, 13);
     this.BotCountBox1.TabIndex = 10;
     this.BotCountBox1.Text = "16";
     //
     // groupBox32
     //
     this.groupBox32.Controls.Add(this.BotCountBar2);
     this.groupBox32.Controls.Add(this.BotCountBox2);
     this.groupBox32.Location = new System.Drawing.Point(300, 250);
     this.groupBox32.Name = "groupBox32";
     this.groupBox32.Size = new System.Drawing.Size(283, 54);
     this.groupBox32.TabIndex = 39;
     this.groupBox32.TabStop = false;
     this.groupBox32.Text = "Team 2 Bot Count";
     //
     // BotCountBar2
     //
     this.BotCountBar2.AutoSize = false;
     this.BotCountBar2.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.BotCountBar2.Enabled = false;
     this.BotCountBar2.LargeChange = 8;
     this.BotCountBar2.Location = new System.Drawing.Point(6, 19);
     this.BotCountBar2.Maximum = 48;
     this.BotCountBar2.Name = "BotCountBar2";
     this.BotCountBar2.Size = new System.Drawing.Size(240, 29);
     this.BotCountBar2.SmallChange = 2;
     this.BotCountBar2.TabIndex = 11;
     this.BotCountBar2.TickFrequency = 4;
     this.BotCountBar2.Value = 16;
     this.BotCountBar2.ValueChanged += new System.EventHandler(this.BotCountBar2_ValueChanged);
     //
     // BotCountBox2
     //
     this.BotCountBox2.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.BotCountBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.BotCountBox2.Location = new System.Drawing.Point(252, 19);
     this.BotCountBox2.Name = "BotCountBox2";
     this.BotCountBox2.ReadOnly = true;
     this.BotCountBox2.Size = new System.Drawing.Size(20, 13);
     this.BotCountBox2.TabIndex = 12;
     this.BotCountBox2.Text = "16";
     //
     // ForceBotCount
     //
     this.ForceBotCount.AutoSize = true;
     this.ForceBotCount.Location = new System.Drawing.Point(195, 205);
     this.ForceBotCount.Name = "ForceBotCount";
     this.ForceBotCount.Size = new System.Drawing.Size(147, 17);
     this.ForceBotCount.TabIndex = 38;
     this.ForceBotCount.Text = "Force More Than 48 Bots";
     this.ForceBotCount.UseVisualStyleBackColor = true;
     this.ForceBotCount.CheckedChanged += new System.EventHandler(this.ForceBotCount_CheckedChanged);
     //
     // groupBox29
     //
     this.groupBox29.Controls.Add(this.BotCountBar);
     this.groupBox29.Controls.Add(this.BotCountBox);
     this.groupBox29.Location = new System.Drawing.Point(11, 43);
     this.groupBox29.Name = "groupBox29";
     this.groupBox29.Size = new System.Drawing.Size(283, 54);
     this.groupBox29.TabIndex = 37;
     this.groupBox29.TabStop = false;
     this.groupBox29.Text = "Bot Count";
     //
     // BotCountBar
     //
     this.BotCountBar.AutoSize = false;
     this.BotCountBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.BotCountBar.LargeChange = 8;
     this.BotCountBar.Location = new System.Drawing.Point(6, 19);
     this.BotCountBar.Maximum = 48;
     this.BotCountBar.Name = "BotCountBar";
     this.BotCountBar.Size = new System.Drawing.Size(240, 29);
     this.BotCountBar.SmallChange = 2;
     this.BotCountBar.TabIndex = 8;
     this.BotCountBar.TickFrequency = 4;
     this.Tipsy.SetToolTip(this.BotCountBar, "The maximum number of players allowed on your server at once.");
     this.BotCountBar.Value = 16;
     this.BotCountBar.ValueChanged += new System.EventHandler(this.BotCountBar_ValueChanged);
     //
     // BotCountBox
     //
     this.BotCountBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.BotCountBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.BotCountBox.Location = new System.Drawing.Point(252, 19);
     this.BotCountBox.Name = "BotCountBox";
     this.BotCountBox.ReadOnly = true;
     this.BotCountBox.Size = new System.Drawing.Size(20, 13);
     this.BotCountBox.TabIndex = 10;
     this.BotCountBox.Text = "16";
     //
     // groupBox28
     //
     this.groupBox28.Controls.Add(this.BotRatioBox);
     this.groupBox28.Controls.Add(this.BotRatioBar);
     this.groupBox28.Location = new System.Drawing.Point(300, 43);
     this.groupBox28.Name = "groupBox28";
     this.groupBox28.Size = new System.Drawing.Size(283, 54);
     this.groupBox28.TabIndex = 36;
     this.groupBox28.TabStop = false;
     this.groupBox28.Text = "Bot Ratio";
     //
     // BotRatioBox
     //
     this.BotRatioBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.BotRatioBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.BotRatioBox.Location = new System.Drawing.Point(250, 19);
     this.BotRatioBox.Name = "BotRatioBox";
     this.BotRatioBox.ReadOnly = true;
     this.BotRatioBox.Size = new System.Drawing.Size(26, 13);
     this.BotRatioBox.TabIndex = 13;
     this.BotRatioBox.Text = "50%";
     //
     // BotRatioBar
     //
     this.BotRatioBar.AutoSize = false;
     this.BotRatioBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.BotRatioBar.LargeChange = 10;
     this.BotRatioBar.Location = new System.Drawing.Point(6, 19);
     this.BotRatioBar.Maximum = 100;
     this.BotRatioBar.Name = "BotRatioBar";
     this.BotRatioBar.Size = new System.Drawing.Size(240, 29);
     this.BotRatioBar.SmallChange = 5;
     this.BotRatioBar.TabIndex = 29;
     this.BotRatioBar.TickFrequency = 10;
     this.BotRatioBar.Value = 50;
     this.BotRatioBar.ValueChanged += new System.EventHandler(this.BotRatioBar_ValueChanged);
     //
     // groupBox27
     //
     this.groupBox27.Controls.Add(this.BotDifficultyBox);
     this.groupBox27.Controls.Add(this.BotDifficultyBar);
     this.groupBox27.Location = new System.Drawing.Point(11, 114);
     this.groupBox27.Name = "groupBox27";
     this.groupBox27.Size = new System.Drawing.Size(283, 54);
     this.groupBox27.TabIndex = 35;
     this.groupBox27.TabStop = false;
     this.groupBox27.Text = "Bot Difficulty";
     //
     // BotDifficultyBox
     //
     this.BotDifficultyBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.BotDifficultyBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.BotDifficultyBox.Location = new System.Drawing.Point(250, 19);
     this.BotDifficultyBox.Name = "BotDifficultyBox";
     this.BotDifficultyBox.ReadOnly = true;
     this.BotDifficultyBox.Size = new System.Drawing.Size(26, 13);
     this.BotDifficultyBox.TabIndex = 13;
     this.BotDifficultyBox.Text = "100";
     //
     // BotDifficultyBar
     //
     this.BotDifficultyBar.AutoSize = false;
     this.BotDifficultyBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.BotDifficultyBar.LargeChange = 10;
     this.BotDifficultyBar.Location = new System.Drawing.Point(6, 19);
     this.BotDifficultyBar.Maximum = 100;
     this.BotDifficultyBar.Name = "BotDifficultyBar";
     this.BotDifficultyBar.Size = new System.Drawing.Size(240, 29);
     this.BotDifficultyBar.SmallChange = 5;
     this.BotDifficultyBar.TabIndex = 29;
     this.BotDifficultyBar.TickFrequency = 10;
     this.BotDifficultyBar.Value = 100;
     this.BotDifficultyBar.ValueChanged += new System.EventHandler(this.BotDifficultyBar_ValueChanged);
     //
     // tabPage7
     //
     this.tabPage7.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage7.Controls.Add(this.groupBox7);
     this.tabPage7.Controls.Add(this.groupBox4);
     this.tabPage7.Location = new System.Drawing.Point(4, 22);
     this.tabPage7.Name = "tabPage7";
     this.tabPage7.Size = new System.Drawing.Size(605, 349);
     this.tabPage7.TabIndex = 6;
     this.tabPage7.Text = "Voting / Voip";
     //
     // groupBox7
     //
     this.groupBox7.Controls.Add(this.PlayersVotingBox);
     this.groupBox7.Controls.Add(this.label13);
     this.groupBox7.Controls.Add(this.PlayersVotingBar);
     this.groupBox7.Controls.Add(this.VoteTimeBox);
     this.groupBox7.Controls.Add(this.label17);
     this.groupBox7.Controls.Add(this.VoteTimeBar);
     this.groupBox7.Controls.Add(this.EnableTeamVotingBox);
     this.groupBox7.Controls.Add(this.EnableVotingBox);
     this.groupBox7.Location = new System.Drawing.Point(312, 16);
     this.groupBox7.Name = "groupBox7";
     this.groupBox7.Size = new System.Drawing.Size(280, 198);
     this.groupBox7.TabIndex = 5;
     this.groupBox7.TabStop = false;
     this.groupBox7.Text = "Voting Settigns";
     //
     // PlayersVotingBox
     //
     this.PlayersVotingBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.PlayersVotingBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.PlayersVotingBox.Location = new System.Drawing.Point(253, 148);
     this.PlayersVotingBox.Name = "PlayersVotingBox";
     this.PlayersVotingBox.ReadOnly = true;
     this.PlayersVotingBox.Size = new System.Drawing.Size(20, 13);
     this.PlayersVotingBox.TabIndex = 43;
     this.PlayersVotingBox.Text = "2";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(72, 131);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(136, 13);
     this.label13.TabIndex = 42;
     this.label13.Text = "Minimum Players For Voting";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.Tipsy.SetToolTip(this.label13, "This is the minimum number of votes needed for a poll to be sucessful.");
     //
     // PlayersVotingBar
     //
     this.PlayersVotingBar.AutoSize = false;
     this.PlayersVotingBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.PlayersVotingBar.Location = new System.Drawing.Point(7, 147);
     this.PlayersVotingBar.Maximum = 30;
     this.PlayersVotingBar.Name = "PlayersVotingBar";
     this.PlayersVotingBar.Size = new System.Drawing.Size(240, 24);
     this.PlayersVotingBar.TabIndex = 41;
     this.PlayersVotingBar.TickFrequency = 2;
     this.PlayersVotingBar.Value = 2;
     this.PlayersVotingBar.ValueChanged += new System.EventHandler(this.PlayersVotingBar_ValueChanged);
     //
     // VoteTimeBox
     //
     this.VoteTimeBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.VoteTimeBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.VoteTimeBox.Location = new System.Drawing.Point(253, 88);
     this.VoteTimeBox.Name = "VoteTimeBox";
     this.VoteTimeBox.ReadOnly = true;
     this.VoteTimeBox.Size = new System.Drawing.Size(20, 13);
     this.VoteTimeBox.TabIndex = 40;
     this.VoteTimeBox.Text = "90";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(87, 71);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(106, 13);
     this.label17.TabIndex = 39;
     this.label17.Text = "Vote Time (Seconds)";
     this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.Tipsy.SetToolTip(this.label17, "This is the amount of time that a poll such as a kick vote or map vote stays open" +
             ".");
     //
     // VoteTimeBar
     //
     this.VoteTimeBar.AutoSize = false;
     this.VoteTimeBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.VoteTimeBar.Location = new System.Drawing.Point(7, 87);
     this.VoteTimeBar.Maximum = 120;
     this.VoteTimeBar.Name = "VoteTimeBar";
     this.VoteTimeBar.Size = new System.Drawing.Size(240, 24);
     this.VoteTimeBar.TabIndex = 38;
     this.VoteTimeBar.TickFrequency = 15;
     this.VoteTimeBar.Value = 90;
     this.VoteTimeBar.ValueChanged += new System.EventHandler(this.VoteTimeBar_ValueChanged);
     //
     // EnableTeamVotingBox
     //
     this.EnableTeamVotingBox.AutoSize = true;
     this.EnableTeamVotingBox.Location = new System.Drawing.Point(139, 31);
     this.EnableTeamVotingBox.Name = "EnableTeamVotingBox";
     this.EnableTeamVotingBox.Size = new System.Drawing.Size(110, 17);
     this.EnableTeamVotingBox.TabIndex = 6;
     this.EnableTeamVotingBox.Text = "Team Voting Only";
     this.Tipsy.SetToolTip(this.EnableTeamVotingBox, "This option will restrict all voting queries and responses to members of the same" +
             " team.");
     this.EnableTeamVotingBox.UseVisualStyleBackColor = true;
     //
     // EnableVotingBox
     //
     this.EnableVotingBox.AutoSize = true;
     this.EnableVotingBox.Location = new System.Drawing.Point(27, 31);
     this.EnableVotingBox.Name = "EnableVotingBox";
     this.EnableVotingBox.Size = new System.Drawing.Size(92, 17);
     this.EnableVotingBox.TabIndex = 5;
     this.EnableVotingBox.Text = "Enable Voting";
     this.Tipsy.SetToolTip(this.EnableVotingBox, "Enable or disable voting.");
     this.EnableVotingBox.UseVisualStyleBackColor = true;
     //
     // tabPage5
     //
     this.tabPage5.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage5.Controls.Add(this.groupBox30);
     this.tabPage5.Controls.Add(this.groupBox5);
     this.tabPage5.Location = new System.Drawing.Point(4, 22);
     this.tabPage5.Name = "tabPage5";
     this.tabPage5.Size = new System.Drawing.Size(605, 349);
     this.tabPage5.TabIndex = 4;
     this.tabPage5.Text = "Demo & Urls";
     //
     // groupBox30
     //
     this.groupBox30.Controls.Add(this.SLogoUrlBox);
     this.groupBox30.Controls.Add(this.label23);
     this.groupBox30.Controls.Add(this.CLogoUrlBox);
     this.groupBox30.Controls.Add(this.label22);
     this.groupBox30.Location = new System.Drawing.Point(8, 189);
     this.groupBox30.Name = "groupBox30";
     this.groupBox30.Size = new System.Drawing.Size(589, 140);
     this.groupBox30.TabIndex = 1;
     this.groupBox30.TabStop = false;
     this.groupBox30.Text = "Url Settings";
     //
     // SLogoUrlBox
     //
     this.SLogoUrlBox.Location = new System.Drawing.Point(145, 78);
     this.SLogoUrlBox.MaxLength = 256;
     this.SLogoUrlBox.Name = "SLogoUrlBox";
     this.SLogoUrlBox.Size = new System.Drawing.Size(280, 20);
     this.SLogoUrlBox.TabIndex = 37;
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Location = new System.Drawing.Point(31, 80);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(101, 13);
     this.label23.TabIndex = 36;
     this.label23.Text = "Sponser Logo URL:";
     this.Tipsy.SetToolTip(this.label23, "Enter a URL to an image, and it will be displayed in the server browser when the " +
             "server is highlighted. \r\nThe image must be in PNG or JPG format, and should have" +
             " a 4:1 aspect ratio for best results.");
     //
     // CLogoUrlBox
     //
     this.CLogoUrlBox.Location = new System.Drawing.Point(145, 44);
     this.CLogoUrlBox.MaxLength = 256;
     this.CLogoUrlBox.Name = "CLogoUrlBox";
     this.CLogoUrlBox.Size = new System.Drawing.Size(280, 20);
     this.CLogoUrlBox.TabIndex = 35;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Location = new System.Drawing.Point(31, 46);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(113, 13);
     this.label22.TabIndex = 34;
     this.label22.Text = "Community Logo URL:";
     this.Tipsy.SetToolTip(this.label22, "Enter a URL to an image, and it will be displayed in the loading screen when conn" +
             "ecting to the server. The image must be in PNG or JPG format, \r\nand should have " +
             "a 4:1 aspect ratio for best results.");
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.DemoHookBox);
     this.groupBox5.Controls.Add(this.label19);
     this.groupBox5.Controls.Add(this.DemoDownloadBox);
     this.groupBox5.Controls.Add(this.DemoIndexUrlBox);
     this.groupBox5.Controls.Add(this.label20);
     this.groupBox5.Controls.Add(this.label21);
     this.groupBox5.Controls.Add(this.DemoQualityBox);
     this.groupBox5.Controls.Add(this.label18);
     this.groupBox5.Controls.Add(this.DemoQualityBar);
     this.groupBox5.Controls.Add(this.EnableAutoRecord);
     this.groupBox5.Location = new System.Drawing.Point(8, 5);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(589, 178);
     this.groupBox5.TabIndex = 0;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Demo Settings";
     //
     // DemoHookBox
     //
     this.DemoHookBox.Location = new System.Drawing.Point(145, 121);
     this.DemoHookBox.MaxLength = 256;
     this.DemoHookBox.Name = "DemoHookBox";
     this.DemoHookBox.Size = new System.Drawing.Size(280, 20);
     this.DemoHookBox.TabIndex = 33;
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(31, 123);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(92, 13);
     this.label19.TabIndex = 32;
     this.label19.Text = "Auto Demo Hook:";
     this.Tipsy.SetToolTip(this.label19, "This is the application or script that is called on to manage demo recordings at " +
             "the end of rounds.");
     //
     // DemoDownloadBox
     //
     this.DemoDownloadBox.Location = new System.Drawing.Point(145, 95);
     this.DemoDownloadBox.MaxLength = 256;
     this.DemoDownloadBox.Name = "DemoDownloadBox";
     this.DemoDownloadBox.Size = new System.Drawing.Size(280, 20);
     this.DemoDownloadBox.TabIndex = 31;
     //
     // DemoIndexUrlBox
     //
     this.DemoIndexUrlBox.Location = new System.Drawing.Point(145, 69);
     this.DemoIndexUrlBox.MaxLength = 256;
     this.DemoIndexUrlBox.Name = "DemoIndexUrlBox";
     this.DemoIndexUrlBox.Size = new System.Drawing.Size(280, 20);
     this.DemoIndexUrlBox.TabIndex = 30;
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(31, 97);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(114, 13);
     this.label20.TabIndex = 29;
     this.label20.Text = "Demo Download URL:";
     this.Tipsy.SetToolTip(this.label20, "If demo recording is enabled, this should be set to the publicly accessible URL w" +
             "here the demo files can be downloaded.");
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Location = new System.Drawing.Point(31, 72);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(92, 13);
     this.label21.TabIndex = 28;
     this.label21.Text = "Demo Index URL:";
     this.Tipsy.SetToolTip(this.label21, "This is the location where automatically recorded demo files will be saved.");
     //
     // DemoQualityBox
     //
     this.DemoQualityBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.DemoQualityBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.DemoQualityBox.Location = new System.Drawing.Point(420, 32);
     this.DemoQualityBox.Name = "DemoQualityBox";
     this.DemoQualityBox.ReadOnly = true;
     this.DemoQualityBox.Size = new System.Drawing.Size(20, 13);
     this.DemoQualityBox.TabIndex = 25;
     this.DemoQualityBox.Text = "1";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(228, 16);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(176, 13);
     this.label18.TabIndex = 24;
     this.label18.Text = "Demo Quality (1 = Worst, 10 = Best)";
     this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.Tipsy.SetToolTip(this.label18, "Set the quality of demo recording, if enabled, on the server. \r\n\r\nINCREASING THE " +
             "VALUE OF THIS SETTING WILL SEVERLY IMPACT THE PERFORMANCE OF THIS SERVER.");
     //
     // DemoQualityBar
     //
     this.DemoQualityBar.AutoSize = false;
     this.DemoQualityBar.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.DemoQualityBar.Location = new System.Drawing.Point(178, 32);
     this.DemoQualityBar.Minimum = 1;
     this.DemoQualityBar.Name = "DemoQualityBar";
     this.DemoQualityBar.Size = new System.Drawing.Size(240, 28);
     this.DemoQualityBar.TabIndex = 23;
     this.DemoQualityBar.Value = 1;
     this.DemoQualityBar.ValueChanged += new System.EventHandler(this.DemoQualityBar_ValueChanged);
     //
     // EnableAutoRecord
     //
     this.EnableAutoRecord.AutoSize = true;
     this.EnableAutoRecord.Location = new System.Drawing.Point(34, 32);
     this.EnableAutoRecord.Name = "EnableAutoRecord";
     this.EnableAutoRecord.Size = new System.Drawing.Size(122, 17);
     this.EnableAutoRecord.TabIndex = 0;
     this.EnableAutoRecord.Text = "Enable Auto Record";
     this.EnableAutoRecord.UseVisualStyleBackColor = true;
     //
     // tabPage6
     //
     this.tabPage6.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage6.Controls.Add(this.groupBox8);
     this.tabPage6.Location = new System.Drawing.Point(4, 22);
     this.tabPage6.Name = "tabPage6";
     this.tabPage6.Size = new System.Drawing.Size(605, 349);
     this.tabPage6.TabIndex = 5;
     this.tabPage6.Text = "Misc";
     //
     // Tipsy
     //
     this.Tipsy.AutoPopDelay = 10000;
     this.Tipsy.InitialDelay = 500;
     this.Tipsy.ReshowDelay = 100;
     //
     // ServerSettingsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(609, 437);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.SaveButton);
     this.Controls.Add(this.Cancel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "ServerSettingsForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Server Settings";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox13.ResumeLayout(false);
     this.groupBox13.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TeamRatioBar)).EndInit();
     this.groupBox12.ResumeLayout(false);
     this.groupBox12.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ScoreLimitBar)).EndInit();
     this.groupBox11.ResumeLayout(false);
     this.groupBox11.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TicketRatioBar)).EndInit();
     this.groupBox10.ResumeLayout(false);
     this.groupBox10.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.MaxPlayersBar)).EndInit();
     this.groupBox9.ResumeLayout(false);
     this.groupBox9.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PlayersToStartSlider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RoundsPerMapBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GamespyPortBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ServerPortBox)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox21.ResumeLayout(false);
     this.groupBox21.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TimeB4RestartMapBar)).EndInit();
     this.groupBox20.ResumeLayout(false);
     this.groupBox20.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NotEnoughPlayersBar)).EndInit();
     this.groupBox19.ResumeLayout(false);
     this.groupBox19.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.EORBar)).EndInit();
     this.groupBox18.ResumeLayout(false);
     this.groupBox18.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.EndDelayBar)).EndInit();
     this.groupBox17.ResumeLayout(false);
     this.groupBox17.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.StartDelayBar)).EndInit();
     this.groupBox16.ResumeLayout(false);
     this.groupBox16.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ManDownBar)).EndInit();
     this.groupBox15.ResumeLayout(false);
     this.groupBox15.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SpawnTimeBar)).EndInit();
     this.groupBox14.ResumeLayout(false);
     this.groupBox14.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TimeLimitBar)).EndInit();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.VoipServerPort)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.VoipBF2ServerPort)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.VoipBF2ClientPort)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.VoipQualityBar)).EndInit();
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TksBeforeKickBox)).EndInit();
     this.groupBox25.ResumeLayout(false);
     this.groupBox25.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.VehicleSplashFFBar)).EndInit();
     this.groupBox24.ResumeLayout(false);
     this.groupBox24.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SoldierSplashFFBar)).EndInit();
     this.groupBox23.ResumeLayout(false);
     this.groupBox23.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.VehicleFFBar)).EndInit();
     this.groupBox22.ResumeLayout(false);
     this.groupBox22.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SoldierFFBar)).EndInit();
     this.groupBox8.ResumeLayout(false);
     this.groupBox8.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.RadioBlockTimeBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RadioMaxSpamBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RadioSpamIntBox)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage4.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.groupBox26.ResumeLayout(false);
     this.groupBox26.PerformLayout();
     this.groupBox31.ResumeLayout(false);
     this.groupBox31.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BotCountBar1)).EndInit();
     this.groupBox32.ResumeLayout(false);
     this.groupBox32.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BotCountBar2)).EndInit();
     this.groupBox29.ResumeLayout(false);
     this.groupBox29.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BotCountBar)).EndInit();
     this.groupBox28.ResumeLayout(false);
     this.groupBox28.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BotRatioBar)).EndInit();
     this.groupBox27.ResumeLayout(false);
     this.groupBox27.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BotDifficultyBar)).EndInit();
     this.tabPage7.ResumeLayout(false);
     this.groupBox7.ResumeLayout(false);
     this.groupBox7.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PlayersVotingBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.VoteTimeBar)).EndInit();
     this.tabPage5.ResumeLayout(false);
     this.groupBox30.ResumeLayout(false);
     this.groupBox30.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DemoQualityBar)).EndInit();
     this.tabPage6.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#13
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.button1 = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.labSector = new System.Windows.Forms.Label();
     this.tbID = new System.Windows.Forms.TextBox();
     this.button3 = new System.Windows.Forms.Button();
     this.btWrite = new System.Windows.Forms.Button();
     this.btRead = new System.Windows.Forms.Button();
     this.nudSector = new System.Windows.Forms.NumericUpDown();
     this.labBlock = new System.Windows.Forms.Label();
     this.nudBlock = new System.Windows.Forms.NumericUpDown();
     this.tbValue = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.nudSector)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudBlock)).BeginInit();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(372, 54);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 0;
     this.button1.Text = "连接";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(109, 57);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(41, 12);
     this.label1.TabIndex = 2;
     this.label1.Text = "序列号";
     //
     // labSector
     //
     this.labSector.AutoSize = true;
     this.labSector.Location = new System.Drawing.Point(109, 85);
     this.labSector.Name = "labSector";
     this.labSector.Size = new System.Drawing.Size(41, 12);
     this.labSector.TabIndex = 3;
     this.labSector.Text = "扇区号";
     //
     // tbID
     //
     this.tbID.Location = new System.Drawing.Point(154, 54);
     this.tbID.Name = "tbID";
     this.tbID.ReadOnly = true;
     this.tbID.Size = new System.Drawing.Size(141, 21);
     this.tbID.TabIndex = 4;
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(465, 54);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 6;
     this.button3.Text = "关闭";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // btWrite
     //
     this.btWrite.Location = new System.Drawing.Point(372, 88);
     this.btWrite.Name = "btWrite";
     this.btWrite.Size = new System.Drawing.Size(75, 23);
     this.btWrite.TabIndex = 7;
     this.btWrite.Text = "写卡";
     this.btWrite.UseVisualStyleBackColor = true;
     this.btWrite.Click += new System.EventHandler(this.btWrite_Click);
     //
     // btRead
     //
     this.btRead.Location = new System.Drawing.Point(465, 88);
     this.btRead.Name = "btRead";
     this.btRead.Size = new System.Drawing.Size(75, 23);
     this.btRead.TabIndex = 8;
     this.btRead.Text = "读卡";
     this.btRead.UseVisualStyleBackColor = true;
     this.btRead.Click += new System.EventHandler(this.btRead_Click);
     //
     // nudSector
     //
     this.nudSector.Location = new System.Drawing.Point(154, 81);
     this.nudSector.Maximum = new decimal(new int[] {
     15,
     0,
     0,
     0});
     this.nudSector.Name = "nudSector";
     this.nudSector.Size = new System.Drawing.Size(48, 21);
     this.nudSector.TabIndex = 9;
     //
     // labBlock
     //
     this.labBlock.AutoSize = true;
     this.labBlock.Location = new System.Drawing.Point(211, 85);
     this.labBlock.Name = "labBlock";
     this.labBlock.Size = new System.Drawing.Size(29, 12);
     this.labBlock.TabIndex = 10;
     this.labBlock.Text = "块号";
     //
     // nudBlock
     //
     this.nudBlock.Location = new System.Drawing.Point(246, 81);
     this.nudBlock.Maximum = new decimal(new int[] {
     3,
     0,
     0,
     0});
     this.nudBlock.Name = "nudBlock";
     this.nudBlock.Size = new System.Drawing.Size(48, 21);
     this.nudBlock.TabIndex = 11;
     //
     // tbValue
     //
     this.tbValue.ImeMode = System.Windows.Forms.ImeMode.On;
     this.tbValue.Location = new System.Drawing.Point(154, 111);
     this.tbValue.Name = "tbValue";
     this.tbValue.Size = new System.Drawing.Size(140, 21);
     this.tbValue.TabIndex = 12;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(121, 115);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(29, 12);
     this.label2.TabIndex = 13;
     this.label2.Text = "块值";
     //
     // FrmIcCard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(585, 336);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.tbValue);
     this.Controls.Add(this.nudBlock);
     this.Controls.Add(this.labBlock);
     this.Controls.Add(this.nudSector);
     this.Controls.Add(this.btRead);
     this.Controls.Add(this.btWrite);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.tbID);
     this.Controls.Add(this.labSector);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button1);
     this.Name = "FrmIcCard";
     this.Text = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.nudSector)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudBlock)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components          = new System.ComponentModel.Container();
     this.listBox1            = new System.Windows.Forms.ListBox();
     this.button_deleteAllENB = new System.Windows.Forms.Button();
     this.label10             = new System.Windows.Forms.Label();
     this.button_unpackENB    = new System.Windows.Forms.Button();
     this.label3             = new System.Windows.Forms.Label();
     this.pictureBox3        = new System.Windows.Forms.PictureBox();
     this.label4             = new System.Windows.Forms.Label();
     this.label5             = new System.Windows.Forms.Label();
     this.toolTip1           = new System.Windows.Forms.ToolTip(this.components);
     this.button_Close       = new System.Windows.Forms.Button();
     this.label9             = new System.Windows.Forms.Label();
     this.button_AA          = new System.Windows.Forms.Button();
     this.button_Compress    = new System.Windows.Forms.Button();
     this.button_FPS         = new System.Windows.Forms.Button();
     this.label1             = new System.Windows.Forms.Label();
     this.comboBox1          = new System.Windows.Forms.ComboBox();
     this.label6             = new System.Windows.Forms.Label();
     this.button_WaitBuffer  = new System.Windows.Forms.Button();
     this.label12            = new System.Windows.Forms.Label();
     this.label13            = new System.Windows.Forms.Label();
     this.button_AF          = new System.Windows.Forms.Button();
     this.comboBox3          = new System.Windows.Forms.ComboBox();
     this.label14            = new System.Windows.Forms.Label();
     this.button_OC          = new System.Windows.Forms.Button();
     this.label15            = new System.Windows.Forms.Label();
     this.button_AutoMemory  = new System.Windows.Forms.Button();
     this.numericUpDown1     = new System.Windows.Forms.NumericUpDown();
     this.label16            = new System.Windows.Forms.Label();
     this.label17            = new System.Windows.Forms.Label();
     this.buttonExpandMemory = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.SuspendLayout();
     //
     // listBox1
     //
     this.listBox1.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.listBox1.FormattingEnabled = true;
     this.listBox1.ItemHeight        = 17;
     this.listBox1.Location          = new System.Drawing.Point(244, 34);
     this.listBox1.Name     = "listBox1";
     this.listBox1.Size     = new System.Drawing.Size(240, 242);
     this.listBox1.TabIndex = 13;
     this.listBox1.TabStop  = false;
     //
     // button_deleteAllENB
     //
     this.button_deleteAllENB.Font     = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button_deleteAllENB.Location = new System.Drawing.Point(368, 280);
     this.button_deleteAllENB.Name     = "button_deleteAllENB";
     this.button_deleteAllENB.Size     = new System.Drawing.Size(117, 30);
     this.button_deleteAllENB.TabIndex = 11;
     this.button_deleteAllENB.TabStop  = false;
     this.button_deleteAllENB.Text     = "Удалить";
     this.button_deleteAllENB.UseVisualStyleBackColor = true;
     this.button_deleteAllENB.Click += new System.EventHandler(this.button_deleteAllENB_Click);
     //
     // label10
     //
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label10.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label10.Location  = new System.Drawing.Point(248, 11);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(232, 20);
     this.label10.TabIndex  = 0;
     this.label10.Text      = "Файлы из Skyrim\\ENB";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // button_unpackENB
     //
     this.button_unpackENB.Font     = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button_unpackENB.Location = new System.Drawing.Point(243, 280);
     this.button_unpackENB.Name     = "button_unpackENB";
     this.button_unpackENB.Size     = new System.Drawing.Size(117, 30);
     this.button_unpackENB.TabIndex = 10;
     this.button_unpackENB.TabStop  = false;
     this.button_unpackENB.Text     = "Установить";
     this.button_unpackENB.UseVisualStyleBackColor = true;
     this.button_unpackENB.Click += new System.EventHandler(this.button_unpackENB_Click);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label3.Location  = new System.Drawing.Point(5, 231);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(188, 20);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "Резервирование:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pictureBox3
     //
     this.pictureBox3.BackgroundImage = global::SLMPLauncher.Properties.Resources.line;
     this.pictureBox3.Location        = new System.Drawing.Point(236, 0);
     this.pictureBox3.Name            = "pictureBox3";
     this.pictureBox3.Size            = new System.Drawing.Size(1, 317);
     this.pictureBox3.TabIndex        = 0;
     this.pictureBox3.TabStop         = false;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label4.Location  = new System.Drawing.Point(5, 35);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(188, 20);
     this.label4.TabIndex  = 0;
     this.label4.Text      = "Сглаживание:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label5.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label5.Location  = new System.Drawing.Point(5, 147);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(131, 20);
     this.label5.TabIndex  = 0;
     this.label5.Text      = "FPS лимит:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // button_Close
     //
     this.button_Close.BackColor                         = System.Drawing.Color.Transparent;
     this.button_Close.BackgroundImage                   = global::SLMPLauncher.Properties.Resources.buttonClose;
     this.button_Close.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.button_Close.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.button_Close.FlatAppearance.BorderSize         = 0;
     this.button_Close.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.button_Close.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.button_Close.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.button_Close.Location = new System.Drawing.Point(459, 8);
     this.button_Close.Name     = "button_Close";
     this.button_Close.Size     = new System.Drawing.Size(25, 25);
     this.button_Close.TabIndex = 14;
     this.button_Close.TabStop  = false;
     this.button_Close.UseVisualStyleBackColor = false;
     this.button_Close.Click      += new System.EventHandler(this.button_Close_Click);
     this.button_Close.MouseEnter += new System.EventHandler(this.buttonClose_MouseEnter);
     this.button_Close.MouseLeave += new System.EventHandler(this.buttonClose_MouseLeave);
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label9.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label9.Location  = new System.Drawing.Point(5, 203);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(188, 20);
     this.label9.TabIndex  = 0;
     this.label9.Text      = "Сжимать память:";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // button_AA
     //
     this.button_AA.BackColor                         = System.Drawing.Color.Transparent;
     this.button_AA.BackgroundImage                   = global::SLMPLauncher.Properties.Resources.buttonToggleDisable;
     this.button_AA.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.button_AA.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.button_AA.FlatAppearance.BorderSize         = 0;
     this.button_AA.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.button_AA.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.button_AA.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.button_AA.Location = new System.Drawing.Point(179, 34);
     this.button_AA.Name     = "button_AA";
     this.button_AA.Size     = new System.Drawing.Size(50, 22);
     this.button_AA.TabIndex = 3;
     this.button_AA.TabStop  = false;
     this.button_AA.UseVisualStyleBackColor = false;
     this.button_AA.Click += new System.EventHandler(this.button_AA_Click);
     //
     // button_Compress
     //
     this.button_Compress.BackColor                         = System.Drawing.Color.Transparent;
     this.button_Compress.BackgroundImage                   = global::SLMPLauncher.Properties.Resources.buttonToggleDisable;
     this.button_Compress.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.button_Compress.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.button_Compress.FlatAppearance.BorderSize         = 0;
     this.button_Compress.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.button_Compress.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.button_Compress.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.button_Compress.Location = new System.Drawing.Point(179, 202);
     this.button_Compress.Name     = "button_Compress";
     this.button_Compress.Size     = new System.Drawing.Size(50, 22);
     this.button_Compress.TabIndex = 6;
     this.button_Compress.TabStop  = false;
     this.button_Compress.UseVisualStyleBackColor = false;
     this.button_Compress.Click += new System.EventHandler(this.button_Compress_Click);
     //
     // button_FPS
     //
     this.button_FPS.BackColor                         = System.Drawing.Color.Transparent;
     this.button_FPS.BackgroundImage                   = global::SLMPLauncher.Properties.Resources.buttonToggleDisable;
     this.button_FPS.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.button_FPS.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.button_FPS.FlatAppearance.BorderSize         = 0;
     this.button_FPS.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.button_FPS.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.button_FPS.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.button_FPS.Location = new System.Drawing.Point(179, 146);
     this.button_FPS.Name     = "button_FPS";
     this.button_FPS.Size     = new System.Drawing.Size(50, 22);
     this.button_FPS.TabIndex = 9;
     this.button_FPS.TabStop  = false;
     this.button_FPS.UseVisualStyleBackColor = false;
     this.button_FPS.Click += new System.EventHandler(this.button_FPS_Click);
     //
     // label1
     //
     this.label1.BackColor   = System.Drawing.Color.Transparent;
     this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label1.Location    = new System.Drawing.Point(0, 0);
     this.label1.Name        = "label1";
     this.label1.Size        = new System.Drawing.Size(492, 317);
     this.label1.TabIndex    = 0;
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.Font              = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "30",
         "60",
         "75",
         "90",
         "120",
         "144",
         "240"
     });
     this.comboBox1.Location              = new System.Drawing.Point(123, 145);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(50, 23);
     this.comboBox1.TabIndex              = 12;
     this.comboBox1.TabStop               = false;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label6.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label6.Location  = new System.Drawing.Point(5, 119);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(187, 20);
     this.label6.TabIndex  = 0;
     this.label6.Text      = "Ожидание кадра:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // button_WaitBuffer
     //
     this.button_WaitBuffer.BackColor                         = System.Drawing.Color.Transparent;
     this.button_WaitBuffer.BackgroundImage                   = global::SLMPLauncher.Properties.Resources.buttonToggleDisable;
     this.button_WaitBuffer.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.button_WaitBuffer.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.button_WaitBuffer.FlatAppearance.BorderSize         = 0;
     this.button_WaitBuffer.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.button_WaitBuffer.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.button_WaitBuffer.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.button_WaitBuffer.Location = new System.Drawing.Point(179, 118);
     this.button_WaitBuffer.Name     = "button_WaitBuffer";
     this.button_WaitBuffer.Size     = new System.Drawing.Size(50, 22);
     this.button_WaitBuffer.TabIndex = 8;
     this.button_WaitBuffer.TabStop  = false;
     this.button_WaitBuffer.UseVisualStyleBackColor = false;
     this.button_WaitBuffer.Click += new System.EventHandler(this.button_WaitBuffer_Click);
     //
     // label12
     //
     this.label12.BackColor = System.Drawing.Color.Transparent;
     this.label12.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label12.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label12.Location  = new System.Drawing.Point(10, 11);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(219, 20);
     this.label12.TabIndex  = 0;
     this.label12.Text      = "Системные настройки";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label13
     //
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label13.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label13.Location  = new System.Drawing.Point(5, 63);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(188, 20);
     this.label13.TabIndex  = 0;
     this.label13.Text      = "Фильтрация:";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // button_AF
     //
     this.button_AF.BackColor                         = System.Drawing.Color.Transparent;
     this.button_AF.BackgroundImage                   = global::SLMPLauncher.Properties.Resources.buttonToggleDisable;
     this.button_AF.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.button_AF.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.button_AF.FlatAppearance.BorderSize         = 0;
     this.button_AF.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.button_AF.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.button_AF.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.button_AF.Location = new System.Drawing.Point(179, 62);
     this.button_AF.Name     = "button_AF";
     this.button_AF.Size     = new System.Drawing.Size(50, 22);
     this.button_AF.TabIndex = 4;
     this.button_AF.TabStop  = false;
     this.button_AF.UseVisualStyleBackColor = false;
     this.button_AF.Click += new System.EventHandler(this.button_AF_Click);
     //
     // comboBox3
     //
     this.comboBox3.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox3.Font              = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.comboBox3.FormattingEnabled = true;
     this.comboBox3.Items.AddRange(new object[] {
         "64",
         "128",
         "256",
         "384",
         "512",
         "640",
         "768",
         "896",
         "1024"
     });
     this.comboBox3.Location              = new System.Drawing.Point(179, 229);
     this.comboBox3.Name                  = "comboBox3";
     this.comboBox3.Size                  = new System.Drawing.Size(50, 23);
     this.comboBox3.TabIndex              = 12;
     this.comboBox3.TabStop               = false;
     this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged);
     //
     // label14
     //
     this.label14.BackColor = System.Drawing.Color.Transparent;
     this.label14.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label14.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label14.Location  = new System.Drawing.Point(5, 91);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(188, 20);
     this.label14.TabIndex  = 0;
     this.label14.Text      = "Отсечение окклюзии:";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // button_OC
     //
     this.button_OC.BackColor                         = System.Drawing.Color.Transparent;
     this.button_OC.BackgroundImage                   = global::SLMPLauncher.Properties.Resources.buttonToggleDisable;
     this.button_OC.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.button_OC.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.button_OC.FlatAppearance.BorderSize         = 0;
     this.button_OC.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.button_OC.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.button_OC.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.button_OC.Location = new System.Drawing.Point(179, 90);
     this.button_OC.Name     = "button_OC";
     this.button_OC.Size     = new System.Drawing.Size(50, 22);
     this.button_OC.TabIndex = 5;
     this.button_OC.TabStop  = false;
     this.button_OC.UseVisualStyleBackColor = false;
     this.button_OC.Click += new System.EventHandler(this.button_OC_Click);
     //
     // label15
     //
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.label15.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label15.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label15.Location  = new System.Drawing.Point(5, 259);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(188, 20);
     this.label15.TabIndex  = 0;
     this.label15.Text      = "Видео память авто.:";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // button_AutoMemory
     //
     this.button_AutoMemory.BackColor                         = System.Drawing.Color.Transparent;
     this.button_AutoMemory.BackgroundImage                   = global::SLMPLauncher.Properties.Resources.buttonToggleDisable;
     this.button_AutoMemory.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.button_AutoMemory.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.button_AutoMemory.FlatAppearance.BorderSize         = 0;
     this.button_AutoMemory.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.button_AutoMemory.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.button_AutoMemory.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.button_AutoMemory.Location = new System.Drawing.Point(179, 258);
     this.button_AutoMemory.Name     = "button_AutoMemory";
     this.button_AutoMemory.Size     = new System.Drawing.Size(50, 22);
     this.button_AutoMemory.TabIndex = 7;
     this.button_AutoMemory.TabStop  = false;
     this.button_AutoMemory.UseVisualStyleBackColor = false;
     this.button_AutoMemory.Click += new System.EventHandler(this.button_AutoMemory_Click);
     //
     // numericUpDown1
     //
     this.numericUpDown1.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.numericUpDown1.Location = new System.Drawing.Point(164, 286);
     this.numericUpDown1.Maximum  = new decimal(new int[] {
         10240,
         0,
         0,
         0
     });
     this.numericUpDown1.Name          = "numericUpDown1";
     this.numericUpDown1.Size          = new System.Drawing.Size(65, 21);
     this.numericUpDown1.TabIndex      = 12;
     this.numericUpDown1.TabStop       = false;
     this.numericUpDown1.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
     //
     // label16
     //
     this.label16.BackColor = System.Drawing.Color.Transparent;
     this.label16.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label16.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label16.Location  = new System.Drawing.Point(5, 287);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(173, 20);
     this.label16.TabIndex  = 0;
     this.label16.Text      = "Видео память:";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label17
     //
     this.label17.BackColor = System.Drawing.Color.Transparent;
     this.label17.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label17.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label17.Location  = new System.Drawing.Point(5, 175);
     this.label17.Name      = "label17";
     this.label17.Size      = new System.Drawing.Size(187, 20);
     this.label17.TabIndex  = 0;
     this.label17.Text      = "Сдвинуть память";
     this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // buttonExpandMemory
     //
     this.buttonExpandMemory.BackColor                         = System.Drawing.Color.Transparent;
     this.buttonExpandMemory.BackgroundImage                   = global::SLMPLauncher.Properties.Resources.buttonToggleDisable;
     this.buttonExpandMemory.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonExpandMemory.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.buttonExpandMemory.FlatAppearance.BorderSize         = 0;
     this.buttonExpandMemory.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.buttonExpandMemory.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.buttonExpandMemory.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.buttonExpandMemory.Location = new System.Drawing.Point(179, 174);
     this.buttonExpandMemory.Name     = "buttonExpandMemory";
     this.buttonExpandMemory.Size     = new System.Drawing.Size(50, 22);
     this.buttonExpandMemory.TabIndex = 8;
     this.buttonExpandMemory.TabStop  = false;
     this.buttonExpandMemory.UseVisualStyleBackColor = false;
     this.buttonExpandMemory.Click += new System.EventHandler(this.buttonExpandMemory_Click);
     //
     // FormENB
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage     = global::SLMPLauncher.Properties.Resources.FormBackgroundNone;
     this.ClientSize          = new System.Drawing.Size(492, 317);
     this.ControlBox          = false;
     this.Controls.Add(this.button_Close);
     this.Controls.Add(this.numericUpDown1);
     this.Controls.Add(this.listBox1);
     this.Controls.Add(this.buttonExpandMemory);
     this.Controls.Add(this.button_WaitBuffer);
     this.Controls.Add(this.button_AutoMemory);
     this.Controls.Add(this.button_Compress);
     this.Controls.Add(this.comboBox3);
     this.Controls.Add(this.button_FPS);
     this.Controls.Add(this.button_AF);
     this.Controls.Add(this.button_OC);
     this.Controls.Add(this.button_AA);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.button_unpackENB);
     this.Controls.Add(this.button_deleteAllENB);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.label17);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label16);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label1);
     this.DoubleBuffered  = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FormENB";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "SLMP: ENB Menu";
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.FormENB_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.ResumeLayout(false);
 }
示例#15
0
 private void InitializeComponent()
 {
     this.components           = new System.ComponentModel.Container();
     this.toolTip1             = new System.Windows.Forms.ToolTip(this.components);
     this.EditGuildMemberCount = new System.Windows.Forms.NumericUpDown();
     this.GroupBox1            = new System.Windows.Forms.GroupBox();
     this.ListViewGuild        = new System.Windows.Forms.ListView();
     this._column_353          = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._column_354          = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.GroupBox2            = new System.Windows.Forms.GroupBox();
     this.PageControl1         = new System.Windows.Forms.TabControl();
     this.TabSheet1            = new System.Windows.Forms.TabPage();
     this.GroupBox3            = new System.Windows.Forms.GroupBox();
     this.Label2                   = new System.Windows.Forms.Label();
     this.Label1                   = new System.Windows.Forms.Label();
     this.Label3                   = new System.Windows.Forms.Label();
     this.Label7                   = new System.Windows.Forms.Label();
     this.Label8                   = new System.Windows.Forms.Label();
     this.Label4                   = new System.Windows.Forms.Label();
     this.Label5                   = new System.Windows.Forms.Label();
     this.Label9                   = new System.Windows.Forms.Label();
     this.EditGuildName            = new System.Windows.Forms.TextBox();
     this.EditBuildPoint           = new System.Windows.Forms.NumericUpDown();
     this.EditAurae                = new System.Windows.Forms.NumericUpDown();
     this.EditStability            = new System.Windows.Forms.NumericUpDown();
     this.EditFlourishing          = new System.Windows.Forms.NumericUpDown();
     this.EditChiefItemCount       = new System.Windows.Forms.NumericUpDown();
     this.EditGuildFountain        = new System.Windows.Forms.NumericUpDown();
     this.Button1                  = new System.Windows.Forms.Button();
     this.SpinEditGuildMemberCount = new System.Windows.Forms.NumericUpDown();
     this.GroupBox4                = new System.Windows.Forms.GroupBox();
     this.Label6                   = new System.Windows.Forms.Label();
     this.Button2                  = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.EditGuildMemberCount)).BeginInit();
     this.GroupBox1.SuspendLayout();
     this.GroupBox2.SuspendLayout();
     this.PageControl1.SuspendLayout();
     this.TabSheet1.SuspendLayout();
     this.GroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.EditBuildPoint)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.EditAurae)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.EditStability)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.EditFlourishing)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.EditChiefItemCount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.EditGuildFountain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SpinEditGuildMemberCount)).BeginInit();
     this.GroupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // EditGuildMemberCount
     //
     this.EditGuildMemberCount.Location = new System.Drawing.Point(125, 12);
     this.EditGuildMemberCount.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.EditGuildMemberCount.Name     = "EditGuildMemberCount";
     this.EditGuildMemberCount.Size     = new System.Drawing.Size(60, 21);
     this.EditGuildMemberCount.TabIndex = 0;
     this.toolTip1.SetToolTip(this.EditGuildMemberCount, "新建行会,最大的成员数量,建议在200-300之间");
     this.EditGuildMemberCount.Click += new System.EventHandler(this.EditGuildMemberCountClick);
     //
     // GroupBox1
     //
     this.GroupBox1.Controls.Add(this.ListViewGuild);
     this.GroupBox1.Location = new System.Drawing.Point(3, 4);
     this.GroupBox1.Name     = "GroupBox1";
     this.GroupBox1.Size     = new System.Drawing.Size(191, 304);
     this.GroupBox1.TabIndex = 0;
     this.GroupBox1.TabStop  = false;
     this.GroupBox1.Text     = "行会列表";
     //
     // ListViewGuild
     //
     this.ListViewGuild.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this._column_353,
         this._column_354
     });
     this.ListViewGuild.FullRowSelect = true;
     this.ListViewGuild.GridLines     = true;
     this.ListViewGuild.Location      = new System.Drawing.Point(6, 16);
     this.ListViewGuild.Name          = "ListViewGuild";
     this.ListViewGuild.Size          = new System.Drawing.Size(177, 281);
     this.ListViewGuild.TabIndex      = 0;
     this.ListViewGuild.UseCompatibleStateImageBehavior = false;
     this.ListViewGuild.View = System.Windows.Forms.View.Details;
     this.ListViewGuild.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.ListViewGuild_ItemSelectionChanged);
     this.ListViewGuild.Click += new System.EventHandler(this.ListViewGuildClick);
     //
     // _column_353
     //
     this._column_353.Name  = "_column_353";
     this._column_353.Text  = "序号";
     this._column_353.Width = 38;
     //
     // _column_354
     //
     this._column_354.Name  = "_column_354";
     this._column_354.Text  = "行会名称";
     this._column_354.Width = 135;
     //
     // GroupBox2
     //
     this.GroupBox2.Controls.Add(this.PageControl1);
     this.GroupBox2.Location = new System.Drawing.Point(198, 4);
     this.GroupBox2.Name     = "GroupBox2";
     this.GroupBox2.Size     = new System.Drawing.Size(289, 261);
     this.GroupBox2.TabIndex = 1;
     this.GroupBox2.TabStop  = false;
     this.GroupBox2.Text     = "行会信息";
     //
     // PageControl1
     //
     this.PageControl1.Controls.Add(this.TabSheet1);
     this.PageControl1.Location      = new System.Drawing.Point(8, 14);
     this.PageControl1.Name          = "PageControl1";
     this.PageControl1.SelectedIndex = 0;
     this.PageControl1.Size          = new System.Drawing.Size(275, 241);
     this.PageControl1.TabIndex      = 0;
     //
     // TabSheet1
     //
     this.TabSheet1.Controls.Add(this.GroupBox3);
     this.TabSheet1.Location = new System.Drawing.Point(4, 22);
     this.TabSheet1.Name     = "TabSheet1";
     this.TabSheet1.Size     = new System.Drawing.Size(267, 215);
     this.TabSheet1.TabIndex = 0;
     this.TabSheet1.Text     = "基本情况";
     //
     // GroupBox3
     //
     this.GroupBox3.Controls.Add(this.Label2);
     this.GroupBox3.Controls.Add(this.Label1);
     this.GroupBox3.Controls.Add(this.Label3);
     this.GroupBox3.Controls.Add(this.Label7);
     this.GroupBox3.Controls.Add(this.Label8);
     this.GroupBox3.Controls.Add(this.Label4);
     this.GroupBox3.Controls.Add(this.Label5);
     this.GroupBox3.Controls.Add(this.Label9);
     this.GroupBox3.Controls.Add(this.EditGuildName);
     this.GroupBox3.Controls.Add(this.EditBuildPoint);
     this.GroupBox3.Controls.Add(this.EditAurae);
     this.GroupBox3.Controls.Add(this.EditStability);
     this.GroupBox3.Controls.Add(this.EditFlourishing);
     this.GroupBox3.Controls.Add(this.EditChiefItemCount);
     this.GroupBox3.Controls.Add(this.EditGuildFountain);
     this.GroupBox3.Controls.Add(this.Button1);
     this.GroupBox3.Controls.Add(this.SpinEditGuildMemberCount);
     this.GroupBox3.Location = new System.Drawing.Point(4, 0);
     this.GroupBox3.Name     = "GroupBox3";
     this.GroupBox3.Size     = new System.Drawing.Size(260, 210);
     this.GroupBox3.TabIndex = 0;
     this.GroupBox3.TabStop  = false;
     //
     // Label2
     //
     this.Label2.Location = new System.Drawing.Point(8, 20);
     this.Label2.Name     = "Label2";
     this.Label2.Size     = new System.Drawing.Size(54, 12);
     this.Label2.TabIndex = 0;
     this.Label2.Text     = "行会名称:";
     //
     // Label1
     //
     this.Label1.Location = new System.Drawing.Point(8, 44);
     this.Label1.Name     = "Label1";
     this.Label1.Size     = new System.Drawing.Size(54, 12);
     this.Label1.TabIndex = 1;
     this.Label1.Text     = "建 筑 度:";
     //
     // Label3
     //
     this.Label3.Location = new System.Drawing.Point(8, 68);
     this.Label3.Name     = "Label3";
     this.Label3.Size     = new System.Drawing.Size(54, 12);
     this.Label3.TabIndex = 2;
     this.Label3.Text     = "人 气 度:";
     //
     // Label7
     //
     this.Label7.Location = new System.Drawing.Point(8, 92);
     this.Label7.Name     = "Label7";
     this.Label7.Size     = new System.Drawing.Size(54, 12);
     this.Label7.TabIndex = 3;
     this.Label7.Text     = "安 定 度:";
     //
     // Label8
     //
     this.Label8.Location = new System.Drawing.Point(8, 116);
     this.Label8.Name     = "Label8";
     this.Label8.Size     = new System.Drawing.Size(54, 12);
     this.Label8.TabIndex = 4;
     this.Label8.Text     = "繁 荣 度:";
     //
     // Label4
     //
     this.Label4.Location = new System.Drawing.Point(8, 140);
     this.Label4.Name     = "Label4";
     this.Label4.Size     = new System.Drawing.Size(54, 12);
     this.Label4.TabIndex = 5;
     this.Label4.Text     = "装 备 数:";
     //
     // Label5
     //
     this.Label5.Location = new System.Drawing.Point(8, 164);
     this.Label5.Name     = "Label5";
     this.Label5.Size     = new System.Drawing.Size(54, 12);
     this.Label5.TabIndex = 6;
     this.Label5.Text     = "行会泉水:";
     //
     // Label9
     //
     this.Label9.Location = new System.Drawing.Point(8, 188);
     this.Label9.Name     = "Label9";
     this.Label9.Size     = new System.Drawing.Size(54, 12);
     this.Label9.TabIndex = 7;
     this.Label9.Text     = "成员上限:";
     //
     // EditGuildName
     //
     this.EditGuildName.Enabled  = false;
     this.EditGuildName.Location = new System.Drawing.Point(64, 16);
     this.EditGuildName.Name     = "EditGuildName";
     this.EditGuildName.ReadOnly = true;
     this.EditGuildName.Size     = new System.Drawing.Size(169, 21);
     this.EditGuildName.TabIndex = 0;
     //
     // EditBuildPoint
     //
     this.EditBuildPoint.Location = new System.Drawing.Point(64, 40);
     this.EditBuildPoint.Name     = "EditBuildPoint";
     this.EditBuildPoint.Size     = new System.Drawing.Size(81, 21);
     this.EditBuildPoint.TabIndex = 1;
     this.EditBuildPoint.Click   += new System.EventHandler(this.EditBuildPointClick);
     //
     // EditAurae
     //
     this.EditAurae.Location = new System.Drawing.Point(64, 64);
     this.EditAurae.Name     = "EditAurae";
     this.EditAurae.Size     = new System.Drawing.Size(81, 21);
     this.EditAurae.TabIndex = 2;
     this.EditAurae.Click   += new System.EventHandler(this.EditBuildPointClick);
     //
     // EditStability
     //
     this.EditStability.Location = new System.Drawing.Point(64, 88);
     this.EditStability.Name     = "EditStability";
     this.EditStability.Size     = new System.Drawing.Size(81, 21);
     this.EditStability.TabIndex = 3;
     this.EditStability.Click   += new System.EventHandler(this.EditBuildPointClick);
     //
     // EditFlourishing
     //
     this.EditFlourishing.Location = new System.Drawing.Point(64, 112);
     this.EditFlourishing.Name     = "EditFlourishing";
     this.EditFlourishing.Size     = new System.Drawing.Size(81, 21);
     this.EditFlourishing.TabIndex = 4;
     this.EditFlourishing.Click   += new System.EventHandler(this.EditBuildPointClick);
     //
     // EditChiefItemCount
     //
     this.EditChiefItemCount.Location = new System.Drawing.Point(64, 136);
     this.EditChiefItemCount.Name     = "EditChiefItemCount";
     this.EditChiefItemCount.Size     = new System.Drawing.Size(81, 21);
     this.EditChiefItemCount.TabIndex = 5;
     this.EditChiefItemCount.Click   += new System.EventHandler(this.EditBuildPointClick);
     //
     // EditGuildFountain
     //
     this.EditGuildFountain.Location = new System.Drawing.Point(64, 160);
     this.EditGuildFountain.Name     = "EditGuildFountain";
     this.EditGuildFountain.Size     = new System.Drawing.Size(81, 21);
     this.EditGuildFountain.TabIndex = 6;
     this.EditGuildFountain.Click   += new System.EventHandler(this.EditBuildPointClick);
     //
     // Button1
     //
     this.Button1.BackColor = System.Drawing.SystemColors.ButtonFace;
     this.Button1.Enabled   = false;
     this.Button1.Location  = new System.Drawing.Point(168, 160);
     this.Button1.Name      = "Button1";
     this.Button1.Size      = new System.Drawing.Size(75, 25);
     this.Button1.TabIndex  = 7;
     this.Button1.Text      = "保存(&S)";
     this.Button1.UseVisualStyleBackColor = false;
     this.Button1.Click += new System.EventHandler(this.Button1Click);
     //
     // SpinEditGuildMemberCount
     //
     this.SpinEditGuildMemberCount.Location = new System.Drawing.Point(64, 184);
     this.SpinEditGuildMemberCount.Name     = "SpinEditGuildMemberCount";
     this.SpinEditGuildMemberCount.Size     = new System.Drawing.Size(81, 21);
     this.SpinEditGuildMemberCount.TabIndex = 8;
     this.SpinEditGuildMemberCount.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.SpinEditGuildMemberCount.Click += new System.EventHandler(this.EditBuildPointClick);
     //
     // GroupBox4
     //
     this.GroupBox4.Controls.Add(this.Label6);
     this.GroupBox4.Controls.Add(this.EditGuildMemberCount);
     this.GroupBox4.Controls.Add(this.Button2);
     this.GroupBox4.Location = new System.Drawing.Point(200, 267);
     this.GroupBox4.Name     = "GroupBox4";
     this.GroupBox4.Size     = new System.Drawing.Size(287, 41);
     this.GroupBox4.TabIndex = 2;
     this.GroupBox4.TabStop  = false;
     this.GroupBox4.Text     = "行会设置";
     //
     // Label6
     //
     this.Label6.Location = new System.Drawing.Point(18, 18);
     this.Label6.Name     = "Label6";
     this.Label6.Size     = new System.Drawing.Size(102, 12);
     this.Label6.TabIndex = 0;
     this.Label6.Text     = "新建行会成员上限:";
     //
     // Button2
     //
     this.Button2.BackColor = System.Drawing.SystemColors.ButtonFace;
     this.Button2.Enabled   = false;
     this.Button2.Location  = new System.Drawing.Point(200, 10);
     this.Button2.Name      = "Button2";
     this.Button2.Size      = new System.Drawing.Size(75, 25);
     this.Button2.TabIndex  = 1;
     this.Button2.Text      = "保存";
     this.Button2.UseVisualStyleBackColor = false;
     this.Button2.Click += new System.EventHandler(this.Button2Click);
     //
     // TfrmGuildManage
     //
     this.AutoScroll = true;
     this.BackColor  = System.Drawing.SystemColors.ButtonFace;
     this.ClientSize = new System.Drawing.Size(492, 312);
     this.Controls.Add(this.GroupBox1);
     this.Controls.Add(this.GroupBox2);
     this.Controls.Add(this.GroupBox4);
     this.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Location        = new System.Drawing.Point(364, 247);
     this.Name            = "TfrmGuildManage";
     this.Text            = "行会管理";
     ((System.ComponentModel.ISupportInitialize)(this.EditGuildMemberCount)).EndInit();
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox2.ResumeLayout(false);
     this.PageControl1.ResumeLayout(false);
     this.TabSheet1.ResumeLayout(false);
     this.GroupBox3.ResumeLayout(false);
     this.GroupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.EditBuildPoint)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.EditAurae)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.EditStability)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.EditFlourishing)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.EditChiefItemCount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.EditGuildFountain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SpinEditGuildMemberCount)).EndInit();
     this.GroupBox4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// This method is required for Windows Forms designer support.
        /// Do not change the method contents inside the source code editor. The Forms designer might
        /// not be able to load this method if it was changed manually.
        /// </summary>
        private void InitializeComponent()
        {
            Bloom bloom1  = new Bloom();
            Bloom bloom2  = new Bloom();
            Bloom bloom3  = new Bloom();
            Bloom bloom4  = new Bloom();
            Bloom bloom5  = new Bloom();
            Bloom bloom6  = new Bloom();
            Bloom bloom7  = new Bloom();
            Bloom bloom8  = new Bloom();
            Bloom bloom9  = new Bloom();
            Bloom bloom10 = new Bloom();
            Bloom bloom11 = new Bloom();
            Bloom bloom12 = new Bloom();
            Bloom bloom13 = new Bloom();
            Bloom bloom14 = new Bloom();
            Bloom bloom15 = new Bloom();
            Bloom bloom16 = new Bloom();
            Bloom bloom17 = new Bloom();
            Bloom bloom18 = new Bloom();
            Bloom bloom19 = new Bloom();

            this.fusionTheme1   = new FusionTheme();
            this.fusionButton1  = new FusionButton();
            this.btn_abrir_caja = new System.Windows.Forms.Button();
            this.label1         = new System.Windows.Forms.Label();
            this.num_dinero     = new System.Windows.Forms.NumericUpDown();
            this.fusionTheme1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.num_dinero)).BeginInit();
            this.SuspendLayout();
            //
            // fusionTheme1
            //
            this.fusionTheme1.BackColor   = System.Drawing.Color.White;
            this.fusionTheme1.BorderStyle = System.Windows.Forms.FormBorderStyle.None;
            bloom1.Name              = "Sides";
            bloom1.Value             = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            bloom2.Name              = "Gradient1";
            bloom2.Value             = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            bloom3.Name              = "Gradient2";
            bloom3.Value             = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            bloom4.Name              = "Text";
            bloom4.Value             = System.Drawing.Color.White;
            bloom5.Name              = "Back";
            bloom5.Value             = System.Drawing.Color.White;
            bloom6.Name              = "Border1";
            bloom6.Value             = System.Drawing.Color.Black;
            bloom7.Name              = "Border2";
            bloom7.Value             = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(63)))));
            bloom8.Name              = "Border3";
            bloom8.Value             = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(63)))));
            bloom9.Name              = "Border4";
            bloom9.Value             = System.Drawing.Color.Black;
            bloom10.Name             = "Blend1";
            bloom10.Value            = System.Drawing.Color.Transparent;
            bloom11.Name             = "Blend2";
            bloom11.Value            = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(63)))));
            this.fusionTheme1.Colors = new Bloom[] {
                bloom1,
                bloom2,
                bloom3,
                bloom4,
                bloom5,
                bloom6,
                bloom7,
                bloom8,
                bloom9,
                bloom10,
                bloom11
            };
            this.fusionTheme1.Controls.Add(this.fusionButton1);
            this.fusionTheme1.Controls.Add(this.btn_abrir_caja);
            this.fusionTheme1.Controls.Add(this.label1);
            this.fusionTheme1.Controls.Add(this.num_dinero);
            this.fusionTheme1.Customization   = "AAAA/wAAAP8AAAD///////////8AAAD/Pzw8/z88PP8AAAD/////AD88PP8=";
            this.fusionTheme1.Dock            = System.Windows.Forms.DockStyle.Fill;
            this.fusionTheme1.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fusionTheme1.Image           = null;
            this.fusionTheme1.Location        = new System.Drawing.Point(0, 0);
            this.fusionTheme1.Movable         = false;
            this.fusionTheme1.Name            = "fusionTheme1";
            this.fusionTheme1.NoRounding      = false;
            this.fusionTheme1.Sizable         = false;
            this.fusionTheme1.Size            = new System.Drawing.Size(336, 199);
            this.fusionTheme1.SmartBounds     = true;
            this.fusionTheme1.TabIndex        = 0;
            this.fusionTheme1.Text            = "Cerrar Caja";
            this.fusionTheme1.TransparencyKey = System.Drawing.Color.Fuchsia;
            //
            // fusionButton1
            //
            this.fusionButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            bloom12.Name              = "DownGradient1";
            bloom12.Value             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(127)))), ((int)(((byte)(1)))));
            bloom13.Name              = "DownGradient2";
            bloom13.Value             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(12)))));
            bloom14.Name              = "NoneGradient1";
            bloom14.Value             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(12)))));
            bloom15.Name              = "NoneGradient2";
            bloom15.Value             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(127)))), ((int)(((byte)(1)))));
            bloom16.Name              = "TextShade";
            bloom16.Value             = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            bloom17.Name              = "Text";
            bloom17.Value             = System.Drawing.Color.White;
            bloom18.Name              = "Border1";
            bloom18.Value             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(197)))), ((int)(((byte)(19)))));
            bloom19.Name              = "Border2";
            bloom19.Value             = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(133)))), ((int)(((byte)(0)))));
            this.fusionButton1.Colors = new Bloom[] {
                bloom12,
                bloom13,
                bloom14,
                bloom15,
                bloom16,
                bloom17,
                bloom18,
                bloom19
            };
            this.fusionButton1.Customization = "AX///wyv//8Mr///AX///wAAAB7/////E8X//wCF/v8=";
            this.fusionButton1.Font          = new System.Drawing.Font("Verdana", 8F);
            this.fusionButton1.Image         = null;
            this.fusionButton1.Location      = new System.Drawing.Point(298, 3);
            this.fusionButton1.Name          = "fusionButton1";
            this.fusionButton1.NoRounding    = false;
            this.fusionButton1.Size          = new System.Drawing.Size(26, 26);
            this.fusionButton1.TabIndex      = 65;
            this.fusionButton1.Text          = "x";
            this.fusionButton1.Transparent   = false;
            this.fusionButton1.Click        += new System.EventHandler(this.FusionButton1Click);
            //
            // btn_abrir_caja
            //
            this.btn_abrir_caja.BackColor = System.Drawing.Color.LightGray;
            this.btn_abrir_caja.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btn_abrir_caja.Location  = new System.Drawing.Point(86, 129);
            this.btn_abrir_caja.Name      = "btn_abrir_caja";
            this.btn_abrir_caja.Size      = new System.Drawing.Size(165, 40);
            this.btn_abrir_caja.TabIndex  = 5;
            this.btn_abrir_caja.Text      = "Cerrar Caja";
            this.btn_abrir_caja.UseVisualStyleBackColor = false;
            this.btn_abrir_caja.Click += new System.EventHandler(this.Btn_abrir_cajaClick);
            //
            // label1
            //
            this.label1.Font      = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location  = new System.Drawing.Point(21, 53);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(292, 33);
            this.label1.TabIndex  = 4;
            this.label1.Text      = "TOTAL EN CAJA";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // num_dinero
            //
            this.num_dinero.Font      = new System.Drawing.Font("Verdana", 16F);
            this.num_dinero.Increment = new decimal(new int[] {
                10,
                0,
                0,
                0
            });
            this.num_dinero.Location = new System.Drawing.Point(86, 89);
            this.num_dinero.Maximum  = new decimal(new int[] {
                9999999,
                0,
                0,
                0
            });
            this.num_dinero.Minimum = new decimal(new int[] {
                1,
                0,
                0,
                0
            });
            this.num_dinero.Name      = "num_dinero";
            this.num_dinero.Size      = new System.Drawing.Size(165, 33);
            this.num_dinero.TabIndex  = 3;
            this.num_dinero.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.num_dinero.Value     = new decimal(new int[] {
                5000,
                0,
                0,
                0
            });
            //
            // cierre
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(336, 199);
            this.Controls.Add(this.fusionTheme1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name            = "cierre";
            this.Text            = "apertura";
            this.TransparencyKey = System.Drawing.Color.Fuchsia;
            this.fusionTheme1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.num_dinero)).EndInit();
            this.ResumeLayout(false);
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.NumericUpDown             numericUpDown2;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form3));
     this.imageList1                 = new System.Windows.Forms.ImageList(this.components);
     this.panel7                     = new System.Windows.Forms.Panel();
     this.panel8                     = new System.Windows.Forms.Panel();
     this.panel6                     = new System.Windows.Forms.Panel();
     this.panel5                     = new System.Windows.Forms.Panel();
     this.panel4                     = new System.Windows.Forms.Panel();
     this.panel3                     = new System.Windows.Forms.Panel();
     this.panel2                     = new System.Windows.Forms.Panel();
     this.panel1                     = new System.Windows.Forms.Panel();
     this.btnClear                   = new System.Windows.Forms.Button();
     this.btnCancel                  = new System.Windows.Forms.Button();
     this.btnAddNewCar               = new System.Windows.Forms.Button();
     this.textBox2                   = new System.Windows.Forms.TextBox();
     this.tbUsername                 = new System.Windows.Forms.TextBox();
     this.maskedTextBox2             = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox3             = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox1             = new System.Windows.Forms.MaskedTextBox();
     this.pictureBox1                = new System.Windows.Forms.PictureBox();
     this.richTextBox1               = new System.Windows.Forms.RichTextBox();
     this.radioButton4               = new System.Windows.Forms.RadioButton();
     this.radioButton3               = new System.Windows.Forms.RadioButton();
     this.radioButton2               = new System.Windows.Forms.RadioButton();
     this.radioButton1               = new System.Windows.Forms.RadioButton();
     this.numericUpDown1             = new System.Windows.Forms.NumericUpDown();
     this.numericUpDown3             = new System.Windows.Forms.NumericUpDown();
     this.npdYEAR                    = new System.Windows.Forms.NumericUpDown();
     this.cbColor                    = new System.Windows.Forms.ComboBox();
     this.comboBox2                  = new System.Windows.Forms.ComboBox();
     this.comboBox1                  = new System.Windows.Forms.ComboBox();
     this.label3                     = new System.Windows.Forms.Label();
     this.label2                     = new System.Windows.Forms.Label();
     this.label4                     = new System.Windows.Forms.Label();
     this.lblModel                   = new System.Windows.Forms.Label();
     this.label5                     = new System.Windows.Forms.Label();
     this.label9                     = new System.Windows.Forms.Label();
     this.label8                     = new System.Windows.Forms.Label();
     this.label1                     = new System.Windows.Forms.Label();
     this.label7                     = new System.Windows.Forms.Label();
     this.label10                    = new System.Windows.Forms.Label();
     this.label6                     = new System.Windows.Forms.Label();
     this.lblYear                    = new System.Windows.Forms.Label();
     this.lblTitel                   = new System.Windows.Forms.Label();
     this.lblCARNUMBER               = new System.Windows.Forms.Label();
     this.button2                    = new System.Windows.Forms.Button();
     this.dataBase_Car_TabelTDataSet = new the_last_and_the_only.DataBase_Car_TabelTDataSet();
     this.colorTBindingSource        = new System.Windows.Forms.BindingSource(this.components);
     this.colorTTableAdapter         = new the_last_and_the_only.DataBase_Car_TabelTDataSetTableAdapters.ColorTTableAdapter();
     this.cOLORcarsBindingSource     = new System.Windows.Forms.BindingSource(this.components);
     this.carsTTableAdapter          = new the_last_and_the_only.DataBase_Car_TabelTDataSetTableAdapters.CarsTTableAdapter();
     numericUpDown2                  = new System.Windows.Forms.NumericUpDown();
     ((System.ComponentModel.ISupportInitialize)(numericUpDown2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.npdYEAR)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataBase_Car_TabelTDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.colorTBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cOLORcarsBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // numericUpDown2
     //
     numericUpDown2.BorderStyle        = System.Windows.Forms.BorderStyle.None;
     numericUpDown2.CausesValidation   = false;
     numericUpDown2.Font               = new System.Drawing.Font("Microsoft Sans Serif", 10.2F);
     numericUpDown2.ForeColor          = System.Drawing.Color.DeepSkyBlue;
     numericUpDown2.InterceptArrowKeys = false;
     numericUpDown2.Location           = new System.Drawing.Point(698, 398);
     numericUpDown2.Maximum            = new decimal(new int[] {
         1000000,
         0,
         0,
         0
     });
     numericUpDown2.Name     = "numericUpDown2";
     numericUpDown2.Size     = new System.Drawing.Size(120, 22);
     numericUpDown2.TabIndex = 50;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "174px-Škoda_logo_from_2011.jpg");
     this.imageList1.Images.SetKeyName(1, "178px-Mazdaemblem4.jpg");
     this.imageList1.Images.SetKeyName(2, "180px-BMW.svg.png");
     this.imageList1.Images.SetKeyName(3, "180px-Chevrolet_logo.png");
     this.imageList1.Images.SetKeyName(4, "180px-Citroen_2009.svg.png");
     this.imageList1.Images.SetKeyName(5, "180px-DaciaLogo.jpg");
     this.imageList1.Images.SetKeyName(6, "180px-Fiat_logo.jpg");
     this.imageList1.Images.SetKeyName(7, "180px-Ford_Motor_Company_Logo.svg.png");
     this.imageList1.Images.SetKeyName(8, "180px-Honda.svg.png");
     this.imageList1.Images.SetKeyName(9, "180px-Hyundai_Motor_Company_logo.svg.png");
     this.imageList1.Images.SetKeyName(10, "180px-Mercedes-Benz_logo.svg.png");
     this.imageList1.Images.SetKeyName(11, "180px-Mitsubishi_logo.svg.png");
     this.imageList1.Images.SetKeyName(12, "180px-Nissan-logo.svg.png");
     this.imageList1.Images.SetKeyName(13, "180px-Opel-Logo-2011-Vector.svg.png");
     this.imageList1.Images.SetKeyName(14, "180px-Peugeot_logo_svg.png");
     this.imageList1.Images.SetKeyName(15, "180px-Renault_2009_logo.svg.png");
     this.imageList1.Images.SetKeyName(16, "180px-Subaru_logo.jpg");
     this.imageList1.Images.SetKeyName(17, "180px-Toyota_2009.svg.png");
     this.imageList1.Images.SetKeyName(18, "Audi_logo.png");
     this.imageList1.Images.SetKeyName(19, "images.jpg");
     this.imageList1.Images.SetKeyName(20, "Jaguar_Cars_Logo_2012.png");
     this.imageList1.Images.SetKeyName(21, "KIA_logo2.svg.png");
     this.imageList1.Images.SetKeyName(22, "SEAT_Logo_4.png");
     this.imageList1.Images.SetKeyName(23, "Suzuki_Motor_Corporation_logo.svg.png");
     this.imageList1.Images.SetKeyName(24, "הורדה.jpg");
     //
     // panel7
     //
     this.panel7.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.panel7.Location  = new System.Drawing.Point(232, 447);
     this.panel7.Name      = "panel7";
     this.panel7.Size      = new System.Drawing.Size(136, 2);
     this.panel7.TabIndex  = 66;
     //
     // panel8
     //
     this.panel8.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.panel8.Location  = new System.Drawing.Point(219, 310);
     this.panel8.Name      = "panel8";
     this.panel8.Size      = new System.Drawing.Size(136, 2);
     this.panel8.TabIndex  = 65;
     //
     // panel6
     //
     this.panel6.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.panel6.Location  = new System.Drawing.Point(226, 349);
     this.panel6.Name      = "panel6";
     this.panel6.Size      = new System.Drawing.Size(136, 2);
     this.panel6.TabIndex  = 64;
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.panel5.Location  = new System.Drawing.Point(238, 158);
     this.panel5.Name      = "panel5";
     this.panel5.Size      = new System.Drawing.Size(136, 2);
     this.panel5.TabIndex  = 63;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.panel4.Location  = new System.Drawing.Point(698, 374);
     this.panel4.Name      = "panel4";
     this.panel4.Size      = new System.Drawing.Size(136, 2);
     this.panel4.TabIndex  = 62;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.panel3.Location  = new System.Drawing.Point(698, 314);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(136, 2);
     this.panel3.TabIndex  = 61;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.panel2.Location  = new System.Drawing.Point(698, 257);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new System.Drawing.Size(136, 2);
     this.panel2.TabIndex  = 60;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.panel1.Location  = new System.Drawing.Point(698, 208);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(136, 3);
     this.panel1.TabIndex  = 59;
     //
     // btnClear
     //
     this.btnClear.BackColor               = System.Drawing.Color.Gold;
     this.btnClear.Cursor                  = System.Windows.Forms.Cursors.Hand;
     this.btnClear.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnClear.Font                    = new System.Drawing.Font("Lucida Fax", 16.2F);
     this.btnClear.ImeMode                 = System.Windows.Forms.ImeMode.NoControl;
     this.btnClear.Location                = new System.Drawing.Point(573, 596);
     this.btnClear.Name                    = "btnClear";
     this.btnClear.Size                    = new System.Drawing.Size(210, 60);
     this.btnClear.TabIndex                = 56;
     this.btnClear.Text                    = "Clear";
     this.btnClear.UseVisualStyleBackColor = false;
     //
     // btnCancel
     //
     this.btnCancel.BackColor = System.Drawing.Color.Crimson;
     this.btnCancel.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.btnCancel.Font      = new System.Drawing.Font("Lucida Fax", 16.2F);
     this.btnCancel.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.btnCancel.Location  = new System.Drawing.Point(573, 669);
     this.btnCancel.Name      = "btnCancel";
     this.btnCancel.Size      = new System.Drawing.Size(210, 60);
     this.btnCancel.TabIndex  = 58;
     this.btnCancel.Text      = "Cancel";
     this.btnCancel.UseVisualStyleBackColor = false;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnAddNewCar
     //
     this.btnAddNewCar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(113)))), ((int)(((byte)(179)))), ((int)(((byte)(87)))));
     this.btnAddNewCar.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.btnAddNewCar.Font      = new System.Drawing.Font("Lucida Fax", 16.2F);
     this.btnAddNewCar.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.btnAddNewCar.Location  = new System.Drawing.Point(573, 519);
     this.btnAddNewCar.Name      = "btnAddNewCar";
     this.btnAddNewCar.Size      = new System.Drawing.Size(210, 60);
     this.btnAddNewCar.TabIndex  = 57;
     this.btnAddNewCar.Text      = "Add New Car";
     this.btnAddNewCar.UseVisualStyleBackColor = false;
     //
     // textBox2
     //
     this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox2.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10.2F);
     this.textBox2.ForeColor   = System.Drawing.Color.DeepSkyBlue;
     this.textBox2.Location    = new System.Drawing.Point(698, 294);
     this.textBox2.Name        = "textBox2";
     this.textBox2.Size        = new System.Drawing.Size(100, 19);
     this.textBox2.TabIndex    = 55;
     //
     // tbUsername
     //
     this.tbUsername.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.tbUsername.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10.2F);
     this.tbUsername.ForeColor   = System.Drawing.Color.DeepSkyBlue;
     this.tbUsername.Location    = new System.Drawing.Point(698, 185);
     this.tbUsername.Name        = "tbUsername";
     this.tbUsername.Size        = new System.Drawing.Size(100, 19);
     this.tbUsername.TabIndex    = 54;
     //
     // maskedTextBox2
     //
     this.maskedTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.maskedTextBox2.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10.2F);
     this.maskedTextBox2.ForeColor   = System.Drawing.Color.DeepSkyBlue;
     this.maskedTextBox2.Location    = new System.Drawing.Point(233, 138);
     this.maskedTextBox2.Mask        = "099-099-099";
     this.maskedTextBox2.Name        = "maskedTextBox2";
     this.maskedTextBox2.Size        = new System.Drawing.Size(119, 19);
     this.maskedTextBox2.TabIndex    = 53;
     //
     // maskedTextBox3
     //
     this.maskedTextBox3.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.maskedTextBox3.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10.2F);
     this.maskedTextBox3.ForeColor   = System.Drawing.Color.DeepSkyBlue;
     this.maskedTextBox3.Location    = new System.Drawing.Point(698, 356);
     this.maskedTextBox3.Mask        = "00000000$";
     this.maskedTextBox3.Name        = "maskedTextBox3";
     this.maskedTextBox3.Size        = new System.Drawing.Size(100, 19);
     this.maskedTextBox3.TabIndex    = 52;
     //
     // maskedTextBox1
     //
     this.maskedTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.maskedTextBox1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10.2F);
     this.maskedTextBox1.ForeColor   = System.Drawing.Color.DeepSkyBlue;
     this.maskedTextBox1.Location    = new System.Drawing.Point(698, 236);
     this.maskedTextBox1.Mask        = "999-000-0000";
     this.maskedTextBox1.Name        = "maskedTextBox1";
     this.maskedTextBox1.Size        = new System.Drawing.Size(100, 19);
     this.maskedTextBox1.TabIndex    = 51;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::the_last_and_the_only.Properties.Resources.הורדה;
     this.pictureBox1.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.pictureBox1.Location = new System.Drawing.Point(423, 138);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(115, 104);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 49;
     this.pictureBox1.TabStop  = false;
     //
     // richTextBox1
     //
     this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.richTextBox1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10.2F);
     this.richTextBox1.ForeColor   = System.Drawing.Color.DeepSkyBlue;
     this.richTextBox1.Location    = new System.Drawing.Point(211, 548);
     this.richTextBox1.Name        = "richTextBox1";
     this.richTextBox1.Size        = new System.Drawing.Size(274, 165);
     this.richTextBox1.TabIndex    = 48;
     this.richTextBox1.Text        = "";
     //
     // radioButton4
     //
     this.radioButton4.AutoSize  = true;
     this.radioButton4.BackColor = System.Drawing.Color.Transparent;
     this.radioButton4.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.radioButton4.Location  = new System.Drawing.Point(302, 499);
     this.radioButton4.Name      = "radioButton4";
     this.radioButton4.Size      = new System.Drawing.Size(101, 21);
     this.radioButton4.TabIndex  = 47;
     this.radioButton4.TabStop   = true;
     this.radioButton4.Text      = "Former Texi";
     this.radioButton4.UseVisualStyleBackColor = false;
     //
     // radioButton3
     //
     this.radioButton3.AutoSize  = true;
     this.radioButton3.BackColor = System.Drawing.Color.Transparent;
     this.radioButton3.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.radioButton3.Location  = new System.Drawing.Point(301, 472);
     this.radioButton3.Name      = "radioButton3";
     this.radioButton3.Size      = new System.Drawing.Size(70, 21);
     this.radioButton3.TabIndex  = 45;
     this.radioButton3.TabStop   = true;
     this.radioButton3.Text      = "renting";
     this.radioButton3.UseVisualStyleBackColor = false;
     //
     // radioButton2
     //
     this.radioButton2.AutoSize  = true;
     this.radioButton2.BackColor = System.Drawing.Color.Transparent;
     this.radioButton2.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.radioButton2.Location  = new System.Drawing.Point(212, 499);
     this.radioButton2.Name      = "radioButton2";
     this.radioButton2.Size      = new System.Drawing.Size(63, 21);
     this.radioButton2.TabIndex  = 46;
     this.radioButton2.TabStop   = true;
     this.radioButton2.Text      = "Lising";
     this.radioButton2.UseVisualStyleBackColor = false;
     //
     // radioButton1
     //
     this.radioButton1.AutoSize  = true;
     this.radioButton1.BackColor = System.Drawing.Color.Transparent;
     this.radioButton1.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.radioButton1.Location  = new System.Drawing.Point(211, 472);
     this.radioButton1.Name      = "radioButton1";
     this.radioButton1.Size      = new System.Drawing.Size(61, 21);
     this.radioButton1.TabIndex  = 44;
     this.radioButton1.TabStop   = true;
     this.radioButton1.Text      = "privet";
     this.radioButton1.UseVisualStyleBackColor = false;
     //
     // numericUpDown1
     //
     this.numericUpDown1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.numericUpDown1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10.2F);
     this.numericUpDown1.ForeColor   = System.Drawing.Color.DeepSkyBlue;
     this.numericUpDown1.Increment   = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.numericUpDown1.Location = new System.Drawing.Point(232, 426);
     this.numericUpDown1.Maximum  = new decimal(new int[] {
         1000000,
         0,
         0,
         0
     });
     this.numericUpDown1.Name     = "numericUpDown1";
     this.numericUpDown1.Size     = new System.Drawing.Size(120, 22);
     this.numericUpDown1.TabIndex = 42;
     //
     // numericUpDown3
     //
     this.numericUpDown3.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.numericUpDown3.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10.2F);
     this.numericUpDown3.ForeColor   = System.Drawing.Color.DeepSkyBlue;
     this.numericUpDown3.Location    = new System.Drawing.Point(226, 289);
     this.numericUpDown3.Maximum     = new decimal(new int[] {
         17,
         0,
         0,
         0
     });
     this.numericUpDown3.Name     = "numericUpDown3";
     this.numericUpDown3.Size     = new System.Drawing.Size(120, 22);
     this.numericUpDown3.TabIndex = 41;
     //
     // npdYEAR
     //
     this.npdYEAR.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.npdYEAR.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10.2F);
     this.npdYEAR.ForeColor   = System.Drawing.Color.DeepSkyBlue;
     this.npdYEAR.Location    = new System.Drawing.Point(233, 328);
     this.npdYEAR.Maximum     = new decimal(new int[] {
         2020,
         0,
         0,
         0
     });
     this.npdYEAR.Minimum = new decimal(new int[] {
         1990,
         0,
         0,
         0
     });
     this.npdYEAR.Name     = "npdYEAR";
     this.npdYEAR.Size     = new System.Drawing.Size(120, 22);
     this.npdYEAR.TabIndex = 43;
     this.npdYEAR.Value    = new decimal(new int[] {
         2018,
         0,
         0,
         0
     });
     //
     // cbColor
     //
     this.cbColor.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.colorTBindingSource, "COLOR", true));
     this.cbColor.DataSource        = this.cOLORcarsBindingSource;
     this.cbColor.DisplayMember     = "COLOR";
     this.cbColor.Font              = new System.Drawing.Font("Microsoft Sans Serif", 10.2F);
     this.cbColor.ForeColor         = System.Drawing.Color.DeepSkyBlue;
     this.cbColor.FormattingEnabled = true;
     this.cbColor.Location          = new System.Drawing.Point(231, 383);
     this.cbColor.Name              = "cbColor";
     this.cbColor.Size              = new System.Drawing.Size(121, 28);
     this.cbColor.TabIndex          = 38;
     this.cbColor.ValueMember       = "COLOR";
     //
     // comboBox2
     //
     this.comboBox2.Font              = new System.Drawing.Font("Microsoft Sans Serif", 10.2F);
     this.comboBox2.ForeColor         = System.Drawing.Color.DeepSkyBlue;
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Location          = new System.Drawing.Point(232, 234);
     this.comboBox2.Name              = "comboBox2";
     this.comboBox2.Size              = new System.Drawing.Size(121, 28);
     this.comboBox2.TabIndex          = 40;
     //
     // comboBox1
     //
     this.comboBox1.Font              = new System.Drawing.Font("Microsoft Sans Serif", 10.2F);
     this.comboBox1.ForeColor         = System.Drawing.Color.DeepSkyBlue;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(232, 185);
     this.comboBox1.Name              = "comboBox1";
     this.comboBox1.Size              = new System.Drawing.Size(121, 28);
     this.comboBox1.TabIndex          = 39;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font      = new System.Drawing.Font("MingLiU-ExtB", 12F, System.Drawing.FontStyle.Bold);
     this.label3.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.label3.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label3.Location  = new System.Drawing.Point(108, 474);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(86, 20);
     this.label3.TabIndex  = 25;
     this.label3.Text      = "privecy";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("MingLiU-ExtB", 12F, System.Drawing.FontStyle.Bold);
     this.label2.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.label2.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label2.Location  = new System.Drawing.Point(75, 548);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(119, 20);
     this.label2.TabIndex  = 26;
     this.label2.Text      = "Properties";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font      = new System.Drawing.Font("MingLiU-ExtB", 12F, System.Drawing.FontStyle.Bold);
     this.label4.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.label4.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label4.Location  = new System.Drawing.Point(101, 383);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(64, 20);
     this.label4.TabIndex  = 27;
     this.label4.Text      = "COLOR";
     //
     // lblModel
     //
     this.lblModel.AutoSize  = true;
     this.lblModel.BackColor = System.Drawing.Color.Transparent;
     this.lblModel.Font      = new System.Drawing.Font("MingLiU-ExtB", 12F, System.Drawing.FontStyle.Bold);
     this.lblModel.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lblModel.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.lblModel.Location  = new System.Drawing.Point(130, 189);
     this.lblModel.Name      = "lblModel";
     this.lblModel.Size      = new System.Drawing.Size(64, 20);
     this.lblModel.TabIndex  = 24;
     this.lblModel.Text      = "Model";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font      = new System.Drawing.Font("MingLiU-ExtB", 12F, System.Drawing.FontStyle.Bold);
     this.label5.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.label5.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label5.Location  = new System.Drawing.Point(106, 425);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(119, 20);
     this.label5.TabIndex  = 29;
     this.label5.Text      = "Kilometers";
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Font      = new System.Drawing.Font("MingLiU-ExtB", 12F, System.Drawing.FontStyle.Bold);
     this.label9.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.label9.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label9.Location  = new System.Drawing.Point(619, 356);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(64, 20);
     this.label9.TabIndex  = 31;
     this.label9.Text      = "price";
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font      = new System.Drawing.Font("MingLiU-ExtB", 12F, System.Drawing.FontStyle.Bold);
     this.label8.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.label8.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label8.Location  = new System.Drawing.Point(619, 294);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(53, 20);
     this.label8.TabIndex  = 30;
     this.label8.Text      = "City";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("MingLiU-ExtB", 12F, System.Drawing.FontStyle.Bold);
     this.label1.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.label1.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label1.Location  = new System.Drawing.Point(100, 238);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(97, 20);
     this.label1.TabIndex  = 37;
     this.label1.Text      = "Tt model";
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font      = new System.Drawing.Font("MingLiU-ExtB", 12F, System.Drawing.FontStyle.Bold);
     this.label7.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.label7.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label7.Location  = new System.Drawing.Point(619, 185);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(53, 20);
     this.label7.TabIndex  = 32;
     this.label7.Text      = "Name";
     //
     // label10
     //
     this.label10.AutoSize  = true;
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Font      = new System.Drawing.Font("MingLiU-ExtB", 12F, System.Drawing.FontStyle.Bold);
     this.label10.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.label10.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label10.Location  = new System.Drawing.Point(100, 288);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(53, 20);
     this.label10.TabIndex  = 33;
     this.label10.Text      = "Hand";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font      = new System.Drawing.Font("MingLiU-ExtB", 12F, System.Drawing.FontStyle.Bold);
     this.label6.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.label6.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label6.Location  = new System.Drawing.Point(619, 236);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(64, 20);
     this.label6.TabIndex  = 34;
     this.label6.Text      = "phone";
     //
     // lblYear
     //
     this.lblYear.AutoSize  = true;
     this.lblYear.BackColor = System.Drawing.Color.Transparent;
     this.lblYear.Font      = new System.Drawing.Font("MingLiU-ExtB", 12F, System.Drawing.FontStyle.Bold);
     this.lblYear.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lblYear.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.lblYear.Location  = new System.Drawing.Point(107, 327);
     this.lblYear.Name      = "lblYear";
     this.lblYear.Size      = new System.Drawing.Size(53, 20);
     this.lblYear.TabIndex  = 35;
     this.lblYear.Text      = "Year";
     //
     // lblTitel
     //
     this.lblTitel.AutoSize  = true;
     this.lblTitel.BackColor = System.Drawing.Color.Transparent;
     this.lblTitel.Font      = new System.Drawing.Font("MingLiU-ExtB", 24F, System.Drawing.FontStyle.Bold);
     this.lblTitel.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lblTitel.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.lblTitel.Location  = new System.Drawing.Point(72, 34);
     this.lblTitel.Name      = "lblTitel";
     this.lblTitel.Size      = new System.Drawing.Size(290, 39);
     this.lblTitel.TabIndex  = 36;
     this.lblTitel.Text      = "Add a New car";
     //
     // lblCARNUMBER
     //
     this.lblCARNUMBER.AutoSize  = true;
     this.lblCARNUMBER.BackColor = System.Drawing.Color.Transparent;
     this.lblCARNUMBER.Font      = new System.Drawing.Font("MingLiU-ExtB", 12F, System.Drawing.FontStyle.Bold);
     this.lblCARNUMBER.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lblCARNUMBER.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.lblCARNUMBER.Location  = new System.Drawing.Point(107, 138);
     this.lblCARNUMBER.Name      = "lblCARNUMBER";
     this.lblCARNUMBER.Size      = new System.Drawing.Size(119, 20);
     this.lblCARNUMBER.TabIndex  = 28;
     this.lblCARNUMBER.Text      = "Car Number";
     //
     // button2
     //
     this.button2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(18)))), ((int)(((byte)(23)))));
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button2.Font      = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Bold);
     this.button2.ForeColor = System.Drawing.Color.DeepSkyBlue;
     this.button2.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.button2.Location  = new System.Drawing.Point(790, 37);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(46, 41);
     this.button2.TabIndex  = 23;
     this.button2.Text      = "X";
     this.button2.UseVisualStyleBackColor = false;
     //
     // dataBase_Car_TabelTDataSet
     //
     this.dataBase_Car_TabelTDataSet.DataSetName             = "DataBase_Car_TabelTDataSet";
     this.dataBase_Car_TabelTDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // colorTBindingSource
     //
     this.colorTBindingSource.DataMember = "ColorT";
     this.colorTBindingSource.DataSource = this.dataBase_Car_TabelTDataSet;
     //
     // colorTTableAdapter
     //
     this.colorTTableAdapter.ClearBeforeFill = true;
     //
     // cOLORcarsBindingSource
     //
     this.cOLORcarsBindingSource.DataMember = "COLORcars";
     this.cOLORcarsBindingSource.DataSource = this.colorTBindingSource;
     //
     // carsTTableAdapter
     //
     this.carsTTableAdapter.ClearBeforeFill = true;
     //
     // Form3
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage       = global::the_last_and_the_only.Properties.Resources.unnamed__5_;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(903, 799);
     this.Controls.Add(this.panel7);
     this.Controls.Add(this.panel8);
     this.Controls.Add(this.panel6);
     this.Controls.Add(this.panel5);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.btnClear);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnAddNewCar);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.tbUsername);
     this.Controls.Add(this.maskedTextBox2);
     this.Controls.Add(this.maskedTextBox3);
     this.Controls.Add(this.maskedTextBox1);
     this.Controls.Add(numericUpDown2);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.richTextBox1);
     this.Controls.Add(this.radioButton4);
     this.Controls.Add(this.radioButton3);
     this.Controls.Add(this.radioButton2);
     this.Controls.Add(this.radioButton1);
     this.Controls.Add(this.numericUpDown1);
     this.Controls.Add(this.numericUpDown3);
     this.Controls.Add(this.npdYEAR);
     this.Controls.Add(this.cbColor);
     this.Controls.Add(this.comboBox2);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.lblModel);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.lblYear);
     this.Controls.Add(this.lblTitel);
     this.Controls.Add(this.lblCARNUMBER);
     this.Controls.Add(this.button2);
     this.Name  = "Form3";
     this.Text  = "Form3";
     this.Load += new System.EventHandler(this.Form3_Load);
     ((System.ComponentModel.ISupportInitialize)(numericUpDown2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.npdYEAR)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataBase_Car_TabelTDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.colorTBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cOLORcarsBindingSource)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// This method is required for Windows Forms designer support.
        /// Do not change the method contents inside the source code editor. The Forms designer might
        /// not be able to load this method if it was changed manually.
        /// </summary>
        private void InitializeComponent()
        {
            var resources = new System.ComponentModel.ComponentResourceManager(typeof(DiceRollDialog));

            this.diceNumber = new System.Windows.Forms.NumericUpDown();
            this.label1     = new System.Windows.Forms.Label();
            this.label2     = new System.Windows.Forms.Label();
            this.diceSides  = new System.Windows.Forms.NumericUpDown();
            this.rollButton = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.diceNumber)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.diceSides)).BeginInit();
            this.SuspendLayout();
            //
            // diceNumber
            //
            this.diceNumber.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.diceNumber.Location = new System.Drawing.Point(73, 22);
            this.diceNumber.Name     = "diceNumber";
            this.diceNumber.Size     = new System.Drawing.Size(54, 26);
            this.diceNumber.TabIndex = 0;
            this.diceNumber.Value    = new decimal(new int[] {
                1,
                0,
                0,
                0
            });
            this.diceNumber.ValueChanged += new System.EventHandler(this.DiceNumberValueChanged);
            //
            // label1
            //
            this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(27, 24);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(40, 23);
            this.label1.TabIndex = 1;
            this.label1.Text     = "Roll";
            //
            // label2
            //
            this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(158, 24);
            this.label2.Name     = "label2";
            this.label2.Size     = new System.Drawing.Size(20, 23);
            this.label2.TabIndex = 2;
            this.label2.Text     = "D";
            //
            // diceSides
            //
            this.diceSides.Font          = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.diceSides.Location      = new System.Drawing.Point(178, 22);
            this.diceSides.Name          = "diceSides";
            this.diceSides.Size          = new System.Drawing.Size(51, 26);
            this.diceSides.TabIndex      = 3;
            this.diceSides.ValueChanged += new System.EventHandler(this.DiceSidesValueChanged);
            //
            // rollButton
            //
            this.rollButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.rollButton.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rollButton.Location  = new System.Drawing.Point(61, 70);
            this.rollButton.Name      = "rollButton";
            this.rollButton.Size      = new System.Drawing.Size(143, 31);
            this.rollButton.TabIndex  = 4;
            this.rollButton.Text      = "Roll!";
            this.rollButton.UseVisualStyleBackColor = true;
            this.rollButton.Click += new System.EventHandler(this.RollButtonClick);
            //
            // DiceRollDialog
            //
            this.AcceptButton        = this.rollButton;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(265, 123);
            this.Controls.Add(this.rollButton);
            this.Controls.Add(this.diceSides);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.diceNumber);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name            = "DiceRollDialog";
            this.Text            = "Roll some dice...";
            ((System.ComponentModel.ISupportInitialize)(this.diceNumber)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.diceSides)).EndInit();
            this.ResumeLayout(false);
        }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.numericUpDownPointsX  = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownPointsY  = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownGridSize = new System.Windows.Forms.NumericUpDown();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.numericUpDownOffsetX = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownOffsetY = new System.Windows.Forms.NumericUpDown();
     this.label5           = new System.Windows.Forms.Label();
     this.label6           = new System.Windows.Forms.Label();
     this.label7           = new System.Windows.Forms.Label();
     this.textBoxPreviewX  = new System.Windows.Forms.TextBox();
     this.textBoxPreviewY  = new System.Windows.Forms.TextBox();
     this.btnGenerateProbe = new System.Windows.Forms.Button();
     this.btnGenerateGrid  = new System.Windows.Forms.Button();
     this.label8           = new System.Windows.Forms.Label();
     this.label9           = new System.Windows.Forms.Label();
     this.btnCancel        = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPointsX)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPointsY)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownGridSize)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownOffsetX)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownOffsetY)).BeginInit();
     this.SuspendLayout();
     //
     // numericUpDownPointsX
     //
     this.numericUpDownPointsX.Location = new System.Drawing.Point(92, 51);
     this.numericUpDownPointsX.Name     = "numericUpDownPointsX";
     this.numericUpDownPointsX.Size     = new System.Drawing.Size(65, 26);
     this.numericUpDownPointsX.TabIndex = 0;
     this.numericUpDownPointsX.Value    = new decimal(new int[] {
         7,
         0,
         0,
         0
     });
     this.numericUpDownPointsX.ValueChanged += new System.EventHandler(this.NumericUpDownValueChanged);
     //
     // numericUpDownPointsY
     //
     this.numericUpDownPointsY.Location = new System.Drawing.Point(199, 51);
     this.numericUpDownPointsY.Name     = "numericUpDownPointsY";
     this.numericUpDownPointsY.Size     = new System.Drawing.Size(63, 26);
     this.numericUpDownPointsY.TabIndex = 1;
     this.numericUpDownPointsY.Value    = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.numericUpDownPointsY.ValueChanged += new System.EventHandler(this.NumericUpDownValueChanged);
     //
     // numericUpDownGridSize
     //
     this.numericUpDownGridSize.DecimalPlaces = 1;
     this.numericUpDownGridSize.Location      = new System.Drawing.Point(164, 95);
     this.numericUpDownGridSize.Name          = "numericUpDownGridSize";
     this.numericUpDownGridSize.Size          = new System.Drawing.Size(98, 26);
     this.numericUpDownGridSize.TabIndex      = 2;
     this.numericUpDownGridSize.Value         = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.numericUpDownGridSize.ValueChanged += new System.EventHandler(this.NumericUpDownValueChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 53);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(74, 23);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Points:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(173, 53);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(20, 23);
     this.label2.TabIndex = 4;
     this.label2.Text     = "x";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(12, 97);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(104, 26);
     this.label3.TabIndex = 5;
     this.label3.Text     = "Grid Size:";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(12, 138);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(104, 26);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Offset:";
     //
     // numericUpDownOffsetX
     //
     this.numericUpDownOffsetX.DecimalPlaces = 1;
     this.numericUpDownOffsetX.Location      = new System.Drawing.Point(92, 136);
     this.numericUpDownOffsetX.Name          = "numericUpDownOffsetX";
     this.numericUpDownOffsetX.Size          = new System.Drawing.Size(65, 26);
     this.numericUpDownOffsetX.TabIndex      = 7;
     this.numericUpDownOffsetX.ValueChanged += new System.EventHandler(this.NumericUpDownValueChanged);
     //
     // numericUpDownOffsetY
     //
     this.numericUpDownOffsetY.DecimalPlaces = 1;
     this.numericUpDownOffsetY.Location      = new System.Drawing.Point(199, 136);
     this.numericUpDownOffsetY.Name          = "numericUpDownOffsetY";
     this.numericUpDownOffsetY.Size          = new System.Drawing.Size(63, 26);
     this.numericUpDownOffsetY.TabIndex      = 8;
     this.numericUpDownOffsetY.ValueChanged += new System.EventHandler(this.NumericUpDownValueChanged);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(173, 138);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(20, 23);
     this.label5.TabIndex = 9;
     this.label5.Text     = ":";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(12, 183);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(145, 26);
     this.label6.TabIndex = 10;
     this.label6.Text     = "Dimensions [X]:";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(12, 222);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(145, 26);
     this.label7.TabIndex = 11;
     this.label7.Text     = "Dimensions [Y]:";
     //
     // textBoxPreviewX
     //
     this.textBoxPreviewX.Location = new System.Drawing.Point(149, 183);
     this.textBoxPreviewX.Name     = "textBoxPreviewX";
     this.textBoxPreviewX.ReadOnly = true;
     this.textBoxPreviewX.Size     = new System.Drawing.Size(113, 26);
     this.textBoxPreviewX.TabIndex = 12;
     //
     // textBoxPreviewY
     //
     this.textBoxPreviewY.Location = new System.Drawing.Point(149, 219);
     this.textBoxPreviewY.Name     = "textBoxPreviewY";
     this.textBoxPreviewY.ReadOnly = true;
     this.textBoxPreviewY.Size     = new System.Drawing.Size(113, 26);
     this.textBoxPreviewY.TabIndex = 13;
     //
     // btnGenerateProbe
     //
     this.btnGenerateProbe.Location = new System.Drawing.Point(12, 271);
     this.btnGenerateProbe.Name     = "btnGenerateProbe";
     this.btnGenerateProbe.Size     = new System.Drawing.Size(177, 35);
     this.btnGenerateProbe.TabIndex = 14;
     this.btnGenerateProbe.Text     = "Generate Probe Grid";
     this.btnGenerateProbe.UseVisualStyleBackColor = true;
     this.btnGenerateProbe.Click += new System.EventHandler(this.BtnGenerateProbeClick);
     //
     // btnGenerateGrid
     //
     this.btnGenerateGrid.Location = new System.Drawing.Point(199, 271);
     this.btnGenerateGrid.Name     = "btnGenerateGrid";
     this.btnGenerateGrid.Size     = new System.Drawing.Size(169, 35);
     this.btnGenerateGrid.TabIndex = 15;
     this.btnGenerateGrid.Text     = "Generate Drill Grid";
     this.btnGenerateGrid.UseVisualStyleBackColor = true;
     this.btnGenerateGrid.Click += new System.EventHandler(this.BtnGenerateGridClick);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(278, 98);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(37, 23);
     this.label8.TabIndex = 16;
     this.label8.Text     = "mm";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(278, 141);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(37, 23);
     this.label9.TabIndex = 17;
     this.label9.Text     = "mm";
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(113, 314);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(169, 35);
     this.btnCancel.TabIndex = 18;
     this.btnCancel.Text     = "Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.BtnCancelClick);
     //
     // frmGenerate
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(378, 361);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.btnGenerateGrid);
     this.Controls.Add(this.btnGenerateProbe);
     this.Controls.Add(this.textBoxPreviewY);
     this.Controls.Add(this.textBoxPreviewX);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.numericUpDownOffsetY);
     this.Controls.Add(this.numericUpDownOffsetX);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.numericUpDownGridSize);
     this.Controls.Add(this.numericUpDownPointsY);
     this.Controls.Add(this.numericUpDownPointsX);
     this.Name = "frmGenerate";
     this.Text = "Generate Grid";
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPointsX)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPointsY)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownGridSize)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownOffsetX)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownOffsetY)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.minValBtn     = new System.Windows.Forms.Button();
     this.maxValBtn     = new System.Windows.Forms.Button();
     this.signedBtn     = new System.Windows.Forms.Button();
     this.exitBtn       = new System.Windows.Forms.Button();
     this.label1        = new System.Windows.Forms.Label();
     this.numericUpDown = new System.Windows.Forms.NumericUpDown();
     this.label2        = new System.Windows.Forms.Label();
     this.label3        = new System.Windows.Forms.Label();
     this.currNumTxtBx  = new System.Windows.Forms.TextBox();
     this.nextValTxtBx  = new System.Windows.Forms.TextBox();
     this.prevValLbl    = new System.Windows.Forms.Label();
     this.prevValTxtBx  = new System.Windows.Forms.TextBox();
     this.prevDecTxtBx  = new System.Windows.Forms.TextBox();
     this.currDecTxtBx  = new System.Windows.Forms.TextBox();
     this.nextDecTxtBx  = new System.Windows.Forms.TextBox();
     this.shlBtn        = new System.Windows.Forms.Button();
     this.shrBtn        = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // minValBtn
     //
     this.minValBtn.Location = new System.Drawing.Point(12, 151);
     this.minValBtn.Name     = "minValBtn";
     this.minValBtn.Size     = new System.Drawing.Size(75, 23);
     this.minValBtn.TabIndex = 0;
     this.minValBtn.Text     = "Min. Value";
     this.minValBtn.UseVisualStyleBackColor = true;
     this.minValBtn.Click += new System.EventHandler(this.MinValBtnClick);
     //
     // maxValBtn
     //
     this.maxValBtn.Location = new System.Drawing.Point(118, 151);
     this.maxValBtn.Name     = "maxValBtn";
     this.maxValBtn.Size     = new System.Drawing.Size(75, 23);
     this.maxValBtn.TabIndex = 1;
     this.maxValBtn.Text     = "Max. Value";
     this.maxValBtn.UseVisualStyleBackColor = true;
     this.maxValBtn.Click += new System.EventHandler(this.MaxValBtnClick);
     //
     // signedBtn
     //
     this.signedBtn.Location = new System.Drawing.Point(232, 151);
     this.signedBtn.Name     = "signedBtn";
     this.signedBtn.Size     = new System.Drawing.Size(75, 23);
     this.signedBtn.TabIndex = 2;
     this.signedBtn.Text     = "Signed";
     this.signedBtn.UseVisualStyleBackColor = true;
     this.signedBtn.Click += new System.EventHandler(this.SignedBtnClick);
     //
     // exitBtn
     //
     this.exitBtn.Location = new System.Drawing.Point(338, 151);
     this.exitBtn.Name     = "exitBtn";
     this.exitBtn.Size     = new System.Drawing.Size(75, 23);
     this.exitBtn.TabIndex = 3;
     this.exitBtn.Text     = "Exit";
     this.exitBtn.UseVisualStyleBackColor = true;
     this.exitBtn.Click += new System.EventHandler(this.ExitBtnClick);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 13);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(52, 18);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Number:";
     //
     // numericUpDown
     //
     this.numericUpDown.Location      = new System.Drawing.Point(70, 11);
     this.numericUpDown.Name          = "numericUpDown";
     this.numericUpDown.Size          = new System.Drawing.Size(123, 20);
     this.numericUpDown.TabIndex      = 5;
     this.numericUpDown.TextAlign     = System.Windows.Forms.HorizontalAlignment.Center;
     this.numericUpDown.ValueChanged += new System.EventHandler(this.NumericUpDownValueChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(12, 85);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(89, 20);
     this.label2.TabIndex = 6;
     this.label2.Text     = "Current Number:";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(12, 115);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(89, 20);
     this.label3.TabIndex = 7;
     this.label3.Text     = "Next Value:";
     //
     // currNumTxtBx
     //
     this.currNumTxtBx.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.currNumTxtBx.Location = new System.Drawing.Point(107, 82);
     this.currNumTxtBx.Name     = "currNumTxtBx";
     this.currNumTxtBx.ReadOnly = true;
     this.currNumTxtBx.Size     = new System.Drawing.Size(211, 20);
     this.currNumTxtBx.TabIndex = 8;
     //
     // nextValTxtBx
     //
     this.nextValTxtBx.Location = new System.Drawing.Point(107, 112);
     this.nextValTxtBx.Name     = "nextValTxtBx";
     this.nextValTxtBx.ReadOnly = true;
     this.nextValTxtBx.Size     = new System.Drawing.Size(211, 20);
     this.nextValTxtBx.TabIndex = 9;
     //
     // prevValLbl
     //
     this.prevValLbl.Location = new System.Drawing.Point(12, 54);
     this.prevValLbl.Name     = "prevValLbl";
     this.prevValLbl.Size     = new System.Drawing.Size(89, 19);
     this.prevValLbl.TabIndex = 10;
     this.prevValLbl.Text     = "Prev. Value:";
     //
     // prevValTxtBx
     //
     this.prevValTxtBx.Location = new System.Drawing.Point(107, 51);
     this.prevValTxtBx.Name     = "prevValTxtBx";
     this.prevValTxtBx.ReadOnly = true;
     this.prevValTxtBx.Size     = new System.Drawing.Size(211, 20);
     this.prevValTxtBx.TabIndex = 11;
     //
     // prevDecTxtBx
     //
     this.prevDecTxtBx.Location = new System.Drawing.Point(324, 51);
     this.prevDecTxtBx.Name     = "prevDecTxtBx";
     this.prevDecTxtBx.ReadOnly = true;
     this.prevDecTxtBx.Size     = new System.Drawing.Size(89, 20);
     this.prevDecTxtBx.TabIndex = 12;
     //
     // currDecTxtBx
     //
     this.currDecTxtBx.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.currDecTxtBx.Location = new System.Drawing.Point(324, 82);
     this.currDecTxtBx.Name     = "currDecTxtBx";
     this.currDecTxtBx.ReadOnly = true;
     this.currDecTxtBx.Size     = new System.Drawing.Size(89, 20);
     this.currDecTxtBx.TabIndex = 13;
     //
     // nextDecTxtBx
     //
     this.nextDecTxtBx.Location = new System.Drawing.Point(324, 112);
     this.nextDecTxtBx.Name     = "nextDecTxtBx";
     this.nextDecTxtBx.ReadOnly = true;
     this.nextDecTxtBx.Size     = new System.Drawing.Size(89, 20);
     this.nextDecTxtBx.TabIndex = 14;
     //
     // shlBtn
     //
     this.shlBtn.Location = new System.Drawing.Point(199, 8);
     this.shlBtn.Name     = "shlBtn";
     this.shlBtn.Size     = new System.Drawing.Size(52, 23);
     this.shlBtn.TabIndex = 15;
     this.shlBtn.Text     = "<<";
     this.shlBtn.UseVisualStyleBackColor = true;
     this.shlBtn.Click += new System.EventHandler(this.ShlBtnClick);
     //
     // shrBtn
     //
     this.shrBtn.Location = new System.Drawing.Point(257, 8);
     this.shrBtn.Name     = "shrBtn";
     this.shrBtn.Size     = new System.Drawing.Size(52, 23);
     this.shrBtn.TabIndex = 16;
     this.shrBtn.Text     = ">>";
     this.shrBtn.UseVisualStyleBackColor = true;
     this.shrBtn.Click += new System.EventHandler(this.ShrBtnClick);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(425, 188);
     this.Controls.Add(this.shrBtn);
     this.Controls.Add(this.shlBtn);
     this.Controls.Add(this.nextDecTxtBx);
     this.Controls.Add(this.currDecTxtBx);
     this.Controls.Add(this.prevDecTxtBx);
     this.Controls.Add(this.prevValTxtBx);
     this.Controls.Add(this.prevValLbl);
     this.Controls.Add(this.nextValTxtBx);
     this.Controls.Add(this.currNumTxtBx);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.numericUpDown);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.exitBtn);
     this.Controls.Add(this.signedBtn);
     this.Controls.Add(this.maxValBtn);
     this.Controls.Add(this.minValBtn);
     this.Name = "MainForm";
     this.Text = "Integer Overflow Demo";
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.labelSetHour = new System.Windows.Forms.Label();
            this.labelSetMinute = new System.Windows.Forms.Label();
            this.labelSetSecond = new System.Windows.Forms.Label();
            this.numericUpDownSetHour = new System.Windows.Forms.NumericUpDown();
            this.numericUpDownSetMinute = new System.Windows.Forms.NumericUpDown();
            this.numericUpDownSetSecond = new System.Windows.Forms.NumericUpDown();
            this.buttonSetTime = new System.Windows.Forms.Button();
            this.groupBoxTimeObject = new System.Windows.Forms.GroupBox();
            this.labelTime = new System.Windows.Forms.Label();
            this.buttonGetTime = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSetHour)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSetMinute)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSetSecond)).BeginInit();
            this.groupBoxTimeObject.SuspendLayout();
            this.SuspendLayout();
            // 
            // labelSetHour
            // 
            this.labelSetHour.AutoSize = true;
            this.labelSetHour.Location = new System.Drawing.Point(86, 14);
            this.labelSetHour.Name = "labelSetHour";
            this.labelSetHour.Size = new System.Drawing.Size(52, 13);
            this.labelSetHour.TabIndex = 0;
            this.labelSetHour.Text = "Set &Hour:";
            // 
            // labelSetMinute
            // 
            this.labelSetMinute.AutoSize = true;
            this.labelSetMinute.Location = new System.Drawing.Point(86, 40);
            this.labelSetMinute.Name = "labelSetMinute";
            this.labelSetMinute.Size = new System.Drawing.Size(61, 13);
            this.labelSetMinute.TabIndex = 2;
            this.labelSetMinute.Text = "Set &Minute:";
            // 
            // labelSetSecond
            // 
            this.labelSetSecond.AutoSize = true;
            this.labelSetSecond.Location = new System.Drawing.Point(86, 66);
            this.labelSetSecond.Name = "labelSetSecond";
            this.labelSetSecond.Size = new System.Drawing.Size(66, 13);
            this.labelSetSecond.TabIndex = 4;
            this.labelSetSecond.Text = "Set &Second:";
            // 
            // numericUpDownSetHour
            // 
            this.numericUpDownSetHour.Location = new System.Drawing.Point(158, 12);
            this.numericUpDownSetHour.Maximum = new decimal(new int[] {
            23,
            0,
            0,
            0});
            this.numericUpDownSetHour.Name = "numericUpDownSetHour";
            this.numericUpDownSetHour.Size = new System.Drawing.Size(50, 20);
            this.numericUpDownSetHour.TabIndex = 1;
            // 
            // numericUpDownSetMinute
            // 
            this.numericUpDownSetMinute.Location = new System.Drawing.Point(158, 38);
            this.numericUpDownSetMinute.Maximum = new decimal(new int[] {
            59,
            0,
            0,
            0});
            this.numericUpDownSetMinute.Name = "numericUpDownSetMinute";
            this.numericUpDownSetMinute.Size = new System.Drawing.Size(50, 20);
            this.numericUpDownSetMinute.TabIndex = 3;
            // 
            // numericUpDownSetSecond
            // 
            this.numericUpDownSetSecond.Location = new System.Drawing.Point(158, 64);
            this.numericUpDownSetSecond.Maximum = new decimal(new int[] {
            59,
            0,
            0,
            0});
            this.numericUpDownSetSecond.Name = "numericUpDownSetSecond";
            this.numericUpDownSetSecond.Size = new System.Drawing.Size(50, 20);
            this.numericUpDownSetSecond.TabIndex = 5;
            // 
            // buttonSetTime
            // 
            this.buttonSetTime.Location = new System.Drawing.Point(110, 90);
            this.buttonSetTime.Name = "buttonSetTime";
            this.buttonSetTime.Size = new System.Drawing.Size(75, 23);
            this.buttonSetTime.TabIndex = 6;
            this.buttonSetTime.Text = "Set Time";
            this.buttonSetTime.UseVisualStyleBackColor = true;
            this.buttonSetTime.Click += new System.EventHandler(this.ButtonSetTime_Click);
            // 
            // groupBoxTimeObject
            // 
            this.groupBoxTimeObject.Controls.Add(this.labelTime);
            this.groupBoxTimeObject.Controls.Add(this.buttonGetTime);
            this.groupBoxTimeObject.Location = new System.Drawing.Point(12, 119);
            this.groupBoxTimeObject.Name = "groupBoxTimeObject";
            this.groupBoxTimeObject.Size = new System.Drawing.Size(270, 137);
            this.groupBoxTimeObject.TabIndex = 7;
            this.groupBoxTimeObject.TabStop = false;
            this.groupBoxTimeObject.Text = "Time Object";
            // 
            // labelTime
            // 
            this.labelTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelTime.Location = new System.Drawing.Point(6, 45);
            this.labelTime.Name = "labelTime";
            this.labelTime.Size = new System.Drawing.Size(258, 89);
            this.labelTime.TabIndex = 1;
            this.labelTime.Text = "00:00:00";
            this.labelTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // buttonGetTime
            // 
            this.buttonGetTime.Location = new System.Drawing.Point(6, 19);
            this.buttonGetTime.Name = "buttonGetTime";
            this.buttonGetTime.Size = new System.Drawing.Size(75, 23);
            this.buttonGetTime.TabIndex = 0;
            this.buttonGetTime.Text = "Get Time";
            this.buttonGetTime.UseVisualStyleBackColor = true;
            this.buttonGetTime.Click += new System.EventHandler(this.ButtonGetTime_Click);
            // 
            // TimeDemonstration
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(294, 268);
            this.Controls.Add(this.groupBoxTimeObject);
            this.Controls.Add(this.buttonSetTime);
            this.Controls.Add(this.numericUpDownSetSecond);
            this.Controls.Add(this.numericUpDownSetMinute);
            this.Controls.Add(this.numericUpDownSetHour);
            this.Controls.Add(this.labelSetSecond);
            this.Controls.Add(this.labelSetMinute);
            this.Controls.Add(this.labelSetHour);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "TimeDemonstration";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Time Class Demonstration";
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSetHour)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSetMinute)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSetSecond)).EndInit();
            this.groupBoxTimeObject.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
示例#22
0
 protected void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.rdbShutdown     = new System.Windows.Forms.RadioButton();
     this.rdbRestart      = new System.Windows.Forms.RadioButton();
     this.rdbLogoff       = new System.Windows.Forms.RadioButton();
     this.rdbSleep        = new System.Windows.Forms.RadioButton();
     this.rdbTimer        = new System.Windows.Forms.RadioButton();
     this.rdbDate         = new System.Windows.Forms.RadioButton();
     this.grpbAction      = new System.Windows.Forms.GroupBox();
     this.grpbLe          = new System.Windows.Forms.GroupBox();
     this.label4          = new System.Windows.Forms.Label();
     this.label5          = new System.Windows.Forms.Label();
     this.label6          = new System.Windows.Forms.Label();
     this.nudSecondGrpbLe = new System.Windows.Forms.NumericUpDown();
     this.nudMinuteGrpbLe = new System.Windows.Forms.NumericUpDown();
     this.nudHeureGrpbLe  = new System.Windows.Forms.NumericUpDown();
     this.dtPicker        = new System.Windows.Forms.DateTimePicker();
     this.grpbDans        = new System.Windows.Forms.GroupBox();
     this.label3          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     this.nudSecond       = new System.Windows.Forms.NumericUpDown();
     this.nudMinute       = new System.Windows.Forms.NumericUpDown();
     this.nudHour         = new System.Windows.Forms.NumericUpDown();
     this.btnAction       = new System.Windows.Forms.Button();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.btnCancel       = new System.Windows.Forms.Button();
     this.grpbAction.SuspendLayout();
     this.grpbLe.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudSecondGrpbLe)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudMinuteGrpbLe)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudHeureGrpbLe)).BeginInit();
     this.grpbDans.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudSecond)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudMinute)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudHour)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // rdbShutdown
     //
     this.rdbShutdown.Location = new System.Drawing.Point(6, 26);
     this.rdbShutdown.Name     = "rdbShutdown";
     this.rdbShutdown.Size     = new System.Drawing.Size(121, 24);
     this.rdbShutdown.TabIndex = 0;
     this.rdbShutdown.TabStop  = true;
     this.rdbShutdown.Text     = "Eteindre";
     this.rdbShutdown.UseVisualStyleBackColor = true;
     //
     // rdbRestart
     //
     this.rdbRestart.Location = new System.Drawing.Point(6, 56);
     this.rdbRestart.Name     = "rdbRestart";
     this.rdbRestart.Size     = new System.Drawing.Size(121, 24);
     this.rdbRestart.TabIndex = 1;
     this.rdbRestart.TabStop  = true;
     this.rdbRestart.Text     = "Redémarrer";
     this.rdbRestart.UseVisualStyleBackColor = true;
     //
     // rdbLogoff
     //
     this.rdbLogoff.Location = new System.Drawing.Point(6, 86);
     this.rdbLogoff.Name     = "rdbLogoff";
     this.rdbLogoff.Size     = new System.Drawing.Size(121, 24);
     this.rdbLogoff.TabIndex = 2;
     this.rdbLogoff.TabStop  = true;
     this.rdbLogoff.Text     = "Fermer séssion";
     this.rdbLogoff.UseVisualStyleBackColor = true;
     //
     // rdbSleep
     //
     this.rdbSleep.Location = new System.Drawing.Point(6, 116);
     this.rdbSleep.Name     = "rdbSleep";
     this.rdbSleep.Size     = new System.Drawing.Size(121, 24);
     this.rdbSleep.TabIndex = 3;
     this.rdbSleep.TabStop  = true;
     this.rdbSleep.Text     = "Veille prolongée";
     this.rdbSleep.UseVisualStyleBackColor = true;
     //
     // rdbTimer
     //
     this.rdbTimer.Location = new System.Drawing.Point(15, 0);
     this.rdbTimer.Name     = "rdbTimer";
     this.rdbTimer.Size     = new System.Drawing.Size(69, 24);
     this.rdbTimer.TabIndex = 0;
     this.rdbTimer.TabStop  = true;
     this.rdbTimer.Text     = "Dans :";
     this.rdbTimer.UseVisualStyleBackColor = true;
     this.rdbTimer.CheckedChanged         += new System.EventHandler(this.RdbTimerCheckedChanged);
     //
     // rdbDate
     //
     this.rdbDate.Location = new System.Drawing.Point(15, 0);
     this.rdbDate.Name     = "rdbDate";
     this.rdbDate.Size     = new System.Drawing.Size(49, 24);
     this.rdbDate.TabIndex = 0;
     this.rdbDate.TabStop  = true;
     this.rdbDate.Text     = "Le :";
     this.rdbDate.UseVisualStyleBackColor = true;
     this.rdbDate.CheckedChanged         += new System.EventHandler(this.RdbDateCheckedChanged);
     //
     // grpbAction
     //
     this.grpbAction.Controls.Add(this.rdbSleep);
     this.grpbAction.Controls.Add(this.rdbShutdown);
     this.grpbAction.Controls.Add(this.rdbLogoff);
     this.grpbAction.Controls.Add(this.rdbRestart);
     this.grpbAction.Font     = new System.Drawing.Font("Segoe Print", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grpbAction.Location = new System.Drawing.Point(3, 3);
     this.grpbAction.Name     = "grpbAction";
     this.grpbAction.Size     = new System.Drawing.Size(156, 148);
     this.grpbAction.TabIndex = 0;
     this.grpbAction.TabStop  = false;
     this.grpbAction.Text     = "Action";
     //
     // grpbLe
     //
     this.grpbLe.Controls.Add(this.label4);
     this.grpbLe.Controls.Add(this.label5);
     this.grpbLe.Controls.Add(this.label6);
     this.grpbLe.Controls.Add(this.nudSecondGrpbLe);
     this.grpbLe.Controls.Add(this.nudMinuteGrpbLe);
     this.grpbLe.Controls.Add(this.nudHeureGrpbLe);
     this.grpbLe.Controls.Add(this.dtPicker);
     this.grpbLe.Controls.Add(this.rdbDate);
     this.grpbLe.Font     = new System.Drawing.Font("Segoe Print", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grpbLe.Location = new System.Drawing.Point(5, 82);
     this.grpbLe.Name     = "grpbLe";
     this.grpbLe.Size     = new System.Drawing.Size(304, 133);
     this.grpbLe.TabIndex = 0;
     this.grpbLe.TabStop  = false;
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Segoe Print", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(208, 74);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(58, 23);
     this.label4.TabIndex = 9;
     this.label4.Text     = "Seconde";
     //
     // label5
     //
     this.label5.Font     = new System.Drawing.Font("Segoe Print", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(145, 74);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(57, 23);
     this.label5.TabIndex = 8;
     this.label5.Text     = "Minute";
     //
     // label6
     //
     this.label6.Font     = new System.Drawing.Font("Segoe Print", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(90, 74);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(49, 24);
     this.label6.TabIndex = 7;
     this.label6.Text     = "Heure";
     //
     // nudSecondGrpbLe
     //
     this.nudSecondGrpbLe.Location = new System.Drawing.Point(209, 100);
     this.nudSecondGrpbLe.Maximum  = new decimal(new int[] {
         60,
         0,
         0,
         0
     });
     this.nudSecondGrpbLe.Name     = "nudSecondGrpbLe";
     this.nudSecondGrpbLe.Size     = new System.Drawing.Size(41, 27);
     this.nudSecondGrpbLe.TabIndex = 4;
     //
     // nudMinuteGrpbLe
     //
     this.nudMinuteGrpbLe.Location = new System.Drawing.Point(150, 100);
     this.nudMinuteGrpbLe.Maximum  = new decimal(new int[] {
         60,
         0,
         0,
         0
     });
     this.nudMinuteGrpbLe.Name     = "nudMinuteGrpbLe";
     this.nudMinuteGrpbLe.Size     = new System.Drawing.Size(41, 27);
     this.nudMinuteGrpbLe.TabIndex = 3;
     //
     // nudHeureGrpbLe
     //
     this.nudHeureGrpbLe.Location = new System.Drawing.Point(92, 100);
     this.nudHeureGrpbLe.Maximum  = new decimal(new int[] {
         60,
         0,
         0,
         0
     });
     this.nudHeureGrpbLe.Name     = "nudHeureGrpbLe";
     this.nudHeureGrpbLe.Size     = new System.Drawing.Size(41, 27);
     this.nudHeureGrpbLe.TabIndex = 2;
     //
     // dtPicker
     //
     this.dtPicker.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtPicker.Location = new System.Drawing.Point(106, 34);
     this.dtPicker.Name     = "dtPicker";
     this.dtPicker.Size     = new System.Drawing.Size(115, 27);
     this.dtPicker.TabIndex = 1;
     //
     // grpbDans
     //
     this.grpbDans.Controls.Add(this.label3);
     this.grpbDans.Controls.Add(this.label2);
     this.grpbDans.Controls.Add(this.label1);
     this.grpbDans.Controls.Add(this.nudSecond);
     this.grpbDans.Controls.Add(this.nudMinute);
     this.grpbDans.Controls.Add(this.nudHour);
     this.grpbDans.Controls.Add(this.rdbTimer);
     this.grpbDans.Font     = new System.Drawing.Font("Segoe Print", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grpbDans.Location = new System.Drawing.Point(5, 3);
     this.grpbDans.Name     = "grpbDans";
     this.grpbDans.Size     = new System.Drawing.Size(304, 80);
     this.grpbDans.TabIndex = 0;
     this.grpbDans.TabStop  = false;
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Segoe Print", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(208, 19);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(58, 23);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Seconde";
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Segoe Print", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(145, 19);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(57, 23);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Minute";
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Segoe Print", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(90, 19);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(49, 24);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Heure";
     //
     // nudSecond
     //
     this.nudSecond.Location = new System.Drawing.Point(209, 46);
     this.nudSecond.Maximum  = new decimal(new int[] {
         60,
         0,
         0,
         0
     });
     this.nudSecond.Name     = "nudSecond";
     this.nudSecond.Size     = new System.Drawing.Size(41, 27);
     this.nudSecond.TabIndex = 3;
     //
     // nudMinute
     //
     this.nudMinute.Location = new System.Drawing.Point(150, 46);
     this.nudMinute.Maximum  = new decimal(new int[] {
         60,
         0,
         0,
         0
     });
     this.nudMinute.Name     = "nudMinute";
     this.nudMinute.Size     = new System.Drawing.Size(41, 27);
     this.nudMinute.TabIndex = 2;
     //
     // nudHour
     //
     this.nudHour.Location = new System.Drawing.Point(92, 46);
     this.nudHour.Maximum  = new decimal(new int[] {
         60,
         0,
         0,
         0
     });
     this.nudHour.Name     = "nudHour";
     this.nudHour.Size     = new System.Drawing.Size(41, 27);
     this.nudHour.TabIndex = 1;
     //
     // btnAction
     //
     this.btnAction.Location = new System.Drawing.Point(38, 157);
     this.btnAction.Name     = "btnAction";
     this.btnAction.Size     = new System.Drawing.Size(75, 23);
     this.btnAction.TabIndex = 4;
     this.btnAction.Text     = "Go !";
     this.btnAction.UseVisualStyleBackColor = true;
     this.btnAction.Click += new System.EventHandler(this.BtnActionClick);
     //
     // splitContainer1
     //
     this.splitContainer1.Location = new System.Drawing.Point(12, 12);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.btnCancel);
     this.splitContainer1.Panel1.Controls.Add(this.btnAction);
     this.splitContainer1.Panel1.Controls.Add(this.grpbAction);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.grpbLe);
     this.splitContainer1.Panel2.Controls.Add(this.grpbDans);
     this.splitContainer1.Size             = new System.Drawing.Size(488, 218);
     this.splitContainer1.SplitterDistance = 162;
     this.splitContainer1.TabIndex         = 4;
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(38, 186);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 5;
     this.btnCancel.Text     = "Annuler";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.BtnCancelClick);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(512, 242);
     this.Controls.Add(this.splitContainer1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "MainForm";
     this.Text = "ShutDown";
     this.grpbAction.ResumeLayout(false);
     this.grpbLe.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.nudSecondGrpbLe)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudMinuteGrpbLe)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudHeureGrpbLe)).EndInit();
     this.grpbDans.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.nudSecond)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudMinute)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudHour)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.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.ConditionGrpBox = new System.Windows.Forms.GroupBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.ConditionTree = new System.Windows.Forms.TreeView();
     this.CriteriaRootMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.NewCriteriaMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.UndoAllChangesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.label1 = new System.Windows.Forms.Label();
     this.ListTypeBox = new System.Windows.Forms.TextBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.ValueBox = new System.Windows.Forms.NumericUpDown();
     this.EnableValue = new System.Windows.Forms.CheckBox();
     this.ConditionDescBox = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.SaveBtn = new System.Windows.Forms.Button();
     this.CancelBtn = new System.Windows.Forms.Button();
     this.CriteriaItemMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.EditCritertiaMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.DeleteCriteriaMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ConditionGrpBox.SuspendLayout();
     this.CriteriaRootMenu.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ValueBox)).BeginInit();
     this.CriteriaItemMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // ConditionGrpBox
     //
     this.ConditionGrpBox.Controls.Add(this.label5);
     this.ConditionGrpBox.Controls.Add(this.label4);
     this.ConditionGrpBox.Controls.Add(this.ConditionTree);
     this.ConditionGrpBox.Location = new System.Drawing.Point(12, 26);
     this.ConditionGrpBox.Name = "ConditionGrpBox";
     this.ConditionGrpBox.Size = new System.Drawing.Size(266, 262);
     this.ConditionGrpBox.TabIndex = 0;
     this.ConditionGrpBox.TabStop = false;
     this.ConditionGrpBox.Text = "Condition List";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(9, 241);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(170, 13);
     this.label5.TabIndex = 12;
     this.label5.Text = "* Right click to open context menu";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(9, 223);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(148, 13);
     this.label4.TabIndex = 11;
     this.label4.Text = "* Double click to edit a criteria";
     //
     // ConditionTree
     //
     this.ConditionTree.BackColor = System.Drawing.SystemColors.Window;
     this.ConditionTree.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.ConditionTree.ContextMenuStrip = this.CriteriaRootMenu;
     this.ConditionTree.Location = new System.Drawing.Point(1, 27);
     this.ConditionTree.Name = "ConditionTree";
     this.ConditionTree.ShowPlusMinus = false;
     this.ConditionTree.Size = new System.Drawing.Size(263, 190);
     this.ConditionTree.TabIndex = 0;
     this.ConditionTree.BeforeCollapse += new System.Windows.Forms.TreeViewCancelEventHandler(this.ConditionTree_BeforeCollapse);
     this.ConditionTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.ConditionTree_AfterSelect);
     this.ConditionTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.ConditionTree_NodeMouseDoubleClick);
     this.ConditionTree.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ConditionTree_KeyDown);
     //
     // CriteriaRootMenu
     //
     this.CriteriaRootMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.NewCriteriaMenuItem,
     this.toolStripSeparator1,
     this.UndoAllChangesMenuItem});
     this.CriteriaRootMenu.Name = "CriteriaMenu";
     this.CriteriaRootMenu.Size = new System.Drawing.Size(165, 76);
     //
     // NewCriteriaMenuItem
     //
     this.NewCriteriaMenuItem.Name = "NewCriteriaMenuItem";
     this.NewCriteriaMenuItem.Size = new System.Drawing.Size(171, 22);
     this.NewCriteriaMenuItem.Text = "Add New Criteria";
     this.NewCriteriaMenuItem.Click += new System.EventHandler(this.NewCriteria_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(168, 6);
     //
     // UndoAllChangesMenuItem
     //
     this.UndoAllChangesMenuItem.Name = "UndoAllChangesMenuItem";
     this.UndoAllChangesMenuItem.Size = new System.Drawing.Size(171, 22);
     this.UndoAllChangesMenuItem.Text = "Undo Changes";
     this.UndoAllChangesMenuItem.Click += new System.EventHandler(this.UndoChanges_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(17, 32);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(53, 13);
     this.label1.TabIndex = 1;
     this.label1.Text = "List Type:";
     //
     // ListTypeBox
     //
     this.ListTypeBox.BackColor = System.Drawing.SystemColors.Window;
     this.ListTypeBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.ListTypeBox.Location = new System.Drawing.Point(76, 32);
     this.ListTypeBox.Name = "ListTypeBox";
     this.ListTypeBox.ReadOnly = true;
     this.ListTypeBox.Size = new System.Drawing.Size(150, 13);
     this.ListTypeBox.TabIndex = 2;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.ValueBox);
     this.groupBox1.Controls.Add(this.EnableValue);
     this.groupBox1.Controls.Add(this.ConditionDescBox);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.ListTypeBox);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(284, 26);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(246, 187);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Information";
     //
     // ValueBox
     //
     this.ValueBox.Enabled = false;
     this.ValueBox.Location = new System.Drawing.Point(151, 127);
     this.ValueBox.Maximum = new decimal(new int[] {
     10000000,
     0,
     0,
     0});
     this.ValueBox.Name = "ValueBox";
     this.ValueBox.Size = new System.Drawing.Size(75, 20);
     this.ValueBox.TabIndex = 8;
     this.ValueBox.ValueChanged += new System.EventHandler(this.ValueBox_ValueChanged);
     //
     // EnableValue
     //
     this.EnableValue.AutoSize = true;
     this.EnableValue.Location = new System.Drawing.Point(20, 127);
     this.EnableValue.Name = "EnableValue";
     this.EnableValue.Size = new System.Drawing.Size(124, 17);
     this.EnableValue.TabIndex = 7;
     this.EnableValue.Text = "Enable Criteria Value";
     this.EnableValue.UseVisualStyleBackColor = true;
     this.EnableValue.CheckedChanged += new System.EventHandler(this.EnableValue_CheckedChanged);
     //
     // ConditionDescBox
     //
     this.ConditionDescBox.BackColor = System.Drawing.SystemColors.Window;
     this.ConditionDescBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.ConditionDescBox.Location = new System.Drawing.Point(20, 76);
     this.ConditionDescBox.Multiline = true;
     this.ConditionDescBox.Name = "ConditionDescBox";
     this.ConditionDescBox.ReadOnly = true;
     this.ConditionDescBox.Size = new System.Drawing.Size(200, 45);
     this.ConditionDescBox.TabIndex = 4;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(17, 60);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(54, 13);
     this.label2.TabIndex = 3;
     this.label2.Text = "Condition:";
     //
     // SaveBtn
     //
     this.SaveBtn.Location = new System.Drawing.Point(450, 244);
     this.SaveBtn.Name = "SaveBtn";
     this.SaveBtn.Size = new System.Drawing.Size(80, 38);
     this.SaveBtn.TabIndex = 9;
     this.SaveBtn.Text = "Save";
     this.SaveBtn.UseVisualStyleBackColor = true;
     this.SaveBtn.Click += new System.EventHandler(this.SaveBtn_Click);
     //
     // CancelBtn
     //
     this.CancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.CancelBtn.Location = new System.Drawing.Point(360, 244);
     this.CancelBtn.Name = "CancelBtn";
     this.CancelBtn.Size = new System.Drawing.Size(80, 38);
     this.CancelBtn.TabIndex = 10;
     this.CancelBtn.Text = "Cancel";
     this.CancelBtn.UseVisualStyleBackColor = true;
     this.CancelBtn.Click += new System.EventHandler(this.CancelBtn_Click);
     //
     // CriteriaItemMenu
     //
     this.CriteriaItemMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.EditCritertiaMenuItem,
     this.DeleteCriteriaMenuItem});
     this.CriteriaItemMenu.Name = "CriteriaItemMenu";
     this.CriteriaItemMenu.Size = new System.Drawing.Size(149, 48);
     //
     // EditCritertiaMenuItem
     //
     this.EditCritertiaMenuItem.Name = "EditCritertiaMenuItem";
     this.EditCritertiaMenuItem.Size = new System.Drawing.Size(148, 22);
     this.EditCritertiaMenuItem.Text = "Edit Criteria";
     this.EditCritertiaMenuItem.Click += new System.EventHandler(this.EditCriteria_Click);
     //
     // DeleteCriteriaMenuItem
     //
     this.DeleteCriteriaMenuItem.Name = "DeleteCriteriaMenuItem";
     this.DeleteCriteriaMenuItem.Size = new System.Drawing.Size(148, 22);
     this.DeleteCriteriaMenuItem.Text = "Delete Criteria";
     this.DeleteCriteriaMenuItem.Click += new System.EventHandler(this.DeleteCriteria_Click);
     //
     // ConditionListForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.Window;
     this.ClientSize = new System.Drawing.Size(543, 300);
     this.Controls.Add(this.CancelBtn);
     this.Controls.Add(this.SaveBtn);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.ConditionGrpBox);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "ConditionListForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Criteria List Editor";
     this.ConditionGrpBox.ResumeLayout(false);
     this.ConditionGrpBox.PerformLayout();
     this.CriteriaRootMenu.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ValueBox)).EndInit();
     this.CriteriaItemMenu.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// This method is required for Windows Forms designer support.
        /// Do not change the method contents inside the source code editor. The Forms designer might
        /// not be able to load this method if it was changed manually.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Bloom bloom1  = new Bloom();
            Bloom bloom2  = new Bloom();
            Bloom bloom3  = new Bloom();
            Bloom bloom4  = new Bloom();
            Bloom bloom5  = new Bloom();
            Bloom bloom6  = new Bloom();
            Bloom bloom7  = new Bloom();
            Bloom bloom8  = new Bloom();
            Bloom bloom9  = new Bloom();
            Bloom bloom10 = new Bloom();
            Bloom bloom11 = new Bloom();
            Bloom bloom12 = new Bloom();
            Bloom bloom13 = new Bloom();
            Bloom bloom14 = new Bloom();
            Bloom bloom15 = new Bloom();
            Bloom bloom16 = new Bloom();
            Bloom bloom17 = new Bloom();
            Bloom bloom18 = new Bloom();
            Bloom bloom19 = new Bloom();
            Bloom bloom20 = new Bloom();
            Bloom bloom21 = new Bloom();
            Bloom bloom22 = new Bloom();
            Bloom bloom23 = new Bloom();
            Bloom bloom24 = new Bloom();
            Bloom bloom25 = new Bloom();
            Bloom bloom26 = new Bloom();
            Bloom bloom27 = new Bloom();

            System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(nuevo_producto));
            this.fusionTheme1            = new FusionTheme();
            this.groupBox1               = new System.Windows.Forms.GroupBox();
            this.producto_num_disponible = new System.Windows.Forms.NumericUpDown();
            this.label6 = new System.Windows.Forms.Label();
            this.producto_num_precio = new System.Windows.Forms.NumericUpDown();
            this.label4                   = new System.Windows.Forms.Label();
            this.label3                   = new System.Windows.Forms.Label();
            this.label2                   = new System.Windows.Forms.Label();
            this.producto_tb_nombre       = new System.Windows.Forms.TextBox();
            this.producto_lb_ingredientes = new System.Windows.Forms.CheckedListBox();
            this.fusionButton1            = new FusionButton();
            this.btn_salir                = new FusionButton();
            this.panel1                   = new System.Windows.Forms.Panel();
            this.producto_dgv_agregados   = new System.Windows.Forms.DataGridView();
            this.label1                   = new System.Windows.Forms.Label();
            this.producto_btn_agregar     = new System.Windows.Forms.Button();
            this.producto_btn_limpiar     = new System.Windows.Forms.Button();
            this.toolTip1                 = new System.Windows.Forms.ToolTip(this.components);
            this.btn_cancelar             = new System.Windows.Forms.Button();
            this.fusionTheme1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.producto_num_disponible)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.producto_num_precio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.producto_dgv_agregados)).BeginInit();
            this.SuspendLayout();
            //
            // fusionTheme1
            //
            this.fusionTheme1.BackColor   = System.Drawing.Color.White;
            this.fusionTheme1.BorderStyle = System.Windows.Forms.FormBorderStyle.None;
            bloom1.Name              = "Sides";
            bloom1.Value             = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(50)))));
            bloom2.Name              = "Gradient1";
            bloom2.Value             = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(55)))));
            bloom3.Name              = "Gradient2";
            bloom3.Value             = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(50)))));
            bloom4.Name              = "Text";
            bloom4.Value             = System.Drawing.Color.White;
            bloom5.Name              = "Back";
            bloom5.Value             = System.Drawing.Color.White;
            bloom6.Name              = "Border1";
            bloom6.Value             = System.Drawing.Color.Black;
            bloom7.Name              = "Border2";
            bloom7.Value             = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(63)))));
            bloom8.Name              = "Border3";
            bloom8.Value             = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(63)))));
            bloom9.Name              = "Border4";
            bloom9.Value             = System.Drawing.Color.Black;
            bloom10.Name             = "Blend1";
            bloom10.Value            = System.Drawing.Color.Transparent;
            bloom11.Name             = "Blend2";
            bloom11.Value            = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(63)))));
            this.fusionTheme1.Colors = new Bloom[] {
                bloom1,
                bloom2,
                bloom3,
                bloom4,
                bloom5,
                bloom6,
                bloom7,
                bloom8,
                bloom9,
                bloom10,
                bloom11
            };
            this.fusionTheme1.Controls.Add(this.btn_cancelar);
            this.fusionTheme1.Controls.Add(this.groupBox1);
            this.fusionTheme1.Controls.Add(this.fusionButton1);
            this.fusionTheme1.Controls.Add(this.btn_salir);
            this.fusionTheme1.Controls.Add(this.panel1);
            this.fusionTheme1.Controls.Add(this.producto_dgv_agregados);
            this.fusionTheme1.Controls.Add(this.label1);
            this.fusionTheme1.Controls.Add(this.producto_btn_agregar);
            this.fusionTheme1.Controls.Add(this.producto_btn_limpiar);
            this.fusionTheme1.Customization   = "Mi8v/zc0NP8yLy////////////8AAAD/Pzw8/z88PP8AAAD/////AD88PP8=";
            this.fusionTheme1.Dock            = System.Windows.Forms.DockStyle.Fill;
            this.fusionTheme1.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fusionTheme1.Image           = null;
            this.fusionTheme1.Location        = new System.Drawing.Point(0, 0);
            this.fusionTheme1.Movable         = true;
            this.fusionTheme1.Name            = "fusionTheme1";
            this.fusionTheme1.NoRounding      = false;
            this.fusionTheme1.Sizable         = false;
            this.fusionTheme1.Size            = new System.Drawing.Size(658, 527);
            this.fusionTheme1.SmartBounds     = true;
            this.fusionTheme1.TabIndex        = 0;
            this.fusionTheme1.Text            = "Producto Nuevo ";
            this.fusionTheme1.TransparencyKey = System.Drawing.Color.Fuchsia;
            //
            // groupBox1
            //
            this.groupBox1.Controls.Add(this.producto_num_disponible);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.producto_num_precio);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.producto_tb_nombre);
            this.groupBox1.Controls.Add(this.producto_lb_ingredientes);
            this.groupBox1.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox1.Location = new System.Drawing.Point(399, 65);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(234, 360);
            this.groupBox1.TabIndex = 59;
            this.groupBox1.TabStop  = false;
            this.groupBox1.Text     = "Nuevo Producto";
            //
            // producto_num_disponible
            //
            this.producto_num_disponible.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.producto_num_disponible.Location = new System.Drawing.Point(139, 324);
            this.producto_num_disponible.Maximum  = new decimal(new int[] {
                1,
                0,
                0,
                0
            });
            this.producto_num_disponible.Name      = "producto_num_disponible";
            this.producto_num_disponible.Size      = new System.Drawing.Size(77, 21);
            this.producto_num_disponible.TabIndex  = 63;
            this.producto_num_disponible.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.producto_num_disponible.Value     = new decimal(new int[] {
                1,
                0,
                0,
                0
            });
            //
            // label6
            //
            this.label6.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label6.Location = new System.Drawing.Point(139, 307);
            this.label6.Name     = "label6";
            this.label6.Size     = new System.Drawing.Size(77, 14);
            this.label6.TabIndex = 64;
            this.label6.Text     = "Disponible:";
            //
            // producto_num_precio
            //
            this.producto_num_precio.Increment = new decimal(new int[] {
                10,
                0,
                0,
                0
            });
            this.producto_num_precio.Location = new System.Drawing.Point(16, 324);
            this.producto_num_precio.Maximum  = new decimal(new int[] {
                50000,
                0,
                0,
                0
            });
            this.producto_num_precio.Name      = "producto_num_precio";
            this.producto_num_precio.Size      = new System.Drawing.Size(117, 21);
            this.producto_num_precio.TabIndex  = 57;
            this.producto_num_precio.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            //
            // label4
            //
            this.label4.Location  = new System.Drawing.Point(16, 305);
            this.label4.Name      = "label4";
            this.label4.Size      = new System.Drawing.Size(79, 16);
            this.label4.TabIndex  = 59;
            this.label4.Text      = "Precio:";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label3
            //
            this.label3.Location  = new System.Drawing.Point(16, 263);
            this.label3.Name      = "label3";
            this.label3.Size      = new System.Drawing.Size(79, 16);
            this.label3.TabIndex  = 58;
            this.label3.Text      = "Nombre:";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // label2
            //
            this.label2.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location  = new System.Drawing.Point(16, 29);
            this.label2.Name      = "label2";
            this.label2.Size      = new System.Drawing.Size(104, 16);
            this.label2.TabIndex  = 48;
            this.label2.Text      = "Ingredientes";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // producto_tb_nombre
            //
            this.producto_tb_nombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.producto_tb_nombre.Location        = new System.Drawing.Point(16, 282);
            this.producto_tb_nombre.MaxLength       = 34;
            this.producto_tb_nombre.Name            = "producto_tb_nombre";
            this.producto_tb_nombre.Size            = new System.Drawing.Size(200, 21);
            this.producto_tb_nombre.TabIndex        = 56;
            //
            // producto_lb_ingredientes
            //
            this.producto_lb_ingredientes.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.producto_lb_ingredientes.FormattingEnabled = true;
            this.producto_lb_ingredientes.Location          = new System.Drawing.Point(16, 48);
            this.producto_lb_ingredientes.Name     = "producto_lb_ingredientes";
            this.producto_lb_ingredientes.Size     = new System.Drawing.Size(200, 212);
            this.producto_lb_ingredientes.TabIndex = 1;
            //
            // fusionButton1
            //
            this.fusionButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            bloom12.Name              = "DownGradient1";
            bloom12.Value             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(127)))), ((int)(((byte)(1)))));
            bloom13.Name              = "DownGradient2";
            bloom13.Value             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(12)))));
            bloom14.Name              = "NoneGradient1";
            bloom14.Value             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(12)))));
            bloom15.Name              = "NoneGradient2";
            bloom15.Value             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(127)))), ((int)(((byte)(1)))));
            bloom16.Name              = "TextShade";
            bloom16.Value             = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            bloom17.Name              = "Text";
            bloom17.Value             = System.Drawing.Color.White;
            bloom18.Name              = "Border1";
            bloom18.Value             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(197)))), ((int)(((byte)(19)))));
            bloom19.Name              = "Border2";
            bloom19.Value             = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(133)))), ((int)(((byte)(0)))));
            this.fusionButton1.Colors = new Bloom[] {
                bloom12,
                bloom13,
                bloom14,
                bloom15,
                bloom16,
                bloom17,
                bloom18,
                bloom19
            };
            this.fusionButton1.Customization = "AX///wyv//8Mr///AX///wAAAB7/////E8X//wCF/v8=";
            this.fusionButton1.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.fusionButton1.Image         = null;
            this.fusionButton1.Location      = new System.Drawing.Point(620, 3);
            this.fusionButton1.Name          = "fusionButton1";
            this.fusionButton1.NoRounding    = false;
            this.fusionButton1.Size          = new System.Drawing.Size(26, 26);
            this.fusionButton1.TabIndex      = 52;
            this.fusionButton1.Text          = "x";
            this.fusionButton1.Transparent   = false;
            this.fusionButton1.Click        += new System.EventHandler(this.FusionButton1Click);
            //
            // btn_salir
            //
            bloom20.Name          = "DownGradient1";
            bloom20.Value         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(127)))), ((int)(((byte)(1)))));
            bloom21.Name          = "DownGradient2";
            bloom21.Value         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(12)))));
            bloom22.Name          = "NoneGradient1";
            bloom22.Value         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(12)))));
            bloom23.Name          = "NoneGradient2";
            bloom23.Value         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(127)))), ((int)(((byte)(1)))));
            bloom24.Name          = "TextShade";
            bloom24.Value         = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            bloom25.Name          = "Text";
            bloom25.Value         = System.Drawing.Color.White;
            bloom26.Name          = "Border1";
            bloom26.Value         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(197)))), ((int)(((byte)(19)))));
            bloom27.Name          = "Border2";
            bloom27.Value         = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(133)))), ((int)(((byte)(0)))));
            this.btn_salir.Colors = new Bloom[] {
                bloom20,
                bloom21,
                bloom22,
                bloom23,
                bloom24,
                bloom25,
                bloom26,
                bloom27
            };
            this.btn_salir.Customization = "AX///wyv//8Mr///AX///wAAAB7/////E8X//wCF/v8=";
            this.btn_salir.Font          = new System.Drawing.Font("Verdana", 8F);
            this.btn_salir.Image         = null;
            this.btn_salir.Location      = new System.Drawing.Point(659, 4);
            this.btn_salir.Name          = "btn_salir";
            this.btn_salir.NoRounding    = false;
            this.btn_salir.Size          = new System.Drawing.Size(26, 26);
            this.btn_salir.TabIndex      = 52;
            this.btn_salir.Text          = "x";
            this.btn_salir.Transparent   = false;
            //
            // panel1
            //
            this.panel1.BackgroundImage       = global::cgcommerce.imagenes.Add_folder_256;
            this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.panel1.Location = new System.Drawing.Point(22, 46);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(135, 229);
            this.panel1.TabIndex = 41;
            //
            // producto_dgv_agregados
            //
            this.producto_dgv_agregados.AccessibleDescription       = "Seleccione agregado";
            this.producto_dgv_agregados.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.producto_dgv_agregados.AutoSizeRowsMode            = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCellsExceptHeaders;
            this.producto_dgv_agregados.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle1.Alignment              = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor              = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle1.Font                   = new System.Drawing.Font("Verdana", 8F);
            dataGridViewCellStyle1.SelectionBackColor     = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor     = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode               = System.Windows.Forms.DataGridViewTriState.False;
            this.producto_dgv_agregados.DefaultCellStyle  = dataGridViewCellStyle1;
            this.producto_dgv_agregados.Location          = new System.Drawing.Point(172, 65);
            this.producto_dgv_agregados.Name              = "producto_dgv_agregados";
            this.producto_dgv_agregados.Size              = new System.Drawing.Size(212, 360);
            this.producto_dgv_agregados.TabIndex          = 0;
            this.producto_dgv_agregados.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Producto_dgv_agregadosCellContentClick);
            //
            // label1
            //
            this.label1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location  = new System.Drawing.Point(172, 46);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(104, 16);
            this.label1.TabIndex  = 47;
            this.label1.Text      = "Agregados";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // producto_btn_agregar
            //
            this.producto_btn_agregar.AccessibleDescription = "Guardar Nuevo Producto";
            this.producto_btn_agregar.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("producto_btn_agregar.BackgroundImage")));
            this.producto_btn_agregar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.producto_btn_agregar.Location = new System.Drawing.Point(569, 437);
            this.producto_btn_agregar.Name     = "producto_btn_agregar";
            this.producto_btn_agregar.Size     = new System.Drawing.Size(64, 64);
            this.producto_btn_agregar.TabIndex = 43;
            this.toolTip1.SetToolTip(this.producto_btn_agregar, "Aceptar/Guardar");
            this.producto_btn_agregar.UseVisualStyleBackColor = true;
            this.producto_btn_agregar.Click += new System.EventHandler(this.Producto_btn_agregarClick);
            //
            // producto_btn_limpiar
            //
            this.producto_btn_limpiar.AccessibleDescription = "Borrar Agregado";
            this.producto_btn_limpiar.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("producto_btn_limpiar.BackgroundImage")));
            this.producto_btn_limpiar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.producto_btn_limpiar.Location = new System.Drawing.Point(499, 437);
            this.producto_btn_limpiar.Name     = "producto_btn_limpiar";
            this.producto_btn_limpiar.Size     = new System.Drawing.Size(64, 64);
            this.producto_btn_limpiar.TabIndex = 46;
            this.toolTip1.SetToolTip(this.producto_btn_limpiar, "Cancelar");
            this.producto_btn_limpiar.UseVisualStyleBackColor = true;
            this.producto_btn_limpiar.Click += new System.EventHandler(this.Producto_btn_limpiarClick);
            //
            // btn_cancelar
            //
            this.btn_cancelar.AccessibleDescription = "Atrás";
            this.btn_cancelar.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btn_cancelar.BackgroundImage")));
            this.btn_cancelar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.btn_cancelar.Location = new System.Drawing.Point(172, 437);
            this.btn_cancelar.Name     = "btn_cancelar";
            this.btn_cancelar.Size     = new System.Drawing.Size(64, 64);
            this.btn_cancelar.TabIndex = 70;
            this.btn_cancelar.UseVisualStyleBackColor = true;
            this.btn_cancelar.Click += new System.EventHandler(this.Btn_cancelarClick);
            //
            // nuevo_producto
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(658, 527);
            this.Controls.Add(this.fusionTheme1);
            this.Font            = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name            = "nuevo_producto";
            this.Text            = "PRODUCTO - NUEVO";
            this.TransparencyKey = System.Drawing.Color.Fuchsia;
            this.fusionTheme1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.producto_num_disponible)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.producto_num_precio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.producto_dgv_agregados)).EndInit();
            this.ResumeLayout(false);
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.textBoxValue = new System.Windows.Forms.TextBox();
     this.accept = new System.Windows.Forms.Button();
     this.label2 = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
     this.label3 = new System.Windows.Forms.Label();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 24);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(55, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Значение";
     //
     // textBoxValue
     //
     this.textBoxValue.Location = new System.Drawing.Point(106, 21);
     this.textBoxValue.Name = "textBoxValue";
     this.textBoxValue.Size = new System.Drawing.Size(142, 20);
     this.textBoxValue.TabIndex = 1;
     //
     // accept
     //
     this.accept.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.accept.Location = new System.Drawing.Point(180, 191);
     this.accept.Name = "accept";
     this.accept.Size = new System.Drawing.Size(75, 23);
     this.accept.TabIndex = 3;
     this.accept.Text = "Принять";
     this.accept.UseVisualStyleBackColor = true;
     this.accept.Click += new System.EventHandler(this.accept_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(12, 58);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(57, 13);
     this.label2.TabIndex = 3;
     this.label2.Text = "Описание";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(15, 74);
     this.textBox1.Multiline = true;
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(233, 55);
     this.textBox1.TabIndex = 2;
     //
     // numericUpDown1
     //
     this.numericUpDown1.Location = new System.Drawing.Point(144, 135);
     this.numericUpDown1.Maximum = new decimal(new int[] {
     1023,
     0,
     0,
     0});
     this.numericUpDown1.Name = "numericUpDown1";
     this.numericUpDown1.Size = new System.Drawing.Size(52, 20);
     this.numericUpDown1.TabIndex = 9;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(23, 137);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(115, 13);
     this.label3.TabIndex = 8;
     this.label3.Text = "Использовать номер";
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Checked = true;
     this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.Location = new System.Drawing.Point(26, 161);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(169, 17);
     this.checkBox1.TabIndex = 7;
     this.checkBox1.Text = "Присвоить свобоный номер";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // AddConstantForm
     //
     this.AcceptButton = this.accept;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(267, 226);
     this.Controls.Add(this.numericUpDown1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.accept);
     this.Controls.Add(this.textBoxValue);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "AddConstantForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Константа";
     this.Load += new System.EventHandler(this.AddConstantForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.numericUpDownStartAddress = new System.Windows.Forms.NumericUpDown();
     this.buttonRead = new System.Windows.Forms.Button();
     this.numericUpDownSlaveAddress = new System.Windows.Forms.NumericUpDown();
     this.label2               = new System.Windows.Forms.Label();
     this.labelState           = new System.Windows.Forms.Label();
     this.label1               = new System.Windows.Forms.Label();
     this.tableLayoutPanel1    = new System.Windows.Forms.TableLayoutPanel();
     this.label3               = new System.Windows.Forms.Label();
     this.label4               = new System.Windows.Forms.Label();
     this.comboBoxFunctionCode = new System.Windows.Forms.ComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStartAddress)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSlaveAddress)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // numericUpDownStartAddress
     //
     this.numericUpDownStartAddress.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.numericUpDownStartAddress.Location = new System.Drawing.Point(150, 17);
     this.numericUpDownStartAddress.Maximum  = new decimal(new int[] {
         65535,
         0,
         0,
         0
     });
     this.numericUpDownStartAddress.Name     = "numericUpDownStartAddress";
     this.numericUpDownStartAddress.Size     = new System.Drawing.Size(68, 20);
     this.numericUpDownStartAddress.TabIndex = 17;
     //
     // buttonRead
     //
     this.buttonRead.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.buttonRead.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonRead.Location  = new System.Drawing.Point(298, 16);
     this.buttonRead.Name      = "buttonRead";
     this.buttonRead.Size      = new System.Drawing.Size(68, 22);
     this.buttonRead.TabIndex  = 15;
     this.buttonRead.Text      = "Read";
     this.buttonRead.UseVisualStyleBackColor = true;
     this.buttonRead.Click += new System.EventHandler(this.ButtonReadClick);
     //
     // numericUpDownSlaveAddress
     //
     this.numericUpDownSlaveAddress.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.numericUpDownSlaveAddress.Location = new System.Drawing.Point(87, 17);
     this.numericUpDownSlaveAddress.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.numericUpDownSlaveAddress.Name     = "numericUpDownSlaveAddress";
     this.numericUpDownSlaveAddress.Size     = new System.Drawing.Size(57, 20);
     this.numericUpDownSlaveAddress.TabIndex = 14;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(150, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(45, 13);
     this.label2.TabIndex = 16;
     this.label2.Text     = "Address";
     //
     // labelState
     //
     this.labelState.Anchor      = System.Windows.Forms.AnchorStyles.Left;
     this.labelState.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.labelState.Location    = new System.Drawing.Point(224, 16);
     this.labelState.Name        = "labelState";
     this.labelState.Size        = new System.Drawing.Size(68, 22);
     this.labelState.TabIndex    = 18;
     this.labelState.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(87, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(34, 13);
     this.label1.TabIndex  = 13;
     this.label1.Text      = "Slave";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.AutoSize     = true;
     this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tableLayoutPanel1.ColumnCount  = 5;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.Controls.Add(this.numericUpDownSlaveAddress, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.buttonRead, 4, 1);
     this.tableLayoutPanel1.Controls.Add(this.label2, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.labelState, 3, 1);
     this.tableLayoutPanel1.Controls.Add(this.label1, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.numericUpDownStartAddress, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.label3, 3, 0);
     this.tableLayoutPanel1.Controls.Add(this.label4, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.comboBoxFunctionCode, 0, 1);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(369, 41);
     this.tableLayoutPanel1.TabIndex = 19;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(224, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(34, 13);
     this.label3.TabIndex = 19;
     this.label3.Text     = "Value";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(3, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(48, 13);
     this.label4.TabIndex = 20;
     this.label4.Text     = "Function";
     //
     // comboBoxFunctionCode
     //
     this.comboBoxFunctionCode.Anchor            = System.Windows.Forms.AnchorStyles.Left;
     this.comboBoxFunctionCode.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxFunctionCode.FormattingEnabled = true;
     this.comboBoxFunctionCode.Items.AddRange(new object[] {
         "1 Coil",
         "2 Input"
     });
     this.comboBoxFunctionCode.Location = new System.Drawing.Point(3, 16);
     this.comboBoxFunctionCode.Name     = "comboBoxFunctionCode";
     this.comboBoxFunctionCode.Size     = new System.Drawing.Size(78, 21);
     this.comboBoxFunctionCode.TabIndex = 21;
     //
     // ReadPointControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "ReadPointControl";
     this.Size = new System.Drawing.Size(372, 44);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStartAddress)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSlaveAddress)).EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BarcodeSimulatorControl));
     this.delayNumeric = new System.Windows.Forms.NumericUpDown();
     this.label1 = new System.Windows.Forms.Label();
     this.newStringTextBox = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.hotkeyTextBox = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.endsWithComboBox = new System.Windows.Forms.ComboBox();
     this.itemsListView = new System.Windows.Forms.ListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.itemsGroupBox = new System.Windows.Forms.GroupBox();
     this.newCodeTypeLabel = new System.Windows.Forms.Label();
     this.configurationGroupBox = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.delayNumeric)).BeginInit();
     this.itemsGroupBox.SuspendLayout();
     this.configurationGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // delayNumeric
     //
     this.delayNumeric.Increment = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.delayNumeric.Location = new System.Drawing.Point(79, 27);
     this.delayNumeric.Maximum = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     this.delayNumeric.Minimum = new decimal(new int[] {
     50,
     0,
     0,
     0});
     this.delayNumeric.Name = "delayNumeric";
     this.delayNumeric.Size = new System.Drawing.Size(120, 20);
     this.delayNumeric.TabIndex = 1;
     this.delayNumeric.Value = new decimal(new int[] {
     50,
     0,
     0,
     0});
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 29);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(55, 13);
     this.label1.TabIndex = 1;
     this.label1.Text = "Key Delay";
     //
     // newStringTextBox
     //
     this.newStringTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.newStringTextBox.Location = new System.Drawing.Point(9, 43);
     this.newStringTextBox.MaxLength = 50;
     this.newStringTextBox.Name = "newStringTextBox";
     this.newStringTextBox.Size = new System.Drawing.Size(162, 20);
     this.newStringTextBox.TabIndex = 3;
     this.newStringTextBox.TextChanged += new System.EventHandler(this.newStringTextBox_TextChanged);
     this.newStringTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.newStringTextBox_KeyDown);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 56);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(41, 13);
     this.label2.TabIndex = 4;
     this.label2.Text = "Hotkey";
     //
     // hotkeyTextBox
     //
     this.hotkeyTextBox.Location = new System.Drawing.Point(79, 53);
     this.hotkeyTextBox.Name = "hotkeyTextBox";
     this.hotkeyTextBox.ReadOnly = true;
     this.hotkeyTextBox.Size = new System.Drawing.Size(120, 20);
     this.hotkeyTextBox.TabIndex = 5;
     this.hotkeyTextBox.TabStop = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(6, 27);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(54, 13);
     this.label3.TabIndex = 11;
     this.label3.Text = "Add Code";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(6, 82);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(51, 13);
     this.label4.TabIndex = 12;
     this.label4.Text = "End With";
     //
     // endsWithComboBox
     //
     this.endsWithComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.endsWithComboBox.FormattingEnabled = true;
     this.endsWithComboBox.Location = new System.Drawing.Point(78, 79);
     this.endsWithComboBox.Name = "endsWithComboBox";
     this.endsWithComboBox.Size = new System.Drawing.Size(121, 21);
     this.endsWithComboBox.TabIndex = 2;
     //
     // itemsListView
     //
     this.itemsListView.Activation = System.Windows.Forms.ItemActivation.OneClick;
     this.itemsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.itemsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2});
     this.itemsListView.FullRowSelect = true;
     this.itemsListView.HoverSelection = true;
     this.itemsListView.Location = new System.Drawing.Point(9, 69);
     this.itemsListView.MultiSelect = false;
     this.itemsListView.Name = "itemsListView";
     this.itemsListView.Size = new System.Drawing.Size(231, 179);
     this.itemsListView.TabIndex = 13;
     this.itemsListView.UseCompatibleStateImageBehavior = false;
     this.itemsListView.View = System.Windows.Forms.View.Details;
     this.itemsListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.itemsListView_KeyDown);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Code";
     this.columnHeader1.Width = 120;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Type";
     this.columnHeader2.Width = 80;
     //
     // itemsGroupBox
     //
     this.itemsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.itemsGroupBox.Controls.Add(this.newCodeTypeLabel);
     this.itemsGroupBox.Controls.Add(this.itemsListView);
     this.itemsGroupBox.Controls.Add(this.label3);
     this.itemsGroupBox.Controls.Add(this.newStringTextBox);
     this.itemsGroupBox.Location = new System.Drawing.Point(12, 136);
     this.itemsGroupBox.Name = "itemsGroupBox";
     this.itemsGroupBox.Size = new System.Drawing.Size(254, 264);
     this.itemsGroupBox.TabIndex = 14;
     this.itemsGroupBox.TabStop = false;
     this.itemsGroupBox.Text = "Barcodes";
     //
     // newCodeTypeLabel
     //
     this.newCodeTypeLabel.AutoSize = true;
     this.newCodeTypeLabel.Location = new System.Drawing.Point(177, 46);
     this.newCodeTypeLabel.Name = "newCodeTypeLabel";
     this.newCodeTypeLabel.Size = new System.Drawing.Size(0, 13);
     this.newCodeTypeLabel.TabIndex = 14;
     //
     // configurationGroupBox
     //
     this.configurationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.configurationGroupBox.Controls.Add(this.label2);
     this.configurationGroupBox.Controls.Add(this.delayNumeric);
     this.configurationGroupBox.Controls.Add(this.endsWithComboBox);
     this.configurationGroupBox.Controls.Add(this.label1);
     this.configurationGroupBox.Controls.Add(this.label4);
     this.configurationGroupBox.Controls.Add(this.hotkeyTextBox);
     this.configurationGroupBox.Location = new System.Drawing.Point(12, 12);
     this.configurationGroupBox.Name = "configurationGroupBox";
     this.configurationGroupBox.Size = new System.Drawing.Size(254, 118);
     this.configurationGroupBox.TabIndex = 15;
     this.configurationGroupBox.TabStop = false;
     this.configurationGroupBox.Text = "Configuration";
     //
     // BarcodeSimulatorControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(280, 408);
     this.Controls.Add(this.configurationGroupBox);
     this.Controls.Add(this.itemsGroupBox);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "BarcodeSimulatorControl";
     this.Text = "Barcode Simulator";
     this.Load += new System.EventHandler(this.BarcodeSimulatorControl_Load);
     ((System.ComponentModel.ISupportInitialize)(this.delayNumeric)).EndInit();
     this.itemsGroupBox.ResumeLayout(false);
     this.itemsGroupBox.PerformLayout();
     this.configurationGroupBox.ResumeLayout(false);
     this.configurationGroupBox.PerformLayout();
     this.ResumeLayout(false);
 }
示例#28
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.label3 = new System.Windows.Forms.Label();
     this.numericUpDownFloatValue = new System.Windows.Forms.NumericUpDown();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.numericUpDownSlaveAddress = new System.Windows.Forms.NumericUpDown();
     this.buttonWrite = new System.Windows.Forms.Button();
     this.numericUpDownRegisterAddress = new System.Windows.Forms.NumericUpDown();
     this.tableLayoutPanel1            = new System.Windows.Forms.TableLayoutPanel();
     this.comboBoxFunctionCode         = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloatValue)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSlaveAddress)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownRegisterAddress)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(263, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(34, 13);
     this.label3.TabIndex = 19;
     this.label3.Text     = "Value";
     //
     // numericUpDownFloatValue
     //
     this.numericUpDownFloatValue.DecimalPlaces = 2;
     this.numericUpDownFloatValue.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.numericUpDownFloatValue.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.numericUpDownFloatValue.Location = new System.Drawing.Point(263, 16);
     this.numericUpDownFloatValue.Maximum  = new decimal(new int[] {
         1000000000,
         0,
         0,
         0
     });
     this.numericUpDownFloatValue.Minimum = new decimal(new int[] {
         1000000000,
         0,
         0,
         -2147483648
     });
     this.numericUpDownFloatValue.Name     = "numericUpDownFloatValue";
     this.numericUpDownFloatValue.Size     = new System.Drawing.Size(94, 20);
     this.numericUpDownFloatValue.TabIndex = 3;
     this.numericUpDownFloatValue.Value    = new decimal(new int[] {
         1000000000,
         0,
         0,
         0
     });
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(123, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(34, 13);
     this.label1.TabIndex  = 14;
     this.label1.Text      = "Slave";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(183, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(45, 13);
     this.label2.TabIndex = 17;
     this.label2.Text     = "Address";
     //
     // numericUpDownSlaveAddress
     //
     this.numericUpDownSlaveAddress.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.numericUpDownSlaveAddress.Location = new System.Drawing.Point(123, 16);
     this.numericUpDownSlaveAddress.Maximum  = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.numericUpDownSlaveAddress.Name     = "numericUpDownSlaveAddress";
     this.numericUpDownSlaveAddress.Size     = new System.Drawing.Size(54, 20);
     this.numericUpDownSlaveAddress.TabIndex = 1;
     //
     // buttonWrite
     //
     this.buttonWrite.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.buttonWrite.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonWrite.Location  = new System.Drawing.Point(363, 16);
     this.buttonWrite.Name      = "buttonWrite";
     this.buttonWrite.Size      = new System.Drawing.Size(54, 22);
     this.buttonWrite.TabIndex  = 4;
     this.buttonWrite.Text      = "Write";
     this.buttonWrite.UseVisualStyleBackColor = true;
     this.buttonWrite.Click += new System.EventHandler(this.ButtonWriteClick);
     //
     // numericUpDownRegisterAddress
     //
     this.numericUpDownRegisterAddress.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.numericUpDownRegisterAddress.Location = new System.Drawing.Point(183, 16);
     this.numericUpDownRegisterAddress.Maximum  = new decimal(new int[] {
         65535,
         0,
         0,
         0
     });
     this.numericUpDownRegisterAddress.Name     = "numericUpDownRegisterAddress";
     this.numericUpDownRegisterAddress.Size     = new System.Drawing.Size(74, 20);
     this.numericUpDownRegisterAddress.TabIndex = 2;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.AutoSize     = true;
     this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tableLayoutPanel1.ColumnCount  = 5;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.tableLayoutPanel1.Controls.Add(this.comboBoxFunctionCode, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.buttonWrite, 4, 1);
     this.tableLayoutPanel1.Controls.Add(this.label1, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.label3, 3, 0);
     this.tableLayoutPanel1.Controls.Add(this.numericUpDownSlaveAddress, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.label2, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.numericUpDownFloatValue, 3, 1);
     this.tableLayoutPanel1.Controls.Add(this.numericUpDownRegisterAddress, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.label4, 0, 0);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(420, 41);
     this.tableLayoutPanel1.TabIndex = 21;
     //
     // comboBoxFunctionCode
     //
     this.comboBoxFunctionCode.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.comboBoxFunctionCode.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxFunctionCode.FormattingEnabled = true;
     this.comboBoxFunctionCode.Items.AddRange(new object[] {
         "6 Holding 1234",
         "6 Holding 3412"
     });
     this.comboBoxFunctionCode.Location = new System.Drawing.Point(3, 16);
     this.comboBoxFunctionCode.Name     = "comboBoxFunctionCode";
     this.comboBoxFunctionCode.Size     = new System.Drawing.Size(114, 21);
     this.comboBoxFunctionCode.TabIndex = 0;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(3, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(48, 13);
     this.label4.TabIndex = 22;
     this.label4.Text     = "Function";
     //
     // WriteFloatControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "WriteFloatControl";
     this.Size = new System.Drawing.Size(423, 44);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloatValue)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSlaveAddress)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownRegisterAddress)).EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormEditPast));
     LabelHint          = new System.Windows.Forms.Label();
     LabelMonth         = new System.Windows.Forms.Label();
     ComboBoxMonth      = new System.Windows.Forms.ComboBox();
     DataGridViewTimes  = new System.Windows.Forms.DataGridView();
     ColumnClockIn      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ColumnClockOut     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ButtonLoad         = new System.Windows.Forms.Button();
     TextBoxCardID      = new System.Windows.Forms.TextBox();
     LabelCardID        = new System.Windows.Forms.Label();
     NumericUpDownYear  = new System.Windows.Forms.NumericUpDown();
     LabelYear          = new System.Windows.Forms.Label();
     ButtonSave         = new System.Windows.Forms.Button();
     ButtonReset        = new System.Windows.Forms.Button();
     datePicker         = new System.Windows.Forms.DateTimePicker();
     clockInTimePicker  = new System.Windows.Forms.DateTimePicker();
     clockOutTimePicker = new System.Windows.Forms.DateTimePicker();
     dateLabel          = new System.Windows.Forms.Label();
     clockInLabel       = new System.Windows.Forms.Label();
     clockOutLabel      = new System.Windows.Forms.Label();
     DeleteButton       = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(DataGridViewTimes)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(NumericUpDownYear)).BeginInit();
     SuspendLayout();
     //
     // LabelHint
     //
     LabelHint.Location = new System.Drawing.Point(9, 7);
     LabelHint.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     LabelHint.Name     = "LabelHint";
     LabelHint.Size     = new System.Drawing.Size(406, 54);
     LabelHint.TabIndex = 0;
     LabelHint.Text     = "Scan your card or enter your Student ID to pull up logged times within the respec" +
                          "tive month. ";
     //
     // LabelMonth
     //
     LabelMonth.AutoSize = true;
     LabelMonth.Location = new System.Drawing.Point(9, 89);
     LabelMonth.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     LabelMonth.Name     = "LabelMonth";
     LabelMonth.Size     = new System.Drawing.Size(40, 13);
     LabelMonth.TabIndex = 5;
     LabelMonth.Text     = "Month:";
     //
     // ComboBoxMonth
     //
     ComboBoxMonth.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     ComboBoxMonth.FormattingEnabled = true;
     ComboBoxMonth.ItemHeight        = 13;
     ComboBoxMonth.Items.AddRange(new object[] {
         "January",
         "February",
         "March",
         "April",
         "May",
         "June",
         "July",
         "August",
         "September",
         "October",
         "November",
         "December"
     });
     ComboBoxMonth.Location         = new System.Drawing.Point(98, 87);
     ComboBoxMonth.Margin           = new System.Windows.Forms.Padding(2);
     ComboBoxMonth.MaxDropDownItems = 12;
     ComboBoxMonth.Name             = "ComboBoxMonth";
     ComboBoxMonth.Size             = new System.Drawing.Size(200, 21);
     ComboBoxMonth.TabIndex         = 2;
     //
     // DataGridViewTimes
     //
     DataGridViewTimes.AllowUserToAddRows          = false;
     DataGridViewTimes.AllowUserToResizeColumns    = false;
     DataGridViewTimes.AllowUserToResizeRows       = false;
     DataGridViewTimes.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     DataGridViewTimes.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     DataGridViewTimes.EditMode                = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     DataGridViewTimes.ImeMode                 = System.Windows.Forms.ImeMode.NoControl;
     DataGridViewTimes.Location                = new System.Drawing.Point(9, 134);
     DataGridViewTimes.Margin                  = new System.Windows.Forms.Padding(2);
     DataGridViewTimes.MultiSelect             = false;
     DataGridViewTimes.Name                    = "DataGridViewTimes";
     DataGridViewTimes.ReadOnly                = true;
     DataGridViewTimes.RowHeadersVisible       = false;
     DataGridViewTimes.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToDisplayedHeaders;
     DataGridViewTimes.RowTemplate.Height      = 24;
     DataGridViewTimes.ScrollBars              = System.Windows.Forms.ScrollBars.Vertical;
     DataGridViewTimes.SelectionMode           = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     DataGridViewTimes.Size                    = new System.Drawing.Size(406, 155);
     DataGridViewTimes.TabIndex                = 5;
     DataGridViewTimes.VirtualMode             = true;
     //
     // ColumnClockIn
     //
     ColumnClockIn.Name = "ColumnClockIn";
     //
     // ColumnClockOut
     //
     ColumnClockOut.Name = "ColumnClockOut";
     //
     // ButtonLoad
     //
     ButtonLoad.Location = new System.Drawing.Point(302, 70);
     ButtonLoad.Margin   = new System.Windows.Forms.Padding(2);
     ButtonLoad.Name     = "ButtonLoad";
     ButtonLoad.Size     = new System.Drawing.Size(112, 22);
     ButtonLoad.TabIndex = 4;
     ButtonLoad.Text     = "Load Times";
     ButtonLoad.UseVisualStyleBackColor = true;
     ButtonLoad.Click += new System.EventHandler(ButtonLoad_Click);
     //
     // TextBoxCardID
     //
     TextBoxCardID.Location = new System.Drawing.Point(98, 64);
     TextBoxCardID.Margin   = new System.Windows.Forms.Padding(2);
     TextBoxCardID.Name     = "TextBoxCardID";
     TextBoxCardID.Size     = new System.Drawing.Size(200, 20);
     TextBoxCardID.TabIndex = 1;
     //
     // LabelCardID
     //
     LabelCardID.AutoSize = true;
     LabelCardID.Location = new System.Drawing.Point(9, 67);
     LabelCardID.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     LabelCardID.Name     = "LabelCardID";
     LabelCardID.Size     = new System.Drawing.Size(88, 13);
     LabelCardID.TabIndex = 11;
     LabelCardID.Text     = "Card/Student ID:";
     //
     // NumericUpDownYear
     //
     NumericUpDownYear.Location = new System.Drawing.Point(98, 111);
     NumericUpDownYear.Margin   = new System.Windows.Forms.Padding(2);
     NumericUpDownYear.Maximum  = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     NumericUpDownYear.Minimum = new decimal(new int[] {
         2014,
         0,
         0,
         0
     });
     NumericUpDownYear.Name     = "NumericUpDownYear";
     NumericUpDownYear.Size     = new System.Drawing.Size(200, 20);
     NumericUpDownYear.TabIndex = 3;
     NumericUpDownYear.Value    = new decimal(new int[] {
         2014,
         0,
         0,
         0
     });
     //
     // LabelYear
     //
     LabelYear.AutoSize = true;
     LabelYear.Location = new System.Drawing.Point(9, 113);
     LabelYear.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     LabelYear.Name     = "LabelYear";
     LabelYear.Size     = new System.Drawing.Size(32, 13);
     LabelYear.TabIndex = 13;
     LabelYear.Text     = "Year:";
     //
     // ButtonSave
     //
     ButtonSave.Enabled  = false;
     ButtonSave.Location = new System.Drawing.Point(344, 400);
     ButtonSave.Margin   = new System.Windows.Forms.Padding(2);
     ButtonSave.Name     = "ButtonSave";
     ButtonSave.Size     = new System.Drawing.Size(70, 23);
     ButtonSave.TabIndex = 6;
     ButtonSave.Text     = "Save";
     ButtonSave.UseVisualStyleBackColor = true;
     ButtonSave.Click += new System.EventHandler(ButtonSave_Click);
     //
     // ButtonReset
     //
     ButtonReset.Location = new System.Drawing.Point(302, 102);
     ButtonReset.Margin   = new System.Windows.Forms.Padding(2);
     ButtonReset.Name     = "ButtonReset";
     ButtonReset.Size     = new System.Drawing.Size(112, 22);
     ButtonReset.TabIndex = 7;
     ButtonReset.Text     = "Reset";
     ButtonReset.UseVisualStyleBackColor = true;
     ButtonReset.Click += new System.EventHandler(ButtonReset_Click);
     //
     // datePicker
     //
     datePicker.CustomFormat = "MM/dd/yy";
     datePicker.Enabled      = false;
     datePicker.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
     datePicker.Location     = new System.Drawing.Point(315, 313);
     datePicker.Name         = "datePicker";
     datePicker.Size         = new System.Drawing.Size(99, 20);
     datePicker.TabIndex     = 14;
     //
     // clockInTimePicker
     //
     clockInTimePicker.CustomFormat = "";
     clockInTimePicker.Enabled      = false;
     clockInTimePicker.Format       = System.Windows.Forms.DateTimePickerFormat.Time;
     clockInTimePicker.Location     = new System.Drawing.Point(326, 340);
     clockInTimePicker.Name         = "clockInTimePicker";
     clockInTimePicker.ShowUpDown   = true;
     clockInTimePicker.Size         = new System.Drawing.Size(87, 20);
     clockInTimePicker.TabIndex     = 15;
     //
     // clockOutTimePicker
     //
     clockOutTimePicker.Enabled    = false;
     clockOutTimePicker.Format     = System.Windows.Forms.DateTimePickerFormat.Time;
     clockOutTimePicker.Location   = new System.Drawing.Point(326, 369);
     clockOutTimePicker.Name       = "clockOutTimePicker";
     clockOutTimePicker.ShowUpDown = true;
     clockOutTimePicker.Size       = new System.Drawing.Size(87, 20);
     clockOutTimePicker.TabIndex   = 16;
     //
     // dateLabel
     //
     dateLabel.AutoSize = true;
     dateLabel.Location = new System.Drawing.Point(270, 316);
     dateLabel.Name     = "dateLabel";
     dateLabel.Size     = new System.Drawing.Size(33, 13);
     dateLabel.TabIndex = 17;
     dateLabel.Text     = "Date:";
     //
     // clockInLabel
     //
     clockInLabel.AutoSize = true;
     clockInLabel.Location = new System.Drawing.Point(269, 343);
     clockInLabel.Name     = "clockInLabel";
     clockInLabel.Size     = new System.Drawing.Size(49, 13);
     clockInLabel.TabIndex = 18;
     clockInLabel.Text     = "Clock In:";
     //
     // clockOutLabel
     //
     clockOutLabel.AutoSize = true;
     clockOutLabel.Location = new System.Drawing.Point(268, 372);
     clockOutLabel.Name     = "clockOutLabel";
     clockOutLabel.Size     = new System.Drawing.Size(57, 13);
     clockOutLabel.TabIndex = 19;
     clockOutLabel.Text     = "Clock Out:";
     //
     // DeleteButton
     //
     DeleteButton.Enabled  = false;
     DeleteButton.Location = new System.Drawing.Point(271, 400);
     DeleteButton.Name     = "DeleteButton";
     DeleteButton.Size     = new System.Drawing.Size(68, 23);
     DeleteButton.TabIndex = 20;
     DeleteButton.Text     = "Delete";
     DeleteButton.UseVisualStyleBackColor = true;
     DeleteButton.Click += new System.EventHandler(DeleteButton_Click);
     //
     // FormEditPast
     //
     AcceptButton        = ButtonLoad;
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     ClientSize          = new System.Drawing.Size(425, 432);
     Controls.Add(DeleteButton);
     Controls.Add(clockOutLabel);
     Controls.Add(clockInLabel);
     Controls.Add(dateLabel);
     Controls.Add(clockOutTimePicker);
     Controls.Add(clockInTimePicker);
     Controls.Add(datePicker);
     Controls.Add(ButtonReset);
     Controls.Add(ButtonSave);
     Controls.Add(LabelYear);
     Controls.Add(NumericUpDownYear);
     Controls.Add(TextBoxCardID);
     Controls.Add(LabelCardID);
     Controls.Add(ButtonLoad);
     Controls.Add(DataGridViewTimes);
     Controls.Add(LabelMonth);
     Controls.Add(ComboBoxMonth);
     Controls.Add(LabelHint);
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     Icon            = ((System.Drawing.Icon)(resources.GetObject("$Icon")));
     Margin          = new System.Windows.Forms.Padding(2);
     MaximizeBox     = false;
     MaximumSize     = new System.Drawing.Size(441, 470);
     MinimizeBox     = false;
     MinimumSize     = new System.Drawing.Size(441, 470);
     Name            = "FormEditPast";
     SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     Text            = "Edit Past Time";
     FormClosing    += new System.Windows.Forms.FormClosingEventHandler(FormEditPast_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(DataGridViewTimes)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(NumericUpDownYear)).EndInit();
     ResumeLayout(false);
     PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
     "Номер не определен",
     "--------------------"}, -1);
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
     "Номер не определен",
     "--------------------"}, -1);
     this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
     this.label2 = new System.Windows.Forms.Label();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.accept = new System.Windows.Forms.Button();
     this.listView1 = new System.Windows.Forms.ListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.SuspendLayout();
     //
     // numericUpDown1
     //
     this.numericUpDown1.Location = new System.Drawing.Point(399, 105);
     this.numericUpDown1.Maximum = new decimal(new int[] {
     1023,
     0,
     0,
     0});
     this.numericUpDown1.Name = "numericUpDown1";
     this.numericUpDown1.Size = new System.Drawing.Size(52, 20);
     this.numericUpDown1.TabIndex = 22;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(278, 107);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(115, 13);
     this.label2.TabIndex = 21;
     this.label2.Text = "Использовать номер";
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Checked = true;
     this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.Location = new System.Drawing.Point(281, 131);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(169, 17);
     this.checkBox1.TabIndex = 20;
     this.checkBox1.Text = "Присвоить свобоный номер";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(15, 104);
     this.textBox1.Multiline = true;
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(257, 61);
     this.textBox1.TabIndex = 17;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 88);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(57, 13);
     this.label1.TabIndex = 19;
     this.label1.Text = "Описание";
     //
     // accept
     //
     this.accept.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.accept.Location = new System.Drawing.Point(481, 141);
     this.accept.Name = "accept";
     this.accept.Size = new System.Drawing.Size(75, 23);
     this.accept.TabIndex = 18;
     this.accept.Text = "Принять";
     this.accept.UseVisualStyleBackColor = true;
     this.accept.Click += new System.EventHandler(this.accept_Click);
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader3});
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines = true;
     this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listView1.HideSelection = false;
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
     listViewItem1,
     listViewItem2});
     this.listView1.Location = new System.Drawing.Point(7, 6);
     this.listView1.MultiSelect = false;
     this.listView1.Name = "listView1";
     this.listView1.Size = new System.Drawing.Size(553, 79);
     this.listView1.TabIndex = 14;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Номер канала";
     this.columnHeader1.Width = 130;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Описание";
     this.columnHeader3.Width = 383;
     //
     // AddDivizionNewForm
     //
     this.AcceptButton = this.accept;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(567, 178);
     this.Controls.Add(this.numericUpDown1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.accept);
     this.Controls.Add(this.listView1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "AddDivizionNewForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Деление";
     this.Load += new System.EventHandler(this.AddDivizionForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.udVerticalSize   = new System.Windows.Forms.NumericUpDown();
     this.udHorizontalSize = new System.Windows.Forms.NumericUpDown();
     this.label1           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.cbRatio          = new System.Windows.Forms.CheckBox();
     this.lblOriginal      = new System.Windows.Forms.Label();
     this.lblNew           = new System.Windows.Forms.Label();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.label5           = new System.Windows.Forms.Label();
     this.label6           = new System.Windows.Forms.Label();
     this.groupBox3        = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.previewBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udVerticalSize)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udHorizontalSize)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // udVerticalSize
     //
     this.udVerticalSize.Location = new System.Drawing.Point(158, 27);
     this.udVerticalSize.Maximum  = new decimal(new int[] {
         100000,
         0,
         0,
         0
     });
     this.udVerticalSize.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udVerticalSize.Name               = "udVerticalSize";
     this.udVerticalSize.Size               = new System.Drawing.Size(130, 29);
     this.udVerticalSize.TabIndex           = 1;
     this.udVerticalSize.TextAlign          = System.Windows.Forms.HorizontalAlignment.Center;
     this.udVerticalSize.ThousandsSeparator = true;
     this.udVerticalSize.Value              = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.udVerticalSize.ValueChanged += this.udVerticalSize_ValueChanged;
     //
     // udHorizontalSize
     //
     this.udHorizontalSize.Location = new System.Drawing.Point(158, 68);
     this.udHorizontalSize.Maximum  = new decimal(new int[] {
         100000,
         0,
         0,
         0
     });
     this.udHorizontalSize.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udHorizontalSize.Name               = "udHorizontalSize";
     this.udHorizontalSize.Size               = new System.Drawing.Size(130, 29);
     this.udHorizontalSize.TabIndex           = 4;
     this.udHorizontalSize.TextAlign          = System.Windows.Forms.HorizontalAlignment.Center;
     this.udHorizontalSize.ThousandsSeparator = true;
     this.udHorizontalSize.Value              = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.udHorizontalSize.ValueChanged += this.udHorizontalSize_ValueChanged;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(29, 27);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(101, 27);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Vertical";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(29, 68);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(101, 27);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Horizontal";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(302, 68);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(29, 27);
     this.label3.TabIndex = 5;
     this.label3.Text     = "%";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(302, 27);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(29, 27);
     this.label4.TabIndex = 2;
     this.label4.Text     = "%";
     //
     // cbRatio
     //
     this.cbRatio.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.cbRatio.Checked    = true;
     this.cbRatio.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbRatio.Location   = new System.Drawing.Point(29, 122);
     this.cbRatio.Name       = "cbRatio";
     this.cbRatio.Size       = new System.Drawing.Size(259, 34);
     this.cbRatio.TabIndex   = 6;
     this.cbRatio.Text       = "Mantain Aspect &Ratio";
     //
     // lblOriginal
     //
     this.lblOriginal.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblOriginal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblOriginal.Location   = new System.Drawing.Point(202, 41);
     this.lblOriginal.Name       = "lblOriginal";
     this.lblOriginal.Size       = new System.Drawing.Size(187, 27);
     this.lblOriginal.TabIndex   = 1;
     this.lblOriginal.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblNew
     //
     this.lblNew.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblNew.Location   = new System.Drawing.Point(202, 95);
     this.lblNew.Name       = "lblNew";
     this.lblNew.Size       = new System.Drawing.Size(187, 27);
     this.lblNew.TabIndex   = 3;
     this.lblNew.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.udHorizontalSize);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.udVerticalSize);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.cbRatio);
     this.groupBox1.Location = new System.Drawing.Point(9, 445);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(480, 162);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     //
     // label5
     //
     this.label5.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label5.Location   = new System.Drawing.Point(58, 95);
     this.label5.Name       = "label5";
     this.label5.Size       = new System.Drawing.Size(122, 27);
     this.label5.TabIndex   = 2;
     this.label5.Text       = "Resized:";
     this.label5.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label6
     //
     this.label6.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label6.Location   = new System.Drawing.Point(58, 41);
     this.label6.Name       = "label6";
     this.label6.Size       = new System.Drawing.Size(122, 27);
     this.label6.TabIndex   = 0;
     this.label6.Text       = "Original:";
     this.label6.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.lblNew);
     this.groupBox3.Controls.Add(this.label5);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Controls.Add(this.lblOriginal);
     this.groupBox3.Location = new System.Drawing.Point(511, 445);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(480, 162);
     this.groupBox3.TabIndex = 1;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Dimensions";
     //
     // StretchResizeWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(168F, 168F);
     this.ClientSize          = new System.Drawing.Size(1000, 686);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox3);
     this.Name = "StretchResizeWindow";
     this.Controls.SetChildIndex(this.imageBox, 0);
     this.Controls.SetChildIndex(this.previewBox, 0);
     this.Controls.SetChildIndex(this.groupBox3, 0);
     this.Controls.SetChildIndex(this.groupBox1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.previewBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udVerticalSize)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udHorizontalSize)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox3.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.COMBOBOX_RegisterAccessType = new System.Windows.Forms.ComboBox();
     this.BUTTON_RegisterAccessReadRegister = new System.Windows.Forms.Button();
     this.BUTTON_RegisterAccessWriteRegister = new System.Windows.Forms.Button();
     this.BUTTON_RegisterAccessBatch = new System.Windows.Forms.Button();
     this.BUTTON_RegisterAccessBatchHelp = new System.Windows.Forms.Button();
     this.CHECKBOX_RegisterAccesssBatchStopOnError = new System.Windows.Forms.CheckBox();
     this.TEXTBOX_RegisterAccessReadAddress = new System.Windows.Forms.TextBox();
     this.TEXTBOX_RegisterAccessWriteRegisterAddress = new System.Windows.Forms.TextBox();
     this.TEXTBOX_RegisterAccessWriteRegisterData = new System.Windows.Forms.TextBox();
     this.NUMERICUPDOWN_RegisterAccessReadRegisterLength = new System.Windows.Forms.NumericUpDown();
     this.NUMERICUPDOWN_RegisterAccessProfile = new System.Windows.Forms.NumericUpDown();
     this.TEXTBOX_RegisterAccessWriteRegisterBank = new System.Windows.Forms.TextBox();
     this.BUTTON_ClearStatus = new System.Windows.Forms.Button();
     this.BUTTON_SaveStatus = new System.Windows.Forms.Button();
     this.BUTTON_Close = new System.Windows.Forms.Button();
     this.CHECKBOX_AppendHistory = new System.Windows.Forms.CheckBox();
     this.LABEL_RegisterAccessReadRegisterAddress = new System.Windows.Forms.Label();
     this.LABEL_RegisterAccessWriteRegisterAddress = new System.Windows.Forms.Label();
     this.LABEL_RegisterAccessReadRegisterCount = new System.Windows.Forms.Label();
     this.LABEL_RegisterAccessWriteRegisterData = new System.Windows.Forms.Label();
     this.LABEL_RegisterAccessWriteRegisterBank = new System.Windows.Forms.Label();
     this.LABEL_RegisterAccessProfile = new System.Windows.Forms.Label();
     this.LABEL_RegisterAccessRegisterType = new System.Windows.Forms.Label();
     this.TEXTBOX_MainStatus = new System.Windows.Forms.RichTextBox();
     this.BUTTON_DumpMac = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.NUMERICUPDOWN_RegisterAccessReadRegisterLength)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NUMERICUPDOWN_RegisterAccessProfile)).BeginInit();
     this.SuspendLayout();
     //
     // COMBOBOX_RegisterAccessType
     //
     this.COMBOBOX_RegisterAccessType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.COMBOBOX_RegisterAccessType.FormattingEnabled = true;
     this.COMBOBOX_RegisterAccessType.Location = new System.Drawing.Point(93, 12);
     this.COMBOBOX_RegisterAccessType.Name = "COMBOBOX_RegisterAccessType";
     this.COMBOBOX_RegisterAccessType.Size = new System.Drawing.Size(96, 21);
     this.COMBOBOX_RegisterAccessType.TabIndex = 0;
     this.COMBOBOX_RegisterAccessType.SelectedIndexChanged += new System.EventHandler(this.COMBOBOX_RegisterAccess_SelectedIndexChanged);
     //
     // BUTTON_RegisterAccessReadRegister
     //
     this.BUTTON_RegisterAccessReadRegister.Location = new System.Drawing.Point(12, 62);
     this.BUTTON_RegisterAccessReadRegister.Name = "BUTTON_RegisterAccessReadRegister";
     this.BUTTON_RegisterAccessReadRegister.Size = new System.Drawing.Size(75, 23);
     this.BUTTON_RegisterAccessReadRegister.TabIndex = 1;
     this.BUTTON_RegisterAccessReadRegister.Text = "Read";
     this.BUTTON_RegisterAccessReadRegister.UseVisualStyleBackColor = true;
     this.BUTTON_RegisterAccessReadRegister.Click += new System.EventHandler(this.BUTTON_ReadRegister_Click);
     //
     // BUTTON_RegisterAccessWriteRegister
     //
     this.BUTTON_RegisterAccessWriteRegister.Location = new System.Drawing.Point(12, 91);
     this.BUTTON_RegisterAccessWriteRegister.Name = "BUTTON_RegisterAccessWriteRegister";
     this.BUTTON_RegisterAccessWriteRegister.Size = new System.Drawing.Size(75, 23);
     this.BUTTON_RegisterAccessWriteRegister.TabIndex = 2;
     this.BUTTON_RegisterAccessWriteRegister.Text = "Write";
     this.BUTTON_RegisterAccessWriteRegister.UseVisualStyleBackColor = true;
     this.BUTTON_RegisterAccessWriteRegister.Click += new System.EventHandler(this.BUTTON_WriteRegister_Click);
     //
     // BUTTON_RegisterAccessBatch
     //
     this.BUTTON_RegisterAccessBatch.Location = new System.Drawing.Point(12, 120);
     this.BUTTON_RegisterAccessBatch.Name = "BUTTON_RegisterAccessBatch";
     this.BUTTON_RegisterAccessBatch.Size = new System.Drawing.Size(75, 23);
     this.BUTTON_RegisterAccessBatch.TabIndex = 3;
     this.BUTTON_RegisterAccessBatch.Text = "Batch";
     this.BUTTON_RegisterAccessBatch.UseVisualStyleBackColor = true;
     this.BUTTON_RegisterAccessBatch.Click += new System.EventHandler(this.BUTTON_RegisterAccessBatch_Click);
     //
     // BUTTON_RegisterAccessBatchHelp
     //
     this.BUTTON_RegisterAccessBatchHelp.Location = new System.Drawing.Point(87, 120);
     this.BUTTON_RegisterAccessBatchHelp.Name = "BUTTON_RegisterAccessBatchHelp";
     this.BUTTON_RegisterAccessBatchHelp.Size = new System.Drawing.Size(19, 23);
     this.BUTTON_RegisterAccessBatchHelp.TabIndex = 4;
     this.BUTTON_RegisterAccessBatchHelp.Text = "?";
     this.BUTTON_RegisterAccessBatchHelp.UseVisualStyleBackColor = true;
     this.BUTTON_RegisterAccessBatchHelp.Click += new System.EventHandler(this.BUTTON_RegisterAccessBatchHelp_Click);
     //
     // CHECKBOX_RegisterAccesssBatchStopOnError
     //
     this.CHECKBOX_RegisterAccesssBatchStopOnError.AutoSize = true;
     this.CHECKBOX_RegisterAccesssBatchStopOnError.Location = new System.Drawing.Point(112, 124);
     this.CHECKBOX_RegisterAccesssBatchStopOnError.Name = "CHECKBOX_RegisterAccesssBatchStopOnError";
     this.CHECKBOX_RegisterAccesssBatchStopOnError.Size = new System.Drawing.Size(121, 17);
     this.CHECKBOX_RegisterAccesssBatchStopOnError.TabIndex = 5;
     this.CHECKBOX_RegisterAccesssBatchStopOnError.Text = "Batch Stop On Error";
     this.CHECKBOX_RegisterAccesssBatchStopOnError.UseVisualStyleBackColor = true;
     //
     // TEXTBOX_RegisterAccessReadAddress
     //
     this.TEXTBOX_RegisterAccessReadAddress.Location = new System.Drawing.Point(150, 64);
     this.TEXTBOX_RegisterAccessReadAddress.MaxLength = 4;
     this.TEXTBOX_RegisterAccessReadAddress.Name = "TEXTBOX_RegisterAccessReadAddress";
     this.TEXTBOX_RegisterAccessReadAddress.Size = new System.Drawing.Size(39, 20);
     this.TEXTBOX_RegisterAccessReadAddress.TabIndex = 6;
     this.TEXTBOX_RegisterAccessReadAddress.Text = "0";
     this.TEXTBOX_RegisterAccessReadAddress.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ValidateHexInput);
     this.TEXTBOX_RegisterAccessReadAddress.MouseClick += new System.Windows.Forms.MouseEventHandler(this.ValidateHexInput);
     //
     // TEXTBOX_RegisterAccessWriteRegisterAddress
     //
     this.TEXTBOX_RegisterAccessWriteRegisterAddress.Location = new System.Drawing.Point(150, 93);
     this.TEXTBOX_RegisterAccessWriteRegisterAddress.MaxLength = 4;
     this.TEXTBOX_RegisterAccessWriteRegisterAddress.Name = "TEXTBOX_RegisterAccessWriteRegisterAddress";
     this.TEXTBOX_RegisterAccessWriteRegisterAddress.Size = new System.Drawing.Size(39, 20);
     this.TEXTBOX_RegisterAccessWriteRegisterAddress.TabIndex = 7;
     this.TEXTBOX_RegisterAccessWriteRegisterAddress.Text = "0";
     this.TEXTBOX_RegisterAccessWriteRegisterAddress.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ValidateHexInput);
     this.TEXTBOX_RegisterAccessWriteRegisterAddress.MouseClick += new System.Windows.Forms.MouseEventHandler(this.ValidateHexInput);
     //
     // TEXTBOX_RegisterAccessWriteRegisterData
     //
     this.TEXTBOX_RegisterAccessWriteRegisterData.Location = new System.Drawing.Point(246, 93);
     this.TEXTBOX_RegisterAccessWriteRegisterData.MaxLength = 8;
     this.TEXTBOX_RegisterAccessWriteRegisterData.Name = "TEXTBOX_RegisterAccessWriteRegisterData";
     this.TEXTBOX_RegisterAccessWriteRegisterData.Size = new System.Drawing.Size(72, 20);
     this.TEXTBOX_RegisterAccessWriteRegisterData.TabIndex = 8;
     this.TEXTBOX_RegisterAccessWriteRegisterData.Text = "0";
     this.TEXTBOX_RegisterAccessWriteRegisterData.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ValidateHexInput);
     this.TEXTBOX_RegisterAccessWriteRegisterData.MouseClick += new System.Windows.Forms.MouseEventHandler(this.ValidateHexInput);
     //
     // NUMERICUPDOWN_RegisterAccessReadRegisterLength
     //
     this.NUMERICUPDOWN_RegisterAccessReadRegisterLength.Location = new System.Drawing.Point(246, 64);
     this.NUMERICUPDOWN_RegisterAccessReadRegisterLength.Maximum = new decimal(new int[] {
     999999,
     0,
     0,
     0});
     this.NUMERICUPDOWN_RegisterAccessReadRegisterLength.Name = "NUMERICUPDOWN_RegisterAccessReadRegisterLength";
     this.NUMERICUPDOWN_RegisterAccessReadRegisterLength.Size = new System.Drawing.Size(49, 20);
     this.NUMERICUPDOWN_RegisterAccessReadRegisterLength.TabIndex = 9;
     this.NUMERICUPDOWN_RegisterAccessReadRegisterLength.Value = new decimal(new int[] {
     1,
     0,
     0,
     0});
     //
     // NUMERICUPDOWN_RegisterAccessProfile
     //
     this.NUMERICUPDOWN_RegisterAccessProfile.Location = new System.Drawing.Point(93, 36);
     this.NUMERICUPDOWN_RegisterAccessProfile.Name = "NUMERICUPDOWN_RegisterAccessProfile";
     this.NUMERICUPDOWN_RegisterAccessProfile.Size = new System.Drawing.Size(39, 20);
     this.NUMERICUPDOWN_RegisterAccessProfile.TabIndex = 10;
     //
     // TEXTBOX_RegisterAccessWriteRegisterBank
     //
     this.TEXTBOX_RegisterAccessWriteRegisterBank.Location = new System.Drawing.Point(377, 93);
     this.TEXTBOX_RegisterAccessWriteRegisterBank.MaxLength = 2;
     this.TEXTBOX_RegisterAccessWriteRegisterBank.Name = "TEXTBOX_RegisterAccessWriteRegisterBank";
     this.TEXTBOX_RegisterAccessWriteRegisterBank.Size = new System.Drawing.Size(22, 20);
     this.TEXTBOX_RegisterAccessWriteRegisterBank.TabIndex = 11;
     this.TEXTBOX_RegisterAccessWriteRegisterBank.Text = "0";
     this.TEXTBOX_RegisterAccessWriteRegisterBank.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ValidateHexInput);
     this.TEXTBOX_RegisterAccessWriteRegisterBank.MouseClick += new System.Windows.Forms.MouseEventHandler(this.ValidateHexInput);
     //
     // BUTTON_ClearStatus
     //
     this.BUTTON_ClearStatus.Location = new System.Drawing.Point(12, 151);
     this.BUTTON_ClearStatus.Name = "BUTTON_ClearStatus";
     this.BUTTON_ClearStatus.Size = new System.Drawing.Size(75, 23);
     this.BUTTON_ClearStatus.TabIndex = 12;
     this.BUTTON_ClearStatus.Text = "Clear Status";
     this.BUTTON_ClearStatus.UseVisualStyleBackColor = true;
     this.BUTTON_ClearStatus.Click += new System.EventHandler(this.BUTTON_ClearStatus_Click);
     //
     // BUTTON_SaveStatus
     //
     this.BUTTON_SaveStatus.Location = new System.Drawing.Point(93, 151);
     this.BUTTON_SaveStatus.Name = "BUTTON_SaveStatus";
     this.BUTTON_SaveStatus.Size = new System.Drawing.Size(75, 23);
     this.BUTTON_SaveStatus.TabIndex = 13;
     this.BUTTON_SaveStatus.Text = "Save Status";
     this.BUTTON_SaveStatus.UseVisualStyleBackColor = true;
     this.BUTTON_SaveStatus.Click += new System.EventHandler(this.BUTTON_SaveStatus_Click);
     //
     // BUTTON_Close
     //
     this.BUTTON_Close.Location = new System.Drawing.Point(459, 12);
     this.BUTTON_Close.Name = "BUTTON_Close";
     this.BUTTON_Close.Size = new System.Drawing.Size(75, 23);
     this.BUTTON_Close.TabIndex = 14;
     this.BUTTON_Close.Text = "Close";
     this.BUTTON_Close.UseVisualStyleBackColor = true;
     this.BUTTON_Close.Click += new System.EventHandler(this.BUTTON_Close_Click);
     //
     // CHECKBOX_AppendHistory
     //
     this.CHECKBOX_AppendHistory.AutoSize = true;
     this.CHECKBOX_AppendHistory.Checked = true;
     this.CHECKBOX_AppendHistory.CheckState = System.Windows.Forms.CheckState.Checked;
     this.CHECKBOX_AppendHistory.Location = new System.Drawing.Point(456, 157);
     this.CHECKBOX_AppendHistory.Name = "CHECKBOX_AppendHistory";
     this.CHECKBOX_AppendHistory.Size = new System.Drawing.Size(86, 17);
     this.CHECKBOX_AppendHistory.TabIndex = 16;
     this.CHECKBOX_AppendHistory.Text = "Keep History";
     this.CHECKBOX_AppendHistory.UseVisualStyleBackColor = true;
     //
     // LABEL_RegisterAccessReadRegisterAddress
     //
     this.LABEL_RegisterAccessReadRegisterAddress.AutoSize = true;
     this.LABEL_RegisterAccessReadRegisterAddress.Location = new System.Drawing.Point(90, 67);
     this.LABEL_RegisterAccessReadRegisterAddress.Name = "LABEL_RegisterAccessReadRegisterAddress";
     this.LABEL_RegisterAccessReadRegisterAddress.Size = new System.Drawing.Size(60, 13);
     this.LABEL_RegisterAccessReadRegisterAddress.TabIndex = 42;
     this.LABEL_RegisterAccessReadRegisterAddress.Text = "Address (h)";
     //
     // LABEL_RegisterAccessWriteRegisterAddress
     //
     this.LABEL_RegisterAccessWriteRegisterAddress.AutoSize = true;
     this.LABEL_RegisterAccessWriteRegisterAddress.Location = new System.Drawing.Point(88, 96);
     this.LABEL_RegisterAccessWriteRegisterAddress.Name = "LABEL_RegisterAccessWriteRegisterAddress";
     this.LABEL_RegisterAccessWriteRegisterAddress.Size = new System.Drawing.Size(60, 13);
     this.LABEL_RegisterAccessWriteRegisterAddress.TabIndex = 43;
     this.LABEL_RegisterAccessWriteRegisterAddress.Text = "Address (h)";
     //
     // LABEL_RegisterAccessReadRegisterCount
     //
     this.LABEL_RegisterAccessReadRegisterCount.AutoSize = true;
     this.LABEL_RegisterAccessReadRegisterCount.Location = new System.Drawing.Point(195, 67);
     this.LABEL_RegisterAccessReadRegisterCount.Name = "LABEL_RegisterAccessReadRegisterCount";
     this.LABEL_RegisterAccessReadRegisterCount.Size = new System.Drawing.Size(50, 13);
     this.LABEL_RegisterAccessReadRegisterCount.TabIndex = 44;
     this.LABEL_RegisterAccessReadRegisterCount.Text = "Count (d)";
     //
     // LABEL_RegisterAccessWriteRegisterData
     //
     this.LABEL_RegisterAccessWriteRegisterData.AutoSize = true;
     this.LABEL_RegisterAccessWriteRegisterData.Location = new System.Drawing.Point(195, 96);
     this.LABEL_RegisterAccessWriteRegisterData.Name = "LABEL_RegisterAccessWriteRegisterData";
     this.LABEL_RegisterAccessWriteRegisterData.Size = new System.Drawing.Size(45, 13);
     this.LABEL_RegisterAccessWriteRegisterData.TabIndex = 46;
     this.LABEL_RegisterAccessWriteRegisterData.Text = "Data (h)";
     //
     // LABEL_RegisterAccessWriteRegisterBank
     //
     this.LABEL_RegisterAccessWriteRegisterBank.AutoSize = true;
     this.LABEL_RegisterAccessWriteRegisterBank.Location = new System.Drawing.Point(324, 96);
     this.LABEL_RegisterAccessWriteRegisterBank.Name = "LABEL_RegisterAccessWriteRegisterBank";
     this.LABEL_RegisterAccessWriteRegisterBank.Size = new System.Drawing.Size(47, 13);
     this.LABEL_RegisterAccessWriteRegisterBank.TabIndex = 97;
     this.LABEL_RegisterAccessWriteRegisterBank.Text = "Bank (h)";
     //
     // LABEL_RegisterAccessProfile
     //
     this.LABEL_RegisterAccessProfile.AutoSize = true;
     this.LABEL_RegisterAccessProfile.Location = new System.Drawing.Point(12, 38);
     this.LABEL_RegisterAccessProfile.Name = "LABEL_RegisterAccessProfile";
     this.LABEL_RegisterAccessProfile.Size = new System.Drawing.Size(63, 13);
     this.LABEL_RegisterAccessProfile.TabIndex = 98;
     this.LABEL_RegisterAccessProfile.Text = "Profile Id (d)";
     //
     // LABEL_RegisterAccessRegisterType
     //
     this.LABEL_RegisterAccessRegisterType.AutoSize = true;
     this.LABEL_RegisterAccessRegisterType.Location = new System.Drawing.Point(12, 17);
     this.LABEL_RegisterAccessRegisterType.Name = "LABEL_RegisterAccessRegisterType";
     this.LABEL_RegisterAccessRegisterType.Size = new System.Drawing.Size(73, 13);
     this.LABEL_RegisterAccessRegisterType.TabIndex = 99;
     this.LABEL_RegisterAccessRegisterType.Text = "Register Type";
     //
     // TEXTBOX_MainStatus
     //
     this.TEXTBOX_MainStatus.Location = new System.Drawing.Point(12, 180);
     this.TEXTBOX_MainStatus.Name = "TEXTBOX_MainStatus";
     this.TEXTBOX_MainStatus.ReadOnly = true;
     this.TEXTBOX_MainStatus.Size = new System.Drawing.Size(530, 446);
     this.TEXTBOX_MainStatus.TabIndex = 100;
     this.TEXTBOX_MainStatus.Text = "";
     //
     // BUTTON_DumpMac
     //
     this.BUTTON_DumpMac.Location = new System.Drawing.Point(459, 62);
     this.BUTTON_DumpMac.Name = "BUTTON_DumpMac";
     this.BUTTON_DumpMac.Size = new System.Drawing.Size(75, 23);
     this.BUTTON_DumpMac.TabIndex = 101;
     this.BUTTON_DumpMac.Text = "Dump MAC";
     this.BUTTON_DumpMac.UseVisualStyleBackColor = true;
     this.BUTTON_DumpMac.Click += new System.EventHandler(this.BUTTON_DumpMac_Click);
     //
     // FORM_RegisterAccess
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(555, 638);
     this.Controls.Add(this.BUTTON_DumpMac);
     this.Controls.Add(this.TEXTBOX_MainStatus);
     this.Controls.Add(this.LABEL_RegisterAccessRegisterType);
     this.Controls.Add(this.LABEL_RegisterAccessProfile);
     this.Controls.Add(this.LABEL_RegisterAccessWriteRegisterBank);
     this.Controls.Add(this.LABEL_RegisterAccessWriteRegisterData);
     this.Controls.Add(this.LABEL_RegisterAccessReadRegisterCount);
     this.Controls.Add(this.LABEL_RegisterAccessWriteRegisterAddress);
     this.Controls.Add(this.LABEL_RegisterAccessReadRegisterAddress);
     this.Controls.Add(this.CHECKBOX_AppendHistory);
     this.Controls.Add(this.BUTTON_Close);
     this.Controls.Add(this.BUTTON_SaveStatus);
     this.Controls.Add(this.BUTTON_ClearStatus);
     this.Controls.Add(this.TEXTBOX_RegisterAccessWriteRegisterBank);
     this.Controls.Add(this.NUMERICUPDOWN_RegisterAccessProfile);
     this.Controls.Add(this.NUMERICUPDOWN_RegisterAccessReadRegisterLength);
     this.Controls.Add(this.TEXTBOX_RegisterAccessWriteRegisterData);
     this.Controls.Add(this.TEXTBOX_RegisterAccessWriteRegisterAddress);
     this.Controls.Add(this.TEXTBOX_RegisterAccessReadAddress);
     this.Controls.Add(this.CHECKBOX_RegisterAccesssBatchStopOnError);
     this.Controls.Add(this.BUTTON_RegisterAccessBatchHelp);
     this.Controls.Add(this.BUTTON_RegisterAccessBatch);
     this.Controls.Add(this.BUTTON_RegisterAccessWriteRegister);
     this.Controls.Add(this.BUTTON_RegisterAccessReadRegister);
     this.Controls.Add(this.COMBOBOX_RegisterAccessType);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FORM_RegisterAccess";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Register Access";
     ((System.ComponentModel.ISupportInitialize)(this.NUMERICUPDOWN_RegisterAccessReadRegisterLength)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NUMERICUPDOWN_RegisterAccessProfile)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#33
0
 /// <summary>
 ///
 /// </summary>
 private void InitializeComponent()
 {
     this.buttonCancel              = new System.Windows.Forms.Button();
     this.buttonOk                  = new System.Windows.Forms.Button();
     this.groupBoxMatrix            = new System.Windows.Forms.GroupBox();
     this.matrixPanel               = new System.Windows.Forms.Panel();
     this.matrixControl             = new MatrixControl();
     this.groupBoxSettings          = new System.Windows.Forms.GroupBox();
     this.rowOffsetLabel            = new System.Windows.Forms.Label();
     this.rowOffsetNumericUpDown    = new System.Windows.Forms.NumericUpDown();
     this.columnOffsetLabel         = new System.Windows.Forms.Label();
     this.columnOffsetNumericUpDown = new System.Windows.Forms.NumericUpDown();
     this.rowsLabel                 = new System.Windows.Forms.Label();
     this.rowsNumericUpDown         = new System.Windows.Forms.NumericUpDown();
     this.columnsLabel              = new System.Windows.Forms.Label();
     this.columnsNumericUpDown      = new System.Windows.Forms.NumericUpDown();
     this.checkBoxB                 = new System.Windows.Forms.CheckBox();
     this.checkBoxG                 = new System.Windows.Forms.CheckBox();
     this.checkBoxR                 = new System.Windows.Forms.CheckBox();
     this.checkBoxA                 = new System.Windows.Forms.CheckBox();
     this.maskLabel                 = new System.Windows.Forms.Label();
     this.masksComboBox             = new System.Windows.Forms.ComboBox();
     this.groupBoxMatrix.SuspendLayout();
     this.matrixPanel.SuspendLayout();
     this.groupBoxSettings.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.rowOffsetNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.columnOffsetNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rowsNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.columnsNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.Location                = new System.Drawing.Point(469, 319);
     this.buttonCancel.Margin                  = new System.Windows.Forms.Padding(4);
     this.buttonCancel.Name                    = "buttonCancel";
     this.buttonCancel.Size                    = new System.Drawing.Size(114, 29);
     this.buttonCancel.TabIndex                = 1;
     this.buttonCancel.Text                    = "Cancel";
     this.buttonCancel.UseVisualStyleBackColor = true;
     //
     // buttonOk
     //
     this.buttonOk.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOk.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.buttonOk.Location                = new System.Drawing.Point(350, 319);
     this.buttonOk.Margin                  = new System.Windows.Forms.Padding(4);
     this.buttonOk.Name                    = "buttonOk";
     this.buttonOk.Size                    = new System.Drawing.Size(111, 29);
     this.buttonOk.TabIndex                = 2;
     this.buttonOk.Text                    = "Ok";
     this.buttonOk.UseVisualStyleBackColor = true;
     //
     // groupBoxMatrix
     //
     this.groupBoxMatrix.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxMatrix.Controls.Add(this.matrixPanel);
     this.groupBoxMatrix.Location = new System.Drawing.Point(15, 15);
     this.groupBoxMatrix.Margin   = new System.Windows.Forms.Padding(4);
     this.groupBoxMatrix.Name     = "groupBoxMatrix";
     this.groupBoxMatrix.Padding  = new System.Windows.Forms.Padding(4);
     this.groupBoxMatrix.Size     = new System.Drawing.Size(328, 296);
     this.groupBoxMatrix.TabIndex = 4;
     this.groupBoxMatrix.TabStop  = false;
     this.groupBoxMatrix.Text     = "Matrix";
     //
     // matrixPanel
     //
     this.matrixPanel.AutoScroll = true;
     this.matrixPanel.Controls.Add(this.matrixControl);
     this.matrixPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.matrixPanel.Location = new System.Drawing.Point(4, 19);
     this.matrixPanel.Margin   = new System.Windows.Forms.Padding(4);
     this.matrixPanel.Name     = "matrixPanel";
     this.matrixPanel.Size     = new System.Drawing.Size(320, 273);
     this.matrixPanel.TabIndex = 0;
     //
     // matrixControl
     //
     this.matrixControl.ColumnsCount   = 0;
     this.matrixControl.Location       = new System.Drawing.Point(0, 0);
     this.matrixControl.Margin         = new System.Windows.Forms.Padding(4);
     this.matrixControl.Name           = "matrixControl";
     this.matrixControl.RowsCount      = 0;
     this.matrixControl.Size           = new System.Drawing.Size(250, 125);
     this.matrixControl.TabIndex       = 0;
     this.matrixControl.TabStop        = false;
     this.matrixControl.Text           = "groupBox1";
     this.matrixControl.MartixChanged += new System.EventHandler(this.UpdateMask);
     //
     // groupBoxSettings
     //
     this.groupBoxSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxSettings.Controls.Add(this.rowOffsetLabel);
     this.groupBoxSettings.Controls.Add(this.rowOffsetNumericUpDown);
     this.groupBoxSettings.Controls.Add(this.columnOffsetLabel);
     this.groupBoxSettings.Controls.Add(this.columnOffsetNumericUpDown);
     this.groupBoxSettings.Controls.Add(this.rowsLabel);
     this.groupBoxSettings.Controls.Add(this.rowsNumericUpDown);
     this.groupBoxSettings.Controls.Add(this.columnsLabel);
     this.groupBoxSettings.Controls.Add(this.columnsNumericUpDown);
     this.groupBoxSettings.Controls.Add(this.checkBoxB);
     this.groupBoxSettings.Controls.Add(this.checkBoxG);
     this.groupBoxSettings.Controls.Add(this.checkBoxR);
     this.groupBoxSettings.Controls.Add(this.checkBoxA);
     this.groupBoxSettings.Controls.Add(this.maskLabel);
     this.groupBoxSettings.Controls.Add(this.masksComboBox);
     this.groupBoxSettings.Location = new System.Drawing.Point(350, 15);
     this.groupBoxSettings.Margin   = new System.Windows.Forms.Padding(4);
     this.groupBoxSettings.Name     = "groupBoxSettings";
     this.groupBoxSettings.Padding  = new System.Windows.Forms.Padding(4);
     this.groupBoxSettings.Size     = new System.Drawing.Size(232, 296);
     this.groupBoxSettings.TabIndex = 5;
     this.groupBoxSettings.TabStop  = false;
     this.groupBoxSettings.Text     = "Settings";
     //
     // rowOffsetLabel
     //
     this.rowOffsetLabel.AutoSize = true;
     this.rowOffsetLabel.Location = new System.Drawing.Point(8, 202);
     this.rowOffsetLabel.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.rowOffsetLabel.Name     = "rowOffsetLabel";
     this.rowOffsetLabel.Size     = new System.Drawing.Size(89, 17);
     this.rowOffsetLabel.TabIndex = 10;
     this.rowOffsetLabel.Text     = "Rows offset :";
     //
     // rowOffsetNumericUpDown
     //
     this.rowOffsetNumericUpDown.Location      = new System.Drawing.Point(119, 200);
     this.rowOffsetNumericUpDown.Margin        = new System.Windows.Forms.Padding(4);
     this.rowOffsetNumericUpDown.Name          = "rowOffsetNumericUpDown";
     this.rowOffsetNumericUpDown.Size          = new System.Drawing.Size(106, 22);
     this.rowOffsetNumericUpDown.TabIndex      = 9;
     this.rowOffsetNumericUpDown.ValueChanged += new System.EventHandler(this.UpdateMask);
     //
     // columnOffsetLabel
     //
     this.columnOffsetLabel.AutoSize = true;
     this.columnOffsetLabel.Location = new System.Drawing.Point(8, 170);
     this.columnOffsetLabel.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.columnOffsetLabel.Name     = "columnOffsetLabel";
     this.columnOffsetLabel.Size     = new System.Drawing.Size(109, 17);
     this.columnOffsetLabel.TabIndex = 8;
     this.columnOffsetLabel.Text     = "Columns offset :";
     //
     // columnOffsetNumericUpDown
     //
     this.columnOffsetNumericUpDown.Location      = new System.Drawing.Point(119, 168);
     this.columnOffsetNumericUpDown.Margin        = new System.Windows.Forms.Padding(4);
     this.columnOffsetNumericUpDown.Name          = "columnOffsetNumericUpDown";
     this.columnOffsetNumericUpDown.Size          = new System.Drawing.Size(106, 22);
     this.columnOffsetNumericUpDown.TabIndex      = 7;
     this.columnOffsetNumericUpDown.ValueChanged += new System.EventHandler(this.UpdateMask);
     //
     // rowsLabel
     //
     this.rowsLabel.AutoSize = true;
     this.rowsLabel.Location = new System.Drawing.Point(8, 138);
     this.rowsLabel.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.rowsLabel.Name     = "rowsLabel";
     this.rowsLabel.Size     = new System.Drawing.Size(89, 17);
     this.rowsLabel.TabIndex = 6;
     this.rowsLabel.Text     = "Rows count :";
     //
     // rowsNumericUpDown
     //
     this.rowsNumericUpDown.Location      = new System.Drawing.Point(119, 135);
     this.rowsNumericUpDown.Margin        = new System.Windows.Forms.Padding(4);
     this.rowsNumericUpDown.Name          = "rowsNumericUpDown";
     this.rowsNumericUpDown.Size          = new System.Drawing.Size(106, 22);
     this.rowsNumericUpDown.TabIndex      = 5;
     this.rowsNumericUpDown.ValueChanged += new System.EventHandler(this.ResetMask);
     //
     // columnsLabel
     //
     this.columnsLabel.AutoSize = true;
     this.columnsLabel.Location = new System.Drawing.Point(8, 105);
     this.columnsLabel.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.columnsLabel.Name     = "columnsLabel";
     this.columnsLabel.Size     = new System.Drawing.Size(109, 17);
     this.columnsLabel.TabIndex = 4;
     this.columnsLabel.Text     = "Columns count :";
     //
     // columnsNumericUpDown
     //
     this.columnsNumericUpDown.Location      = new System.Drawing.Point(119, 102);
     this.columnsNumericUpDown.Margin        = new System.Windows.Forms.Padding(4);
     this.columnsNumericUpDown.Name          = "columnsNumericUpDown";
     this.columnsNumericUpDown.Size          = new System.Drawing.Size(106, 22);
     this.columnsNumericUpDown.TabIndex      = 3;
     this.columnsNumericUpDown.ValueChanged += new System.EventHandler(this.ResetMask);
     //
     // checkBoxB
     //
     this.checkBoxB.AutoSize = true;
     this.checkBoxB.Location = new System.Drawing.Point(154, 74);
     this.checkBoxB.Margin   = new System.Windows.Forms.Padding(4);
     this.checkBoxB.Name     = "checkBoxB";
     this.checkBoxB.Size     = new System.Drawing.Size(39, 21);
     this.checkBoxB.TabIndex = 2;
     this.checkBoxB.Text     = "B";
     this.checkBoxB.UseVisualStyleBackColor = true;
     this.checkBoxB.CheckedChanged         += new System.EventHandler(this.UpdateMask);
     //
     // checkBoxG
     //
     this.checkBoxG.AutoSize = true;
     this.checkBoxG.Location = new System.Drawing.Point(105, 74);
     this.checkBoxG.Margin   = new System.Windows.Forms.Padding(4);
     this.checkBoxG.Name     = "checkBoxG";
     this.checkBoxG.Size     = new System.Drawing.Size(41, 21);
     this.checkBoxG.TabIndex = 2;
     this.checkBoxG.Text     = "G";
     this.checkBoxG.UseVisualStyleBackColor = true;
     this.checkBoxG.CheckedChanged         += new System.EventHandler(this.UpdateMask);
     //
     // checkBoxR
     //
     this.checkBoxR.AutoSize = true;
     this.checkBoxR.Location = new System.Drawing.Point(56, 74);
     this.checkBoxR.Margin   = new System.Windows.Forms.Padding(4);
     this.checkBoxR.Name     = "checkBoxR";
     this.checkBoxR.Size     = new System.Drawing.Size(40, 21);
     this.checkBoxR.TabIndex = 2;
     this.checkBoxR.Text     = "R";
     this.checkBoxR.UseVisualStyleBackColor = true;
     this.checkBoxR.CheckedChanged         += new System.EventHandler(this.UpdateMask);
     //
     // checkBoxA
     //
     this.checkBoxA.AutoSize = true;
     this.checkBoxA.Location = new System.Drawing.Point(8, 74);
     this.checkBoxA.Margin   = new System.Windows.Forms.Padding(4);
     this.checkBoxA.Name     = "checkBoxA";
     this.checkBoxA.Size     = new System.Drawing.Size(39, 21);
     this.checkBoxA.TabIndex = 2;
     this.checkBoxA.Text     = "A";
     this.checkBoxA.UseVisualStyleBackColor = true;
     this.checkBoxA.CheckedChanged         += new System.EventHandler(this.UpdateMask);
     //
     // label1
     //
     this.maskLabel.AutoSize = true;
     this.maskLabel.Location = new System.Drawing.Point(8, 20);
     this.maskLabel.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.maskLabel.Name     = "maskLabel";
     this.maskLabel.Size     = new System.Drawing.Size(51, 17);
     this.maskLabel.TabIndex = 1;
     this.maskLabel.Text     = "Mask\'s";
     //
     // masksComboBox
     //
     this.masksComboBox.FormattingEnabled = true;
     this.masksComboBox.Location          = new System.Drawing.Point(8, 40);
     this.masksComboBox.Margin            = new System.Windows.Forms.Padding(4);
     this.masksComboBox.Name     = "masksComboBox";
     this.masksComboBox.Size     = new System.Drawing.Size(216, 24);
     this.masksComboBox.TabIndex = 0;
     //
     // MatrixEffectConfigDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.ClientSize          = new System.Drawing.Size(598, 359);
     this.Controls.Add(this.groupBoxSettings);
     this.Controls.Add(this.groupBoxMatrix);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.buttonOk);
     this.Location = new System.Drawing.Point(0, 0);
     this.Margin   = new System.Windows.Forms.Padding(6);
     this.Name     = "MatrixEffectConfigDialog";
     this.groupBoxMatrix.ResumeLayout(false);
     this.matrixPanel.ResumeLayout(false);
     this.groupBoxSettings.ResumeLayout(false);
     this.groupBoxSettings.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.rowOffsetNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.columnOffsetNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rowsNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.columnsNumericUpDown)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormInvoice));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel3 = new System.Windows.Forms.Panel();
     this.labelTotal = new System.Windows.Forms.Label();
     this.lblBalance = new System.Windows.Forms.Label();
     this.numericUpDownAmount = new System.Windows.Forms.NumericUpDown();
     this.lblAmount = new System.Windows.Forms.Label();
     this.panelLeft = new System.Windows.Forms.Panel();
     this.label1 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.buttonRefund = new System.Windows.Forms.Button();
     this.textBoxInvoiceNumber = new System.Windows.Forms.TextBox();
     this.buttonSubItemLookUp = new System.Windows.Forms.Button();
     this.textBoxSubItemNo = new System.Windows.Forms.TextBox();
     this.buttonInvoiceSearch = new System.Windows.Forms.Button();
     this.label3 = new System.Windows.Forms.Label();
     this.numericUpDownQty = new System.Windows.Forms.NumericUpDown();
     this.buttonAvoidTransaction = new System.Windows.Forms.Button();
     this.textBoxUnitPrice = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.buttonAddSubItem = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.buttonSave = new System.Windows.Forms.Button();
     this.buttonCancel = new System.Windows.Forms.Button();
     this.buttonNew = new System.Windows.Forms.Button();
     this.dataGridViewInvoiceDetails = new System.Windows.Forms.DataGridView();
     this.Column1 = new System.Windows.Forms.DataGridViewImageColumn();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ItemId = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ItemSerial = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ItemDescription = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Quantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.SubTotal = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tableLayoutPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownAmount)).BeginInit();
     this.panelLeft.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownQty)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewInvoiceDetails)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 1);
     this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30.23649F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 69.76351F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(1036, 592);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Controls.Add(this.panelLeft);
     this.panel1.Controls.Add(this.buttonAvoidTransaction);
     this.panel1.Controls.Add(this.textBoxUnitPrice);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.buttonAddSubItem);
     this.panel1.Location = new System.Drawing.Point(3, 3);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1027, 165);
     this.panel1.TabIndex = 0;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.labelTotal);
     this.panel3.Controls.Add(this.lblBalance);
     this.panel3.Controls.Add(this.numericUpDownAmount);
     this.panel3.Controls.Add(this.lblAmount);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel3.Location = new System.Drawing.Point(643, 0);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(384, 165);
     this.panel3.TabIndex = 10;
     //
     // labelTotal
     //
     this.labelTotal.AutoSize = true;
     this.labelTotal.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelTotal.Location = new System.Drawing.Point(10, 79);
     this.labelTotal.Name = "labelTotal";
     this.labelTotal.Size = new System.Drawing.Size(105, 31);
     this.labelTotal.TabIndex = 4;
     this.labelTotal.Text = "Total : ";
     this.labelTotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblBalance
     //
     this.lblBalance.AutoSize = true;
     this.lblBalance.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblBalance.Location = new System.Drawing.Point(10, 123);
     this.lblBalance.Name = "lblBalance";
     this.lblBalance.Size = new System.Drawing.Size(144, 31);
     this.lblBalance.TabIndex = 6;
     this.lblBalance.Text = "Balance : ";
     this.lblBalance.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // numericUpDownAmount
     //
     this.numericUpDownAmount.BackColor = System.Drawing.SystemColors.Window;
     this.numericUpDownAmount.DecimalPlaces = 2;
     this.numericUpDownAmount.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.numericUpDownAmount.Location = new System.Drawing.Point(191, 15);
     this.numericUpDownAmount.Maximum = new decimal(new int[] {
     100000,
     0,
     0,
     0});
     this.numericUpDownAmount.Name = "numericUpDownAmount";
     this.numericUpDownAmount.Size = new System.Drawing.Size(187, 38);
     this.numericUpDownAmount.TabIndex = 4;
     this.numericUpDownAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDownAmount.ValueChanged += new System.EventHandler(this.numericUpDownAmount_ValueChanged);
     //
     // lblAmount
     //
     this.lblAmount.AutoSize = true;
     this.lblAmount.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAmount.Location = new System.Drawing.Point(6, 15);
     this.lblAmount.Name = "lblAmount";
     this.lblAmount.Size = new System.Drawing.Size(138, 31);
     this.lblAmount.TabIndex = 5;
     this.lblAmount.Text = "Amount : ";
     this.lblAmount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panelLeft
     //
     this.panelLeft.Controls.Add(this.label1);
     this.panelLeft.Controls.Add(this.label5);
     this.panelLeft.Controls.Add(this.buttonRefund);
     this.panelLeft.Controls.Add(this.textBoxInvoiceNumber);
     this.panelLeft.Controls.Add(this.buttonSubItemLookUp);
     this.panelLeft.Controls.Add(this.textBoxSubItemNo);
     this.panelLeft.Controls.Add(this.buttonInvoiceSearch);
     this.panelLeft.Controls.Add(this.label3);
     this.panelLeft.Controls.Add(this.numericUpDownQty);
     this.panelLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.panelLeft.Location = new System.Drawing.Point(0, 0);
     this.panelLeft.Name = "panelLeft";
     this.panelLeft.Size = new System.Drawing.Size(453, 165);
     this.panelLeft.TabIndex = 9;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(9, 66);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(67, 31);
     this.label1.TabIndex = 0;
     this.label1.Text = "PLU";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(9, 13);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(143, 31);
     this.label5.TabIndex = 8;
     this.label5.Text = "Invoice No";
     //
     // buttonRefund
     //
     this.buttonRefund.BackColor = System.Drawing.Color.SaddleBrown;
     this.buttonRefund.FlatAppearance.BorderSize = 0;
     this.buttonRefund.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonRefund.Location = new System.Drawing.Point(365, 123);
     this.buttonRefund.Name = "buttonRefund";
     this.buttonRefund.Size = new System.Drawing.Size(85, 25);
     this.buttonRefund.TabIndex = 5;
     this.buttonRefund.Text = "Refund";
     this.buttonRefund.UseVisualStyleBackColor = false;
     this.buttonRefund.Click += new System.EventHandler(this.buttonRefund_Click);
     //
     // textBoxInvoiceNumber
     //
     this.textBoxInvoiceNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxInvoiceNumber.Location = new System.Drawing.Point(158, 8);
     this.textBoxInvoiceNumber.Name = "textBoxInvoiceNumber";
     this.textBoxInvoiceNumber.ReadOnly = true;
     this.textBoxInvoiceNumber.Size = new System.Drawing.Size(255, 38);
     this.textBoxInvoiceNumber.TabIndex = 0;
     this.textBoxInvoiceNumber.TabStop = false;
     //
     // buttonSubItemLookUp
     //
     this.buttonSubItemLookUp.BackColor = System.Drawing.Color.Transparent;
     this.buttonSubItemLookUp.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonSubItemLookUp.BackgroundImage")));
     this.buttonSubItemLookUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.buttonSubItemLookUp.Location = new System.Drawing.Point(423, 63);
     this.buttonSubItemLookUp.Name = "buttonSubItemLookUp";
     this.buttonSubItemLookUp.Size = new System.Drawing.Size(27, 30);
     this.buttonSubItemLookUp.TabIndex = 2;
     this.buttonSubItemLookUp.UseVisualStyleBackColor = false;
     this.buttonSubItemLookUp.Click += new System.EventHandler(this.buttonSubItemLookUp_Click);
     this.buttonSubItemLookUp.KeyDown += new System.Windows.Forms.KeyEventHandler(this.buttonSubItemLookUp_KeyDown);
     //
     // textBoxSubItemNo
     //
     this.textBoxSubItemNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxSubItemNo.Location = new System.Drawing.Point(158, 59);
     this.textBoxSubItemNo.Name = "textBoxSubItemNo";
     this.textBoxSubItemNo.Size = new System.Drawing.Size(255, 38);
     this.textBoxSubItemNo.TabIndex = 1;
     this.textBoxSubItemNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxSubItemNo_KeyDown);
     //
     // buttonInvoiceSearch
     //
     this.buttonInvoiceSearch.BackColor = System.Drawing.Color.Transparent;
     this.buttonInvoiceSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonInvoiceSearch.BackgroundImage")));
     this.buttonInvoiceSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.buttonInvoiceSearch.FlatAppearance.BorderSize = 0;
     this.buttonInvoiceSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonInvoiceSearch.Location = new System.Drawing.Point(423, 13);
     this.buttonInvoiceSearch.Name = "buttonInvoiceSearch";
     this.buttonInvoiceSearch.Size = new System.Drawing.Size(27, 30);
     this.buttonInvoiceSearch.TabIndex = 0;
     this.buttonInvoiceSearch.UseVisualStyleBackColor = false;
     this.buttonInvoiceSearch.Click += new System.EventHandler(this.buttonInvoiceSearch_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(9, 123);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(116, 31);
     this.label3.TabIndex = 0;
     this.label3.Text = "Quantity";
     //
     // numericUpDownQty
     //
     this.numericUpDownQty.DecimalPlaces = 2;
     this.numericUpDownQty.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.numericUpDownQty.Location = new System.Drawing.Point(158, 116);
     this.numericUpDownQty.Maximum = new decimal(new int[] {
     100000,
     0,
     0,
     0});
     this.numericUpDownQty.Name = "numericUpDownQty";
     this.numericUpDownQty.Size = new System.Drawing.Size(187, 38);
     this.numericUpDownQty.TabIndex = 3;
     this.numericUpDownQty.Value = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.numericUpDownQty.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numericUpDownQty_KeyDown);
     //
     // buttonAvoidTransaction
     //
     this.buttonAvoidTransaction.BackColor = System.Drawing.Color.SaddleBrown;
     this.buttonAvoidTransaction.FlatAppearance.BorderSize = 0;
     this.buttonAvoidTransaction.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonAvoidTransaction.Location = new System.Drawing.Point(473, 123);
     this.buttonAvoidTransaction.Name = "buttonAvoidTransaction";
     this.buttonAvoidTransaction.Size = new System.Drawing.Size(85, 25);
     this.buttonAvoidTransaction.TabIndex = 0;
     this.buttonAvoidTransaction.TabStop = false;
     this.buttonAvoidTransaction.Text = "Avoid";
     this.buttonAvoidTransaction.UseVisualStyleBackColor = false;
     this.buttonAvoidTransaction.Visible = false;
     this.buttonAvoidTransaction.Click += new System.EventHandler(this.buttonAvoidTransaction_Click);
     //
     // textBoxUnitPrice
     //
     this.textBoxUnitPrice.Location = new System.Drawing.Point(473, 54);
     this.textBoxUnitPrice.Name = "textBoxUnitPrice";
     this.textBoxUnitPrice.ReadOnly = true;
     this.textBoxUnitPrice.Size = new System.Drawing.Size(110, 20);
     this.textBoxUnitPrice.TabIndex = 6;
     this.textBoxUnitPrice.TabStop = false;
     this.textBoxUnitPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxUnitPrice.Visible = false;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(470, 23);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(83, 16);
     this.label2.TabIndex = 5;
     this.label2.Text = "Selling Price";
     this.label2.Visible = false;
     //
     // buttonAddSubItem
     //
     this.buttonAddSubItem.BackColor = System.Drawing.SystemColors.ActiveBorder;
     this.buttonAddSubItem.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonAddSubItem.Location = new System.Drawing.Point(473, 89);
     this.buttonAddSubItem.Name = "buttonAddSubItem";
     this.buttonAddSubItem.Size = new System.Drawing.Size(123, 23);
     this.buttonAddSubItem.TabIndex = 0;
     this.buttonAddSubItem.TabStop = false;
     this.buttonAddSubItem.Text = "Add Item";
     this.buttonAddSubItem.UseVisualStyleBackColor = false;
     this.buttonAddSubItem.Visible = false;
     this.buttonAddSubItem.Click += new System.EventHandler(this.buttonAddSubItem_Click);
     this.buttonAddSubItem.KeyDown += new System.Windows.Forms.KeyEventHandler(this.buttonAddSubItem_KeyDown);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.panel2);
     this.groupBox1.Controls.Add(this.dataGridViewInvoiceDetails);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(3, 182);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(1030, 407);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Item for Invoice";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.buttonSave);
     this.panel2.Controls.Add(this.buttonCancel);
     this.panel2.Controls.Add(this.buttonNew);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(3, 368);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(1024, 36);
     this.panel2.TabIndex = 1;
     //
     // buttonSave
     //
     this.buttonSave.BackColor = System.Drawing.Color.Transparent;
     this.buttonSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.BackgroundImage")));
     this.buttonSave.FlatAppearance.BorderSize = 0;
     this.buttonSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonSave.Location = new System.Drawing.Point(852, 3);
     this.buttonSave.Name = "buttonSave";
     this.buttonSave.Size = new System.Drawing.Size(80, 30);
     this.buttonSave.TabIndex = 1;
     this.buttonSave.UseVisualStyleBackColor = false;
     this.buttonSave.Visible = false;
     this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
     //
     // buttonCancel
     //
     this.buttonCancel.BackColor = System.Drawing.Color.Transparent;
     this.buttonCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonCancel.BackgroundImage")));
     this.buttonCancel.FlatAppearance.BorderSize = 0;
     this.buttonCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonCancel.Location = new System.Drawing.Point(938, 3);
     this.buttonCancel.Name = "buttonCancel";
     this.buttonCancel.Size = new System.Drawing.Size(80, 30);
     this.buttonCancel.TabIndex = 2;
     this.buttonCancel.UseVisualStyleBackColor = false;
     this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
     //
     // buttonNew
     //
     this.buttonNew.BackColor = System.Drawing.Color.Transparent;
     this.buttonNew.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonNew.BackgroundImage")));
     this.buttonNew.FlatAppearance.BorderSize = 0;
     this.buttonNew.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonNew.Location = new System.Drawing.Point(3, 5);
     this.buttonNew.Name = "buttonNew";
     this.buttonNew.Size = new System.Drawing.Size(80, 30);
     this.buttonNew.TabIndex = 0;
     this.buttonNew.UseVisualStyleBackColor = false;
     this.buttonNew.Click += new System.EventHandler(this.buttonNew_Click);
     //
     // dataGridViewInvoiceDetails
     //
     this.dataGridViewInvoiceDetails.AllowUserToAddRows = false;
     this.dataGridViewInvoiceDetails.AllowUserToDeleteRows = false;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewInvoiceDetails.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridViewInvoiceDetails.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewInvoiceDetails.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.ItemId,
     this.ItemSerial,
     this.ItemDescription,
     this.Quantity,
     this.SubTotal,
     this.Column1});
     this.dataGridViewInvoiceDetails.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dataGridViewInvoiceDetails.Location = new System.Drawing.Point(3, 16);
     this.dataGridViewInvoiceDetails.Name = "dataGridViewInvoiceDetails";
     this.dataGridViewInvoiceDetails.ReadOnly = true;
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewInvoiceDetails.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
     this.dataGridViewInvoiceDetails.RowHeadersVisible = false;
     dataGridViewCellStyle6.BackColor = System.Drawing.Color.White;
     dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.White;
     dataGridViewCellStyle6.SelectionForeColor = System.Drawing.Color.White;
     this.dataGridViewInvoiceDetails.RowsDefaultCellStyle = dataGridViewCellStyle6;
     this.dataGridViewInvoiceDetails.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dataGridViewInvoiceDetails.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.White;
     this.dataGridViewInvoiceDetails.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.Black;
     this.dataGridViewInvoiceDetails.RowTemplate.Height = 30;
     this.dataGridViewInvoiceDetails.Size = new System.Drawing.Size(1024, 388);
     this.dataGridViewInvoiceDetails.TabIndex = 0;
     this.dataGridViewInvoiceDetails.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewInvoiceDetails_CellContentClick);
     this.dataGridViewInvoiceDetails.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dataGridViewInvoiceDetails_KeyUp);
     //
     // Column1
     //
     this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.Column1.HeaderText = "";
     this.Column1.Image = ((System.Drawing.Image)(resources.GetObject("Column1.Image")));
     this.Column1.Name = "Column1";
     this.Column1.ReadOnly = true;
     this.Column1.Width = 120;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.DataPropertyName = "ItemId";
     dataGridViewCellStyle7.NullValue = null;
     this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle7;
     this.dataGridViewTextBoxColumn1.HeaderText = "ItemId";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly = true;
     this.dataGridViewTextBoxColumn1.Visible = false;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn2.DataPropertyName = "ItemSerial";
     this.dataGridViewTextBoxColumn2.HeaderText = "ItemNo";
     this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn3.DataPropertyName = "ItemDescription";
     this.dataGridViewTextBoxColumn3.HeaderText = "Description";
     this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.dataGridViewTextBoxColumn4.DataPropertyName = "Quantity";
     dataGridViewCellStyle8.Format = "N2";
     dataGridViewCellStyle8.NullValue = null;
     this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle8;
     this.dataGridViewTextBoxColumn4.HeaderText = "Quantity";
     this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn5.DataPropertyName = "SubTotal";
     dataGridViewCellStyle9.Format = "N2";
     dataGridViewCellStyle9.NullValue = null;
     this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle9;
     this.dataGridViewTextBoxColumn5.HeaderText = "SubTotal";
     this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.ReadOnly = true;
     //
     // ItemId
     //
     this.ItemId.DataPropertyName = "ItemId";
     dataGridViewCellStyle2.NullValue = null;
     this.ItemId.DefaultCellStyle = dataGridViewCellStyle2;
     this.ItemId.HeaderText = "ItemId";
     this.ItemId.Name = "ItemId";
     this.ItemId.ReadOnly = true;
     this.ItemId.Visible = false;
     //
     // ItemSerial
     //
     this.ItemSerial.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.ItemSerial.DataPropertyName = "ItemSerial";
     this.ItemSerial.HeaderText = "ItemNo";
     this.ItemSerial.Name = "ItemSerial";
     this.ItemSerial.ReadOnly = true;
     //
     // ItemDescription
     //
     this.ItemDescription.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.ItemDescription.DataPropertyName = "ItemDescription";
     this.ItemDescription.HeaderText = "Description";
     this.ItemDescription.Name = "ItemDescription";
     this.ItemDescription.ReadOnly = true;
     //
     // Quantity
     //
     this.Quantity.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.Quantity.DataPropertyName = "Quantity";
     dataGridViewCellStyle3.Format = "N2";
     dataGridViewCellStyle3.NullValue = null;
     this.Quantity.DefaultCellStyle = dataGridViewCellStyle3;
     this.Quantity.HeaderText = "Quantity";
     this.Quantity.Name = "Quantity";
     this.Quantity.ReadOnly = true;
     //
     // SubTotal
     //
     this.SubTotal.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.SubTotal.DataPropertyName = "SubTotal";
     dataGridViewCellStyle4.Format = "N2";
     dataGridViewCellStyle4.NullValue = null;
     this.SubTotal.DefaultCellStyle = dataGridViewCellStyle4;
     this.SubTotal.HeaderText = "SubTotal";
     this.SubTotal.Name = "SubTotal";
     this.SubTotal.ReadOnly = true;
     //
     // FormInvoice
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1036, 592);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "FormInvoice";
     this.ShowIcon = false;
     this.Text = "Cash Registry";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.FormInvoice_Load);
     this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.FormInvoice_KeyUp);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownAmount)).EndInit();
     this.panelLeft.ResumeLayout(false);
     this.panelLeft.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownQty)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewInvoiceDetails)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.mainTab             = new System.Windows.Forms.CustomTabControl();
     this.modTab              = new System.Windows.Forms.TabPage();
     this.modListPanel        = new System.Windows.Forms.Panel();
     this.mainModList         = new System.Windows.Forms.ListView();
     this.modColumn           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.typeColumn          = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.manageModBtnPanel   = new System.Windows.Forms.Panel();
     this.modDescriptionLabel = new PlumMod.GrowLabel();
     this.disableModBtn       = new System.Windows.Forms.Button();
     this.enableModBtn        = new System.Windows.Forms.Button();
     this.refreshListBtn      = new System.Windows.Forms.Button();
     this.removeModBtn        = new System.Windows.Forms.Button();
     this.addModBtn           = new System.Windows.Forms.Button();
     this.configTab           = new System.Windows.Forms.TabPage();
     this.modConfigPanel      = new System.Windows.Forms.Panel();
     this.configListBox       = new System.Windows.Forms.ListBox();
     this.modConfigBtnPanel   = new System.Windows.Forms.Panel();
     this.deleteModConfigBtn  = new System.Windows.Forms.Button();
     this.loadConfigBtn       = new System.Windows.Forms.Button();
     this.saveConfigBtn       = new System.Windows.Forms.Button();
     this.utilTab             = new System.Windows.Forms.TabPage();
     this.tuneLabel           = new PlumMod.GrowLabel();
     this.tuneBtm             = new System.Windows.Forms.Button();
     this.clearCacheBtn       = new System.Windows.Forms.Button();
     this.resHeight           = new System.Windows.Forms.NumericUpDown();
     this.resWidth            = new System.Windows.Forms.NumericUpDown();
     this.fullScreenToggle    = new JCS.ToggleSwitch();
     this.showModsToggle      = new JCS.ToggleSwitch();
     this.packageModToggle    = new JCS.ToggleSwitch();
     this.scriptModToggle     = new JCS.ToggleSwitch();
     this.cacheLabel          = new PlumMod.GrowLabel();
     this.heightLabel         = new PlumMod.GrowLabel();
     this.widthLabel          = new PlumMod.GrowLabel();
     this.fullScreenLabel     = new PlumMod.GrowLabel();
     this.showModsLabel       = new PlumMod.GrowLabel();
     this.packageModLabel     = new PlumMod.GrowLabel();
     this.scriptModLabel      = new PlumMod.GrowLabel();
     this.aboutTab            = new System.Windows.Forms.TabPage();
     this.githubBtn           = new System.Windows.Forms.Button();
     this.websiteBtn          = new System.Windows.Forms.Button();
     this.aboutLogo           = new System.Windows.Forms.PictureBox();
     this.aboutLabel          = new PlumMod.GrowLabel();
     this.simsFolderDialog    = new System.Windows.Forms.FolderBrowserDialog();
     this.mainToolTip         = new System.Windows.Forms.ToolTip(this.components);
     this.addModDialog        = new System.Windows.Forms.OpenFileDialog();
     this.mainTab.SuspendLayout();
     this.modTab.SuspendLayout();
     this.modListPanel.SuspendLayout();
     this.manageModBtnPanel.SuspendLayout();
     this.configTab.SuspendLayout();
     this.modConfigPanel.SuspendLayout();
     this.modConfigBtnPanel.SuspendLayout();
     this.utilTab.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.resHeight)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.resWidth)).BeginInit();
     this.aboutTab.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.aboutLogo)).BeginInit();
     this.SuspendLayout();
     //
     // mainTab
     //
     this.mainTab.Controls.Add(this.modTab);
     this.mainTab.Controls.Add(this.configTab);
     this.mainTab.Controls.Add(this.utilTab);
     this.mainTab.Controls.Add(this.aboutTab);
     //
     //
     //
     this.mainTab.DisplayStyleProvider.BorderColor         = System.Drawing.SystemColors.ControlDark;
     this.mainTab.DisplayStyleProvider.BorderColorHot      = System.Drawing.SystemColors.ControlDark;
     this.mainTab.DisplayStyleProvider.BorderColorSelected = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185)))));
     this.mainTab.DisplayStyleProvider.CloserColor         = System.Drawing.Color.DarkGray;
     this.mainTab.DisplayStyleProvider.FocusTrack          = true;
     this.mainTab.DisplayStyleProvider.HotTrack            = true;
     this.mainTab.DisplayStyleProvider.ImageAlign          = System.Drawing.ContentAlignment.MiddleLeft;
     this.mainTab.DisplayStyleProvider.Opacity             = 1F;
     this.mainTab.DisplayStyleProvider.Overlap             = 0;
     this.mainTab.DisplayStyleProvider.Padding             = new System.Drawing.Point(6, 3);
     this.mainTab.DisplayStyleProvider.Radius            = 2;
     this.mainTab.DisplayStyleProvider.ShowTabCloser     = false;
     this.mainTab.DisplayStyleProvider.TextColor         = System.Drawing.SystemColors.ControlText;
     this.mainTab.DisplayStyleProvider.TextColorDisabled = System.Drawing.SystemColors.ControlDark;
     this.mainTab.DisplayStyleProvider.TextColorSelected = System.Drawing.SystemColors.ControlText;
     this.mainTab.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.mainTab.Font          = new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mainTab.HotTrack      = true;
     this.mainTab.ItemSize      = new System.Drawing.Size(180, 22);
     this.mainTab.Location      = new System.Drawing.Point(0, 0);
     this.mainTab.Name          = "mainTab";
     this.mainTab.SelectedIndex = 0;
     this.mainTab.Size          = new System.Drawing.Size(912, 632);
     this.mainTab.TabIndex      = 0;
     //
     // modTab
     //
     this.modTab.Controls.Add(this.modListPanel);
     this.modTab.Controls.Add(this.manageModBtnPanel);
     this.modTab.Location = new System.Drawing.Point(4, 27);
     this.modTab.Name     = "modTab";
     this.modTab.Padding  = new System.Windows.Forms.Padding(3);
     this.modTab.Size     = new System.Drawing.Size(904, 601);
     this.modTab.TabIndex = 0;
     this.modTab.Text     = "Manage Mods";
     this.modTab.UseVisualStyleBackColor = true;
     //
     // modListPanel
     //
     this.modListPanel.Controls.Add(this.mainModList);
     this.modListPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.modListPanel.Location = new System.Drawing.Point(3, 3);
     this.modListPanel.Name     = "modListPanel";
     this.modListPanel.Size     = new System.Drawing.Size(898, 489);
     this.modListPanel.TabIndex = 2;
     this.mainToolTip.SetToolTip(this.modListPanel, "Manage currently installed mods, or add new ones.");
     //
     // mainModList
     //
     this.mainModList.CheckBoxes = true;
     this.mainModList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.modColumn,
         this.typeColumn
     });
     this.mainModList.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.mainModList.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mainModList.Location = new System.Drawing.Point(0, 0);
     this.mainModList.Name     = "mainModList";
     this.mainModList.Size     = new System.Drawing.Size(898, 489);
     this.mainModList.Sorting  = System.Windows.Forms.SortOrder.Ascending;
     this.mainModList.TabIndex = 0;
     this.mainModList.UseCompatibleStateImageBehavior = false;
     this.mainModList.View                  = System.Windows.Forms.View.Details;
     this.mainModList.ItemChecked          += new System.Windows.Forms.ItemCheckedEventHandler(this.MainModListItemChecked);
     this.mainModList.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.mainModList_ItemSelectionChanged);
     //
     // modColumn
     //
     this.modColumn.Text  = "Mod";
     this.modColumn.Width = 467;
     //
     // typeColumn
     //
     this.typeColumn.Text  = "Type";
     this.typeColumn.Width = 287;
     //
     // manageModBtnPanel
     //
     this.manageModBtnPanel.Controls.Add(this.modDescriptionLabel);
     this.manageModBtnPanel.Controls.Add(this.disableModBtn);
     this.manageModBtnPanel.Controls.Add(this.enableModBtn);
     this.manageModBtnPanel.Controls.Add(this.refreshListBtn);
     this.manageModBtnPanel.Controls.Add(this.removeModBtn);
     this.manageModBtnPanel.Controls.Add(this.addModBtn);
     this.manageModBtnPanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.manageModBtnPanel.Location = new System.Drawing.Point(3, 492);
     this.manageModBtnPanel.Name     = "manageModBtnPanel";
     this.manageModBtnPanel.Size     = new System.Drawing.Size(898, 106);
     this.manageModBtnPanel.TabIndex = 1;
     //
     // modDescriptionLabel
     //
     this.modDescriptionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.modDescriptionLabel.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.modDescriptionLabel.Location = new System.Drawing.Point(382, 3);
     this.modDescriptionLabel.Name     = "modDescriptionLabel";
     this.modDescriptionLabel.Size     = new System.Drawing.Size(501, 0);
     this.modDescriptionLabel.TabIndex = 99;
     //
     // disableModBtn
     //
     this.disableModBtn.Enabled = false;
     this.disableModBtn.FlatAppearance.BorderSize = 0;
     this.disableModBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.disableModBtn.Image     = global::PlumMod.Properties.Resources.No;
     this.disableModBtn.Location  = new System.Drawing.Point(308, 21);
     this.disableModBtn.Name      = "disableModBtn";
     this.disableModBtn.Size      = new System.Drawing.Size(68, 64);
     this.disableModBtn.TabIndex  = 5;
     this.mainToolTip.SetToolTip(this.disableModBtn, "Disable selected mod(s).");
     this.disableModBtn.UseVisualStyleBackColor = true;
     this.disableModBtn.Click += new System.EventHandler(this.disableModBtn_Click);
     //
     // enableModBtn
     //
     this.enableModBtn.Enabled = false;
     this.enableModBtn.FlatAppearance.BorderSize = 0;
     this.enableModBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.enableModBtn.Image     = global::PlumMod.Properties.Resources.Ok;
     this.enableModBtn.Location  = new System.Drawing.Point(234, 21);
     this.enableModBtn.Name      = "enableModBtn";
     this.enableModBtn.Size      = new System.Drawing.Size(68, 64);
     this.enableModBtn.TabIndex  = 4;
     this.mainToolTip.SetToolTip(this.enableModBtn, "Enable selected mod(s).");
     this.enableModBtn.UseVisualStyleBackColor = true;
     this.enableModBtn.Click += new System.EventHandler(this.enableModBtn_Click);
     //
     // refreshListBtn
     //
     this.refreshListBtn.FlatAppearance.BorderSize = 0;
     this.refreshListBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.refreshListBtn.Image     = global::PlumMod.Properties.Resources.Refresh;
     this.refreshListBtn.Location  = new System.Drawing.Point(160, 21);
     this.refreshListBtn.Name      = "refreshListBtn";
     this.refreshListBtn.Size      = new System.Drawing.Size(68, 64);
     this.refreshListBtn.TabIndex  = 3;
     this.mainToolTip.SetToolTip(this.refreshListBtn, "Refresh mod list.");
     this.refreshListBtn.UseVisualStyleBackColor = true;
     this.refreshListBtn.Click += new System.EventHandler(this.refreshListBtn_Click);
     //
     // removeModBtn
     //
     this.removeModBtn.Enabled = false;
     this.removeModBtn.FlatAppearance.BorderSize = 0;
     this.removeModBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.removeModBtn.Image     = global::PlumMod.Properties.Resources.Minus;
     this.removeModBtn.Location  = new System.Drawing.Point(86, 21);
     this.removeModBtn.Name      = "removeModBtn";
     this.removeModBtn.Size      = new System.Drawing.Size(68, 64);
     this.removeModBtn.TabIndex  = 2;
     this.mainToolTip.SetToolTip(this.removeModBtn, "Delete selected mod(s).");
     this.removeModBtn.UseVisualStyleBackColor = true;
     this.removeModBtn.Click += new System.EventHandler(this.removeModBtn_Click);
     //
     // addModBtn
     //
     this.addModBtn.FlatAppearance.BorderSize = 0;
     this.addModBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.addModBtn.Image     = global::PlumMod.Properties.Resources.Plus;
     this.addModBtn.Location  = new System.Drawing.Point(11, 21);
     this.addModBtn.Name      = "addModBtn";
     this.addModBtn.Size      = new System.Drawing.Size(68, 64);
     this.addModBtn.TabIndex  = 1;
     this.mainToolTip.SetToolTip(this.addModBtn, "Add mod(s).");
     this.addModBtn.UseVisualStyleBackColor = true;
     this.addModBtn.Click += new System.EventHandler(this.AddModBtnClick);
     //
     // configTab
     //
     this.configTab.Controls.Add(this.modConfigPanel);
     this.configTab.Controls.Add(this.modConfigBtnPanel);
     this.configTab.Location = new System.Drawing.Point(4, 27);
     this.configTab.Name     = "configTab";
     this.configTab.Padding  = new System.Windows.Forms.Padding(3);
     this.configTab.Size     = new System.Drawing.Size(904, 601);
     this.configTab.TabIndex = 1;
     this.configTab.Text     = "Manage Configurations";
     this.configTab.UseVisualStyleBackColor = true;
     this.configTab.Enter += new System.EventHandler(this.configTab_Enter);
     //
     // modConfigPanel
     //
     this.modConfigPanel.Controls.Add(this.configListBox);
     this.modConfigPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.modConfigPanel.Location = new System.Drawing.Point(3, 3);
     this.modConfigPanel.Name     = "modConfigPanel";
     this.modConfigPanel.Size     = new System.Drawing.Size(792, 595);
     this.modConfigPanel.TabIndex = 1;
     //
     // configListBox
     //
     this.configListBox.Dock = System.Windows.Forms.DockStyle.Fill;
     this.configListBox.FormattingEnabled = true;
     this.configListBox.ItemHeight        = 16;
     this.configListBox.Location          = new System.Drawing.Point(0, 0);
     this.configListBox.Name     = "configListBox";
     this.configListBox.Size     = new System.Drawing.Size(792, 595);
     this.configListBox.TabIndex = 3;
     //
     // modConfigBtnPanel
     //
     this.modConfigBtnPanel.Controls.Add(this.deleteModConfigBtn);
     this.modConfigBtnPanel.Controls.Add(this.loadConfigBtn);
     this.modConfigBtnPanel.Controls.Add(this.saveConfigBtn);
     this.modConfigBtnPanel.Dock     = System.Windows.Forms.DockStyle.Right;
     this.modConfigBtnPanel.Location = new System.Drawing.Point(795, 3);
     this.modConfigBtnPanel.Name     = "modConfigBtnPanel";
     this.modConfigBtnPanel.Size     = new System.Drawing.Size(106, 595);
     this.modConfigBtnPanel.TabIndex = 0;
     //
     // deleteModConfigBtn
     //
     this.deleteModConfigBtn.FlatAppearance.BorderSize = 0;
     this.deleteModConfigBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.deleteModConfigBtn.Image     = global::PlumMod.Properties.Resources.Trash;
     this.deleteModConfigBtn.Location  = new System.Drawing.Point(19, 155);
     this.deleteModConfigBtn.Name      = "deleteModConfigBtn";
     this.deleteModConfigBtn.Size      = new System.Drawing.Size(68, 64);
     this.deleteModConfigBtn.TabIndex  = 2;
     this.mainToolTip.SetToolTip(this.deleteModConfigBtn, "Delete selected mod configuration");
     this.deleteModConfigBtn.UseVisualStyleBackColor = true;
     this.deleteModConfigBtn.Click += new System.EventHandler(this.deleteModConfigBtn_Click);
     //
     // loadConfigBtn
     //
     this.loadConfigBtn.FlatAppearance.BorderSize = 0;
     this.loadConfigBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.loadConfigBtn.Image     = global::PlumMod.Properties.Resources.Folder_Up;
     this.loadConfigBtn.Location  = new System.Drawing.Point(19, 85);
     this.loadConfigBtn.Name      = "loadConfigBtn";
     this.loadConfigBtn.Size      = new System.Drawing.Size(68, 64);
     this.loadConfigBtn.TabIndex  = 1;
     this.mainToolTip.SetToolTip(this.loadConfigBtn, "Open selected mod configuration.");
     this.loadConfigBtn.UseVisualStyleBackColor = true;
     this.loadConfigBtn.Click += new System.EventHandler(this.loadConfigBtn_Click);
     //
     // saveConfigBtn
     //
     this.saveConfigBtn.FlatAppearance.BorderSize = 0;
     this.saveConfigBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.saveConfigBtn.Image     = global::PlumMod.Properties.Resources.Save;
     this.saveConfigBtn.Location  = new System.Drawing.Point(19, 15);
     this.saveConfigBtn.Name      = "saveConfigBtn";
     this.saveConfigBtn.Size      = new System.Drawing.Size(68, 64);
     this.saveConfigBtn.TabIndex  = 0;
     this.mainToolTip.SetToolTip(this.saveConfigBtn, "Save current configuration.");
     this.saveConfigBtn.UseVisualStyleBackColor = true;
     this.saveConfigBtn.Click += new System.EventHandler(this.saveConfigBtn_Click);
     //
     // utilTab
     //
     this.utilTab.Controls.Add(this.tuneLabel);
     this.utilTab.Controls.Add(this.tuneBtm);
     this.utilTab.Controls.Add(this.clearCacheBtn);
     this.utilTab.Controls.Add(this.resHeight);
     this.utilTab.Controls.Add(this.resWidth);
     this.utilTab.Controls.Add(this.fullScreenToggle);
     this.utilTab.Controls.Add(this.showModsToggle);
     this.utilTab.Controls.Add(this.packageModToggle);
     this.utilTab.Controls.Add(this.scriptModToggle);
     this.utilTab.Controls.Add(this.cacheLabel);
     this.utilTab.Controls.Add(this.heightLabel);
     this.utilTab.Controls.Add(this.widthLabel);
     this.utilTab.Controls.Add(this.fullScreenLabel);
     this.utilTab.Controls.Add(this.showModsLabel);
     this.utilTab.Controls.Add(this.packageModLabel);
     this.utilTab.Controls.Add(this.scriptModLabel);
     this.utilTab.Location = new System.Drawing.Point(4, 27);
     this.utilTab.Name     = "utilTab";
     this.utilTab.Size     = new System.Drawing.Size(904, 601);
     this.utilTab.TabIndex = 2;
     this.utilTab.Text     = "Utilities";
     this.utilTab.UseVisualStyleBackColor = true;
     //
     // tuneLabel
     //
     this.tuneLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.tuneLabel.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tuneLabel.Location = new System.Drawing.Point(165, 341);
     this.tuneLabel.Name     = "tuneLabel";
     this.tuneLabel.Size     = new System.Drawing.Size(731, 51);
     this.tuneLabel.TabIndex = 99;
     this.tuneLabel.Text     = "As tunning is still a little messy in The Sims 4, you may need to prepare your re" +
                               "source.cfg and mods folder for some tunning mods.\r\n";
     //
     // tuneBtm
     //
     this.tuneBtm.Location = new System.Drawing.Point(25, 341);
     this.tuneBtm.Name     = "tuneBtm";
     this.tuneBtm.Size     = new System.Drawing.Size(115, 39);
     this.tuneBtm.TabIndex = 7;
     this.tuneBtm.Text     = "Tunning Prep";
     this.tuneBtm.UseVisualStyleBackColor = true;
     this.tuneBtm.Click += new System.EventHandler(this.tuneBtm_Click);
     //
     // clearCacheBtn
     //
     this.clearCacheBtn.Location = new System.Drawing.Point(25, 273);
     this.clearCacheBtn.Name     = "clearCacheBtn";
     this.clearCacheBtn.Size     = new System.Drawing.Size(115, 39);
     this.clearCacheBtn.TabIndex = 6;
     this.clearCacheBtn.Text     = "Clear Cache";
     this.clearCacheBtn.UseVisualStyleBackColor = true;
     this.clearCacheBtn.Click += new System.EventHandler(this.clearCacheBtn_Click);
     //
     // resHeight
     //
     this.resHeight.Location = new System.Drawing.Point(25, 231);
     this.resHeight.Maximum  = new decimal(new int[] {
         2160,
         0,
         0,
         0
     });
     this.resHeight.Minimum = new decimal(new int[] {
         480,
         0,
         0,
         0
     });
     this.resHeight.Name     = "resHeight";
     this.resHeight.Size     = new System.Drawing.Size(75, 22);
     this.resHeight.TabIndex = 5;
     this.resHeight.Value    = new decimal(new int[] {
         480,
         0,
         0,
         0
     });
     this.resHeight.ValueChanged += new System.EventHandler(this.ResHeightValueChanged);
     //
     // resWidth
     //
     this.resWidth.Location = new System.Drawing.Point(25, 188);
     this.resWidth.Maximum  = new decimal(new int[] {
         4096,
         0,
         0,
         0
     });
     this.resWidth.Minimum = new decimal(new int[] {
         800,
         0,
         0,
         0
     });
     this.resWidth.Name     = "resWidth";
     this.resWidth.Size     = new System.Drawing.Size(75, 22);
     this.resWidth.TabIndex = 4;
     this.resWidth.Value    = new decimal(new int[] {
         800,
         0,
         0,
         0
     });
     this.resWidth.ValueChanged += new System.EventHandler(this.ResWidthValueChanged);
     //
     // fullScreenToggle
     //
     this.fullScreenToggle.Location        = new System.Drawing.Point(25, 146);
     this.fullScreenToggle.Name            = "fullScreenToggle";
     this.fullScreenToggle.OffFont         = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fullScreenToggle.OnFont          = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fullScreenToggle.Size            = new System.Drawing.Size(56, 20);
     this.fullScreenToggle.Style           = JCS.ToggleSwitch.ToggleSwitchStyle.IOS5;
     this.fullScreenToggle.TabIndex        = 3;
     this.fullScreenToggle.CheckedChanged += new JCS.ToggleSwitch.CheckedChangedDelegate(this.fullScreenToggle_CheckedChanged);
     //
     // showModsToggle
     //
     this.showModsToggle.Location        = new System.Drawing.Point(25, 103);
     this.showModsToggle.Name            = "showModsToggle";
     this.showModsToggle.OffFont         = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.showModsToggle.OnFont          = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.showModsToggle.Size            = new System.Drawing.Size(56, 20);
     this.showModsToggle.Style           = JCS.ToggleSwitch.ToggleSwitchStyle.IOS5;
     this.showModsToggle.TabIndex        = 2;
     this.showModsToggle.CheckedChanged += new JCS.ToggleSwitch.CheckedChangedDelegate(this.showModsToggle_CheckedChanged);
     //
     // packageModToggle
     //
     this.packageModToggle.Location        = new System.Drawing.Point(25, 18);
     this.packageModToggle.Name            = "packageModToggle";
     this.packageModToggle.OffFont         = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.packageModToggle.OnFont          = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.packageModToggle.Size            = new System.Drawing.Size(56, 20);
     this.packageModToggle.Style           = JCS.ToggleSwitch.ToggleSwitchStyle.IOS5;
     this.packageModToggle.TabIndex        = 0;
     this.packageModToggle.CheckedChanged += new JCS.ToggleSwitch.CheckedChangedDelegate(this.PackageModToggleCheckedChanged);
     //
     // scriptModToggle
     //
     this.scriptModToggle.Location        = new System.Drawing.Point(25, 61);
     this.scriptModToggle.Name            = "scriptModToggle";
     this.scriptModToggle.OffFont         = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.scriptModToggle.OnFont          = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.scriptModToggle.Size            = new System.Drawing.Size(56, 20);
     this.scriptModToggle.Style           = JCS.ToggleSwitch.ToggleSwitchStyle.IOS5;
     this.scriptModToggle.TabIndex        = 1;
     this.scriptModToggle.CheckedChanged += new JCS.ToggleSwitch.CheckedChangedDelegate(this.ScriptModToggleCheckedChanged);
     //
     // cacheLabel
     //
     this.cacheLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.cacheLabel.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cacheLabel.Location = new System.Drawing.Point(165, 273);
     this.cacheLabel.Name     = "cacheLabel";
     this.cacheLabel.Size     = new System.Drawing.Size(731, 68);
     this.cacheLabel.TabIndex = 99;
     this.cacheLabel.Text     = "Sometimes issues can occur when the game is caching. Clearing the game\'s cache ca" +
                                "n sometimes fix performance and game lauching issues. It is recommended you clea" +
                                "r the cache every once in a while.\r\n";
     //
     // heightLabel
     //
     this.heightLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.heightLabel.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.heightLabel.Location = new System.Drawing.Point(120, 231);
     this.heightLabel.Name     = "heightLabel";
     this.heightLabel.Size     = new System.Drawing.Size(776, 17);
     this.heightLabel.TabIndex = 99;
     this.heightLabel.Text     = "Set resolution height.";
     //
     // widthLabel
     //
     this.widthLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.widthLabel.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.widthLabel.Location = new System.Drawing.Point(120, 188);
     this.widthLabel.Name     = "widthLabel";
     this.widthLabel.Size     = new System.Drawing.Size(776, 17);
     this.widthLabel.TabIndex = 99;
     this.widthLabel.Text     = "Set resolution width.";
     //
     // fullScreenLabel
     //
     this.fullScreenLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.fullScreenLabel.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fullScreenLabel.Location = new System.Drawing.Point(120, 146);
     this.fullScreenLabel.Name     = "fullScreenLabel";
     this.fullScreenLabel.Size     = new System.Drawing.Size(776, 17);
     this.fullScreenLabel.TabIndex = 99;
     this.fullScreenLabel.Text     = "Enable/Disable Fullscreen mode.";
     //
     // showModsLabel
     //
     this.showModsLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.showModsLabel.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.showModsLabel.Location = new System.Drawing.Point(120, 103);
     this.showModsLabel.Name     = "showModsLabel";
     this.showModsLabel.Size     = new System.Drawing.Size(776, 17);
     this.showModsLabel.TabIndex = 99;
     this.showModsLabel.Text     = "Enable/Disable showing mods list on game startup.";
     //
     // packageModLabel
     //
     this.packageModLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.packageModLabel.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.packageModLabel.Location = new System.Drawing.Point(120, 18);
     this.packageModLabel.Name     = "packageModLabel";
     this.packageModLabel.Size     = new System.Drawing.Size(776, 17);
     this.packageModLabel.TabIndex = 99;
     this.packageModLabel.Text     = "Enable/Disable Sims 4 mods globally. This affects both \"Package\" and \"Script\" typ" +
                                     "e mods.";
     //
     // scriptModLabel
     //
     this.scriptModLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.scriptModLabel.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.scriptModLabel.Location = new System.Drawing.Point(120, 61);
     this.scriptModLabel.Name     = "scriptModLabel";
     this.scriptModLabel.Size     = new System.Drawing.Size(776, 17);
     this.scriptModLabel.TabIndex = 99;
     this.scriptModLabel.Text     = "Enable/Disable script mods (REQUIRES mods to be ENABLED globally). This affects \"" +
                                    "Script\" type mods.";
     //
     // aboutTab
     //
     this.aboutTab.Controls.Add(this.githubBtn);
     this.aboutTab.Controls.Add(this.websiteBtn);
     this.aboutTab.Controls.Add(this.aboutLogo);
     this.aboutTab.Controls.Add(this.aboutLabel);
     this.aboutTab.Location = new System.Drawing.Point(4, 27);
     this.aboutTab.Name     = "aboutTab";
     this.aboutTab.Size     = new System.Drawing.Size(904, 601);
     this.aboutTab.TabIndex = 3;
     this.aboutTab.Text     = "About";
     this.aboutTab.UseVisualStyleBackColor = true;
     //
     // githubBtn
     //
     this.githubBtn.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.githubBtn.Location = new System.Drawing.Point(662, 551);
     this.githubBtn.Name     = "githubBtn";
     this.githubBtn.Size     = new System.Drawing.Size(114, 42);
     this.githubBtn.TabIndex = 1;
     this.githubBtn.Text     = "GitHub Repo";
     this.mainToolTip.SetToolTip(this.githubBtn, "Open up PlumMod\'s GitHub repo.");
     this.githubBtn.UseVisualStyleBackColor = true;
     this.githubBtn.Click += new System.EventHandler(this.githubBtn_Click);
     //
     // websiteBtn
     //
     this.websiteBtn.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.websiteBtn.Location = new System.Drawing.Point(782, 551);
     this.websiteBtn.Name     = "websiteBtn";
     this.websiteBtn.Size     = new System.Drawing.Size(114, 42);
     this.websiteBtn.TabIndex = 2;
     this.websiteBtn.Text     = "Website";
     this.mainToolTip.SetToolTip(this.websiteBtn, "Open up Lomeli\'s website.");
     this.websiteBtn.UseVisualStyleBackColor = true;
     this.websiteBtn.Click += new System.EventHandler(this.websiteBtn_Click);
     //
     // aboutLogo
     //
     this.aboutLogo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.aboutLogo.Image        = global::PlumMod.Properties.Resources.plummodbanner;
     this.aboutLogo.InitialImage = null;
     this.aboutLogo.Location     = new System.Drawing.Point(147, 0);
     this.aboutLogo.Name         = "aboutLogo";
     this.aboutLogo.Size         = new System.Drawing.Size(629, 249);
     this.aboutLogo.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.aboutLogo.TabIndex     = 0;
     this.aboutLogo.TabStop      = false;
     //
     // aboutLabel
     //
     this.aboutLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.aboutLabel.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.aboutLabel.Location = new System.Drawing.Point(3, 252);
     this.aboutLabel.Name     = "aboutLabel";
     this.aboutLabel.Size     = new System.Drawing.Size(893, 242);
     this.aboutLabel.TabIndex = 99;
     this.aboutLabel.Text     = resources.GetString("aboutLabel.Text");
     //
     // addModDialog
     //
     this.addModDialog.Filter = "Valid Mod Types (*.package, *.zip, *.ts4script)|*.package;*.zip;*.ts4script|Packa" +
                                "ge Mod (*.package)|*.package|Script Mod (*.zip, *.ts4script)|*.zip;*.ts4script|A" +
                                "ll files|*.*";
     this.addModDialog.Multiselect = true;
     this.addModDialog.Title       = "Select mod(s) to add";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(912, 632);
     this.Controls.Add(this.mainTab);
     this.Font  = new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "MainForm";
     this.Text  = "PlumMod";
     this.Load += new System.EventHandler(this.MainFormLoad);
     this.mainTab.ResumeLayout(false);
     this.modTab.ResumeLayout(false);
     this.modListPanel.ResumeLayout(false);
     this.manageModBtnPanel.ResumeLayout(false);
     this.configTab.ResumeLayout(false);
     this.modConfigPanel.ResumeLayout(false);
     this.modConfigBtnPanel.ResumeLayout(false);
     this.utilTab.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.resHeight)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.resWidth)).EndInit();
     this.aboutTab.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.aboutLogo)).EndInit();
     this.ResumeLayout(false);
 }
示例#36
0
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(this.GetType());
     this.components                = new System.ComponentModel.Container();
     this.toolTip1                  = new System.Windows.Forms.ToolTip(this.components);
     this.PageControl1              = new System.Windows.Forms.TabControl();
     this.TabSheet1                 = new System.Windows.Forms.TabPage();
     this.GroupBox1                 = new System.Windows.Forms.GroupBox();
     this.GroupBox8                 = new System.Windows.Forms.GroupBox();
     this.Label23                   = new System.Windows.Forms.Label();
     this.EditMonOneDropGoldCount   = new System.Windows.Forms.NumericUpDown();
     this.CheckBoxDropGoldToPlayBag = new System.Windows.Forms.CheckBox();
     this.ButtonGeneralSave         = new System.Windows.Forms.Button();
     this.TabSheet2                 = new System.Windows.Forms.TabPage();
     this.PageControl2              = new System.Windows.Forms.TabControl();
     this.SuspendLayout();
     this.Location   = new System.Drawing.Point(656, 275);
     this.ClientSize = new System.Drawing.Size(616, 320);
     this.Font       = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     //this.Closed += new System.EventHandler(this.FormClose);
     this.Name = "frmMonsterConfig";
     this.Text = "怪物设置";
     //  this.Load += new System.EventHandler(this.FormCreate);
     this.AutoScroll = true;
     // this.BackColor = clBtnFace;
     this.StartPosition         = System.Windows.Forms.FormStartPosition.CenterParent;
     this.FormBorderStyle       = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.PageControl1.Size     = new System.Drawing.Size(616, 320);
     this.PageControl1.Location = new System.Drawing.Point(0, 0);
     this.PageControl1.SuspendLayout();
     this.PageControl1.SelectedTab = TabSheet1;
     this.PageControl1.TabIndex    = 0;
     this.PageControl1.Enabled     = true;
     this.PageControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.PageControl1.Name        = "PageControl1";
     this.TabSheet1.Size           = new System.Drawing.Size(0, 0);
     this.TabSheet1.Location       = new System.Drawing.Point(0, 0);
     this.TabSheet1.SuspendLayout();
     this.TabSheet1.Text     = "基本参数";
     this.TabSheet1.Enabled  = true;
     this.TabSheet1.Name     = "TabSheet1";
     this.GroupBox1.Size     = new System.Drawing.Size(577, 257);
     this.GroupBox1.Location = new System.Drawing.Point(8, 8);
     this.GroupBox1.SuspendLayout();
     this.GroupBox1.TabIndex = 0;
     this.GroupBox1.Enabled  = true;
     this.GroupBox1.Name     = "GroupBox1";
     this.GroupBox8.Size     = new System.Drawing.Size(153, 73);
     this.GroupBox8.Location = new System.Drawing.Point(8, 16);
     this.GroupBox8.SuspendLayout();
     this.GroupBox8.Text     = "爆物品设置";
     this.GroupBox8.TabIndex = 0;
     this.GroupBox8.Enabled  = true;
     this.GroupBox8.Name     = "GroupBox8";
     this.Label23.Size       = new System.Drawing.Size(42, 12);
     this.Label23.Location   = new System.Drawing.Point(11, 24);
     this.Label23.Text       = "金币堆:";
     this.Label23.Enabled    = true;
     this.Label23.Name       = "Label23";
     ((System.ComponentModel.ISupportInitialize)(this.EditMonOneDropGoldCount)).BeginInit();
     this.EditMonOneDropGoldCount.Size       = new System.Drawing.Size(77, 21);
     this.EditMonOneDropGoldCount.Location   = new System.Drawing.Point(60, 20);
     this.EditMonOneDropGoldCount.Value      = 10;
     this.EditMonOneDropGoldCount.TabIndex   = 0;
     this.EditMonOneDropGoldCount.Name       = "EditMonOneDropGoldCount";
     this.EditMonOneDropGoldCount.Enabled    = true;
     this.CheckBoxDropGoldToPlayBag.Size     = new System.Drawing.Size(137, 17);
     this.CheckBoxDropGoldToPlayBag.Location = new System.Drawing.Point(8, 48);
     this.CheckBoxDropGoldToPlayBag.Text     = "金币直接入背包";
     this.CheckBoxDropGoldToPlayBag.TabIndex = 1;
     this.CheckBoxDropGoldToPlayBag.Enabled  = true;
     // this.CheckBoxDropGoldToPlayBag.Click += new System.EventHandler(this.CheckBoxDropGoldToPlayBagClick);
     this.CheckBoxDropGoldToPlayBag.Name = "CheckBoxDropGoldToPlayBag";
     this.ButtonGeneralSave.Size         = new System.Drawing.Size(65, 25);
     this.ButtonGeneralSave.Location     = new System.Drawing.Point(504, 221);
     // this.ButtonGeneralSave.Click += new System.EventHandler(this.ButtonGeneralSaveClick);
     this.ButtonGeneralSave.TabIndex = 1;
     this.ButtonGeneralSave.Name     = "ButtonGeneralSave";
     this.ButtonGeneralSave.Enabled  = true;
     this.ButtonGeneralSave.Text     = "保存(&S)";
     // this.ButtonGeneralSave.BackColor = clBtnFace;
     this.TabSheet2.Size     = new System.Drawing.Size(0, 0);
     this.TabSheet2.Location = new System.Drawing.Point(0, 0);
     this.TabSheet2.SuspendLayout();
     this.TabSheet2.Text         = "怪物类型";
     this.TabSheet2.ImageIndex   = 1;
     this.TabSheet2.Enabled      = true;
     this.TabSheet2.Name         = "TabSheet2";
     this.PageControl2.Size      = new System.Drawing.Size(608, 256);
     this.PageControl2.Location  = new System.Drawing.Point(0, 0);
     this.PageControl2.TabIndex  = 0;
     this.PageControl2.Multiline = true;
     this.PageControl2.Enabled   = true;
     this.PageControl2.Name      = "PageControl2";
     this.GroupBox8.Controls.Add(Label23);
     this.GroupBox8.Controls.Add(EditMonOneDropGoldCount);
     this.GroupBox8.Controls.Add(CheckBoxDropGoldToPlayBag);
     ((System.ComponentModel.ISupportInitialize)(this.EditMonOneDropGoldCount)).EndInit();
     this.GroupBox8.ResumeLayout(false);
     this.GroupBox1.Controls.Add(GroupBox8);
     this.GroupBox1.Controls.Add(ButtonGeneralSave);
     this.GroupBox1.ResumeLayout(false);
     this.TabSheet1.Controls.Add(GroupBox1);
     this.TabSheet1.ResumeLayout(false);
     this.TabSheet2.Controls.Add(PageControl2);
     this.TabSheet2.ResumeLayout(false);
     this.PageControl1.Controls.Add(TabSheet1);
     this.PageControl1.Controls.Add(TabSheet2);
     this.PageControl1.ResumeLayout(false);
     this.Controls.Add(PageControl1);
     this.ResumeLayout(false);
 }
示例#37
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(Server));
     this.btnStartServer = new System.Windows.Forms.Button();
     this.label2 = new System.Windows.Forms.Label();
     this.btnStopServer = new System.Windows.Forms.Button();
     this.lstClients = new System.Windows.Forms.ListView();
     this.label3 = new System.Windows.Forms.Label();
     this.numLobbyPort = new System.Windows.Forms.NumericUpDown();
     this.numBasePort = new System.Windows.Forms.NumericUpDown();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatus = new System.Windows.Forms.ToolStripStatusLabel();
     this.label1 = new System.Windows.Forms.Label();
     this.TrayIcon = new System.Windows.Forms.NotifyIcon(this.components);
     this.lvActiveGames = new System.Windows.Forms.ListView();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.tbStep = new System.Windows.Forms.TrackBar();
     this.spMain = new System.Windows.Forms.SplitContainer();
     ((System.ComponentModel.ISupportInitialize)(this.numLobbyPort)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numBasePort)).BeginInit();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbStep)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spMain)).BeginInit();
     this.spMain.Panel1.SuspendLayout();
     this.spMain.SuspendLayout();
     this.SuspendLayout();
     //
     // btnStartServer
     //
     this.btnStartServer.Location = new System.Drawing.Point(12, 12);
     this.btnStartServer.Name = "btnStartServer";
     this.btnStartServer.Size = new System.Drawing.Size(59, 23);
     this.btnStartServer.TabIndex = 2;
     this.btnStartServer.Text = "Start";
     this.btnStartServer.UseVisualStyleBackColor = true;
     this.btnStartServer.Click += new System.EventHandler(this.btnStartServer_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(12, 105);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(61, 13);
     this.label2.TabIndex = 6;
     this.label2.Text = "Lobby Port:";
     //
     // btnStopServer
     //
     this.btnStopServer.Location = new System.Drawing.Point(77, 12);
     this.btnStopServer.Name = "btnStopServer";
     this.btnStopServer.Size = new System.Drawing.Size(59, 23);
     this.btnStopServer.TabIndex = 14;
     this.btnStopServer.Text = "Stop";
     this.btnStopServer.UseVisualStyleBackColor = true;
     this.btnStopServer.Click += new System.EventHandler(this.btnStopServer_Click);
     //
     // lstClients
     //
     this.lstClients.Location = new System.Drawing.Point(9, 216);
     this.lstClients.Name = "lstClients";
     this.lstClients.Size = new System.Drawing.Size(127, 137);
     this.lstClients.TabIndex = 18;
     this.lstClients.UseCompatibleStateImageBehavior = false;
     this.lstClients.View = System.Windows.Forms.View.List;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(12, 131);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(85, 13);
     this.label3.TabIndex = 20;
     this.label3.Text = "Client Base Port:";
     //
     // numLobbyPort
     //
     this.numLobbyPort.Location = new System.Drawing.Point(103, 103);
     this.numLobbyPort.Maximum = new decimal(new int[] {
     3000,
     0,
     0,
     0});
     this.numLobbyPort.Name = "numLobbyPort";
     this.numLobbyPort.Size = new System.Drawing.Size(66, 20);
     this.numLobbyPort.TabIndex = 21;
     this.numLobbyPort.Value = new decimal(new int[] {
     2302,
     0,
     0,
     0});
     this.numLobbyPort.ValueChanged += new System.EventHandler(this.numLobbyPort_ValueChanged);
     //
     // numBasePort
     //
     this.numBasePort.Location = new System.Drawing.Point(103, 129);
     this.numBasePort.Maximum = new decimal(new int[] {
     3000,
     0,
     0,
     0});
     this.numBasePort.Name = "numBasePort";
     this.numBasePort.Size = new System.Drawing.Size(66, 20);
     this.numBasePort.TabIndex = 22;
     this.numBasePort.Value = new decimal(new int[] {
     2303,
     0,
     0,
     0});
     this.numBasePort.ValueChanged += new System.EventHandler(this.numBasePort_ValueChanged);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatus});
     this.statusStrip1.Location = new System.Drawing.Point(0, 517);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(763, 22);
     this.statusStrip1.TabIndex = 23;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripStatus
     //
     this.toolStripStatus.Name = "toolStripStatus";
     this.toolStripStatus.Size = new System.Drawing.Size(42, 17);
     this.toolStripStatus.Text = "Status:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(9, 200);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(41, 13);
     this.label1.TabIndex = 24;
     this.label1.Text = "Clients:";
     //
     // TrayIcon
     //
     this.TrayIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
     this.TrayIcon.BalloonTipText = "\'Amy Server\' is running. =D";
     this.TrayIcon.BalloonTipTitle = "Amy Server";
     this.TrayIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("TrayIcon.Icon")));
     this.TrayIcon.Text = "Amy Gaming Server";
     this.TrayIcon.Visible = true;
     //
     // lvActiveGames
     //
     this.lvActiveGames.Location = new System.Drawing.Point(12, 174);
     this.lvActiveGames.Name = "lvActiveGames";
     this.lvActiveGames.Size = new System.Drawing.Size(148, 23);
     this.lvActiveGames.TabIndex = 25;
     this.lvActiveGames.UseCompatibleStateImageBehavior = false;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(12, 158);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(43, 13);
     this.label4.TabIndex = 26;
     this.label4.Text = "Games:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(12, 60);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(72, 13);
     this.label5.TabIndex = 28;
     this.label5.Text = "Physics Rate:";
     //
     // tbStep
     //
     this.tbStep.AutoSize = false;
     this.tbStep.Location = new System.Drawing.Point(12, 76);
     this.tbStep.Maximum = 20;
     this.tbStep.Name = "tbStep";
     this.tbStep.Size = new System.Drawing.Size(148, 26);
     this.tbStep.TabIndex = 27;
     this.tbStep.TickStyle = System.Windows.Forms.TickStyle.None;
     this.tbStep.Value = 10;
     this.tbStep.Scroll += new System.EventHandler(this.tbStep_Scroll);
     //
     // spMain
     //
     this.spMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.spMain.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.spMain.Location = new System.Drawing.Point(0, 0);
     this.spMain.Name = "spMain";
     //
     // spMain.Panel1
     //
     this.spMain.Panel1.Controls.Add(this.btnStartServer);
     this.spMain.Panel1.Controls.Add(this.label5);
     this.spMain.Panel1.Controls.Add(this.label2);
     this.spMain.Panel1.Controls.Add(this.tbStep);
     this.spMain.Panel1.Controls.Add(this.btnStopServer);
     this.spMain.Panel1.Controls.Add(this.label4);
     this.spMain.Panel1.Controls.Add(this.lstClients);
     this.spMain.Panel1.Controls.Add(this.lvActiveGames);
     this.spMain.Panel1.Controls.Add(this.label3);
     this.spMain.Panel1.Controls.Add(this.label1);
     this.spMain.Panel1.Controls.Add(this.numLobbyPort);
     this.spMain.Panel1.Controls.Add(this.numBasePort);
     this.spMain.Size = new System.Drawing.Size(763, 517);
     this.spMain.SplitterDistance = 171;
     this.spMain.TabIndex = 29;
     //
     // Server
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(763, 539);
     this.Controls.Add(this.spMain);
     this.Controls.Add(this.statusStrip1);
     this.MinimumSize = new System.Drawing.Size(337, 264);
     this.Name = "Server";
     this.Text = "WinPhysiX Server";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ServerApp_MainFormClosed);
     ((System.ComponentModel.ISupportInitialize)(this.numLobbyPort)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numBasePort)).EndInit();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbStep)).EndInit();
     this.spMain.Panel1.ResumeLayout(false);
     this.spMain.Panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.spMain)).EndInit();
     this.spMain.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#38
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(FormGenerate));
     label1            = new System.Windows.Forms.Label();
     LabelCardID       = new System.Windows.Forms.Label();
     TextBoxCardID     = new System.Windows.Forms.TextBox();
     ComboBoxMonth     = new System.Windows.Forms.ComboBox();
     LabelMonth        = new System.Windows.Forms.Label();
     ButtonGenerate    = new System.Windows.Forms.Button();
     NumericUpDownYear = new System.Windows.Forms.NumericUpDown();
     LabelYear         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(NumericUpDownYear)).BeginInit();
     SuspendLayout();
     //
     // label1
     //
     label1.Location = new System.Drawing.Point(12, 9);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(358, 40);
     label1.TabIndex = 0;
     label1.Text     = "Scan your card or type your Student ID and press enter to generate you Time Sheet" +
                       ".";
     //
     // LabelCardID
     //
     LabelCardID.AutoSize = true;
     LabelCardID.Location = new System.Drawing.Point(12, 55);
     LabelCardID.Name     = "LabelCardID";
     LabelCardID.Size     = new System.Drawing.Size(112, 17);
     LabelCardID.TabIndex = 1;
     LabelCardID.Text     = "Card/Student ID:";
     //
     // TextBoxCardID
     //
     TextBoxCardID.Location  = new System.Drawing.Point(130, 52);
     TextBoxCardID.Name      = "TextBoxCardID";
     TextBoxCardID.Size      = new System.Drawing.Size(240, 22);
     TextBoxCardID.TabIndex  = 1;
     TextBoxCardID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(Helper.OnKeyPress);
     //
     // ComboBoxMonth
     //
     ComboBoxMonth.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     ComboBoxMonth.FormattingEnabled = true;
     ComboBoxMonth.ItemHeight        = 16;
     ComboBoxMonth.Items.AddRange(new object[] {
         "January",
         "February",
         "March",
         "April",
         "May",
         "June",
         "July",
         "August",
         "September",
         "October",
         "November",
         "December"
     });
     ComboBoxMonth.Location         = new System.Drawing.Point(130, 80);
     ComboBoxMonth.MaxDropDownItems = 12;
     ComboBoxMonth.Name             = "ComboBoxMonth";
     ComboBoxMonth.Size             = new System.Drawing.Size(240, 24);
     ComboBoxMonth.TabIndex         = 2;
     //
     // LabelMonth
     //
     LabelMonth.AutoSize = true;
     LabelMonth.Location = new System.Drawing.Point(12, 83);
     LabelMonth.Name     = "LabelMonth";
     LabelMonth.Size     = new System.Drawing.Size(51, 17);
     LabelMonth.TabIndex = 3;
     LabelMonth.Text     = "Month:";
     //
     // ButtonGenerate
     //
     ButtonGenerate.Dock     = System.Windows.Forms.DockStyle.Bottom;
     ButtonGenerate.Location = new System.Drawing.Point(0, 138);
     ButtonGenerate.Name     = "ButtonGenerate";
     ButtonGenerate.Size     = new System.Drawing.Size(382, 27);
     ButtonGenerate.TabIndex = 4;
     ButtonGenerate.Text     = "Generate Time Sheet";
     ButtonGenerate.UseVisualStyleBackColor = true;
     ButtonGenerate.Click += new System.EventHandler(ButtonGenerate_Click);
     //
     // NumericUpDownYear
     //
     NumericUpDownYear.Location = new System.Drawing.Point(130, 110);
     NumericUpDownYear.Maximum  = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     NumericUpDownYear.Minimum = new decimal(new int[] {
         2014,
         0,
         0,
         0
     });
     NumericUpDownYear.Name     = "NumericUpDownYear";
     NumericUpDownYear.Size     = new System.Drawing.Size(240, 22);
     NumericUpDownYear.TabIndex = 3;
     NumericUpDownYear.Value    = new decimal(new int[] {
         2014,
         0,
         0,
         0
     });
     //
     // LabelYear
     //
     LabelYear.AutoSize = true;
     LabelYear.Location = new System.Drawing.Point(12, 112);
     LabelYear.Name     = "LabelYear";
     LabelYear.Size     = new System.Drawing.Size(42, 17);
     LabelYear.TabIndex = 5;
     LabelYear.Text     = "Year:";
     //
     // FormGenerate
     //
     AcceptButton        = ButtonGenerate;
     AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     ClientSize          = new System.Drawing.Size(382, 165);
     Controls.Add(LabelYear);
     Controls.Add(NumericUpDownYear);
     Controls.Add(ButtonGenerate);
     Controls.Add(LabelMonth);
     Controls.Add(ComboBoxMonth);
     Controls.Add(TextBoxCardID);
     Controls.Add(LabelCardID);
     Controls.Add(label1);
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     Icon            = ((System.Drawing.Icon)(resources.GetObject("$Icon")));
     MaximizeBox     = false;
     MaximumSize     = new System.Drawing.Size(400, 220);
     MinimizeBox     = false;
     MinimumSize     = new System.Drawing.Size(400, 189);
     Name            = "FormGenerate";
     SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     Text            = "Generate Time Sheet";
     ((System.ComponentModel.ISupportInitialize)(NumericUpDownYear)).EndInit();
     ResumeLayout(false);
     PerformLayout();
 }
		/// <summary>
		/// This method is required for Windows Forms designer support.
		/// Do not change the method contents inside the source code editor. The Forms designer might
		/// not be able to load this method if it was changed manually.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EAImvertorSettingsForm));
			this.ImvertorURLLabel = new System.Windows.Forms.Label();
			this.ImvertorURLTextbox = new System.Windows.Forms.TextBox();
			this.defaultPinTextBox = new System.Windows.Forms.TextBox();
			this.defaultPinLabel = new System.Windows.Forms.Label();
			this.applyButton = new System.Windows.Forms.Button();
			this.cancelButton = new System.Windows.Forms.Button();
			this.okButton = new System.Windows.Forms.Button();
			this.defaultPropertiesPathTextBox = new System.Windows.Forms.TextBox();
			this.DefaultPropertiesPathLabel = new System.Windows.Forms.Label();
			this.defaultPropertiesTextBox = new System.Windows.Forms.ComboBox();
			this.defaultPropertiesLabel = new System.Windows.Forms.Label();
			this.browseDefaultPropertiesFileButton = new System.Windows.Forms.Button();
			this.defaultProcessTextBox = new System.Windows.Forms.ComboBox();
			this.defaultProcessLabel = new System.Windows.Forms.Label();
			this.browseDefaultHistoryFileButton = new System.Windows.Forms.Button();
			this.defaultHistoryFileTextBox = new System.Windows.Forms.TextBox();
			this.defaultHistoryFileLabel = new System.Windows.Forms.Label();
			this.timeOutUpDown = new System.Windows.Forms.NumericUpDown();
			this.timeoutLabel = new System.Windows.Forms.Label();
			this.retryLabel = new System.Windows.Forms.Label();
			this.retryIntervalUpDown = new System.Windows.Forms.NumericUpDown();
			this.resultsButtonBrowseFolder = new System.Windows.Forms.Button();
			this.resultsFolderTextBox = new System.Windows.Forms.TextBox();
			this.resultsFolderLabel = new System.Windows.Forms.Label();
			this.proxyTextBox = new System.Windows.Forms.TextBox();
			this.proxyLable = new System.Windows.Forms.Label();
			((System.ComponentModel.ISupportInitialize)(this.timeOutUpDown)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.retryIntervalUpDown)).BeginInit();
			this.SuspendLayout();
			// 
			// ImvertorURLLabel
			// 
			this.ImvertorURLLabel.Location = new System.Drawing.Point(12, 15);
			this.ImvertorURLLabel.Name = "ImvertorURLLabel";
			this.ImvertorURLLabel.Size = new System.Drawing.Size(141, 23);
			this.ImvertorURLLabel.TabIndex = 0;
			this.ImvertorURLLabel.Text = "Imvertor URL";
			// 
			// ImvertorURLTextbox
			// 
			this.ImvertorURLTextbox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
			| System.Windows.Forms.AnchorStyles.Right)));
			this.ImvertorURLTextbox.Location = new System.Drawing.Point(159, 12);
			this.ImvertorURLTextbox.Name = "ImvertorURLTextbox";
			this.ImvertorURLTextbox.Size = new System.Drawing.Size(225, 20);
			this.ImvertorURLTextbox.TabIndex = 1;
			// 
			// defaultPinTextBox
			// 
			this.defaultPinTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
			| System.Windows.Forms.AnchorStyles.Right)));
			this.defaultPinTextBox.Location = new System.Drawing.Point(159, 61);
			this.defaultPinTextBox.MinimumSize = new System.Drawing.Size(153, 20);
			this.defaultPinTextBox.Name = "defaultPinTextBox";
			this.defaultPinTextBox.Size = new System.Drawing.Size(225, 20);
			this.defaultPinTextBox.TabIndex = 2;
			this.defaultPinTextBox.TextChanged += new System.EventHandler(this.DefaultPinTextBoxTextChanged);
			// 
			// defaultPinLabel
			// 
			this.defaultPinLabel.Location = new System.Drawing.Point(12, 64);
			this.defaultPinLabel.Name = "defaultPinLabel";
			this.defaultPinLabel.Size = new System.Drawing.Size(141, 23);
			this.defaultPinLabel.TabIndex = 2;
			this.defaultPinLabel.Text = "PIN";
			// 
			// applyButton
			// 
			this.applyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.applyButton.Location = new System.Drawing.Point(309, 279);
			this.applyButton.Name = "applyButton";
			this.applyButton.Size = new System.Drawing.Size(75, 23);
			this.applyButton.TabIndex = 9;
			this.applyButton.Text = "Apply";
			this.applyButton.UseVisualStyleBackColor = true;
			this.applyButton.Click += new System.EventHandler(this.ApplyButtonClick);
			// 
			// cancelButton
			// 
			this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.cancelButton.Location = new System.Drawing.Point(228, 279);
			this.cancelButton.Name = "cancelButton";
			this.cancelButton.Size = new System.Drawing.Size(75, 23);
			this.cancelButton.TabIndex = 8;
			this.cancelButton.Text = "Cancel";
			this.cancelButton.UseVisualStyleBackColor = true;
			// 
			// okButton
			// 
			this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.okButton.Location = new System.Drawing.Point(147, 279);
			this.okButton.Name = "okButton";
			this.okButton.Size = new System.Drawing.Size(75, 23);
			this.okButton.TabIndex = 7;
			this.okButton.Text = "OK";
			this.okButton.UseVisualStyleBackColor = true;
			this.okButton.Click += new System.EventHandler(this.OkButtonClick);
			// 
			// defaultPropertiesPathTextBox
			// 
			this.defaultPropertiesPathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
			| System.Windows.Forms.AnchorStyles.Right)));
			this.defaultPropertiesPathTextBox.Location = new System.Drawing.Point(159, 139);
			this.defaultPropertiesPathTextBox.MinimumSize = new System.Drawing.Size(153, 20);
			this.defaultPropertiesPathTextBox.Name = "defaultPropertiesPathTextBox";
			this.defaultPropertiesPathTextBox.Size = new System.Drawing.Size(195, 20);
			this.defaultPropertiesPathTextBox.TabIndex = 5;
			// 
			// DefaultPropertiesPathLabel
			// 
			this.DefaultPropertiesPathLabel.Location = new System.Drawing.Point(12, 142);
			this.DefaultPropertiesPathLabel.Name = "DefaultPropertiesPathLabel";
			this.DefaultPropertiesPathLabel.Size = new System.Drawing.Size(141, 23);
			this.DefaultPropertiesPathLabel.TabIndex = 10;
			this.DefaultPropertiesPathLabel.Text = "Default Properties File";
			// 
			// defaultPropertiesTextBox
			// 
			this.defaultPropertiesTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
			| System.Windows.Forms.AnchorStyles.Right)));
			this.defaultPropertiesTextBox.Location = new System.Drawing.Point(159, 113);
			this.defaultPropertiesTextBox.Name = "defaultPropertiesTextBox";
			this.defaultPropertiesTextBox.Size = new System.Drawing.Size(225, 21);
			this.defaultPropertiesTextBox.TabIndex = 4;
			// 
			// defaultPropertiesLabel
			// 
			this.defaultPropertiesLabel.Location = new System.Drawing.Point(12, 116);
			this.defaultPropertiesLabel.Name = "defaultPropertiesLabel";
			this.defaultPropertiesLabel.Size = new System.Drawing.Size(141, 23);
			this.defaultPropertiesLabel.TabIndex = 8;
			this.defaultPropertiesLabel.Text = "Default Processing Mode";
			// 
			// browseDefaultPropertiesFileButton
			// 
			this.browseDefaultPropertiesFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.browseDefaultPropertiesFileButton.Location = new System.Drawing.Point(360, 138);
			this.browseDefaultPropertiesFileButton.Name = "browseDefaultPropertiesFileButton";
			this.browseDefaultPropertiesFileButton.Size = new System.Drawing.Size(24, 20);
			this.browseDefaultPropertiesFileButton.TabIndex = 6;
			this.browseDefaultPropertiesFileButton.Text = "...";
			this.browseDefaultPropertiesFileButton.UseVisualStyleBackColor = true;
			this.browseDefaultPropertiesFileButton.Click += new System.EventHandler(this.BrowseDefaultPropertiesFileButtonClick);
			// 
			// defaultProcessTextBox
			// 
			this.defaultProcessTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
			| System.Windows.Forms.AnchorStyles.Right)));
			this.defaultProcessTextBox.Location = new System.Drawing.Point(159, 87);
			this.defaultProcessTextBox.MinimumSize = new System.Drawing.Size(153, 0);
			this.defaultProcessTextBox.Name = "defaultProcessTextBox";
			this.defaultProcessTextBox.Size = new System.Drawing.Size(225, 21);
			this.defaultProcessTextBox.TabIndex = 3;
			// 
			// defaultProcessLabel
			// 
			this.defaultProcessLabel.Location = new System.Drawing.Point(12, 90);
			this.defaultProcessLabel.Name = "defaultProcessLabel";
			this.defaultProcessLabel.Size = new System.Drawing.Size(141, 23);
			this.defaultProcessLabel.TabIndex = 15;
			this.defaultProcessLabel.Text = "Process";
			// 
			// browseDefaultHistoryFileButton
			// 
			this.browseDefaultHistoryFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.browseDefaultHistoryFileButton.Location = new System.Drawing.Point(360, 167);
			this.browseDefaultHistoryFileButton.Name = "browseDefaultHistoryFileButton";
			this.browseDefaultHistoryFileButton.Size = new System.Drawing.Size(24, 20);
			this.browseDefaultHistoryFileButton.TabIndex = 17;
			this.browseDefaultHistoryFileButton.Text = "...";
			this.browseDefaultHistoryFileButton.UseVisualStyleBackColor = true;
			this.browseDefaultHistoryFileButton.Click += new System.EventHandler(this.BrowseDefaultHistoryFileButtonClick);
			// 
			// defaultHistoryFileTextBox
			// 
			this.defaultHistoryFileTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
			| System.Windows.Forms.AnchorStyles.Right)));
			this.defaultHistoryFileTextBox.Location = new System.Drawing.Point(159, 168);
			this.defaultHistoryFileTextBox.MinimumSize = new System.Drawing.Size(153, 20);
			this.defaultHistoryFileTextBox.Name = "defaultHistoryFileTextBox";
			this.defaultHistoryFileTextBox.Size = new System.Drawing.Size(195, 20);
			this.defaultHistoryFileTextBox.TabIndex = 16;
			// 
			// defaultHistoryFileLabel
			// 
			this.defaultHistoryFileLabel.Location = new System.Drawing.Point(12, 171);
			this.defaultHistoryFileLabel.Name = "defaultHistoryFileLabel";
			this.defaultHistoryFileLabel.Size = new System.Drawing.Size(141, 23);
			this.defaultHistoryFileLabel.TabIndex = 18;
			this.defaultHistoryFileLabel.Text = "Default History File";
			// 
			// timeOutUpDown
			// 
			this.timeOutUpDown.Increment = new decimal(new int[] {
			30,
			0,
			0,
			0});
			this.timeOutUpDown.Location = new System.Drawing.Point(159, 195);
			this.timeOutUpDown.Maximum = new decimal(new int[] {
			3600,
			0,
			0,
			0});
			this.timeOutUpDown.Name = "timeOutUpDown";
			this.timeOutUpDown.Size = new System.Drawing.Size(63, 20);
			this.timeOutUpDown.TabIndex = 19;
			// 
			// timeoutLabel
			// 
			this.timeoutLabel.Location = new System.Drawing.Point(12, 197);
			this.timeoutLabel.Name = "timeoutLabel";
			this.timeoutLabel.Size = new System.Drawing.Size(129, 23);
			this.timeoutLabel.TabIndex = 20;
			this.timeoutLabel.Text = "Timeout (seconds)";
			// 
			// retryLabel
			// 
			this.retryLabel.Location = new System.Drawing.Point(12, 220);
			this.retryLabel.Name = "retryLabel";
			this.retryLabel.Size = new System.Drawing.Size(141, 23);
			this.retryLabel.TabIndex = 22;
			this.retryLabel.Text = "Rrefresh interval (seconds)";
			// 
			// retryIntervalUpDown
			// 
			this.retryIntervalUpDown.Location = new System.Drawing.Point(159, 218);
			this.retryIntervalUpDown.Maximum = new decimal(new int[] {
			999,
			0,
			0,
			0});
			this.retryIntervalUpDown.Minimum = new decimal(new int[] {
			1,
			0,
			0,
			0});
			this.retryIntervalUpDown.Name = "retryIntervalUpDown";
			this.retryIntervalUpDown.Size = new System.Drawing.Size(63, 20);
			this.retryIntervalUpDown.TabIndex = 21;
			this.retryIntervalUpDown.Value = new decimal(new int[] {
			1,
			0,
			0,
			0});
			// 
			// resultsButtonBrowseFolder
			// 
			this.resultsButtonBrowseFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.resultsButtonBrowseFolder.Location = new System.Drawing.Point(360, 243);
			this.resultsButtonBrowseFolder.Name = "resultsButtonBrowseFolder";
			this.resultsButtonBrowseFolder.Size = new System.Drawing.Size(24, 20);
			this.resultsButtonBrowseFolder.TabIndex = 24;
			this.resultsButtonBrowseFolder.Text = "...";
			this.resultsButtonBrowseFolder.UseVisualStyleBackColor = true;
			this.resultsButtonBrowseFolder.Click += new System.EventHandler(this.ResultsButtonBrowseFolderClick);
			// 
			// resultsFolderTextBox
			// 
			this.resultsFolderTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
			| System.Windows.Forms.AnchorStyles.Right)));
			this.resultsFolderTextBox.Location = new System.Drawing.Point(159, 244);
			this.resultsFolderTextBox.MinimumSize = new System.Drawing.Size(153, 20);
			this.resultsFolderTextBox.Name = "resultsFolderTextBox";
			this.resultsFolderTextBox.Size = new System.Drawing.Size(195, 20);
			this.resultsFolderTextBox.TabIndex = 23;
			// 
			// resultsFolderLabel
			// 
			this.resultsFolderLabel.Location = new System.Drawing.Point(12, 247);
			this.resultsFolderLabel.Name = "resultsFolderLabel";
			this.resultsFolderLabel.Size = new System.Drawing.Size(141, 23);
			this.resultsFolderLabel.TabIndex = 25;
			this.resultsFolderLabel.Text = "Results Folder";
			// 
			// proxyTextBox
			// 
			this.proxyTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
			| System.Windows.Forms.AnchorStyles.Right)));
			this.proxyTextBox.Location = new System.Drawing.Point(159, 35);
			this.proxyTextBox.MinimumSize = new System.Drawing.Size(153, 20);
			this.proxyTextBox.Name = "proxyTextBox";
			this.proxyTextBox.Size = new System.Drawing.Size(225, 20);
			this.proxyTextBox.TabIndex = 26;
			this.proxyTextBox.TextChanged += new System.EventHandler(this.ProxyTextBoxTextChanged);
			// 
			// proxyLable
			// 
			this.proxyLable.Location = new System.Drawing.Point(12, 38);
			this.proxyLable.Name = "proxyLable";
			this.proxyLable.Size = new System.Drawing.Size(141, 23);
			this.proxyLable.TabIndex = 27;
			this.proxyLable.Text = "Proxy";
			// 
			// EAImvertorSettingsForm
			// 
			this.AcceptButton = this.okButton;
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.CancelButton = this.cancelButton;
			this.ClientSize = new System.Drawing.Size(393, 314);
			this.Controls.Add(this.proxyTextBox);
			this.Controls.Add(this.proxyLable);
			this.Controls.Add(this.resultsButtonBrowseFolder);
			this.Controls.Add(this.resultsFolderTextBox);
			this.Controls.Add(this.resultsFolderLabel);
			this.Controls.Add(this.retryLabel);
			this.Controls.Add(this.retryIntervalUpDown);
			this.Controls.Add(this.timeoutLabel);
			this.Controls.Add(this.timeOutUpDown);
			this.Controls.Add(this.browseDefaultHistoryFileButton);
			this.Controls.Add(this.defaultHistoryFileTextBox);
			this.Controls.Add(this.defaultHistoryFileLabel);
			this.Controls.Add(this.defaultProcessTextBox);
			this.Controls.Add(this.defaultProcessLabel);
			this.Controls.Add(this.browseDefaultPropertiesFileButton);
			this.Controls.Add(this.defaultPropertiesPathTextBox);
			this.Controls.Add(this.DefaultPropertiesPathLabel);
			this.Controls.Add(this.defaultPropertiesTextBox);
			this.Controls.Add(this.defaultPropertiesLabel);
			this.Controls.Add(this.applyButton);
			this.Controls.Add(this.cancelButton);
			this.Controls.Add(this.okButton);
			this.Controls.Add(this.defaultPinTextBox);
			this.Controls.Add(this.defaultPinLabel);
			this.Controls.Add(this.ImvertorURLTextbox);
			this.Controls.Add(this.ImvertorURLLabel);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.MinimumSize = new System.Drawing.Size(375, 242);
			this.Name = "EAImvertorSettingsForm";
			this.Text = "EA Imvertor settings";
			((System.ComponentModel.ISupportInitialize)(this.timeOutUpDown)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.retryIntervalUpDown)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1                          = new System.Windows.Forms.GroupBox();
     this.button8                            = new System.Windows.Forms.Button();
     this.numTravelSpeed                     = new System.Windows.Forms.NumericUpDown();
     this.buttonSearch                       = new System.Windows.Forms.Button();
     this.buttonSetLocation                  = new System.Windows.Forms.Button();
     this.label4                             = new System.Windows.Forms.Label();
     this.textBoxLongitude                   = new System.Windows.Forms.TextBox();
     this.label7                             = new System.Windows.Forms.Label();
     this.label5                             = new System.Windows.Forms.Label();
     this.textBox1                           = new System.Windows.Forms.TextBox();
     this.textBoxLatitude                    = new System.Windows.Forms.TextBox();
     this.label6                             = new System.Windows.Forms.Label();
     this.buttonUpdate                       = new System.Windows.Forms.Button();
     this.groupBox10                         = new System.Windows.Forms.GroupBox();
     this.checkBox_pauseAtEvolve1_2          = new System.Windows.Forms.CheckBox();
     this.label3                             = new System.Windows.Forms.Label();
     this.numRazzPercent                     = new System.Windows.Forms.NumericUpDown();
     this.checkBoxUseRazzBerry               = new System.Windows.Forms.CheckBox();
     this.checkBoxUseBasicIncubators         = new System.Windows.Forms.CheckBox();
     this.checkBoxAutoIncubate               = new System.Windows.Forms.CheckBox();
     this.checkBoxUseLuckyEggIfNotRunning    = new System.Windows.Forms.CheckBox();
     this.checkBox_keepPokemonsThatCanEvolve = new System.Windows.Forms.CheckBox();
     this.checkBox_UseIncense                = new System.Windows.Forms.CheckBox();
     this.checkBox_UseAnimationTimes         = new System.Windows.Forms.CheckBox();
     this.checkBox_useluckyegg               = new System.Windows.Forms.CheckBox();
     this.checkBox_evolve                    = new System.Windows.Forms.CheckBox();
     this.checkBox_UseLureAtBreak            = new System.Windows.Forms.CheckBox();
     this.checkBox_BreakAtLure               = new System.Windows.Forms.CheckBox();
     this.checkBox_CatchPokemon              = new System.Windows.Forms.CheckBox();
     this.checkBox_FarmPokestops             = new System.Windows.Forms.CheckBox();
     this.checkBox_SleepAtPokemons           = new System.Windows.Forms.CheckBox();
     this.groupBox11                         = new System.Windows.Forms.GroupBox();
     this.numericUpDownMinWalkSpeed          = new System.Windows.Forms.NumericUpDown();
     this.numericUpDownSpeed                 = new System.Windows.Forms.NumericUpDown();
     this.label11                            = new System.Windows.Forms.Label();
     this.label8                             = new System.Windows.Forms.Label();
     this.label10                            = new System.Windows.Forms.Label();
     this.label9                             = new System.Windows.Forms.Label();
     this.checkBox_UseBreakIntervalAndLength = new System.Windows.Forms.CheckBox();
     this.label47                            = new System.Windows.Forms.Label();
     this.checkBox_RandomlyReduceSpeed       = new System.Windows.Forms.CheckBox();
     this.checkBox_WalkInArchimedeanSpiral   = new System.Windows.Forms.CheckBox();
     this.groupBox13                         = new System.Windows.Forms.GroupBox();
     this.linkLabel6                         = new System.Windows.Forms.LinkLabel();
     this.text_GoogleMapsAPIKey              = new System.Windows.Forms.TextBox();
     this.checkBox_UseGoogleMapsRouting      = new System.Windows.Forms.CheckBox();
     this.label45                            = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numTravelSpeed)).BeginInit();
     this.groupBox10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numRazzPercent)).BeginInit();
     this.groupBox11.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMinWalkSpeed)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSpeed)).BeginInit();
     this.groupBox13.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.button8);
     this.groupBox1.Controls.Add(this.numTravelSpeed);
     this.groupBox1.Controls.Add(this.buttonSearch);
     this.groupBox1.Controls.Add(this.buttonSetLocation);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.textBoxLongitude);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.textBoxLatitude);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Location = new System.Drawing.Point(530, 142);
     this.groupBox1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Padding  = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.groupBox1.Size     = new System.Drawing.Size(241, 232);
     this.groupBox1.TabIndex = 95;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Relocate to New Farming Location";
     //
     // button8
     //
     this.button8.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.button8.Location   = new System.Drawing.Point(122, 57);
     this.button8.Margin     = new System.Windows.Forms.Padding(4);
     this.button8.Name       = "button8";
     this.button8.Size       = new System.Drawing.Size(112, 30);
     this.button8.TabIndex   = 86;
     this.button8.Text       = "Revise";
     this.button8.UseVisualStyleBackColor = true;
     this.button8.Click += new System.EventHandler(this.Button8Click);
     //
     // numTravelSpeed
     //
     this.numTravelSpeed.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.numTravelSpeed.Location = new System.Drawing.Point(166, 91);
     this.numTravelSpeed.Margin   = new System.Windows.Forms.Padding(5);
     this.numTravelSpeed.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.numTravelSpeed.Name          = "numTravelSpeed";
     this.numTravelSpeed.Size          = new System.Drawing.Size(69, 20);
     this.numTravelSpeed.TabIndex      = 80;
     this.numTravelSpeed.Tag           = "RelocateDefaultLocationTravelSpeed";
     this.numTravelSpeed.ValueChanged += new System.EventHandler(this.NumericUpDown_DoubleValueChanged);
     //
     // buttonSearch
     //
     this.buttonSearch.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.buttonSearch.Location   = new System.Drawing.Point(7, 57);
     this.buttonSearch.Margin     = new System.Windows.Forms.Padding(5);
     this.buttonSearch.Name       = "buttonSearch";
     this.buttonSearch.Size       = new System.Drawing.Size(105, 28);
     this.buttonSearch.TabIndex   = 84;
     this.buttonSearch.Text       = "Search";
     this.buttonSearch.UseVisualStyleBackColor = true;
     this.buttonSearch.Click += new System.EventHandler(this.ButtonSearchClick);
     //
     // buttonSetLocation
     //
     this.buttonSetLocation.Image      = global::PokemonGo.RocketAPI.Console.Properties.MapData.start_point;
     this.buttonSetLocation.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.buttonSetLocation.Location   = new System.Drawing.Point(7, 193);
     this.buttonSetLocation.Margin     = new System.Windows.Forms.Padding(4);
     this.buttonSetLocation.Name       = "buttonSetLocation";
     this.buttonSetLocation.Size       = new System.Drawing.Size(227, 34);
     this.buttonSetLocation.TabIndex   = 84;
     this.buttonSetLocation.Text       = "Set New Location";
     this.buttonSetLocation.UseVisualStyleBackColor = true;
     this.buttonSetLocation.Click += new System.EventHandler(this.ButtonSetLocationClick);
     //
     // label4
     //
     this.label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(29, 93);
     this.label4.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(108, 13);
     this.label4.TabIndex = 83;
     this.label4.Text     = "Travel Speed (km/h):";
     //
     // textBoxLongitude
     //
     this.textBoxLongitude.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.textBoxLongitude.Location = new System.Drawing.Point(69, 157);
     this.textBoxLongitude.Margin   = new System.Windows.Forms.Padding(5);
     this.textBoxLongitude.Name     = "textBoxLongitude";
     this.textBoxLongitude.Size     = new System.Drawing.Size(164, 20);
     this.textBoxLongitude.TabIndex = 78;
     //
     // label7
     //
     this.label7.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(16, 27);
     this.label7.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(48, 13);
     this.label7.TabIndex = 82;
     this.label7.Text     = "Address:";
     //
     // label5
     //
     this.label5.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(5, 157);
     this.label5.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(57, 13);
     this.label5.TabIndex = 82;
     this.label5.Text     = "Longitude:";
     //
     // textBox1
     //
     this.textBox1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.textBox1.Location = new System.Drawing.Point(69, 24);
     this.textBox1.Margin   = new System.Windows.Forms.Padding(5);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(165, 20);
     this.textBox1.TabIndex = 79;
     //
     // textBoxLatitude
     //
     this.textBoxLatitude.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.textBoxLatitude.Location = new System.Drawing.Point(69, 125);
     this.textBoxLatitude.Margin   = new System.Windows.Forms.Padding(5);
     this.textBoxLatitude.Name     = "textBoxLatitude";
     this.textBoxLatitude.Size     = new System.Drawing.Size(165, 20);
     this.textBoxLatitude.TabIndex = 79;
     //
     // label6
     //
     this.label6.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(17, 127);
     this.label6.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(48, 13);
     this.label6.TabIndex = 81;
     this.label6.Text     = "Latitude:";
     //
     // buttonUpdate
     //
     this.buttonUpdate.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.buttonUpdate.Location   = new System.Drawing.Point(5, 381);
     this.buttonUpdate.Margin     = new System.Windows.Forms.Padding(5);
     this.buttonUpdate.Name       = "buttonUpdate";
     this.buttonUpdate.Size       = new System.Drawing.Size(244, 28);
     this.buttonUpdate.TabIndex   = 94;
     this.buttonUpdate.Text       = "Update Config";
     this.buttonUpdate.UseVisualStyleBackColor = true;
     this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdateClick);
     //
     // groupBox10
     //
     this.groupBox10.Controls.Add(this.checkBox_pauseAtEvolve1_2);
     this.groupBox10.Controls.Add(this.label3);
     this.groupBox10.Controls.Add(this.numRazzPercent);
     this.groupBox10.Controls.Add(this.checkBoxUseRazzBerry);
     this.groupBox10.Controls.Add(this.checkBoxUseBasicIncubators);
     this.groupBox10.Controls.Add(this.checkBoxAutoIncubate);
     this.groupBox10.Controls.Add(this.checkBoxUseLuckyEggIfNotRunning);
     this.groupBox10.Controls.Add(this.checkBox_keepPokemonsThatCanEvolve);
     this.groupBox10.Controls.Add(this.checkBox_UseIncense);
     this.groupBox10.Controls.Add(this.checkBox_UseAnimationTimes);
     this.groupBox10.Controls.Add(this.checkBox_useluckyegg);
     this.groupBox10.Controls.Add(this.checkBox_evolve);
     this.groupBox10.Location = new System.Drawing.Point(257, 5);
     this.groupBox10.Margin   = new System.Windows.Forms.Padding(5);
     this.groupBox10.Name     = "groupBox10";
     this.groupBox10.Padding  = new System.Windows.Forms.Padding(5);
     this.groupBox10.Size     = new System.Drawing.Size(264, 369);
     this.groupBox10.TabIndex = 93;
     this.groupBox10.TabStop  = false;
     this.groupBox10.Text     = "Other Settings";
     //
     // checkBox_pauseAtEvolve1_2
     //
     this.checkBox_pauseAtEvolve1_2.AutoSize   = true;
     this.checkBox_pauseAtEvolve1_2.Checked    = true;
     this.checkBox_pauseAtEvolve1_2.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox_pauseAtEvolve1_2.Location   = new System.Drawing.Point(16, 130);
     this.checkBox_pauseAtEvolve1_2.Margin     = new System.Windows.Forms.Padding(4, 2, 4, 2);
     this.checkBox_pauseAtEvolve1_2.Name       = "checkBox_pauseAtEvolve1_2";
     this.checkBox_pauseAtEvolve1_2.Size       = new System.Drawing.Size(221, 17);
     this.checkBox_pauseAtEvolve1_2.TabIndex   = 55;
     this.checkBox_pauseAtEvolve1_2.Text       = "Stop Walking when Evolving/Transfering";
     this.checkBox_pauseAtEvolve1_2.UseVisualStyleBackColor = true;
     this.checkBox_pauseAtEvolve1_2.CheckedChanged         += new System.EventHandler(this.CheckBox_pauseAtEvolve1_2CheckedChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(247, 271);
     this.label3.Margin   = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(15, 13);
     this.label3.TabIndex = 52;
     this.label3.Text     = "%";
     //
     // numRazzPercent
     //
     this.numRazzPercent.Location = new System.Drawing.Point(199, 267);
     this.numRazzPercent.Margin   = new System.Windows.Forms.Padding(5);
     this.numRazzPercent.Name     = "numRazzPercent";
     this.numRazzPercent.Size     = new System.Drawing.Size(47, 20);
     this.numRazzPercent.TabIndex = 51;
     this.numRazzPercent.Value    = new decimal(new int[] {
         35,
         0,
         0,
         0
     });
     this.numRazzPercent.ValueChanged += new System.EventHandler(this.NumRazzPercentValueChanged);
     //
     // checkBoxUseRazzBerry
     //
     this.checkBoxUseRazzBerry.AutoSize = true;
     this.checkBoxUseRazzBerry.Location = new System.Drawing.Point(16, 268);
     this.checkBoxUseRazzBerry.Margin   = new System.Windows.Forms.Padding(5);
     this.checkBoxUseRazzBerry.Name     = "checkBoxUseRazzBerry";
     this.checkBoxUseRazzBerry.Size     = new System.Drawing.Size(173, 17);
     this.checkBoxUseRazzBerry.TabIndex = 50;
     this.checkBoxUseRazzBerry.Tag      = "userazzberry";
     this.checkBoxUseRazzBerry.Text     = "Use RazzBerry if chance under";
     this.checkBoxUseRazzBerry.UseVisualStyleBackColor = true;
     this.checkBoxUseRazzBerry.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBoxUseBasicIncubators
     //
     this.checkBoxUseBasicIncubators.AutoSize = true;
     this.checkBoxUseBasicIncubators.Location = new System.Drawing.Point(44, 337);
     this.checkBoxUseBasicIncubators.Margin   = new System.Windows.Forms.Padding(5);
     this.checkBoxUseBasicIncubators.Name     = "checkBoxUseBasicIncubators";
     this.checkBoxUseBasicIncubators.Size     = new System.Drawing.Size(125, 17);
     this.checkBoxUseBasicIncubators.TabIndex = 49;
     this.checkBoxUseBasicIncubators.Tag      = "useBasicIncubators";
     this.checkBoxUseBasicIncubators.Text     = "Use basic incubators";
     this.checkBoxUseBasicIncubators.UseVisualStyleBackColor = true;
     this.checkBoxUseBasicIncubators.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBoxAutoIncubate
     //
     this.checkBoxAutoIncubate.AutoSize   = true;
     this.checkBoxAutoIncubate.Checked    = true;
     this.checkBoxAutoIncubate.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxAutoIncubate.Location   = new System.Drawing.Point(16, 303);
     this.checkBoxAutoIncubate.Margin     = new System.Windows.Forms.Padding(5);
     this.checkBoxAutoIncubate.Name       = "checkBoxAutoIncubate";
     this.checkBoxAutoIncubate.Size       = new System.Drawing.Size(226, 17);
     this.checkBoxAutoIncubate.TabIndex   = 48;
     this.checkBoxAutoIncubate.Tag        = "autoIncubate";
     this.checkBoxAutoIncubate.Text       = "Auto incubate (No guarantee that it works)";
     this.checkBoxAutoIncubate.UseVisualStyleBackColor = true;
     this.checkBoxAutoIncubate.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBoxUseLuckyEggIfNotRunning
     //
     this.checkBoxUseLuckyEggIfNotRunning.AutoSize = true;
     this.checkBoxUseLuckyEggIfNotRunning.Location = new System.Drawing.Point(16, 234);
     this.checkBoxUseLuckyEggIfNotRunning.Margin   = new System.Windows.Forms.Padding(5);
     this.checkBoxUseLuckyEggIfNotRunning.Name     = "checkBoxUseLuckyEggIfNotRunning";
     this.checkBoxUseLuckyEggIfNotRunning.Size     = new System.Drawing.Size(160, 17);
     this.checkBoxUseLuckyEggIfNotRunning.TabIndex = 47;
     this.checkBoxUseLuckyEggIfNotRunning.Tag      = "useLuckyEggIfNotRunning";
     this.checkBoxUseLuckyEggIfNotRunning.Text     = "Use LuckyEgg if not running";
     this.checkBoxUseLuckyEggIfNotRunning.UseVisualStyleBackColor = true;
     this.checkBoxUseLuckyEggIfNotRunning.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBox_keepPokemonsThatCanEvolve
     //
     this.checkBox_keepPokemonsThatCanEvolve.AutoSize   = true;
     this.checkBox_keepPokemonsThatCanEvolve.Checked    = true;
     this.checkBox_keepPokemonsThatCanEvolve.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox_keepPokemonsThatCanEvolve.Location   = new System.Drawing.Point(16, 199);
     this.checkBox_keepPokemonsThatCanEvolve.Margin     = new System.Windows.Forms.Padding(5);
     this.checkBox_keepPokemonsThatCanEvolve.Name       = "checkBox_keepPokemonsThatCanEvolve";
     this.checkBox_keepPokemonsThatCanEvolve.Size       = new System.Drawing.Size(212, 17);
     this.checkBox_keepPokemonsThatCanEvolve.TabIndex   = 46;
     this.checkBox_keepPokemonsThatCanEvolve.Tag        = "keepPokemonsThatCanEvolve";
     this.checkBox_keepPokemonsThatCanEvolve.Text       = "Keep Pokemons which can be evolved";
     this.checkBox_keepPokemonsThatCanEvolve.UseVisualStyleBackColor = true;
     this.checkBox_keepPokemonsThatCanEvolve.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBox_UseIncense
     //
     this.checkBox_UseIncense.AutoSize = true;
     this.checkBox_UseIncense.Location = new System.Drawing.Point(16, 165);
     this.checkBox_UseIncense.Margin   = new System.Windows.Forms.Padding(5);
     this.checkBox_UseIncense.Name     = "checkBox_UseIncense";
     this.checkBox_UseIncense.Size     = new System.Drawing.Size(146, 17);
     this.checkBox_UseIncense.TabIndex = 43;
     this.checkBox_UseIncense.Tag      = "useincense";
     this.checkBox_UseIncense.Text     = "Use Incense every 30min";
     this.checkBox_UseIncense.UseVisualStyleBackColor = true;
     this.checkBox_UseIncense.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBox_UseAnimationTimes
     //
     this.checkBox_UseAnimationTimes.AutoSize   = true;
     this.checkBox_UseAnimationTimes.Checked    = true;
     this.checkBox_UseAnimationTimes.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox_UseAnimationTimes.Location   = new System.Drawing.Point(16, 62);
     this.checkBox_UseAnimationTimes.Margin     = new System.Windows.Forms.Padding(5);
     this.checkBox_UseAnimationTimes.Name       = "checkBox_UseAnimationTimes";
     this.checkBox_UseAnimationTimes.Size       = new System.Drawing.Size(194, 17);
     this.checkBox_UseAnimationTimes.TabIndex   = 40;
     this.checkBox_UseAnimationTimes.Tag        = "UseAnimationTimes";
     this.checkBox_UseAnimationTimes.Text       = "Simulate Animation Times at Evolve";
     this.checkBox_UseAnimationTimes.UseVisualStyleBackColor = true;
     this.checkBox_UseAnimationTimes.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBox_useluckyegg
     //
     this.checkBox_useluckyegg.AutoSize   = true;
     this.checkBox_useluckyegg.Checked    = true;
     this.checkBox_useluckyegg.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox_useluckyegg.Location   = new System.Drawing.Point(16, 27);
     this.checkBox_useluckyegg.Margin     = new System.Windows.Forms.Padding(5);
     this.checkBox_useluckyegg.Name       = "checkBox_useluckyegg";
     this.checkBox_useluckyegg.Size       = new System.Drawing.Size(144, 17);
     this.checkBox_useluckyegg.TabIndex   = 41;
     this.checkBox_useluckyegg.Tag        = "useluckyegg";
     this.checkBox_useluckyegg.Text       = "Use LuckyEgg at Evolve";
     this.checkBox_useluckyegg.UseVisualStyleBackColor = true;
     this.checkBox_useluckyegg.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBox_evolve
     //
     this.checkBox_evolve.AutoSize   = true;
     this.checkBox_evolve.Checked    = true;
     this.checkBox_evolve.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox_evolve.Location   = new System.Drawing.Point(16, 96);
     this.checkBox_evolve.Margin     = new System.Windows.Forms.Padding(5);
     this.checkBox_evolve.Name       = "checkBox_evolve";
     this.checkBox_evolve.Size       = new System.Drawing.Size(191, 17);
     this.checkBox_evolve.TabIndex   = 44;
     this.checkBox_evolve.Tag        = "evolve";
     this.checkBox_evolve.Text       = "Evolve Pokemons if enough candy\r\n";
     this.checkBox_evolve.UseVisualStyleBackColor = true;
     this.checkBox_evolve.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBox_UseLureAtBreak
     //
     this.checkBox_UseLureAtBreak.AutoSize = true;
     this.checkBox_UseLureAtBreak.Location = new System.Drawing.Point(12, 150);
     this.checkBox_UseLureAtBreak.Margin   = new System.Windows.Forms.Padding(5);
     this.checkBox_UseLureAtBreak.Name     = "checkBox_UseLureAtBreak";
     this.checkBox_UseLureAtBreak.Size     = new System.Drawing.Size(113, 17);
     this.checkBox_UseLureAtBreak.TabIndex = 90;
     this.checkBox_UseLureAtBreak.Tag      = "UseLureAtBreak";
     this.checkBox_UseLureAtBreak.Text     = "Use Lure At Break";
     this.checkBox_UseLureAtBreak.UseVisualStyleBackColor = true;
     this.checkBox_UseLureAtBreak.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBox_BreakAtLure
     //
     this.checkBox_BreakAtLure.AutoSize = true;
     this.checkBox_BreakAtLure.Location = new System.Drawing.Point(12, 119);
     this.checkBox_BreakAtLure.Margin   = new System.Windows.Forms.Padding(5);
     this.checkBox_BreakAtLure.Name     = "checkBox_BreakAtLure";
     this.checkBox_BreakAtLure.Size     = new System.Drawing.Size(91, 17);
     this.checkBox_BreakAtLure.TabIndex = 89;
     this.checkBox_BreakAtLure.Tag      = "BreakAtLure";
     this.checkBox_BreakAtLure.Text     = "Break At Lure";
     this.checkBox_BreakAtLure.UseVisualStyleBackColor = true;
     this.checkBox_BreakAtLure.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBox_CatchPokemon
     //
     this.checkBox_CatchPokemon.AutoSize   = true;
     this.checkBox_CatchPokemon.Checked    = true;
     this.checkBox_CatchPokemon.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox_CatchPokemon.Location   = new System.Drawing.Point(12, 89);
     this.checkBox_CatchPokemon.Margin     = new System.Windows.Forms.Padding(5);
     this.checkBox_CatchPokemon.Name       = "checkBox_CatchPokemon";
     this.checkBox_CatchPokemon.Size       = new System.Drawing.Size(102, 17);
     this.checkBox_CatchPokemon.TabIndex   = 88;
     this.checkBox_CatchPokemon.Tag        = "CatchPokemon";
     this.checkBox_CatchPokemon.Text       = "Catch Pokemon";
     this.checkBox_CatchPokemon.UseVisualStyleBackColor = true;
     this.checkBox_CatchPokemon.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBox_FarmPokestops
     //
     this.checkBox_FarmPokestops.AutoSize   = true;
     this.checkBox_FarmPokestops.Checked    = true;
     this.checkBox_FarmPokestops.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox_FarmPokestops.Location   = new System.Drawing.Point(12, 58);
     this.checkBox_FarmPokestops.Margin     = new System.Windows.Forms.Padding(5);
     this.checkBox_FarmPokestops.Name       = "checkBox_FarmPokestops";
     this.checkBox_FarmPokestops.Size       = new System.Drawing.Size(102, 17);
     this.checkBox_FarmPokestops.TabIndex   = 87;
     this.checkBox_FarmPokestops.Tag        = "farmPokestops";
     this.checkBox_FarmPokestops.Text       = "Farm Pokestops";
     this.checkBox_FarmPokestops.UseVisualStyleBackColor = true;
     this.checkBox_FarmPokestops.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBox_SleepAtPokemons
     //
     this.checkBox_SleepAtPokemons.AutoSize   = true;
     this.checkBox_SleepAtPokemons.Checked    = true;
     this.checkBox_SleepAtPokemons.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox_SleepAtPokemons.Location   = new System.Drawing.Point(12, 27);
     this.checkBox_SleepAtPokemons.Margin     = new System.Windows.Forms.Padding(5);
     this.checkBox_SleepAtPokemons.Name       = "checkBox_SleepAtPokemons";
     this.checkBox_SleepAtPokemons.Size       = new System.Drawing.Size(213, 17);
     this.checkBox_SleepAtPokemons.TabIndex   = 86;
     this.checkBox_SleepAtPokemons.Tag        = "sleepatpokemons";
     this.checkBox_SleepAtPokemons.Text       = "Random Sleep @Catching 1-3 seconds";
     this.checkBox_SleepAtPokemons.UseVisualStyleBackColor = true;
     this.checkBox_SleepAtPokemons.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // groupBox11
     //
     this.groupBox11.Controls.Add(this.numericUpDownMinWalkSpeed);
     this.groupBox11.Controls.Add(this.numericUpDownSpeed);
     this.groupBox11.Controls.Add(this.label11);
     this.groupBox11.Controls.Add(this.checkBox_UseLureAtBreak);
     this.groupBox11.Controls.Add(this.label8);
     this.groupBox11.Controls.Add(this.checkBox_BreakAtLure);
     this.groupBox11.Controls.Add(this.label10);
     this.groupBox11.Controls.Add(this.checkBox_CatchPokemon);
     this.groupBox11.Controls.Add(this.label9);
     this.groupBox11.Controls.Add(this.checkBox_FarmPokestops);
     this.groupBox11.Controls.Add(this.checkBox_UseBreakIntervalAndLength);
     this.groupBox11.Controls.Add(this.checkBox_SleepAtPokemons);
     this.groupBox11.Controls.Add(this.label47);
     this.groupBox11.Controls.Add(this.checkBox_RandomlyReduceSpeed);
     this.groupBox11.Controls.Add(this.checkBox_WalkInArchimedeanSpiral);
     this.groupBox11.Location = new System.Drawing.Point(4, 2);
     this.groupBox11.Margin   = new System.Windows.Forms.Padding(4, 2, 4, 2);
     this.groupBox11.Name     = "groupBox11";
     this.groupBox11.Padding  = new System.Windows.Forms.Padding(4, 2, 4, 2);
     this.groupBox11.Size     = new System.Drawing.Size(247, 372);
     this.groupBox11.TabIndex = 91;
     this.groupBox11.TabStop  = false;
     this.groupBox11.Text     = "Walk Options";
     //
     // numericUpDownMinWalkSpeed
     //
     this.numericUpDownMinWalkSpeed.Location = new System.Drawing.Point(159, 340);
     this.numericUpDownMinWalkSpeed.Margin   = new System.Windows.Forms.Padding(5);
     this.numericUpDownMinWalkSpeed.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.numericUpDownMinWalkSpeed.Name     = "numericUpDownMinWalkSpeed";
     this.numericUpDownMinWalkSpeed.Size     = new System.Drawing.Size(48, 20);
     this.numericUpDownMinWalkSpeed.TabIndex = 80;
     this.numericUpDownMinWalkSpeed.Tag      = "MinWalkSpeed";
     this.numericUpDownMinWalkSpeed.Value    = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.numericUpDownMinWalkSpeed.ValueChanged += new System.EventHandler(this.NumericUpDown_IntValueChanged);
     //
     // numericUpDownSpeed
     //
     this.numericUpDownSpeed.Location = new System.Drawing.Point(159, 311);
     this.numericUpDownSpeed.Margin   = new System.Windows.Forms.Padding(5);
     this.numericUpDownSpeed.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.numericUpDownSpeed.Name     = "numericUpDownSpeed";
     this.numericUpDownSpeed.Size     = new System.Drawing.Size(48, 20);
     this.numericUpDownSpeed.TabIndex = 80;
     this.numericUpDownSpeed.Tag      = "speed";
     this.numericUpDownSpeed.Value    = new decimal(new int[] {
         15,
         0,
         0,
         0
     });
     this.numericUpDownSpeed.ValueChanged += new System.EventHandler(this.NumericUpDown_DoubleValueChanged);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(212, 343);
     this.label11.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(33, 13);
     this.label11.TabIndex = 76;
     this.label11.Text     = "Km/h";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(212, 314);
     this.label8.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(33, 13);
     this.label8.TabIndex = 76;
     this.label8.Text     = "Km/h";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(43, 341);
     this.label10.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(89, 13);
     this.label10.TabIndex = 75;
     this.label10.Text     = "Min Walk Speed:";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(21, 313);
     this.label9.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(106, 13);
     this.label9.TabIndex = 75;
     this.label9.Text     = "Default Walk Speed:";
     //
     // checkBox_UseBreakIntervalAndLength
     //
     this.checkBox_UseBreakIntervalAndLength.AutoSize = true;
     this.checkBox_UseBreakIntervalAndLength.Location = new System.Drawing.Point(13, 246);
     this.checkBox_UseBreakIntervalAndLength.Margin   = new System.Windows.Forms.Padding(5);
     this.checkBox_UseBreakIntervalAndLength.Name     = "checkBox_UseBreakIntervalAndLength";
     this.checkBox_UseBreakIntervalAndLength.Size     = new System.Drawing.Size(171, 17);
     this.checkBox_UseBreakIntervalAndLength.TabIndex = 71;
     this.checkBox_UseBreakIntervalAndLength.Tag      = "UseBreakFields";
     this.checkBox_UseBreakIntervalAndLength.Text     = "Use Break Interval and Length";
     this.checkBox_UseBreakIntervalAndLength.UseVisualStyleBackColor = true;
     this.checkBox_UseBreakIntervalAndLength.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // label47
     //
     this.label47.AutoSize    = true;
     this.label47.Location    = new System.Drawing.Point(32, 214);
     this.label47.Margin      = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.label47.Name        = "label47";
     this.label47.Size        = new System.Drawing.Size(181, 13);
     this.label47.TabIndex    = 70;
     this.label47.Text        = "(requires a value in Min Walk Speed)";
     this.label47.UseMnemonic = false;
     //
     // checkBox_RandomlyReduceSpeed
     //
     this.checkBox_RandomlyReduceSpeed.AutoSize = true;
     this.checkBox_RandomlyReduceSpeed.Location = new System.Drawing.Point(12, 187);
     this.checkBox_RandomlyReduceSpeed.Margin   = new System.Windows.Forms.Padding(5);
     this.checkBox_RandomlyReduceSpeed.Name     = "checkBox_RandomlyReduceSpeed";
     this.checkBox_RandomlyReduceSpeed.Size     = new System.Drawing.Size(141, 17);
     this.checkBox_RandomlyReduceSpeed.TabIndex = 64;
     this.checkBox_RandomlyReduceSpeed.Tag      = "RandomReduceSpeed";
     this.checkBox_RandomlyReduceSpeed.Text     = "Randomly reduce speed";
     this.checkBox_RandomlyReduceSpeed.UseVisualStyleBackColor = true;
     this.checkBox_RandomlyReduceSpeed.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // checkBox_WalkInArchimedeanSpiral
     //
     this.checkBox_WalkInArchimedeanSpiral.AutoSize = true;
     this.checkBox_WalkInArchimedeanSpiral.Location = new System.Drawing.Point(13, 278);
     this.checkBox_WalkInArchimedeanSpiral.Margin   = new System.Windows.Forms.Padding(5);
     this.checkBox_WalkInArchimedeanSpiral.Name     = "checkBox_WalkInArchimedeanSpiral";
     this.checkBox_WalkInArchimedeanSpiral.Size     = new System.Drawing.Size(156, 17);
     this.checkBox_WalkInArchimedeanSpiral.TabIndex = 73;
     this.checkBox_WalkInArchimedeanSpiral.Tag      = "Espiral";
     this.checkBox_WalkInArchimedeanSpiral.Text     = "Walk in Archimedean Spiral";
     this.checkBox_WalkInArchimedeanSpiral.UseVisualStyleBackColor = true;
     this.checkBox_WalkInArchimedeanSpiral.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // groupBox13
     //
     this.groupBox13.Controls.Add(this.linkLabel6);
     this.groupBox13.Controls.Add(this.text_GoogleMapsAPIKey);
     this.groupBox13.Controls.Add(this.checkBox_UseGoogleMapsRouting);
     this.groupBox13.Controls.Add(this.label45);
     this.groupBox13.Location = new System.Drawing.Point(530, 5);
     this.groupBox13.Margin   = new System.Windows.Forms.Padding(4, 2, 4, 2);
     this.groupBox13.Name     = "groupBox13";
     this.groupBox13.Padding  = new System.Windows.Forms.Padding(4, 2, 4, 2);
     this.groupBox13.Size     = new System.Drawing.Size(241, 133);
     this.groupBox13.TabIndex = 92;
     this.groupBox13.TabStop  = false;
     this.groupBox13.Text     = "Routing Settings (beta)";
     //
     // linkLabel6
     //
     this.linkLabel6.AutoSize = true;
     this.linkLabel6.Location = new System.Drawing.Point(24, 101);
     this.linkLabel6.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.linkLabel6.Name     = "linkLabel6";
     this.linkLabel6.Size     = new System.Drawing.Size(157, 13);
     this.linkLabel6.TabIndex = 63;
     this.linkLabel6.TabStop  = true;
     this.linkLabel6.Text     = "Get Google Maps API Key Here";
     //
     // text_GoogleMapsAPIKey
     //
     this.text_GoogleMapsAPIKey.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.text_GoogleMapsAPIKey.Location = new System.Drawing.Point(9, 43);
     this.text_GoogleMapsAPIKey.Margin   = new System.Windows.Forms.Padding(5);
     this.text_GoogleMapsAPIKey.Name     = "text_GoogleMapsAPIKey";
     this.text_GoogleMapsAPIKey.Size     = new System.Drawing.Size(224, 20);
     this.text_GoogleMapsAPIKey.TabIndex = 62;
     //
     // checkBox_UseGoogleMapsRouting
     //
     this.checkBox_UseGoogleMapsRouting.AutoSize = true;
     this.checkBox_UseGoogleMapsRouting.Location = new System.Drawing.Point(9, 75);
     this.checkBox_UseGoogleMapsRouting.Margin   = new System.Windows.Forms.Padding(5);
     this.checkBox_UseGoogleMapsRouting.Name     = "checkBox_UseGoogleMapsRouting";
     this.checkBox_UseGoogleMapsRouting.Size     = new System.Drawing.Size(151, 17);
     this.checkBox_UseGoogleMapsRouting.TabIndex = 71;
     this.checkBox_UseGoogleMapsRouting.Tag      = "UseGoogleMapsAPI";
     this.checkBox_UseGoogleMapsRouting.Text     = "Use Google Maps Routing";
     this.checkBox_UseGoogleMapsRouting.UseVisualStyleBackColor = true;
     this.checkBox_UseGoogleMapsRouting.CheckedChanged         += new System.EventHandler(this.CheckBoxes_CheckedChanged);
     //
     // label45
     //
     this.label45.AutoSize    = true;
     this.label45.Location    = new System.Drawing.Point(9, 21);
     this.label45.Margin      = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.label45.Name        = "label45";
     this.label45.Size        = new System.Drawing.Size(48, 13);
     this.label45.TabIndex    = 72;
     this.label45.Text        = "API Key:";
     this.label45.UseMnemonic = false;
     //
     // ChangesPanel
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.buttonUpdate);
     this.Controls.Add(this.groupBox10);
     this.Controls.Add(this.groupBox11);
     this.Controls.Add(this.groupBox13);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "ChangesPanel";
     this.Size   = new System.Drawing.Size(787, 422);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numTravelSpeed)).EndInit();
     this.groupBox10.ResumeLayout(false);
     this.groupBox10.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numRazzPercent)).EndInit();
     this.groupBox11.ResumeLayout(false);
     this.groupBox11.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMinWalkSpeed)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSpeed)).EndInit();
     this.groupBox13.ResumeLayout(false);
     this.groupBox13.PerformLayout();
     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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewAlarm));
     this.txtAlarmName = new System.Windows.Forms.TextBox();
     this.lblAlarmName = new System.Windows.Forms.Label();
     this.lbldot = new System.Windows.Forms.Label();
     this.lblRepeat = new System.Windows.Forms.Label();
     this.lblTime = new System.Windows.Forms.Label();
     this.cboSongs = new System.Windows.Forms.ComboBox();
     this.lblSong = new System.Windows.Forms.Label();
     this.chkMon = new System.Windows.Forms.CheckBox();
     this.chkTue = new System.Windows.Forms.CheckBox();
     this.chkWed = new System.Windows.Forms.CheckBox();
     this.chkThu = new System.Windows.Forms.CheckBox();
     this.chkSun = new System.Windows.Forms.CheckBox();
     this.chkSat = new System.Windows.Forms.CheckBox();
     this.chkFri = new System.Windows.Forms.CheckBox();
     this.txtRepeat = new System.Windows.Forms.TextBox();
     this.btnPickSong = new System.Windows.Forms.Button();
     this.txtSong = new System.Windows.Forms.TextBox();
     this.SaveSongDialog = new System.Windows.Forms.SaveFileDialog();
     this.btnBG = new System.Windows.Forms.ImageList(this.components);
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnOK = new System.Windows.Forms.Button();
     this.chkSnooze = new System.Windows.Forms.CheckBox();
     this.lblSnooze = new System.Windows.Forms.Label();
     this.HoursUD = new System.Windows.Forms.NumericUpDown();
     this.MinutesUD = new System.Windows.Forms.NumericUpDown();
     ((System.ComponentModel.ISupportInitialize)(this.HoursUD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MinutesUD)).BeginInit();
     this.SuspendLayout();
     //
     // txtAlarmName
     //
     this.txtAlarmName.Location = new System.Drawing.Point(116, 43);
     this.txtAlarmName.MaxLength = 32;
     this.txtAlarmName.Name = "txtAlarmName";
     this.txtAlarmName.Size = new System.Drawing.Size(176, 20);
     this.txtAlarmName.TabIndex = 7;
     //
     // lblAlarmName
     //
     this.lblAlarmName.AutoSize = true;
     this.lblAlarmName.BackColor = System.Drawing.Color.Transparent;
     this.lblAlarmName.Location = new System.Drawing.Point(48, 46);
     this.lblAlarmName.Name = "lblAlarmName";
     this.lblAlarmName.Size = new System.Drawing.Size(67, 13);
     this.lblAlarmName.TabIndex = 6;
     this.lblAlarmName.Text = "Alarm Name:";
     //
     // lbldot
     //
     this.lbldot.AutoSize = true;
     this.lbldot.BackColor = System.Drawing.Color.Transparent;
     this.lbldot.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbldot.Location = new System.Drawing.Point(195, 76);
     this.lbldot.Name = "lbldot";
     this.lbldot.Size = new System.Drawing.Size(18, 26);
     this.lbldot.TabIndex = 18;
     this.lbldot.Text = ":";
     //
     // lblRepeat
     //
     this.lblRepeat.AutoSize = true;
     this.lblRepeat.BackColor = System.Drawing.Color.Transparent;
     this.lblRepeat.Location = new System.Drawing.Point(48, 178);
     this.lblRepeat.Name = "lblRepeat";
     this.lblRepeat.Size = new System.Drawing.Size(45, 13);
     this.lblRepeat.TabIndex = 13;
     this.lblRepeat.Text = "Repeat:";
     //
     // lblTime
     //
     this.lblTime.AutoSize = true;
     this.lblTime.BackColor = System.Drawing.Color.Transparent;
     this.lblTime.Location = new System.Drawing.Point(48, 84);
     this.lblTime.Name = "lblTime";
     this.lblTime.Size = new System.Drawing.Size(33, 13);
     this.lblTime.TabIndex = 12;
     this.lblTime.Text = "Time:";
     //
     // cboSongs
     //
     this.cboSongs.FormattingEnabled = true;
     this.cboSongs.Location = new System.Drawing.Point(116, 213);
     this.cboSongs.Name = "cboSongs";
     this.cboSongs.Size = new System.Drawing.Size(176, 21);
     this.cboSongs.TabIndex = 20;
     this.cboSongs.SelectedIndexChanged += new System.EventHandler(this.cboSongs_SelectedIndexChanged);
     //
     // lblSong
     //
     this.lblSong.AutoSize = true;
     this.lblSong.BackColor = System.Drawing.Color.Transparent;
     this.lblSong.Location = new System.Drawing.Point(48, 216);
     this.lblSong.Name = "lblSong";
     this.lblSong.Size = new System.Drawing.Size(35, 13);
     this.lblSong.TabIndex = 19;
     this.lblSong.Text = "Song:";
     //
     // chkMon
     //
     this.chkMon.AutoSize = true;
     this.chkMon.BackColor = System.Drawing.Color.Transparent;
     this.chkMon.CheckAlign = System.Drawing.ContentAlignment.TopCenter;
     this.chkMon.Location = new System.Drawing.Point(51, 122);
     this.chkMon.Name = "chkMon";
     this.chkMon.Size = new System.Drawing.Size(32, 31);
     this.chkMon.TabIndex = 23;
     this.chkMon.Text = "Mon";
     this.chkMon.UseVisualStyleBackColor = false;
     this.chkMon.CheckedChanged += new System.EventHandler(this.chkMon_CheckedChanged);
     //
     // chkTue
     //
     this.chkTue.AutoSize = true;
     this.chkTue.BackColor = System.Drawing.Color.Transparent;
     this.chkTue.CheckAlign = System.Drawing.ContentAlignment.TopCenter;
     this.chkTue.Location = new System.Drawing.Point(89, 122);
     this.chkTue.Name = "chkTue";
     this.chkTue.Size = new System.Drawing.Size(30, 31);
     this.chkTue.TabIndex = 24;
     this.chkTue.Text = "Tue";
     this.chkTue.UseVisualStyleBackColor = false;
     this.chkTue.CheckedChanged += new System.EventHandler(this.chkTue_CheckedChanged);
     //
     // chkWed
     //
     this.chkWed.AutoSize = true;
     this.chkWed.BackColor = System.Drawing.Color.Transparent;
     this.chkWed.CheckAlign = System.Drawing.ContentAlignment.TopCenter;
     this.chkWed.Location = new System.Drawing.Point(125, 122);
     this.chkWed.Name = "chkWed";
     this.chkWed.Size = new System.Drawing.Size(34, 31);
     this.chkWed.TabIndex = 25;
     this.chkWed.Text = "Wed";
     this.chkWed.UseVisualStyleBackColor = false;
     this.chkWed.CheckedChanged += new System.EventHandler(this.chkWed_CheckedChanged);
     //
     // chkThu
     //
     this.chkThu.AutoSize = true;
     this.chkThu.BackColor = System.Drawing.Color.Transparent;
     this.chkThu.CheckAlign = System.Drawing.ContentAlignment.TopCenter;
     this.chkThu.Location = new System.Drawing.Point(165, 122);
     this.chkThu.Name = "chkThu";
     this.chkThu.Size = new System.Drawing.Size(30, 31);
     this.chkThu.TabIndex = 26;
     this.chkThu.Text = "Thu";
     this.chkThu.UseVisualStyleBackColor = false;
     this.chkThu.CheckedChanged += new System.EventHandler(this.chkThu_CheckedChanged);
     //
     // chkSun
     //
     this.chkSun.AutoSize = true;
     this.chkSun.BackColor = System.Drawing.Color.Transparent;
     this.chkSun.CheckAlign = System.Drawing.ContentAlignment.TopCenter;
     this.chkSun.Location = new System.Drawing.Point(262, 122);
     this.chkSun.Name = "chkSun";
     this.chkSun.Size = new System.Drawing.Size(30, 31);
     this.chkSun.TabIndex = 29;
     this.chkSun.Text = "Sun";
     this.chkSun.UseVisualStyleBackColor = false;
     this.chkSun.CheckedChanged += new System.EventHandler(this.chkSun_CheckedChanged);
     //
     // chkSat
     //
     this.chkSat.AutoSize = true;
     this.chkSat.BackColor = System.Drawing.Color.Transparent;
     this.chkSat.CheckAlign = System.Drawing.ContentAlignment.TopCenter;
     this.chkSat.Location = new System.Drawing.Point(229, 122);
     this.chkSat.Name = "chkSat";
     this.chkSat.Size = new System.Drawing.Size(27, 31);
     this.chkSat.TabIndex = 28;
     this.chkSat.Text = "Sat";
     this.chkSat.UseVisualStyleBackColor = false;
     this.chkSat.CheckedChanged += new System.EventHandler(this.chkSat_CheckedChanged);
     //
     // chkFri
     //
     this.chkFri.AutoSize = true;
     this.chkFri.BackColor = System.Drawing.Color.Transparent;
     this.chkFri.CheckAlign = System.Drawing.ContentAlignment.TopCenter;
     this.chkFri.Location = new System.Drawing.Point(201, 122);
     this.chkFri.Name = "chkFri";
     this.chkFri.Size = new System.Drawing.Size(22, 31);
     this.chkFri.TabIndex = 27;
     this.chkFri.Text = "Fri";
     this.chkFri.UseVisualStyleBackColor = false;
     this.chkFri.CheckedChanged += new System.EventHandler(this.chkFri_CheckedChanged);
     //
     // txtRepeat
     //
     this.txtRepeat.Location = new System.Drawing.Point(116, 175);
     this.txtRepeat.MaxLength = 32;
     this.txtRepeat.Name = "txtRepeat";
     this.txtRepeat.Size = new System.Drawing.Size(176, 20);
     this.txtRepeat.TabIndex = 30;
     //
     // btnPickSong
     //
     this.btnPickSong.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPickSong.BackgroundImage")));
     this.btnPickSong.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnPickSong.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnPickSong.Location = new System.Drawing.Point(217, 252);
     this.btnPickSong.Name = "btnPickSong";
     this.btnPickSong.Size = new System.Drawing.Size(75, 23);
     this.btnPickSong.TabIndex = 32;
     this.btnPickSong.Text = "Pick a song";
     this.btnPickSong.UseVisualStyleBackColor = true;
     this.btnPickSong.Click += new System.EventHandler(this.btnPickSong_Click);
     this.btnPickSong.MouseLeave += new System.EventHandler(this.btnPickSong_MouseLeave);
     this.btnPickSong.MouseHover += new System.EventHandler(this.btnPickSong_MouseHover);
     //
     // txtSong
     //
     this.txtSong.Location = new System.Drawing.Point(51, 254);
     this.txtSong.MaxLength = 32;
     this.txtSong.Name = "txtSong";
     this.txtSong.Size = new System.Drawing.Size(160, 20);
     this.txtSong.TabIndex = 33;
     //
     // SaveSongDialog
     //
     this.SaveSongDialog.CheckFileExists = true;
     this.SaveSongDialog.DefaultExt = "mp3";
     this.SaveSongDialog.Filter = "MP3 files (*.mp3)|*.mp3";
     this.SaveSongDialog.Title = "Pick a song";
     //
     // btnBG
     //
     this.btnBG.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("btnBG.ImageStream")));
     this.btnBG.TransparentColor = System.Drawing.Color.Transparent;
     this.btnBG.Images.SetKeyName(0, "btnBG.png");
     this.btnBG.Images.SetKeyName(1, "btnHover.png");
     this.btnBG.Images.SetKeyName(2, "btnChecked.png");
     this.btnBG.Images.SetKeyName(3, "btnUnchecked.png");
     //
     // btnCancel
     //
     this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
     this.btnCancel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
     this.btnCancel.Location = new System.Drawing.Point(200, 337);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(79, 37);
     this.btnCancel.TabIndex = 35;
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     this.btnCancel.MouseLeave += new System.EventHandler(this.btnCancel_MouseLeave);
     this.btnCancel.MouseHover += new System.EventHandler(this.btnCancel_MouseHover);
     //
     // btnOK
     //
     this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
     this.btnOK.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
     this.btnOK.Location = new System.Drawing.Point(62, 337);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new System.Drawing.Size(79, 37);
     this.btnOK.TabIndex = 34;
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     this.btnOK.MouseLeave += new System.EventHandler(this.btnOK_MouseLeave);
     this.btnOK.MouseHover += new System.EventHandler(this.btnOK_MouseHover);
     //
     // chkSnooze
     //
     this.chkSnooze.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkSnooze.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkSnooze.BackgroundImage")));
     this.chkSnooze.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.chkSnooze.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.chkSnooze.Location = new System.Drawing.Point(116, 293);
     this.chkSnooze.Name = "chkSnooze";
     this.chkSnooze.Size = new System.Drawing.Size(176, 24);
     this.chkSnooze.TabIndex = 36;
     this.chkSnooze.Text = "Snooze";
     this.chkSnooze.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkSnooze.UseVisualStyleBackColor = true;
     this.chkSnooze.CheckedChanged += new System.EventHandler(this.chkSnooze_CheckedChanged);
     this.chkSnooze.MouseLeave += new System.EventHandler(this.chkSnooze_MouseLeave);
     this.chkSnooze.MouseHover += new System.EventHandler(this.chkSnooze_MouseHover);
     //
     // lblSnooze
     //
     this.lblSnooze.AutoSize = true;
     this.lblSnooze.BackColor = System.Drawing.Color.Transparent;
     this.lblSnooze.Location = new System.Drawing.Point(48, 299);
     this.lblSnooze.Name = "lblSnooze";
     this.lblSnooze.Size = new System.Drawing.Size(46, 13);
     this.lblSnooze.TabIndex = 37;
     this.lblSnooze.Text = "Snooze:";
     //
     // HoursUD
     //
     this.HoursUD.Location = new System.Drawing.Point(116, 81);
     this.HoursUD.Maximum = new decimal(new int[] {
     23,
     0,
     0,
     0});
     this.HoursUD.Name = "HoursUD";
     this.HoursUD.Size = new System.Drawing.Size(75, 20);
     this.HoursUD.TabIndex = 38;
     this.HoursUD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // MinutesUD
     //
     this.MinutesUD.Location = new System.Drawing.Point(217, 81);
     this.MinutesUD.Maximum = new decimal(new int[] {
     59,
     0,
     0,
     0});
     this.MinutesUD.Name = "MinutesUD";
     this.MinutesUD.Size = new System.Drawing.Size(75, 20);
     this.MinutesUD.TabIndex = 39;
     this.MinutesUD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // NewAlarm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize = new System.Drawing.Size(340, 420);
     this.Controls.Add(this.MinutesUD);
     this.Controls.Add(this.HoursUD);
     this.Controls.Add(this.lblSnooze);
     this.Controls.Add(this.chkSnooze);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.txtSong);
     this.Controls.Add(this.btnPickSong);
     this.Controls.Add(this.txtRepeat);
     this.Controls.Add(this.chkSun);
     this.Controls.Add(this.chkSat);
     this.Controls.Add(this.chkFri);
     this.Controls.Add(this.chkThu);
     this.Controls.Add(this.chkWed);
     this.Controls.Add(this.chkTue);
     this.Controls.Add(this.chkMon);
     this.Controls.Add(this.cboSongs);
     this.Controls.Add(this.lblSong);
     this.Controls.Add(this.lbldot);
     this.Controls.Add(this.lblRepeat);
     this.Controls.Add(this.lblTime);
     this.Controls.Add(this.txtAlarmName);
     this.Controls.Add(this.lblAlarmName);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "NewAlarm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Alarm";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.NewAlarm_FormClosing);
     this.Load += new System.EventHandler(this.NewAlarm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.HoursUD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MinutesUD)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void Numeric_DoubleClick(object sender, EventArgs e)
 {
     System.Windows.Forms.NumericUpDown Numeric = (System.Windows.Forms.NumericUpDown)sender;
     Numeric.Select(0, Numeric.Text.Length);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.nudSchoolYear = new System.Windows.Forms.NumericUpDown();
     this.lblSchoolYear = new DevComponents.DotNetBar.LabelX();
     this.circularProgress = new DevComponents.DotNetBar.Controls.CircularProgress();
     this.btnPrint = new DevComponents.DotNetBar.ButtonX();
     this.btnExit = new DevComponents.DotNetBar.ButtonX();
     ((System.ComponentModel.ISupportInitialize)(this.nudSchoolYear)).BeginInit();
     this.SuspendLayout();
     //
     // nudSchoolYear
     //
     this.nudSchoolYear.Location = new System.Drawing.Point(103, 20);
     this.nudSchoolYear.Maximum = new decimal(new int[] {
     999,
     0,
     0,
     0});
     this.nudSchoolYear.Name = "nudSchoolYear";
     this.nudSchoolYear.Size = new System.Drawing.Size(66, 25);
     this.nudSchoolYear.TabIndex = 38;
     this.nudSchoolYear.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblSchoolYear
     //
     this.lblSchoolYear.AutoSize = true;
     this.lblSchoolYear.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblSchoolYear.BackgroundStyle.Class = "";
     this.lblSchoolYear.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblSchoolYear.Location = new System.Drawing.Point(26, 22);
     this.lblSchoolYear.Name = "lblSchoolYear";
     this.lblSchoolYear.Size = new System.Drawing.Size(74, 21);
     this.lblSchoolYear.TabIndex = 37;
     this.lblSchoolYear.Text = "填報學年度";
     //
     // circularProgress
     //
     this.circularProgress.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.circularProgress.BackgroundStyle.Class = "";
     this.circularProgress.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.circularProgress.Location = new System.Drawing.Point(28, 75);
     this.circularProgress.Name = "circularProgress";
     this.circularProgress.Size = new System.Drawing.Size(46, 28);
     this.circularProgress.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
     this.circularProgress.TabIndex = 84;
     //
     // btnPrint
     //
     this.btnPrint.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnPrint.AutoExpandOnClick = true;
     this.btnPrint.BackColor = System.Drawing.Color.Transparent;
     this.btnPrint.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnPrint.Location = new System.Drawing.Point(103, 75);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(72, 28);
     this.btnPrint.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnPrint.TabIndex = 83;
     this.btnPrint.Text = "列  印";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // btnExit
     //
     this.btnExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnExit.BackColor = System.Drawing.Color.Transparent;
     this.btnExit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnExit.Location = new System.Drawing.Point(195, 75);
     this.btnExit.Name = "btnExit";
     this.btnExit.Size = new System.Drawing.Size(72, 28);
     this.btnExit.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnExit.TabIndex = 82;
     this.btnExit.Text = "離  開";
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // UnApproach_Report
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(293, 114);
     this.Controls.Add(this.circularProgress);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.nudSchoolYear);
     this.Controls.Add(this.lblSchoolYear);
     this.DoubleBuffered = true;
     this.Name = "UnApproach_Report";
     this.Text = "國中華業未升學未就業學生動向";
     this.TitleText = "國中華業未升學未就業學生動向";
     ((System.ComponentModel.ISupportInitialize)(this.nudSchoolYear)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#44
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.servername       = new System.Windows.Forms.TextBox();
     this.database         = new System.Windows.Forms.TextBox();
     this.username         = new System.Windows.Forms.TextBox();
     this.deleteButton     = new System.Windows.Forms.Button();
     this.updateButton     = new System.Windows.Forms.Button();
     this.addButton        = new System.Windows.Forms.Button();
     this.label1           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.password         = new System.Windows.Forms.TextBox();
     this.loginToDB        = new System.Windows.Forms.Button();
     this.nameBox          = new System.Windows.Forms.TextBox();
     this.surnameBox       = new System.Windows.Forms.TextBox();
     this.positionBox      = new System.Windows.Forms.TextBox();
     this.label5           = new System.Windows.Forms.Label();
     this.label6           = new System.Windows.Forms.Label();
     this.label7           = new System.Windows.Forms.Label();
     this.label8           = new System.Windows.Forms.Label();
     this.label9           = new System.Windows.Forms.Label();
     this.dateOfEmployment = new System.Windows.Forms.DateTimePicker();
     this.salaryBox        = new System.Windows.Forms.NumericUpDown();
     this.dataGridView1    = new System.Windows.Forms.DataGridView();
     this.idBox            = new System.Windows.Forms.NumericUpDown();
     this.label10          = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.salaryBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.idBox)).BeginInit();
     this.SuspendLayout();
     //
     // servername
     //
     this.servername.Location = new System.Drawing.Point(228, 7);
     this.servername.Name     = "servername";
     this.servername.Size     = new System.Drawing.Size(157, 20);
     this.servername.TabIndex = 0;
     //
     // database
     //
     this.database.Location = new System.Drawing.Point(228, 33);
     this.database.Name     = "database";
     this.database.Size     = new System.Drawing.Size(157, 20);
     this.database.TabIndex = 1;
     //
     // username
     //
     this.username.Location = new System.Drawing.Point(228, 59);
     this.username.Name     = "username";
     this.username.Size     = new System.Drawing.Size(157, 20);
     this.username.TabIndex = 2;
     //
     // deleteButton
     //
     this.deleteButton.Location = new System.Drawing.Point(151, 307);
     this.deleteButton.Name     = "deleteButton";
     this.deleteButton.Size     = new System.Drawing.Size(100, 27);
     this.deleteButton.TabIndex = 12;
     this.deleteButton.Text     = "Delete";
     this.deleteButton.UseVisualStyleBackColor = true;
     this.deleteButton.Click += new System.EventHandler(this.DeleteButtonClick);
     //
     // updateButton
     //
     this.updateButton.Location = new System.Drawing.Point(17, 307);
     this.updateButton.Name     = "updateButton";
     this.updateButton.Size     = new System.Drawing.Size(100, 27);
     this.updateButton.TabIndex = 13;
     this.updateButton.Text     = "Update";
     this.updateButton.UseVisualStyleBackColor = true;
     this.updateButton.Click += new System.EventHandler(this.UpdateButtonClick);
     //
     // addButton
     //
     this.addButton.Location = new System.Drawing.Point(282, 307);
     this.addButton.Name     = "addButton";
     this.addButton.Size     = new System.Drawing.Size(100, 27);
     this.addButton.TabIndex = 11;
     this.addButton.Text     = "Add";
     this.addButton.UseVisualStyleBackColor = true;
     this.addButton.Click += new System.EventHandler(this.AddButtonClick);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(17, 7);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(210, 20);
     this.label1.TabIndex  = 6;
     this.label1.Text      = "Nazwa serwera";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(17, 33);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(210, 20);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "Baza danych";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(17, 59);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(210, 20);
     this.label3.TabIndex  = 12;
     this.label3.Text      = "Nazwa użytkownika";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(17, 82);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(210, 20);
     this.label4.TabIndex  = 14;
     this.label4.Text      = "Hasło użytkownika";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // password
     //
     this.password.Location = new System.Drawing.Point(228, 82);
     this.password.Name     = "password";
     this.password.Size     = new System.Drawing.Size(157, 20);
     this.password.TabIndex = 3;
     //
     // loginToDB
     //
     this.loginToDB.Location = new System.Drawing.Point(228, 114);
     this.loginToDB.Name     = "loginToDB";
     this.loginToDB.Size     = new System.Drawing.Size(156, 26);
     this.loginToDB.TabIndex = 4;
     this.loginToDB.Text     = "Login";
     this.loginToDB.UseVisualStyleBackColor = true;
     this.loginToDB.Click += new System.EventHandler(this.LoginToDBClick);
     //
     // nameBox
     //
     this.nameBox.Location = new System.Drawing.Point(229, 176);
     this.nameBox.Name     = "nameBox";
     this.nameBox.Size     = new System.Drawing.Size(156, 20);
     this.nameBox.TabIndex = 6;
     //
     // surnameBox
     //
     this.surnameBox.Location = new System.Drawing.Point(229, 202);
     this.surnameBox.Name     = "surnameBox";
     this.surnameBox.Size     = new System.Drawing.Size(156, 20);
     this.surnameBox.TabIndex = 7;
     //
     // positionBox
     //
     this.positionBox.Location = new System.Drawing.Point(229, 228);
     this.positionBox.Name     = "positionBox";
     this.positionBox.Size     = new System.Drawing.Size(156, 20);
     this.positionBox.TabIndex = 8;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(12, 176);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(211, 20);
     this.label5.TabIndex  = 21;
     this.label5.Text      = "Imie";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(12, 202);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(211, 20);
     this.label6.TabIndex  = 22;
     this.label6.Text      = "Nazwisko";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(12, 227);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(211, 20);
     this.label7.TabIndex  = 23;
     this.label7.Text      = "Stanowisko";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(12, 253);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(211, 20);
     this.label8.TabIndex  = 24;
     this.label8.Text      = "Pensja";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(12, 280);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(211, 20);
     this.label9.TabIndex  = 17;
     this.label9.Text      = "Data zatrudnienia";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // dateOfEmployment
     //
     this.dateOfEmployment.CustomFormat = "yyyy-MM-dd";
     this.dateOfEmployment.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateOfEmployment.Location     = new System.Drawing.Point(229, 280);
     this.dateOfEmployment.Name         = "dateOfEmployment";
     this.dateOfEmployment.Size         = new System.Drawing.Size(156, 20);
     this.dateOfEmployment.TabIndex     = 10;
     //
     // salaryBox
     //
     this.salaryBox.DecimalPlaces = 2;
     this.salaryBox.Location      = new System.Drawing.Point(229, 255);
     this.salaryBox.Maximum       = new decimal(new int[] {
         1000000,
         0,
         0,
         0
     });
     this.salaryBox.Name     = "salaryBox";
     this.salaryBox.Size     = new System.Drawing.Size(156, 20);
     this.salaryBox.TabIndex = 9;
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows          = false;
     this.dataGridView1.AllowUserToDeleteRows       = false;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location          = new System.Drawing.Point(19, 340);
     this.dataGridView1.MultiSelect       = false;
     this.dataGridView1.Name              = "dataGridView1";
     this.dataGridView1.ReadOnly          = true;
     this.dataGridView1.Size              = new System.Drawing.Size(367, 225);
     this.dataGridView1.TabIndex          = 29;
     this.dataGridView1.TabStop           = false;
     this.dataGridView1.SelectionChanged += new System.EventHandler(this.DataGridView1SelectionChanged);
     //
     // idBox
     //
     this.idBox.Location = new System.Drawing.Point(229, 150);
     this.idBox.Maximum  = new decimal(new int[] {
         1000000,
         0,
         0,
         0
     });
     this.idBox.Name     = "idBox";
     this.idBox.Size     = new System.Drawing.Size(153, 20);
     this.idBox.TabIndex = 5;
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(12, 150);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(211, 20);
     this.label10.TabIndex  = 32;
     this.label10.Text      = "Id";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(404, 580);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.idBox);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.salaryBox);
     this.Controls.Add(this.dateOfEmployment);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.positionBox);
     this.Controls.Add(this.surnameBox);
     this.Controls.Add(this.nameBox);
     this.Controls.Add(this.loginToDB);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.password);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.addButton);
     this.Controls.Add(this.updateButton);
     this.Controls.Add(this.deleteButton);
     this.Controls.Add(this.username);
     this.Controls.Add(this.database);
     this.Controls.Add(this.servername);
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(420, 618);
     this.MinimumSize = new System.Drawing.Size(420, 618);
     this.Name        = "MainForm";
     this.Text        = "IBD";
     ((System.ComponentModel.ISupportInitialize)(this.salaryBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.idBox)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.textBoxParentID = new System.Windows.Forms.TextBox();
     this.checkBoxCheckIfAlreadyUploaded = new System.Windows.Forms.CheckBox();
     this.numericUpDownChunkSize = new System.Windows.Forms.NumericUpDown();
     this.label2 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownChunkSize)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(29, 6);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(40, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "File ID:";
     //
     // textBoxParentID
     //
     this.textBoxParentID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxParentID.Location = new System.Drawing.Point(75, 3);
     this.textBoxParentID.Name = "textBoxParentID";
     this.textBoxParentID.Size = new System.Drawing.Size(230, 20);
     this.textBoxParentID.TabIndex = 1;
     //
     // checkBoxCheckIfAlreadyUploaded
     //
     this.checkBoxCheckIfAlreadyUploaded.AutoSize = true;
     this.checkBoxCheckIfAlreadyUploaded.Checked = true;
     this.checkBoxCheckIfAlreadyUploaded.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxCheckIfAlreadyUploaded.Location = new System.Drawing.Point(75, 55);
     this.checkBoxCheckIfAlreadyUploaded.Name = "checkBoxCheckIfAlreadyUploaded";
     this.checkBoxCheckIfAlreadyUploaded.Size = new System.Drawing.Size(153, 17);
     this.checkBoxCheckIfAlreadyUploaded.TabIndex = 7;
     this.checkBoxCheckIfAlreadyUploaded.Text = "Check If Already Uploaded";
     this.checkBoxCheckIfAlreadyUploaded.UseVisualStyleBackColor = true;
     //
     // numericUpDownChunkSize
     //
     this.numericUpDownChunkSize.Location = new System.Drawing.Point(75, 29);
     this.numericUpDownChunkSize.Maximum = new decimal(new int[] {
     1000000,
     0,
     0,
     0});
     this.numericUpDownChunkSize.Name = "numericUpDownChunkSize";
     this.numericUpDownChunkSize.Size = new System.Drawing.Size(120, 20);
     this.numericUpDownChunkSize.TabIndex = 6;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(5, 31);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(64, 13);
     this.label2.TabIndex = 5;
     this.label2.Text = "Chunk Size:";
     //
     // UploadFileControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.checkBoxCheckIfAlreadyUploaded);
     this.Controls.Add(this.numericUpDownChunkSize);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textBoxParentID);
     this.Controls.Add(this.label1);
     this.Name = "UploadFileControl";
     this.Size = new System.Drawing.Size(318, 82);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownChunkSize)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.amount3Reset  = new System.Windows.Forms.Button();
     this.amount3UpDown = new System.Windows.Forms.NumericUpDown();
     this.amount3Slider = new System.Windows.Forms.TrackBar();
     this.amount3Header = new PaintDotNet.HeaderLabel();
     ((System.ComponentModel.ISupportInitialize)(this.amount3UpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.amount3Slider)).BeginInit();
     this.SuspendLayout();
     //
     // okButton
     //
     this.okButton.Location = new System.Drawing.Point(101, 219);
     this.okButton.Size     = new System.Drawing.Size(81, 23);
     this.okButton.Name     = "okButton";
     this.okButton.TabIndex = 9;
     //
     // cancelButton
     //
     this.cancelButton.Location = new System.Drawing.Point(188, 219);
     this.cancelButton.Size     = new System.Drawing.Size(81, 23);
     this.cancelButton.Name     = "cancelButton";
     this.cancelButton.TabIndex = 10;
     //
     // amount3Reset
     //
     this.amount3Reset.Location = new System.Drawing.Point(188, 188);
     this.amount3Reset.Name     = "amount3Reset";
     this.amount3Reset.Size     = new System.Drawing.Size(81, 20);
     this.amount3Reset.TabIndex = 8;
     this.amount3Reset.Click   += new System.EventHandler(this.amount3Reset_Click);
     //
     // amount3UpDown
     //
     this.amount3UpDown.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.amount3UpDown.Location = new System.Drawing.Point(188, 164);
     this.amount3UpDown.Minimum  = new System.Decimal(new int[] {
         100,
         0,
         0,
         -2147483648
     });
     this.amount3UpDown.Name          = "amount3UpDown";
     this.amount3UpDown.Size          = new System.Drawing.Size(81, 20);
     this.amount3UpDown.TabIndex      = 7;
     this.amount3UpDown.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     this.amount3UpDown.Enter        += new System.EventHandler(this.amount3UpDown_Enter);
     this.amount3UpDown.ValueChanged += new System.EventHandler(this.amount3UpDown_ValueChanged);
     this.amount3UpDown.Leave        += new System.EventHandler(this.amount3UpDown_Leave);
     //
     // amount3Slider
     //
     this.amount3Slider.LargeChange   = 20;
     this.amount3Slider.Location      = new System.Drawing.Point(1, 164);
     this.amount3Slider.Maximum       = 100;
     this.amount3Slider.Minimum       = -100;
     this.amount3Slider.Name          = "amount3Slider";
     this.amount3Slider.Size          = new System.Drawing.Size(175, 42);
     this.amount3Slider.TabIndex      = 6;
     this.amount3Slider.TickFrequency = 10;
     this.amount3Slider.ValueChanged += new System.EventHandler(this.amount3Slider_ValueChanged);
     //
     // amount3Header
     //
     this.amount3Header.Location = new System.Drawing.Point(6, 148);
     this.amount3Header.Name     = "amount3Header";
     this.amount3Header.Size     = new System.Drawing.Size(271, 14);
     this.amount3Header.TabIndex = 11;
     this.amount3Header.TabStop  = false;
     this.amount3Header.Text     = "Header 3";
     //
     // ThreeAmountsConfigDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(275, 248);
     this.Controls.Add(this.amount3Header);
     this.Controls.Add(this.amount3Slider);
     this.Controls.Add(this.amount3Reset);
     this.Controls.Add(this.amount3UpDown);
     this.Location = new System.Drawing.Point(0, 0);
     this.Name     = "ThreeAmountsConfigDialog";
     this.Controls.SetChildIndex(this.amount3UpDown, 0);
     this.Controls.SetChildIndex(this.amount3Reset, 0);
     this.Controls.SetChildIndex(this.amount3Slider, 0);
     this.Controls.SetChildIndex(this.okButton, 0);
     this.Controls.SetChildIndex(this.cancelButton, 0);
     this.Controls.SetChildIndex(this.amount3Header, 0);
     ((System.ComponentModel.ISupportInitialize)(this.amount3UpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.amount3Slider)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
     "身分證號"}, -1, System.Drawing.Color.Red, System.Drawing.Color.Empty, null);
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("畢業班級");
     System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("座號");
     System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("學號");
     System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem(new string[] {
     "姓名"}, -1, System.Drawing.Color.Red, System.Drawing.Color.Empty, null);
     System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("戶籍電話");
     System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem("聯絡電話");
     System.Windows.Forms.ListViewItem listViewItem8 = new System.Windows.Forms.ListViewItem("行動電話");
     System.Windows.Forms.ListViewItem listViewItem9 = new System.Windows.Forms.ListViewItem("其它電話1");
     System.Windows.Forms.ListViewItem listViewItem10 = new System.Windows.Forms.ListViewItem("其它電話2");
     System.Windows.Forms.ListViewItem listViewItem11 = new System.Windows.Forms.ListViewItem("其它電話3");
     System.Windows.Forms.ListViewItem listViewItem12 = new System.Windows.Forms.ListViewItem("監護人電話");
     System.Windows.Forms.ListViewItem listViewItem13 = new System.Windows.Forms.ListViewItem("父親電話");
     System.Windows.Forms.ListViewItem listViewItem14 = new System.Windows.Forms.ListViewItem("母親電話");
     System.Windows.Forms.ListViewItem listViewItem15 = new System.Windows.Forms.ListViewItem(new string[] {
     "填報學年度"}, -1, System.Drawing.Color.Red, System.Drawing.Color.Empty, null);
     System.Windows.Forms.ListViewItem listViewItem16 = new System.Windows.Forms.ListViewItem(new string[] {
     "畢業生目前動向"}, -1, System.Drawing.Color.Red, System.Drawing.Color.Empty, null);
     System.Windows.Forms.ListViewItem listViewItem17 = new System.Windows.Forms.ListViewItem(new string[] {
     "是否需要教育部協助"}, -1, System.Drawing.Color.Red, System.Drawing.Color.Empty, null);
     System.Windows.Forms.ListViewItem listViewItem18 = new System.Windows.Forms.ListViewItem(new string[] {
     "備註"}, -1, System.Drawing.Color.Red, System.Drawing.Color.Empty, null);
     this.chkSelectAll = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.btnExport = new DevComponents.DotNetBar.ButtonX();
     this.btnExit = new DevComponents.DotNetBar.ButtonX();
     this.FieldContainer = new System.Windows.Forms.ListView();
     this.lblExplanation = new DevComponents.DotNetBar.LabelX();
     this.circularProgress = new DevComponents.DotNetBar.Controls.CircularProgress();
     this.nudSchoolYear = new System.Windows.Forms.NumericUpDown();
     this.lblSchoolYear = new DevComponents.DotNetBar.LabelX();
     this.radioAllStudentInOneFile = new System.Windows.Forms.RadioButton();
     this.radioOneClassInOneFile = new System.Windows.Forms.RadioButton();
     this.label1 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.nudSchoolYear)).BeginInit();
     this.SuspendLayout();
     //
     // chkSelectAll
     //
     this.chkSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.chkSelectAll.AutoSize = true;
     this.chkSelectAll.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.chkSelectAll.BackgroundStyle.Class = "";
     this.chkSelectAll.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkSelectAll.Checked = true;
     this.chkSelectAll.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkSelectAll.CheckValue = "Y";
     this.chkSelectAll.Location = new System.Drawing.Point(136, 15);
     this.chkSelectAll.Name = "chkSelectAll";
     this.chkSelectAll.Size = new System.Drawing.Size(54, 21);
     this.chkSelectAll.TabIndex = 3;
     this.chkSelectAll.Text = "全選";
     this.chkSelectAll.CheckedChanged += new System.EventHandler(this.chkSelectAll_CheckedChanged);
     //
     // btnExport
     //
     this.btnExport.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExport.AutoSize = true;
     this.btnExport.BackColor = System.Drawing.Color.Transparent;
     this.btnExport.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnExport.Location = new System.Drawing.Point(298, 356);
     this.btnExport.Name = "btnExport";
     this.btnExport.Size = new System.Drawing.Size(75, 25);
     this.btnExport.TabIndex = 4;
     this.btnExport.Text = "匯出";
     this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
     //
     // btnExit
     //
     this.btnExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExit.AutoSize = true;
     this.btnExit.BackColor = System.Drawing.Color.Transparent;
     this.btnExit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnExit.Location = new System.Drawing.Point(383, 356);
     this.btnExit.Name = "btnExit";
     this.btnExit.Size = new System.Drawing.Size(75, 25);
     this.btnExit.TabIndex = 5;
     this.btnExit.Text = "關閉";
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // FieldContainer
     //
     this.FieldContainer.CheckBoxes = true;
     this.FieldContainer.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.FieldContainer.HideSelection = false;
     listViewItem1.Checked = true;
     listViewItem1.StateImageIndex = 1;
     listViewItem2.StateImageIndex = 0;
     listViewItem3.StateImageIndex = 0;
     listViewItem4.StateImageIndex = 0;
     listViewItem5.Checked = true;
     listViewItem5.StateImageIndex = 1;
     listViewItem6.StateImageIndex = 0;
     listViewItem7.StateImageIndex = 0;
     listViewItem8.StateImageIndex = 0;
     listViewItem9.StateImageIndex = 0;
     listViewItem10.StateImageIndex = 0;
     listViewItem11.StateImageIndex = 0;
     listViewItem12.StateImageIndex = 0;
     listViewItem13.StateImageIndex = 0;
     listViewItem14.StateImageIndex = 0;
     listViewItem15.Checked = true;
     listViewItem15.StateImageIndex = 1;
     listViewItem16.Checked = true;
     listViewItem16.StateImageIndex = 1;
     listViewItem17.Checked = true;
     listViewItem17.StateImageIndex = 1;
     listViewItem18.Checked = true;
     listViewItem18.StateImageIndex = 1;
     this.FieldContainer.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
     listViewItem1,
     listViewItem2,
     listViewItem3,
     listViewItem4,
     listViewItem5,
     listViewItem6,
     listViewItem7,
     listViewItem8,
     listViewItem9,
     listViewItem10,
     listViewItem11,
     listViewItem12,
     listViewItem13,
     listViewItem14,
     listViewItem15,
     listViewItem16,
     listViewItem17,
     listViewItem18});
     this.FieldContainer.Location = new System.Drawing.Point(34, 51);
     this.FieldContainer.Name = "FieldContainer";
     this.FieldContainer.Size = new System.Drawing.Size(424, 260);
     this.FieldContainer.TabIndex = 19;
     this.FieldContainer.UseCompatibleStateImageBehavior = false;
     this.FieldContainer.View = System.Windows.Forms.View.List;
     this.FieldContainer.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.FieldContainer_ItemChecked);
     //
     // lblExplanation
     //
     this.lblExplanation.AutoSize = true;
     this.lblExplanation.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblExplanation.BackgroundStyle.Class = "";
     this.lblExplanation.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblExplanation.Location = new System.Drawing.Point(34, 15);
     this.lblExplanation.Name = "lblExplanation";
     this.lblExplanation.Size = new System.Drawing.Size(101, 21);
     this.lblExplanation.TabIndex = 20;
     this.lblExplanation.Text = "請選擇匯出欄位";
     //
     // circularProgress
     //
     this.circularProgress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.circularProgress.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.circularProgress.BackgroundStyle.Class = "";
     this.circularProgress.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.circularProgress.Location = new System.Drawing.Point(249, 358);
     this.circularProgress.Name = "circularProgress";
     this.circularProgress.Size = new System.Drawing.Size(43, 23);
     this.circularProgress.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
     this.circularProgress.TabIndex = 33;
     this.circularProgress.Visible = false;
     //
     // nudSchoolYear
     //
     this.nudSchoolYear.Location = new System.Drawing.Point(334, 13);
     this.nudSchoolYear.Maximum = new decimal(new int[] {
     999,
     0,
     0,
     0});
     this.nudSchoolYear.Name = "nudSchoolYear";
     this.nudSchoolYear.Size = new System.Drawing.Size(66, 25);
     this.nudSchoolYear.TabIndex = 35;
     this.nudSchoolYear.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblSchoolYear
     //
     this.lblSchoolYear.AutoSize = true;
     this.lblSchoolYear.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblSchoolYear.BackgroundStyle.Class = "";
     this.lblSchoolYear.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblSchoolYear.Location = new System.Drawing.Point(254, 16);
     this.lblSchoolYear.Name = "lblSchoolYear";
     this.lblSchoolYear.Size = new System.Drawing.Size(74, 21);
     this.lblSchoolYear.TabIndex = 34;
     this.lblSchoolYear.Text = "填報學年度";
     //
     // radioAllStudentInOneFile
     //
     this.radioAllStudentInOneFile.AutoSize = true;
     this.radioAllStudentInOneFile.BackColor = System.Drawing.Color.Transparent;
     this.radioAllStudentInOneFile.Location = new System.Drawing.Point(138, 323);
     this.radioAllStudentInOneFile.Name = "radioAllStudentInOneFile";
     this.radioAllStudentInOneFile.Size = new System.Drawing.Size(130, 21);
     this.radioAllStudentInOneFile.TabIndex = 1;
     this.radioAllStudentInOneFile.Tag = "2";
     this.radioAllStudentInOneFile.Text = "所有學生一個檔案";
     this.radioAllStudentInOneFile.UseVisualStyleBackColor = false;
     this.radioAllStudentInOneFile.Click += new System.EventHandler(this.radioAllStudentInOneFile_Click);
     //
     // radioOneClassInOneFile
     //
     this.radioOneClassInOneFile.AutoSize = true;
     this.radioOneClassInOneFile.BackColor = System.Drawing.Color.Transparent;
     this.radioOneClassInOneFile.Location = new System.Drawing.Point(283, 323);
     this.radioOneClassInOneFile.Name = "radioOneClassInOneFile";
     this.radioOneClassInOneFile.Size = new System.Drawing.Size(130, 21);
     this.radioOneClassInOneFile.TabIndex = 0;
     this.radioOneClassInOneFile.Tag = "1";
     this.radioOneClassInOneFile.Text = "一個班級一個檔案";
     this.radioOneClassInOneFile.UseVisualStyleBackColor = false;
     this.radioOneClassInOneFile.Click += new System.EventHandler(this.radioOneClassInOneFile_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location = new System.Drawing.Point(34, 325);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(86, 17);
     this.label1.TabIndex = 36;
     this.label1.Text = "儲存檔案方式";
     //
     // Vagrant_Export
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CaptionAntiAlias = false;
     this.ClientSize = new System.Drawing.Size(492, 393);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.radioAllStudentInOneFile);
     this.Controls.Add(this.radioOneClassInOneFile);
     this.Controls.Add(this.nudSchoolYear);
     this.Controls.Add(this.lblSchoolYear);
     this.Controls.Add(this.circularProgress);
     this.Controls.Add(this.lblExplanation);
     this.Controls.Add(this.FieldContainer);
     this.Controls.Add(this.btnExport);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.chkSelectAll);
     this.DoubleBuffered = true;
     this.Name = "Vagrant_Export";
     this.Text = "";
     this.TitleText = "匯出資料至 Excel";
     ((System.ComponentModel.ISupportInitialize)(this.nudSchoolYear)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.botaoLocalizaCliente = new System.Windows.Forms.Button();
     this.Image1        = new System.Windows.Forms.PictureBox();
     this.GroupBox1     = new System.Windows.Forms.GroupBox();
     this.Label2        = new System.Windows.Forms.Label();
     this.Label3        = new System.Windows.Forms.Label();
     this.editNome      = new System.Windows.Forms.TextBox();
     this.editCPF       = new System.Windows.Forms.TextBox();
     this.GroupBox2     = new System.Windows.Forms.GroupBox();
     this.Label4        = new System.Windows.Forms.Label();
     this.Label7        = new System.Windows.Forms.Label();
     this.Label8        = new System.Windows.Forms.Label();
     this.Label5        = new System.Windows.Forms.Label();
     this.Label6        = new System.Windows.Forms.Label();
     this.lblDesconto   = new System.Windows.Forms.Label();
     this.Grid          = new System.Windows.Forms.DataGridView();
     this.qtdParcelas   = new System.Windows.Forms.NumericUpDown();
     this.Parcela       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Vencimento    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Valor         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.textBox1      = new System.Windows.Forms.TextBox();
     this.textBox2      = new System.Windows.Forms.TextBox();
     this.textBox3      = new System.Windows.Forms.TextBox();
     this.textBox4      = new System.Windows.Forms.TextBox();
     this.textBox5      = new System.Windows.Forms.TextBox();
     this.botaoCancela  = new System.Windows.Forms.Button();
     this.botaoConfirma = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.Image1)).BeginInit();
     this.GroupBox1.SuspendLayout();
     this.GroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Grid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.qtdParcelas)).BeginInit();
     this.SuspendLayout();
     //
     // botaoLocalizaCliente
     //
     this.botaoLocalizaCliente.Location = new System.Drawing.Point(438, 34);
     this.botaoLocalizaCliente.Name     = "botaoLocalizaCliente";
     this.botaoLocalizaCliente.Size     = new System.Drawing.Size(27, 22);
     this.botaoLocalizaCliente.TabIndex = 2;
     //
     // Image1
     //
     this.Image1.Image    = global::PafEcf.Properties.Resources.telaDinheiro03;
     this.Image1.Location = new System.Drawing.Point(9, 16);
     this.Image1.Name     = "Image1";
     this.Image1.Size     = new System.Drawing.Size(48, 48);
     this.Image1.TabIndex = 0;
     this.Image1.TabStop  = false;
     //
     // GroupBox1
     //
     this.GroupBox1.Controls.Add(this.Label2);
     this.GroupBox1.Controls.Add(this.Label3);
     this.GroupBox1.Controls.Add(this.botaoLocalizaCliente);
     this.GroupBox1.Controls.Add(this.editNome);
     this.GroupBox1.Controls.Add(this.editCPF);
     this.GroupBox1.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.GroupBox1.ForeColor = System.Drawing.Color.Black;
     this.GroupBox1.Location  = new System.Drawing.Point(75, 9);
     this.GroupBox1.Name      = "GroupBox1";
     this.GroupBox1.Size      = new System.Drawing.Size(470, 74);
     this.GroupBox1.TabIndex  = 1;
     this.GroupBox1.TabStop   = false;
     this.GroupBox1.Text      = "Dados do Cliente";
     //
     // Label2
     //
     this.Label2.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.Label2.ForeColor = System.Drawing.Color.Black;
     this.Label2.Location  = new System.Drawing.Point(8, 20);
     this.Label2.Name      = "Label2";
     this.Label2.Size      = new System.Drawing.Size(42, 13);
     this.Label2.TabIndex  = 0;
     this.Label2.Text      = "Nome";
     //
     // Label3
     //
     this.Label3.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.Label3.ForeColor = System.Drawing.Color.Black;
     this.Label3.Location  = new System.Drawing.Point(315, 19);
     this.Label3.Name      = "Label3";
     this.Label3.Size      = new System.Drawing.Size(63, 13);
     this.Label3.TabIndex  = 1;
     this.Label3.Text      = "CPF/CNPJ";
     //
     // editNome
     //
     this.editNome.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.editNome.ForeColor = System.Drawing.Color.Black;
     this.editNome.Location  = new System.Drawing.Point(8, 35);
     this.editNome.Name      = "editNome";
     this.editNome.ReadOnly  = true;
     this.editNome.Size      = new System.Drawing.Size(302, 20);
     this.editNome.TabIndex  = 0;
     //
     // editCPF
     //
     this.editCPF.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.editCPF.ForeColor = System.Drawing.Color.Black;
     this.editCPF.Location  = new System.Drawing.Point(315, 35);
     this.editCPF.Name      = "editCPF";
     this.editCPF.ReadOnly  = true;
     this.editCPF.Size      = new System.Drawing.Size(122, 20);
     this.editCPF.TabIndex  = 1;
     //
     // GroupBox2
     //
     this.GroupBox2.Controls.Add(this.textBox5);
     this.GroupBox2.Controls.Add(this.textBox4);
     this.GroupBox2.Controls.Add(this.textBox3);
     this.GroupBox2.Controls.Add(this.textBox2);
     this.GroupBox2.Controls.Add(this.textBox1);
     this.GroupBox2.Controls.Add(this.Label4);
     this.GroupBox2.Controls.Add(this.Label7);
     this.GroupBox2.Controls.Add(this.Label8);
     this.GroupBox2.Controls.Add(this.Label5);
     this.GroupBox2.Controls.Add(this.Label6);
     this.GroupBox2.Controls.Add(this.lblDesconto);
     this.GroupBox2.Controls.Add(this.Grid);
     this.GroupBox2.Controls.Add(this.qtdParcelas);
     this.GroupBox2.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.GroupBox2.ForeColor = System.Drawing.Color.Black;
     this.GroupBox2.Location  = new System.Drawing.Point(75, 83);
     this.GroupBox2.Name      = "GroupBox2";
     this.GroupBox2.Size      = new System.Drawing.Size(470, 341);
     this.GroupBox2.TabIndex  = 2;
     this.GroupBox2.TabStop   = false;
     this.GroupBox2.Text      = "Dados do parcelamento";
     //
     // Label4
     //
     this.Label4.Location = new System.Drawing.Point(36, 22);
     this.Label4.Name     = "Label4";
     this.Label4.Size     = new System.Drawing.Size(94, 13);
     this.Label4.TabIndex = 0;
     this.Label4.Text     = "Valor da Venda";
     //
     // Label7
     //
     this.Label7.Location = new System.Drawing.Point(180, 65);
     this.Label7.Name     = "Label7";
     this.Label7.Size     = new System.Drawing.Size(91, 13);
     this.Label7.TabIndex = 1;
     this.Label7.Text     = "NК de Parcelas";
     //
     // Label8
     //
     this.Label8.Location = new System.Drawing.Point(324, 65);
     this.Label8.Name     = "Label8";
     this.Label8.Size     = new System.Drawing.Size(93, 13);
     this.Label8.TabIndex = 2;
     this.Label8.Text     = "1К Vencimento";
     //
     // Label5
     //
     this.Label5.Location = new System.Drawing.Point(180, 22);
     this.Label5.Name     = "Label5";
     this.Label5.Size     = new System.Drawing.Size(94, 13);
     this.Label5.TabIndex = 3;
     this.Label5.Text     = "Valor Recebido";
     //
     // Label6
     //
     this.Label6.Location = new System.Drawing.Point(36, 65);
     this.Label6.Name     = "Label6";
     this.Label6.Size     = new System.Drawing.Size(99, 13);
     this.Label6.TabIndex = 4;
     this.Label6.Text     = "Valor a Parcelar";
     //
     // lblDesconto
     //
     this.lblDesconto.Location = new System.Drawing.Point(324, 23);
     this.lblDesconto.Name     = "lblDesconto";
     this.lblDesconto.Size     = new System.Drawing.Size(63, 13);
     this.lblDesconto.TabIndex = 5;
     this.lblDesconto.Text     = "Desconto";
     //
     // Grid
     //
     this.Grid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Parcela,
         this.Vencimento,
         this.Valor
     });
     this.Grid.Font     = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.Grid.Location = new System.Drawing.Point(8, 122);
     this.Grid.Name     = "Grid";
     this.Grid.Size     = new System.Drawing.Size(454, 209);
     this.Grid.TabIndex = 0;
     this.Grid.Text     = "Select columns";
     //
     // qtdParcelas
     //
     this.qtdParcelas.Location = new System.Drawing.Point(180, 84);
     this.qtdParcelas.Name     = "qtdParcelas";
     this.qtdParcelas.Size     = new System.Drawing.Size(102, 20);
     this.qtdParcelas.TabIndex = 1;
     //
     // Parcela
     //
     this.Parcela.DataPropertyName = "Parcela";
     this.Parcela.HeaderText       = "Parcela";
     this.Parcela.Name             = "Parcela";
     //
     // Vencimento
     //
     this.Vencimento.DataPropertyName = "Vencimento";
     this.Vencimento.HeaderText       = "Vencimento";
     this.Vencimento.Name             = "Vencimento";
     this.Vencimento.Width            = 103;
     //
     // Valor
     //
     this.Valor.DataPropertyName = "Valor";
     this.Valor.HeaderText       = "Valor";
     this.Valor.Name             = "Valor";
     this.Valor.Width            = 93;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(39, 38);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex = 6;
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(182, 38);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(100, 20);
     this.textBox2.TabIndex = 7;
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(327, 38);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(100, 20);
     this.textBox3.TabIndex = 8;
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(39, 84);
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new System.Drawing.Size(100, 20);
     this.textBox4.TabIndex = 9;
     //
     // textBox5
     //
     this.textBox5.Location = new System.Drawing.Point(327, 84);
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new System.Drawing.Size(100, 20);
     this.textBox5.TabIndex = 10;
     //
     // botaoCancela
     //
     this.botaoCancela.DialogResult      = System.Windows.Forms.DialogResult.Cancel;
     this.botaoCancela.Font              = new System.Drawing.Font("Tahoma", 8F);
     this.botaoCancela.ForeColor         = System.Drawing.Color.Black;
     this.botaoCancela.Image             = global::PafEcf.Properties.Resources.cancelar16;
     this.botaoCancela.Location          = new System.Drawing.Point(426, 435);
     this.botaoCancela.Name              = "botaoCancela";
     this.botaoCancela.Size              = new System.Drawing.Size(120, 25);
     this.botaoCancela.TabIndex          = 26;
     this.botaoCancela.Text              = "Ca&ncela (ESC)";
     this.botaoCancela.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     //
     // botaoConfirma
     //
     this.botaoConfirma.DialogResult      = System.Windows.Forms.DialogResult.OK;
     this.botaoConfirma.Font              = new System.Drawing.Font("Tahoma", 8F);
     this.botaoConfirma.ForeColor         = System.Drawing.Color.Black;
     this.botaoConfirma.Image             = global::PafEcf.Properties.Resources.confirmar16;
     this.botaoConfirma.Location          = new System.Drawing.Point(292, 435);
     this.botaoConfirma.Name              = "botaoConfirma";
     this.botaoConfirma.Size              = new System.Drawing.Size(120, 25);
     this.botaoConfirma.TabIndex          = 25;
     this.botaoConfirma.Text              = "&Confirma (F12)";
     this.botaoConfirma.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     //
     // FParcelamento
     //
     this.ClientSize = new System.Drawing.Size(557, 469);
     this.Controls.Add(this.botaoCancela);
     this.Controls.Add(this.botaoConfirma);
     this.Controls.Add(this.Image1);
     this.Controls.Add(this.GroupBox1);
     this.Controls.Add(this.GroupBox2);
     this.Location = new System.Drawing.Point(206, 321);
     this.Name     = "FParcelamento";
     this.Text     = "Geraчуo de Contas a Receber";
     ((System.ComponentModel.ISupportInitialize)(this.Image1)).EndInit();
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox1.PerformLayout();
     this.GroupBox2.ResumeLayout(false);
     this.GroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Grid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.qtdParcelas)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._labConnectionString = new System.Windows.Forms.Label();
     this._cmbConnectionString = new System.Windows.Forms.ComboBox();
     this._nudQueryStrideMax = new System.Windows.Forms.NumericUpDown();
     this._lbQueryStride = new System.Windows.Forms.Label();
     this._nudNumberOfFingerprints = new System.Windows.Forms.NumericUpDown();
     this._lbNumberOfFingerprintsToAnalyze = new System.Windows.Forms.Label();
     this._gbSettings = new System.Windows.Forms.GroupBox();
     this.label3 = new System.Windows.Forms.Label();
     this._numStaratSeconds = new System.Windows.Forms.NumericUpDown();
     this._labMinStride = new System.Windows.Forms.Label();
     this._nudQueryStrideMin = new System.Windows.Forms.NumericUpDown();
     this._labStrideType = new System.Windows.Forms.Label();
     this._cmbStrideType = new System.Windows.Forms.ComboBox();
     this._labTotal = new System.Windows.Forms.Label();
     this._nudTotalSongs = new System.Windows.Forms.NumericUpDown();
     this._btnStart = new System.Windows.Forms.Button();
     this._btnBrowseSong = new System.Windows.Forms.Button();
     this._tbSingleFile = new System.Windows.Forms.TextBox();
     this._labSong = new System.Windows.Forms.Label();
     this._btnBrowseFolder = new System.Windows.Forms.Button();
     this._labSongs = new System.Windows.Forms.Label();
     this._tbRootFolder = new System.Windows.Forms.TextBox();
     this._labAlgorithm = new System.Windows.Forms.Label();
     this._cmbAlgorithm = new System.Windows.Forms.ComboBox();
     this._gbNeuralHasher = new System.Windows.Forms.GroupBox();
     this._btnSelect = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this._tbPathToEnsemble = new System.Windows.Forms.TextBox();
     this._gbMinHash = new System.Windows.Forms.GroupBox();
     this._nudThreshold = new System.Windows.Forms.NumericUpDown();
     this.label2 = new System.Windows.Forms.Label();
     this._nudTopWavelets = new System.Windows.Forms.NumericUpDown();
     this._nudKeys = new System.Windows.Forms.NumericUpDown();
     this._nudHashtables = new System.Windows.Forms.NumericUpDown();
     this._labKeys = new System.Windows.Forms.Label();
     this._labHashtables = new System.Windows.Forms.Label();
     this._labThresholdTables = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this._nudQueryStrideMax)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudNumberOfFingerprints)).BeginInit();
     this._gbSettings.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._numStaratSeconds)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudQueryStrideMin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudTotalSongs)).BeginInit();
     this._gbNeuralHasher.SuspendLayout();
     this._gbMinHash.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._nudThreshold)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudTopWavelets)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudKeys)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudHashtables)).BeginInit();
     this.SuspendLayout();
     //
     // _labConnectionString
     //
     this._labConnectionString.AutoSize = true;
     this._labConnectionString.Location = new System.Drawing.Point(6, 16);
     this._labConnectionString.Name = "_labConnectionString";
     this._labConnectionString.Size = new System.Drawing.Size(103, 13);
     this._labConnectionString.TabIndex = 0;
     this._labConnectionString.Text = "1. Connection String";
     //
     // _cmbConnectionString
     //
     this._cmbConnectionString.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this._cmbConnectionString.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this._cmbConnectionString.FormattingEnabled = true;
     this._cmbConnectionString.Location = new System.Drawing.Point(9, 32);
     this._cmbConnectionString.Name = "_cmbConnectionString";
     this._cmbConnectionString.Size = new System.Drawing.Size(531, 21);
     this._cmbConnectionString.TabIndex = 1;
     //
     // _nudQueryStrideMax
     //
     this._nudQueryStrideMax.Location = new System.Drawing.Point(9, 111);
     this._nudQueryStrideMax.Maximum = new decimal(new int[] {
     100000,
     0,
     0,
     0});
     this._nudQueryStrideMax.Name = "_nudQueryStrideMax";
     this._nudQueryStrideMax.Size = new System.Drawing.Size(120, 20);
     this._nudQueryStrideMax.TabIndex = 52;
     this._nudQueryStrideMax.Value = new decimal(new int[] {
     254,
     0,
     0,
     0});
     //
     // _lbQueryStride
     //
     this._lbQueryStride.AutoSize = true;
     this._lbQueryStride.Location = new System.Drawing.Point(6, 95);
     this._lbQueryStride.Name = "_lbQueryStride";
     this._lbQueryStride.Size = new System.Drawing.Size(69, 13);
     this._lbQueryStride.TabIndex = 50;
     this._lbQueryStride.Text = "3. Max Stride";
     //
     // _nudNumberOfFingerprints
     //
     this._nudNumberOfFingerprints.Location = new System.Drawing.Point(9, 72);
     this._nudNumberOfFingerprints.Name = "_nudNumberOfFingerprints";
     this._nudNumberOfFingerprints.Size = new System.Drawing.Size(120, 20);
     this._nudNumberOfFingerprints.TabIndex = 47;
     this._nudNumberOfFingerprints.Value = new decimal(new int[] {
     10,
     0,
     0,
     0});
     //
     // _lbNumberOfFingerprintsToAnalyze
     //
     this._lbNumberOfFingerprintsToAnalyze.AutoSize = true;
     this._lbNumberOfFingerprintsToAnalyze.Location = new System.Drawing.Point(6, 56);
     this._lbNumberOfFingerprintsToAnalyze.Name = "_lbNumberOfFingerprintsToAnalyze";
     this._lbNumberOfFingerprintsToAnalyze.Size = new System.Drawing.Size(112, 13);
     this._lbNumberOfFingerprintsToAnalyze.TabIndex = 46;
     this._lbNumberOfFingerprintsToAnalyze.Text = "2. Seconds to analyze";
     //
     // _gbSettings
     //
     this._gbSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this._gbSettings.Controls.Add(this.label3);
     this._gbSettings.Controls.Add(this._numStaratSeconds);
     this._gbSettings.Controls.Add(this._labMinStride);
     this._gbSettings.Controls.Add(this._nudQueryStrideMin);
     this._gbSettings.Controls.Add(this._labStrideType);
     this._gbSettings.Controls.Add(this._cmbStrideType);
     this._gbSettings.Controls.Add(this._labTotal);
     this._gbSettings.Controls.Add(this._nudTotalSongs);
     this._gbSettings.Controls.Add(this._btnStart);
     this._gbSettings.Controls.Add(this._btnBrowseSong);
     this._gbSettings.Controls.Add(this._tbSingleFile);
     this._gbSettings.Controls.Add(this._labSong);
     this._gbSettings.Controls.Add(this._btnBrowseFolder);
     this._gbSettings.Controls.Add(this._labSongs);
     this._gbSettings.Controls.Add(this._tbRootFolder);
     this._gbSettings.Controls.Add(this._labAlgorithm);
     this._gbSettings.Controls.Add(this._cmbAlgorithm);
     this._gbSettings.Controls.Add(this._gbNeuralHasher);
     this._gbSettings.Controls.Add(this._labConnectionString);
     this._gbSettings.Controls.Add(this._gbMinHash);
     this._gbSettings.Controls.Add(this._nudQueryStrideMax);
     this._gbSettings.Controls.Add(this._cmbConnectionString);
     this._gbSettings.Controls.Add(this._lbQueryStride);
     this._gbSettings.Controls.Add(this._nudNumberOfFingerprints);
     this._gbSettings.Controls.Add(this._lbNumberOfFingerprintsToAnalyze);
     this._gbSettings.Location = new System.Drawing.Point(12, 12);
     this._gbSettings.Name = "_gbSettings";
     this._gbSettings.Size = new System.Drawing.Size(549, 348);
     this._gbSettings.TabIndex = 53;
     this._gbSettings.TabStop = false;
     this._gbSettings.Text = "Settings";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(142, 56);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(79, 13);
     this.label3.TabIndex = 72;
     this.label3.Text = "Start at second";
     //
     // _numStaratSeconds
     //
     this._numStaratSeconds.Location = new System.Drawing.Point(142, 72);
     this._numStaratSeconds.Name = "_numStaratSeconds";
     this._numStaratSeconds.Size = new System.Drawing.Size(120, 20);
     this._numStaratSeconds.TabIndex = 71;
     this._numStaratSeconds.Value = new decimal(new int[] {
     20,
     0,
     0,
     0});
     //
     // _labMinStride
     //
     this._labMinStride.AutoSize = true;
     this._labMinStride.Location = new System.Drawing.Point(139, 95);
     this._labMinStride.Name = "_labMinStride";
     this._labMinStride.Size = new System.Drawing.Size(54, 13);
     this._labMinStride.TabIndex = 70;
     this._labMinStride.Text = "Min Stride";
     //
     // _nudQueryStrideMin
     //
     this._nudQueryStrideMin.Location = new System.Drawing.Point(142, 111);
     this._nudQueryStrideMin.Maximum = new decimal(new int[] {
     100000,
     0,
     0,
     0});
     this._nudQueryStrideMin.Name = "_nudQueryStrideMin";
     this._nudQueryStrideMin.Size = new System.Drawing.Size(118, 20);
     this._nudQueryStrideMin.TabIndex = 69;
     //
     // _labStrideType
     //
     this._labStrideType.AutoSize = true;
     this._labStrideType.Location = new System.Drawing.Point(286, 95);
     this._labStrideType.Name = "_labStrideType";
     this._labStrideType.Size = new System.Drawing.Size(57, 13);
     this._labStrideType.TabIndex = 68;
     this._labStrideType.Text = "Stride type";
     //
     // _cmbStrideType
     //
     this._cmbStrideType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this._cmbStrideType.FormattingEnabled = true;
     this._cmbStrideType.Location = new System.Drawing.Point(289, 110);
     this._cmbStrideType.Name = "_cmbStrideType";
     this._cmbStrideType.Size = new System.Drawing.Size(114, 21);
     this._cmbStrideType.TabIndex = 67;
     //
     // _labTotal
     //
     this._labTotal.AutoSize = true;
     this._labTotal.Location = new System.Drawing.Point(315, 323);
     this._labTotal.Name = "_labTotal";
     this._labTotal.Size = new System.Drawing.Size(64, 13);
     this._labTotal.TabIndex = 66;
     this._labTotal.Text = "Total Songs";
     //
     // _nudTotalSongs
     //
     this._nudTotalSongs.Enabled = false;
     this._nudTotalSongs.Location = new System.Drawing.Point(385, 321);
     this._nudTotalSongs.Maximum = new decimal(new int[] {
     1000000,
     0,
     0,
     0});
     this._nudTotalSongs.Name = "_nudTotalSongs";
     this._nudTotalSongs.ReadOnly = true;
     this._nudTotalSongs.Size = new System.Drawing.Size(75, 20);
     this._nudTotalSongs.TabIndex = 65;
     //
     // _btnStart
     //
     this._btnStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this._btnStart.Location = new System.Drawing.Point(465, 318);
     this._btnStart.Name = "_btnStart";
     this._btnStart.Size = new System.Drawing.Size(75, 23);
     this._btnStart.TabIndex = 64;
     this._btnStart.Text = "Start";
     this._btnStart.UseVisualStyleBackColor = true;
     this._btnStart.Click += new System.EventHandler(this.BtnStartClick);
     //
     // _btnBrowseSong
     //
     this._btnBrowseSong.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this._btnBrowseSong.Location = new System.Drawing.Point(465, 289);
     this._btnBrowseSong.Name = "_btnBrowseSong";
     this._btnBrowseSong.Size = new System.Drawing.Size(75, 23);
     this._btnBrowseSong.TabIndex = 63;
     this._btnBrowseSong.Text = "Browse";
     this._btnBrowseSong.UseVisualStyleBackColor = true;
     this._btnBrowseSong.Click += new System.EventHandler(this.BtnBrowseSongClick);
     //
     // _tbSingleFile
     //
     this._tbSingleFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this._tbSingleFile.Location = new System.Drawing.Point(289, 263);
     this._tbSingleFile.Name = "_tbSingleFile";
     this._tbSingleFile.ReadOnly = true;
     this._tbSingleFile.Size = new System.Drawing.Size(251, 20);
     this._tbSingleFile.TabIndex = 62;
     //
     // _labSong
     //
     this._labSong.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this._labSong.AutoSize = true;
     this._labSong.Location = new System.Drawing.Point(286, 247);
     this._labSong.Name = "_labSong";
     this._labSong.Size = new System.Drawing.Size(63, 13);
     this._labSong.TabIndex = 61;
     this._labSong.Text = "Select song";
     //
     // _btnBrowseFolder
     //
     this._btnBrowseFolder.Location = new System.Drawing.Point(191, 289);
     this._btnBrowseFolder.Name = "_btnBrowseFolder";
     this._btnBrowseFolder.Size = new System.Drawing.Size(75, 23);
     this._btnBrowseFolder.TabIndex = 60;
     this._btnBrowseFolder.Text = "Browse";
     this._btnBrowseFolder.UseVisualStyleBackColor = true;
     this._btnBrowseFolder.Click += new System.EventHandler(this.BtnBrowseFolderClick);
     //
     // _labSongs
     //
     this._labSongs.AutoSize = true;
     this._labSongs.Location = new System.Drawing.Point(10, 247);
     this._labSongs.Name = "_labSongs";
     this._labSongs.Size = new System.Drawing.Size(203, 13);
     this._labSongs.TabIndex = 59;
     this._labSongs.Text = "5. Select root folder with songs to analyze";
     //
     // _tbRootFolder
     //
     this._tbRootFolder.Location = new System.Drawing.Point(9, 263);
     this._tbRootFolder.Name = "_tbRootFolder";
     this._tbRootFolder.ReadOnly = true;
     this._tbRootFolder.Size = new System.Drawing.Size(257, 20);
     this._tbRootFolder.TabIndex = 58;
     //
     // _labAlgorithm
     //
     this._labAlgorithm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this._labAlgorithm.AutoSize = true;
     this._labAlgorithm.Location = new System.Drawing.Point(286, 56);
     this._labAlgorithm.Name = "_labAlgorithm";
     this._labAlgorithm.Size = new System.Drawing.Size(62, 13);
     this._labAlgorithm.TabIndex = 57;
     this._labAlgorithm.Text = "4. Algorithm";
     //
     // _cmbAlgorithm
     //
     this._cmbAlgorithm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this._cmbAlgorithm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this._cmbAlgorithm.FormattingEnabled = true;
     this._cmbAlgorithm.Items.AddRange(new object[] {
     "MinHash",
     "Neural Hasher"});
     this._cmbAlgorithm.Location = new System.Drawing.Point(289, 71);
     this._cmbAlgorithm.Name = "_cmbAlgorithm";
     this._cmbAlgorithm.Size = new System.Drawing.Size(251, 21);
     this._cmbAlgorithm.TabIndex = 56;
     this._cmbAlgorithm.SelectedIndexChanged += new System.EventHandler(this.CmbAlgorithmSelectedIndexChanged);
     //
     // _gbNeuralHasher
     //
     this._gbNeuralHasher.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this._gbNeuralHasher.Controls.Add(this._btnSelect);
     this._gbNeuralHasher.Controls.Add(this.label1);
     this._gbNeuralHasher.Controls.Add(this._tbPathToEnsemble);
     this._gbNeuralHasher.Location = new System.Drawing.Point(289, 137);
     this._gbNeuralHasher.Name = "_gbNeuralHasher";
     this._gbNeuralHasher.Size = new System.Drawing.Size(257, 107);
     this._gbNeuralHasher.TabIndex = 55;
     this._gbNeuralHasher.TabStop = false;
     this._gbNeuralHasher.Text = "Neural Hasher";
     //
     // _btnSelect
     //
     this._btnSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this._btnSelect.Location = new System.Drawing.Point(176, 58);
     this._btnSelect.Name = "_btnSelect";
     this._btnSelect.Size = new System.Drawing.Size(75, 23);
     this._btnSelect.TabIndex = 31;
     this._btnSelect.Text = "Select";
     this._btnSelect.UseVisualStyleBackColor = true;
     this._btnSelect.Click += new System.EventHandler(this.BtnSelectClick);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 16);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(142, 13);
     this.label1.TabIndex = 30;
     this.label1.Text = "Path to Ensembled networks";
     //
     // _tbPathToEnsemble
     //
     this._tbPathToEnsemble.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this._tbPathToEnsemble.Location = new System.Drawing.Point(9, 32);
     this._tbPathToEnsemble.Name = "_tbPathToEnsemble";
     this._tbPathToEnsemble.ReadOnly = true;
     this._tbPathToEnsemble.Size = new System.Drawing.Size(242, 20);
     this._tbPathToEnsemble.TabIndex = 29;
     //
     // _gbMinHash
     //
     this._gbMinHash.Controls.Add(this._nudThreshold);
     this._gbMinHash.Controls.Add(this.label2);
     this._gbMinHash.Controls.Add(this._nudTopWavelets);
     this._gbMinHash.Controls.Add(this._nudKeys);
     this._gbMinHash.Controls.Add(this._nudHashtables);
     this._gbMinHash.Controls.Add(this._labKeys);
     this._gbMinHash.Controls.Add(this._labHashtables);
     this._gbMinHash.Controls.Add(this._labThresholdTables);
     this._gbMinHash.Location = new System.Drawing.Point(9, 137);
     this._gbMinHash.Name = "_gbMinHash";
     this._gbMinHash.Size = new System.Drawing.Size(257, 107);
     this._gbMinHash.TabIndex = 54;
     this._gbMinHash.TabStop = false;
     this._gbMinHash.Text = "Min Hash";
     //
     // _nudThreshold
     //
     this._nudThreshold.Location = new System.Drawing.Point(6, 33);
     this._nudThreshold.Name = "_nudThreshold";
     this._nudThreshold.Size = new System.Drawing.Size(100, 20);
     this._nudThreshold.TabIndex = 52;
     this._nudThreshold.Value = new decimal(new int[] {
     5,
     0,
     0,
     0});
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 55);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(74, 13);
     this.label2.TabIndex = 32;
     this.label2.Text = "Top Wavelets";
     //
     // _nudTopWavelets
     //
     this._nudTopWavelets.Location = new System.Drawing.Point(6, 72);
     this._nudTopWavelets.Maximum = new decimal(new int[] {
     10000,
     0,
     0,
     0});
     this._nudTopWavelets.Name = "_nudTopWavelets";
     this._nudTopWavelets.Size = new System.Drawing.Size(100, 20);
     this._nudTopWavelets.TabIndex = 32;
     this._nudTopWavelets.Value = new decimal(new int[] {
     200,
     0,
     0,
     0});
     //
     // _nudKeys
     //
     this._nudKeys.Location = new System.Drawing.Point(133, 33);
     this._nudKeys.Name = "_nudKeys";
     this._nudKeys.Size = new System.Drawing.Size(118, 20);
     this._nudKeys.TabIndex = 51;
     this._nudKeys.Value = new decimal(new int[] {
     4,
     0,
     0,
     0});
     //
     // _nudHashtables
     //
     this._nudHashtables.Location = new System.Drawing.Point(133, 72);
     this._nudHashtables.Name = "_nudHashtables";
     this._nudHashtables.Size = new System.Drawing.Size(118, 20);
     this._nudHashtables.TabIndex = 50;
     this._nudHashtables.Value = new decimal(new int[] {
     25,
     0,
     0,
     0});
     //
     // _labKeys
     //
     this._labKeys.AutoSize = true;
     this._labKeys.Location = new System.Drawing.Point(130, 56);
     this._labKeys.Name = "_labKeys";
     this._labKeys.Size = new System.Drawing.Size(60, 13);
     this._labKeys.TabIndex = 49;
     this._labKeys.Text = "Hashtables";
     //
     // _labHashtables
     //
     this._labHashtables.AutoSize = true;
     this._labHashtables.Location = new System.Drawing.Point(130, 16);
     this._labHashtables.Name = "_labHashtables";
     this._labHashtables.Size = new System.Drawing.Size(30, 13);
     this._labHashtables.TabIndex = 48;
     this._labHashtables.Text = "Keys";
     //
     // _labThresholdTables
     //
     this._labThresholdTables.AutoSize = true;
     this._labThresholdTables.Location = new System.Drawing.Point(6, 16);
     this._labThresholdTables.Name = "_labThresholdTables";
     this._labThresholdTables.Size = new System.Drawing.Size(54, 13);
     this._labThresholdTables.TabIndex = 47;
     this._labThresholdTables.Text = "Threshold";
     //
     // WinCheckHashBins
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(564, 372);
     this.Controls.Add(this._gbSettings);
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(580, 410);
     this.MinimumSize = new System.Drawing.Size(580, 410);
     this.Name = "WinCheckHashBins";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Query database";
     ((System.ComponentModel.ISupportInitialize)(this._nudQueryStrideMax)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudNumberOfFingerprints)).EndInit();
     this._gbSettings.ResumeLayout(false);
     this._gbSettings.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this._numStaratSeconds)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudQueryStrideMin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudTotalSongs)).EndInit();
     this._gbNeuralHasher.ResumeLayout(false);
     this._gbNeuralHasher.PerformLayout();
     this._gbMinHash.ResumeLayout(false);
     this._gbMinHash.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this._nudThreshold)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudTopWavelets)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudKeys)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudHashtables)).EndInit();
     this.ResumeLayout(false);
 }
示例#50
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.Exit_but      = new System.Windows.Forms.Button();
     this.Saveexit_but  = new System.Windows.Forms.Button();
     this.b1_export     = new System.Windows.Forms.Button();
     this.b1m_export    = new System.Windows.Forms.Button();
     this.b2_export     = new System.Windows.Forms.Button();
     this.b2_import     = new System.Windows.Forms.Button();
     this.b1m_import    = new System.Windows.Forms.Button();
     this.b1_import     = new System.Windows.Forms.Button();
     this.memory_export = new System.Windows.Forms.Button();
     this.memory_import = new System.Windows.Forms.Button();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.name          = new System.Windows.Forms.TextBox();
     this.sid           = new System.Windows.Forms.NumericUpDown();
     this.tid           = new System.Windows.Forms.NumericUpDown();
     this.label3        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.label1        = new System.Windows.Forms.Label();
     this.flag8         = new System.Windows.Forms.CheckBox();
     this.flag7         = new System.Windows.Forms.CheckBox();
     this.flag6         = new System.Windows.Forms.CheckBox();
     this.flag5         = new System.Windows.Forms.CheckBox();
     this.flag4         = new System.Windows.Forms.CheckBox();
     this.flag3         = new System.Windows.Forms.CheckBox();
     this.flag2         = new System.Windows.Forms.CheckBox();
     this.flag1         = new System.Windows.Forms.CheckBox();
     this.label4        = new System.Windows.Forms.Label();
     this.import_bw1    = new System.Windows.Forms.Button();
     this.label5        = new System.Windows.Forms.Label();
     this.label6        = new System.Windows.Forms.Label();
     this.label7        = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.sid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tid)).BeginInit();
     this.SuspendLayout();
     //
     // Exit_but
     //
     this.Exit_but.Location = new System.Drawing.Point(30, 282);
     this.Exit_but.Name     = "Exit_but";
     this.Exit_but.Size     = new System.Drawing.Size(102, 23);
     this.Exit_but.TabIndex = 21;
     this.Exit_but.Text     = "Exit";
     this.Exit_but.UseVisualStyleBackColor = true;
     this.Exit_but.Click += new System.EventHandler(this.Exit_butClick);
     //
     // Saveexit_but
     //
     this.Saveexit_but.Location = new System.Drawing.Point(137, 282);
     this.Saveexit_but.Name     = "Saveexit_but";
     this.Saveexit_but.Size     = new System.Drawing.Size(102, 23);
     this.Saveexit_but.TabIndex = 20;
     this.Saveexit_but.Text     = "Save and Exit";
     this.Saveexit_but.UseVisualStyleBackColor = true;
     this.Saveexit_but.Click += new System.EventHandler(this.Saveexit_butClick);
     //
     // b1_export
     //
     this.b1_export.Location = new System.Drawing.Point(6, 19);
     this.b1_export.Name     = "b1_export";
     this.b1_export.Size     = new System.Drawing.Size(119, 37);
     this.b1_export.TabIndex = 22;
     this.b1_export.Text     = "Export Block 1 (decrypted)";
     this.b1_export.UseVisualStyleBackColor = true;
     this.b1_export.Click += new System.EventHandler(this.B1_exportClick);
     //
     // b1m_export
     //
     this.b1m_export.Location = new System.Drawing.Point(6, 62);
     this.b1m_export.Name     = "b1m_export";
     this.b1m_export.Size     = new System.Drawing.Size(119, 37);
     this.b1m_export.TabIndex = 23;
     this.b1m_export.Text     = "Export Block 1 Mirror (decrypted)";
     this.b1m_export.UseVisualStyleBackColor = true;
     this.b1m_export.Click += new System.EventHandler(this.B1m_exportClick);
     //
     // b2_export
     //
     this.b2_export.Location = new System.Drawing.Point(6, 105);
     this.b2_export.Name     = "b2_export";
     this.b2_export.Size     = new System.Drawing.Size(119, 37);
     this.b2_export.TabIndex = 24;
     this.b2_export.Text     = "Export Block 2";
     this.b2_export.UseVisualStyleBackColor = true;
     this.b2_export.Click += new System.EventHandler(this.B2_exportClick);
     //
     // b2_import
     //
     this.b2_import.Location = new System.Drawing.Point(131, 105);
     this.b2_import.Name     = "b2_import";
     this.b2_import.Size     = new System.Drawing.Size(119, 37);
     this.b2_import.TabIndex = 27;
     this.b2_import.Text     = "Import Block 2";
     this.b2_import.UseVisualStyleBackColor = true;
     this.b2_import.Click += new System.EventHandler(this.B2_importClick);
     //
     // b1m_import
     //
     this.b1m_import.Location = new System.Drawing.Point(131, 62);
     this.b1m_import.Name     = "b1m_import";
     this.b1m_import.Size     = new System.Drawing.Size(119, 37);
     this.b1m_import.TabIndex = 26;
     this.b1m_import.Text     = "Import Block 1 Mirror (decrypted)";
     this.b1m_import.UseVisualStyleBackColor = true;
     this.b1m_import.Click += new System.EventHandler(this.B1m_importClick);
     //
     // b1_import
     //
     this.b1_import.Location = new System.Drawing.Point(131, 19);
     this.b1_import.Name     = "b1_import";
     this.b1_import.Size     = new System.Drawing.Size(119, 37);
     this.b1_import.TabIndex = 25;
     this.b1_import.Text     = "Import Block 1 (decrypted)";
     this.b1_import.UseVisualStyleBackColor = true;
     this.b1_import.Click += new System.EventHandler(this.B1_importClick);
     //
     // memory_export
     //
     this.memory_export.Location = new System.Drawing.Point(12, 12);
     this.memory_export.Name     = "memory_export";
     this.memory_export.Size     = new System.Drawing.Size(119, 37);
     this.memory_export.TabIndex = 29;
     this.memory_export.Text     = "Export Memories";
     this.memory_export.UseVisualStyleBackColor = true;
     this.memory_export.Click += new System.EventHandler(this.Memory_exportClick);
     //
     // memory_import
     //
     this.memory_import.Location = new System.Drawing.Point(137, 12);
     this.memory_import.Name     = "memory_import";
     this.memory_import.Size     = new System.Drawing.Size(119, 37);
     this.memory_import.TabIndex = 28;
     this.memory_import.Text     = "Import Memories";
     this.memory_import.UseVisualStyleBackColor = true;
     this.memory_import.Click += new System.EventHandler(this.Memory_importClick);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.b2_import);
     this.groupBox1.Controls.Add(this.b1m_import);
     this.groupBox1.Controls.Add(this.b1_import);
     this.groupBox1.Controls.Add(this.b2_export);
     this.groupBox1.Controls.Add(this.b1m_export);
     this.groupBox1.Controls.Add(this.b1_export);
     this.groupBox1.Location = new System.Drawing.Point(391, 149);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(256, 156);
     this.groupBox1.TabIndex = 30;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Research Purposes";
     //
     // name
     //
     this.name.Location  = new System.Drawing.Point(116, 74);
     this.name.MaxLength = 8;
     this.name.Name      = "name";
     this.name.Size      = new System.Drawing.Size(120, 20);
     this.name.TabIndex  = 36;
     //
     // sid
     //
     this.sid.Location = new System.Drawing.Point(117, 126);
     this.sid.Maximum  = new decimal(new int[] {
         65535,
         0,
         0,
         0
     });
     this.sid.Name     = "sid";
     this.sid.Size     = new System.Drawing.Size(120, 20);
     this.sid.TabIndex = 35;
     //
     // tid
     //
     this.tid.Location = new System.Drawing.Point(117, 100);
     this.tid.Maximum  = new decimal(new int[] {
         65535,
         0,
         0,
         0
     });
     this.tid.Name     = "tid";
     this.tid.Size     = new System.Drawing.Size(120, 20);
     this.tid.TabIndex = 34;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(34, 128);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(51, 23);
     this.label3.TabIndex = 33;
     this.label3.Text     = "SID";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(34, 102);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(51, 23);
     this.label2.TabIndex = 32;
     this.label2.Text     = "TID";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(34, 77);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(51, 23);
     this.label1.TabIndex = 31;
     this.label1.Text     = "Name";
     //
     // flag8
     //
     this.flag8.Location = new System.Drawing.Point(205, 247);
     this.flag8.Name     = "flag8";
     this.flag8.Size     = new System.Drawing.Size(164, 29);
     this.flag8.TabIndex = 44;
     this.flag8.Text     = "flag 8";
     this.flag8.UseVisualStyleBackColor = true;
     //
     // flag7
     //
     this.flag7.Location = new System.Drawing.Point(205, 221);
     this.flag7.Name     = "flag7";
     this.flag7.Size     = new System.Drawing.Size(125, 29);
     this.flag7.TabIndex = 43;
     this.flag7.Text     = "flag 7";
     this.flag7.UseVisualStyleBackColor = true;
     //
     // flag6
     //
     this.flag6.Location = new System.Drawing.Point(205, 195);
     this.flag6.Name     = "flag6";
     this.flag6.Size     = new System.Drawing.Size(125, 29);
     this.flag6.TabIndex = 42;
     this.flag6.Text     = "flag 6";
     this.flag6.UseVisualStyleBackColor = true;
     //
     // flag5
     //
     this.flag5.Location = new System.Drawing.Point(205, 169);
     this.flag5.Name     = "flag5";
     this.flag5.Size     = new System.Drawing.Size(125, 29);
     this.flag5.TabIndex = 41;
     this.flag5.Text     = "flag 5";
     this.flag5.UseVisualStyleBackColor = true;
     //
     // flag4
     //
     this.flag4.Location = new System.Drawing.Point(53, 247);
     this.flag4.Name     = "flag4";
     this.flag4.Size     = new System.Drawing.Size(125, 29);
     this.flag4.TabIndex = 40;
     this.flag4.Text     = "flag 4";
     this.flag4.UseVisualStyleBackColor = true;
     //
     // flag3
     //
     this.flag3.Location = new System.Drawing.Point(53, 221);
     this.flag3.Name     = "flag3";
     this.flag3.Size     = new System.Drawing.Size(125, 29);
     this.flag3.TabIndex = 39;
     this.flag3.Text     = "flag 3";
     this.flag3.UseVisualStyleBackColor = true;
     //
     // flag2
     //
     this.flag2.Location = new System.Drawing.Point(53, 195);
     this.flag2.Name     = "flag2";
     this.flag2.Size     = new System.Drawing.Size(125, 29);
     this.flag2.TabIndex = 38;
     this.flag2.Text     = "flag 2";
     this.flag2.UseVisualStyleBackColor = true;
     //
     // flag1
     //
     this.flag1.Location = new System.Drawing.Point(53, 169);
     this.flag1.Name     = "flag1";
     this.flag1.Size     = new System.Drawing.Size(125, 29);
     this.flag1.TabIndex = 37;
     this.flag1.Text     = "A Triple Team";
     this.flag1.UseVisualStyleBackColor = true;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(12, 151);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(306, 19);
     this.label4.TabIndex  = 45;
     this.label4.Text      = "Unlocked Memories: (still under research, better not to touch)";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // import_bw1
     //
     this.import_bw1.Location = new System.Drawing.Point(273, 12);
     this.import_bw1.Name     = "import_bw1";
     this.import_bw1.Size     = new System.Drawing.Size(119, 37);
     this.import_bw1.TabIndex = 46;
     this.import_bw1.Text     = "Import data from BW1";
     this.import_bw1.UseVisualStyleBackColor = true;
     this.import_bw1.Click += new System.EventHandler(this.Import_bw1Click);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(398, 24);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(147, 37);
     this.label5.TabIndex = 47;
     this.label5.Text     = "Will import:";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(465, 18);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(132, 23);
     this.label6.TabIndex = 48;
     this.label6.Text     = "- Trainer name, TID, SID";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(465, 32);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(132, 23);
     this.label7.TabIndex = 49;
     this.label7.Text     = "- Hall of Fame";
     //
     // MemoryLink
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(659, 317);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.import_bw1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.flag8);
     this.Controls.Add(this.flag7);
     this.Controls.Add(this.flag6);
     this.Controls.Add(this.flag5);
     this.Controls.Add(this.flag4);
     this.Controls.Add(this.flag3);
     this.Controls.Add(this.flag2);
     this.Controls.Add(this.flag1);
     this.Controls.Add(this.name);
     this.Controls.Add(this.sid);
     this.Controls.Add(this.tid);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.memory_export);
     this.Controls.Add(this.memory_import);
     this.Controls.Add(this.Exit_but);
     this.Controls.Add(this.Saveexit_but);
     this.Name = "MemoryLink";
     this.Text = "Memory Link Editor";
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.sid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tid)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._tbPathToFile = new System.Windows.Forms.TextBox();
     this._labSim = new System.Windows.Forms.Label();
     this._tbOutputPath = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this._nudFreq = new System.Windows.Forms.NumericUpDown();
     this.label3 = new System.Windows.Forms.Label();
     this._nudTopWavelets = new System.Windows.Forms.NumericUpDown();
     this._btnDumpInfo = new System.Windows.Forms.Button();
     this._nudStride = new System.Windows.Forms.NumericUpDown();
     this.label4 = new System.Windows.Forms.Label();
     this._chbStride = new System.Windows.Forms.CheckBox();
     this._chbCompare = new System.Windows.Forms.CheckBox();
     this._tbSongToCompare = new System.Windows.Forms.TextBox();
     this._nudTables = new System.Windows.Forms.NumericUpDown();
     this._nudKeys = new System.Windows.Forms.NumericUpDown();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this._nudQueryStride = new System.Windows.Forms.NumericUpDown();
     this.label7 = new System.Windows.Forms.Label();
     this._chbQueryStride = new System.Windows.Forms.CheckBox();
     this.label8 = new System.Windows.Forms.Label();
     this._nudNumberOfSubsequent = new System.Windows.Forms.NumericUpDown();
     ((System.ComponentModel.ISupportInitialize)(this._nudFreq)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudTopWavelets)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudStride)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudTables)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudKeys)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudQueryStride)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudNumberOfSubsequent)).BeginInit();
     this.SuspendLayout();
     //
     // _tbPathToFile
     //
     this._tbPathToFile.Location = new System.Drawing.Point(12, 31);
     this._tbPathToFile.Name = "_tbPathToFile";
     this._tbPathToFile.Size = new System.Drawing.Size(340, 20);
     this._tbPathToFile.TabIndex = 1;
     this._tbPathToFile.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.TbPathToFileMouseDoubleClick);
     //
     // _labSim
     //
     this._labSim.AutoSize = true;
     this._labSim.Location = new System.Drawing.Point(13, 15);
     this._labSim.Name = "_labSim";
     this._labSim.Size = new System.Drawing.Size(108, 13);
     this._labSim.TabIndex = 2;
     this._labSim.Text = "Path to file to analyze";
     //
     // _tbOutputPath
     //
     this._tbOutputPath.Location = new System.Drawing.Point(12, 74);
     this._tbOutputPath.Name = "_tbOutputPath";
     this._tbOutputPath.Size = new System.Drawing.Size(340, 20);
     this._tbOutputPath.TabIndex = 3;
     this._tbOutputPath.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.TbOutputPathMouseDoubleClick);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(13, 58);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(74, 13);
     this.label1.TabIndex = 4;
     this.label1.Text = "Path to output";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(13, 101);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(48, 13);
     this.label2.TabIndex = 5;
     this.label2.Text = "Min Freq";
     //
     // _nudFreq
     //
     this._nudFreq.Location = new System.Drawing.Point(12, 117);
     this._nudFreq.Maximum = new decimal(new int[] {
     3000,
     0,
     0,
     0});
     this._nudFreq.Name = "_nudFreq";
     this._nudFreq.Size = new System.Drawing.Size(120, 20);
     this._nudFreq.TabIndex = 6;
     this._nudFreq.Value = new decimal(new int[] {
     318,
     0,
     0,
     0});
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(13, 140);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(74, 13);
     this.label3.TabIndex = 7;
     this.label3.Text = "Top Wavelets";
     //
     // _nudTopWavelets
     //
     this._nudTopWavelets.Location = new System.Drawing.Point(12, 156);
     this._nudTopWavelets.Maximum = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     this._nudTopWavelets.Name = "_nudTopWavelets";
     this._nudTopWavelets.Size = new System.Drawing.Size(120, 20);
     this._nudTopWavelets.TabIndex = 8;
     this._nudTopWavelets.Value = new decimal(new int[] {
     200,
     0,
     0,
     0});
     //
     // _btnDumpInfo
     //
     this._btnDumpInfo.Location = new System.Drawing.Point(277, 281);
     this._btnDumpInfo.Name = "_btnDumpInfo";
     this._btnDumpInfo.Size = new System.Drawing.Size(75, 23);
     this._btnDumpInfo.TabIndex = 9;
     this._btnDumpInfo.Text = "Dump info!";
     this._btnDumpInfo.UseVisualStyleBackColor = true;
     this._btnDumpInfo.Click += new System.EventHandler(this.BtnDumpInfoClick);
     //
     // _nudStride
     //
     this._nudStride.Location = new System.Drawing.Point(148, 117);
     this._nudStride.Maximum = new decimal(new int[] {
     5512,
     0,
     0,
     0});
     this._nudStride.Name = "_nudStride";
     this._nudStride.Size = new System.Drawing.Size(120, 20);
     this._nudStride.TabIndex = 10;
     this._nudStride.Value = new decimal(new int[] {
     5115,
     0,
     0,
     0});
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(148, 100);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(71, 13);
     this.label4.TabIndex = 11;
     this.label4.Text = "DB stride size";
     //
     // _chbStride
     //
     this._chbStride.AutoSize = true;
     this._chbStride.Location = new System.Drawing.Point(274, 120);
     this._chbStride.Name = "_chbStride";
     this._chbStride.Size = new System.Drawing.Size(66, 17);
     this._chbStride.TabIndex = 12;
     this._chbStride.Text = "Random";
     this._chbStride.UseVisualStyleBackColor = true;
     //
     // _chbCompare
     //
     this._chbCompare.AutoSize = true;
     this._chbCompare.Location = new System.Drawing.Point(12, 260);
     this._chbCompare.Name = "_chbCompare";
     this._chbCompare.Size = new System.Drawing.Size(155, 17);
     this._chbCompare.TabIndex = 13;
     this._chbCompare.Text = "Compare with another song";
     this._chbCompare.UseVisualStyleBackColor = true;
     this._chbCompare.CheckedChanged += new System.EventHandler(this.ChbCompareCheckedChanged);
     //
     // _tbSongToCompare
     //
     this._tbSongToCompare.Enabled = false;
     this._tbSongToCompare.Location = new System.Drawing.Point(12, 283);
     this._tbSongToCompare.Name = "_tbSongToCompare";
     this._tbSongToCompare.Size = new System.Drawing.Size(252, 20);
     this._tbSongToCompare.TabIndex = 14;
     this._tbSongToCompare.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.TbSongToCompareMouseDoubleClick);
     //
     // _nudTables
     //
     this._nudTables.Location = new System.Drawing.Point(12, 234);
     this._nudTables.Name = "_nudTables";
     this._nudTables.Size = new System.Drawing.Size(120, 20);
     this._nudTables.TabIndex = 15;
     this._nudTables.Value = new decimal(new int[] {
     25,
     0,
     0,
     0});
     //
     // _nudKeys
     //
     this._nudKeys.Location = new System.Drawing.Point(148, 234);
     this._nudKeys.Name = "_nudKeys";
     this._nudKeys.Size = new System.Drawing.Size(120, 20);
     this._nudKeys.TabIndex = 16;
     this._nudKeys.Value = new decimal(new int[] {
     4,
     0,
     0,
     0});
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(12, 218);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(48, 13);
     this.label5.TabIndex = 17;
     this.label5.Text = "L Tables";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(148, 218);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(40, 13);
     this.label6.TabIndex = 18;
     this.label6.Text = "K Keys";
     //
     // _nudQueryStride
     //
     this._nudQueryStride.Location = new System.Drawing.Point(148, 156);
     this._nudQueryStride.Maximum = new decimal(new int[] {
     10000,
     0,
     0,
     0});
     this._nudQueryStride.Name = "_nudQueryStride";
     this._nudQueryStride.Size = new System.Drawing.Size(120, 20);
     this._nudQueryStride.TabIndex = 19;
     this._nudQueryStride.Value = new decimal(new int[] {
     254,
     0,
     0,
     0});
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(148, 140);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(63, 13);
     this.label7.TabIndex = 20;
     this.label7.Text = "Query stride";
     //
     // _chbQueryStride
     //
     this._chbQueryStride.AutoSize = true;
     this._chbQueryStride.Checked = true;
     this._chbQueryStride.CheckState = System.Windows.Forms.CheckState.Checked;
     this._chbQueryStride.Location = new System.Drawing.Point(274, 159);
     this._chbQueryStride.Name = "_chbQueryStride";
     this._chbQueryStride.Size = new System.Drawing.Size(66, 17);
     this._chbQueryStride.TabIndex = 21;
     this._chbQueryStride.Text = "Random";
     this._chbQueryStride.UseVisualStyleBackColor = true;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(148, 179);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(109, 13);
     this.label8.TabIndex = 22;
     this.label8.Text = "# of items to compare";
     //
     // _nudNumberOfSubsequent
     //
     this._nudNumberOfSubsequent.Location = new System.Drawing.Point(148, 195);
     this._nudNumberOfSubsequent.Name = "_nudNumberOfSubsequent";
     this._nudNumberOfSubsequent.Size = new System.Drawing.Size(120, 20);
     this._nudNumberOfSubsequent.TabIndex = 23;
     this._nudNumberOfSubsequent.Value = new decimal(new int[] {
     7,
     0,
     0,
     0});
     //
     // WinMisc
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(364, 312);
     this.Controls.Add(this._nudNumberOfSubsequent);
     this.Controls.Add(this.label8);
     this.Controls.Add(this._chbQueryStride);
     this.Controls.Add(this.label7);
     this.Controls.Add(this._nudQueryStride);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this._nudKeys);
     this.Controls.Add(this._nudTables);
     this.Controls.Add(this._tbSongToCompare);
     this.Controls.Add(this._chbCompare);
     this.Controls.Add(this._chbStride);
     this.Controls.Add(this.label4);
     this.Controls.Add(this._nudStride);
     this.Controls.Add(this._btnDumpInfo);
     this.Controls.Add(this._nudTopWavelets);
     this.Controls.Add(this.label3);
     this.Controls.Add(this._nudFreq);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this._tbOutputPath);
     this.Controls.Add(this._labSim);
     this.Controls.Add(this._tbPathToFile);
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(380, 350);
     this.MinimumSize = new System.Drawing.Size(380, 350);
     this.Name = "WinMisc";
     this.Text = "Miscelaneous";
     ((System.ComponentModel.ISupportInitialize)(this._nudFreq)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudTopWavelets)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudStride)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudTables)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudKeys)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudQueryStride)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudNumberOfSubsequent)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components              = new System.ComponentModel.Container();
     this.toolTip1                = new System.Windows.Forms.ToolTip(this.components);
     this.Button1                 = new System.Windows.Forms.Button();
     this.Button2                 = new System.Windows.Forms.Button();
     this.GroupBox1               = new System.Windows.Forms.GroupBox();
     this.ListViewCastle          = new System.Windows.Forms.ListView();
     this._column_342             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._column_343             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._column_344             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.GroupBox2               = new System.Windows.Forms.GroupBox();
     this.PageControlCastle       = new System.Windows.Forms.TabControl();
     this.TabSheet1               = new System.Windows.Forms.TabPage();
     this.GroupBox3               = new System.Windows.Forms.GroupBox();
     this.Label2                  = new System.Windows.Forms.Label();
     this.Label1                  = new System.Windows.Forms.Label();
     this.Label3                  = new System.Windows.Forms.Label();
     this.Label7                  = new System.Windows.Forms.Label();
     this.Label8                  = new System.Windows.Forms.Label();
     this.EditOwenGuildName       = new System.Windows.Forms.TextBox();
     this.EditTotalGold           = new System.Windows.Forms.NumericUpDown();
     this.EditTodayIncome         = new System.Windows.Forms.NumericUpDown();
     this.EditTechLevel           = new System.Windows.Forms.NumericUpDown();
     this.EditPower               = new System.Windows.Forms.NumericUpDown();
     this.TabSheet3               = new System.Windows.Forms.TabPage();
     this.GroupBox5               = new System.Windows.Forms.GroupBox();
     this.ListViewGuard           = new System.Windows.Forms.ListView();
     this._column_345             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._column_346             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._column_347             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._column_348             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._column_349             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ButtonRefresh           = new System.Windows.Forms.Button();
     this.TabSheet2               = new System.Windows.Forms.TabPage();
     this.GroupBox4               = new System.Windows.Forms.GroupBox();
     this.Label4                  = new System.Windows.Forms.Label();
     this.Label5                  = new System.Windows.Forms.Label();
     this.Label6                  = new System.Windows.Forms.Label();
     this.Label9                  = new System.Windows.Forms.Label();
     this.Label10                 = new System.Windows.Forms.Label();
     this.Label11                 = new System.Windows.Forms.Label();
     this.EditCastleName          = new System.Windows.Forms.TextBox();
     this.EditCastleOfGuild       = new System.Windows.Forms.TextBox();
     this.EditHomeMap             = new System.Windows.Forms.TextBox();
     this.EditTunnelMap           = new System.Windows.Forms.TextBox();
     this.EditPalace              = new System.Windows.Forms.TextBox();
     this.SpinEditNomeX           = new System.Windows.Forms.NumericUpDown();
     this.SpinEditNomeY           = new System.Windows.Forms.NumericUpDown();
     this.ButtonSave              = new System.Windows.Forms.Button();
     this.TabSheet4               = new System.Windows.Forms.TabPage();
     this.GroupBox6               = new System.Windows.Forms.GroupBox();
     this.ListViewAttackSabukWall = new System.Windows.Forms.ListView();
     this._column_350             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._column_351             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this._column_352             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ButtonAttackAd          = new System.Windows.Forms.Button();
     this.ButtonAttackEdit        = new System.Windows.Forms.Button();
     this.ButtonAttackDel         = new System.Windows.Forms.Button();
     this.ButtonAttackR           = new System.Windows.Forms.Button();
     this.GroupBox1.SuspendLayout();
     this.GroupBox2.SuspendLayout();
     this.PageControlCastle.SuspendLayout();
     this.TabSheet1.SuspendLayout();
     this.GroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.EditTotalGold)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.EditTodayIncome)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.EditTechLevel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.EditPower)).BeginInit();
     this.TabSheet3.SuspendLayout();
     this.GroupBox5.SuspendLayout();
     this.TabSheet2.SuspendLayout();
     this.GroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SpinEditNomeX)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SpinEditNomeY)).BeginInit();
     this.TabSheet4.SuspendLayout();
     this.GroupBox6.SuspendLayout();
     this.SuspendLayout();
     //
     // Button1
     //
     this.Button1.Enabled  = false;
     this.Button1.Location = new System.Drawing.Point(160, 112);
     this.Button1.Name     = "Button1";
     this.Button1.Size     = new System.Drawing.Size(75, 25);
     this.Button1.TabIndex = 1;
     this.Button1.Text     = "保存(&S)";
     this.toolTip1.SetToolTip(this.Button1, "只保存修改的城堡所属行会名称");
     this.Button1.Click += new System.EventHandler(this.Button1Click);
     //
     // Button2
     //
     this.Button2.Enabled  = false;
     this.Button2.Location = new System.Drawing.Point(246, 111);
     this.Button2.Name     = "Button2";
     this.Button2.Size     = new System.Drawing.Size(75, 25);
     this.Button2.TabIndex = 2;
     this.Button2.Text     = "攻城(&G)";
     this.toolTip1.SetToolTip(this.Button2, "手动开始城堡攻城");
     this.Button2.Click += new System.EventHandler(this.Button2Click);
     //
     // GroupBox1
     //
     this.GroupBox1.Controls.Add(this.ListViewCastle);
     this.GroupBox1.Location = new System.Drawing.Point(8, 8);
     this.GroupBox1.Name     = "GroupBox1";
     this.GroupBox1.Size     = new System.Drawing.Size(193, 257);
     this.GroupBox1.TabIndex = 0;
     this.GroupBox1.TabStop  = false;
     this.GroupBox1.Text     = "城堡列表";
     //
     // ListViewCastle
     //
     this.ListViewCastle.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this._column_342,
         this._column_343,
         this._column_344
     });
     this.ListViewCastle.FullRowSelect = true;
     this.ListViewCastle.GridLines     = true;
     this.ListViewCastle.Location      = new System.Drawing.Point(8, 16);
     this.ListViewCastle.Name          = "ListViewCastle";
     this.ListViewCastle.Size          = new System.Drawing.Size(177, 233);
     this.ListViewCastle.TabIndex      = 0;
     this.ListViewCastle.UseCompatibleStateImageBehavior = false;
     this.ListViewCastle.View   = System.Windows.Forms.View.Details;
     this.ListViewCastle.Click += new System.EventHandler(this.ListViewCastleClick);
     //
     // _column_342
     //
     this._column_342.Name  = "_column_342";
     this._column_342.Text  = "序号";
     this._column_342.Width = 43;
     //
     // _column_343
     //
     this._column_343.Name = "_column_343";
     this._column_343.Text = "编号";
     //
     // _column_344
     //
     this._column_344.Name  = "_column_344";
     this._column_344.Text  = "名称";
     this._column_344.Width = 67;
     //
     // GroupBox2
     //
     this.GroupBox2.Controls.Add(this.PageControlCastle);
     this.GroupBox2.Location = new System.Drawing.Point(208, 8);
     this.GroupBox2.Name     = "GroupBox2";
     this.GroupBox2.Size     = new System.Drawing.Size(353, 257);
     this.GroupBox2.TabIndex = 1;
     this.GroupBox2.TabStop  = false;
     this.GroupBox2.Text     = "城堡信息";
     //
     // PageControlCastle
     //
     this.PageControlCastle.Controls.Add(this.TabSheet1);
     this.PageControlCastle.Controls.Add(this.TabSheet3);
     this.PageControlCastle.Controls.Add(this.TabSheet2);
     this.PageControlCastle.Controls.Add(this.TabSheet4);
     this.PageControlCastle.Location      = new System.Drawing.Point(5, 16);
     this.PageControlCastle.Name          = "PageControlCastle";
     this.PageControlCastle.SelectedIndex = 0;
     this.PageControlCastle.Size          = new System.Drawing.Size(340, 234);
     this.PageControlCastle.TabIndex      = 0;
     //
     // TabSheet1
     //
     this.TabSheet1.Controls.Add(this.GroupBox3);
     this.TabSheet1.Controls.Add(this.Button1);
     this.TabSheet1.Controls.Add(this.Button2);
     this.TabSheet1.Location = new System.Drawing.Point(4, 22);
     this.TabSheet1.Name     = "TabSheet1";
     this.TabSheet1.Size     = new System.Drawing.Size(332, 208);
     this.TabSheet1.TabIndex = 0;
     this.TabSheet1.Text     = "基本状态";
     //
     // GroupBox3
     //
     this.GroupBox3.Controls.Add(this.Label2);
     this.GroupBox3.Controls.Add(this.Label1);
     this.GroupBox3.Controls.Add(this.Label3);
     this.GroupBox3.Controls.Add(this.Label7);
     this.GroupBox3.Controls.Add(this.Label8);
     this.GroupBox3.Controls.Add(this.EditOwenGuildName);
     this.GroupBox3.Controls.Add(this.EditTotalGold);
     this.GroupBox3.Controls.Add(this.EditTodayIncome);
     this.GroupBox3.Controls.Add(this.EditTechLevel);
     this.GroupBox3.Controls.Add(this.EditPower);
     this.GroupBox3.Location = new System.Drawing.Point(6, 5);
     this.GroupBox3.Name     = "GroupBox3";
     this.GroupBox3.Size     = new System.Drawing.Size(321, 92);
     this.GroupBox3.TabIndex = 0;
     this.GroupBox3.TabStop  = false;
     //
     // Label2
     //
     this.Label2.Location = new System.Drawing.Point(8, 20);
     this.Label2.Name     = "Label2";
     this.Label2.Size     = new System.Drawing.Size(54, 12);
     this.Label2.TabIndex = 0;
     this.Label2.Text     = "所属行会:";
     //
     // Label1
     //
     this.Label1.Location = new System.Drawing.Point(8, 44);
     this.Label1.Name     = "Label1";
     this.Label1.Size     = new System.Drawing.Size(54, 12);
     this.Label1.TabIndex = 1;
     this.Label1.Text     = "资金总数:";
     //
     // Label3
     //
     this.Label3.Location = new System.Drawing.Point(8, 68);
     this.Label3.Name     = "Label3";
     this.Label3.Size     = new System.Drawing.Size(54, 12);
     this.Label3.TabIndex = 2;
     this.Label3.Text     = "当天收入:";
     //
     // Label7
     //
     this.Label7.Location = new System.Drawing.Point(152, 44);
     this.Label7.Name     = "Label7";
     this.Label7.Size     = new System.Drawing.Size(30, 12);
     this.Label7.TabIndex = 3;
     this.Label7.Text     = "等级:";
     //
     // Label8
     //
     this.Label8.Location = new System.Drawing.Point(152, 68);
     this.Label8.Name     = "Label8";
     this.Label8.Size     = new System.Drawing.Size(30, 12);
     this.Label8.TabIndex = 4;
     this.Label8.Text     = "能源:";
     //
     // EditOwenGuildName
     //
     this.EditOwenGuildName.Location = new System.Drawing.Point(64, 16);
     this.EditOwenGuildName.Name     = "EditOwenGuildName";
     this.EditOwenGuildName.Size     = new System.Drawing.Size(169, 21);
     this.EditOwenGuildName.TabIndex = 0;
     this.EditOwenGuildName.Click   += new System.EventHandler(this.EditOwenGuildNameClick);
     //
     // EditTotalGold
     //
     this.EditTotalGold.Location = new System.Drawing.Point(64, 40);
     this.EditTotalGold.Name     = "EditTotalGold";
     this.EditTotalGold.Size     = new System.Drawing.Size(81, 21);
     this.EditTotalGold.TabIndex = 1;
     //
     // EditTodayIncome
     //
     this.EditTodayIncome.Location = new System.Drawing.Point(64, 64);
     this.EditTodayIncome.Name     = "EditTodayIncome";
     this.EditTodayIncome.Size     = new System.Drawing.Size(81, 21);
     this.EditTodayIncome.TabIndex = 2;
     //
     // EditTechLevel
     //
     this.EditTechLevel.Location = new System.Drawing.Point(184, 40);
     this.EditTechLevel.Name     = "EditTechLevel";
     this.EditTechLevel.Size     = new System.Drawing.Size(49, 21);
     this.EditTechLevel.TabIndex = 3;
     //
     // EditPower
     //
     this.EditPower.Location = new System.Drawing.Point(184, 64);
     this.EditPower.Name     = "EditPower";
     this.EditPower.Size     = new System.Drawing.Size(49, 21);
     this.EditPower.TabIndex = 4;
     //
     // TabSheet3
     //
     this.TabSheet3.Controls.Add(this.GroupBox5);
     this.TabSheet3.ImageIndex = 2;
     this.TabSheet3.Location   = new System.Drawing.Point(4, 22);
     this.TabSheet3.Name       = "TabSheet3";
     this.TabSheet3.Size       = new System.Drawing.Size(332, 208);
     this.TabSheet3.TabIndex   = 1;
     this.TabSheet3.Text       = "守卫状态";
     //
     // GroupBox5
     //
     this.GroupBox5.Controls.Add(this.ListViewGuard);
     this.GroupBox5.Controls.Add(this.ButtonRefresh);
     this.GroupBox5.Location = new System.Drawing.Point(0, -1);
     this.GroupBox5.Name     = "GroupBox5";
     this.GroupBox5.Size     = new System.Drawing.Size(332, 205);
     this.GroupBox5.TabIndex = 0;
     this.GroupBox5.TabStop  = false;
     //
     // ListViewGuard
     //
     this.ListViewGuard.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this._column_345,
         this._column_346,
         this._column_347,
         this._column_348,
         this._column_349
     });
     this.ListViewGuard.FullRowSelect = true;
     this.ListViewGuard.GridLines     = true;
     this.ListViewGuard.Location      = new System.Drawing.Point(3, 9);
     this.ListViewGuard.Name          = "ListViewGuard";
     this.ListViewGuard.Size          = new System.Drawing.Size(326, 156);
     this.ListViewGuard.TabIndex      = 0;
     this.ListViewGuard.UseCompatibleStateImageBehavior = false;
     this.ListViewGuard.View = System.Windows.Forms.View.Details;
     //
     // _column_345
     //
     this._column_345.Name = "_column_345";
     this._column_345.Text = "序号";
     //
     // _column_346
     //
     this._column_346.Name = "_column_346";
     this._column_346.Text = "名称";
     //
     // _column_347
     //
     this._column_347.Name = "_column_347";
     this._column_347.Text = "座标";
     //
     // _column_348
     //
     this._column_348.Name = "_column_348";
     this._column_348.Text = "血量";
     //
     // _column_349
     //
     this._column_349.Name = "_column_349";
     this._column_349.Text = "城门状态";
     //
     // ButtonRefresh
     //
     this.ButtonRefresh.Location = new System.Drawing.Point(240, 168);
     this.ButtonRefresh.Name     = "ButtonRefresh";
     this.ButtonRefresh.Size     = new System.Drawing.Size(65, 25);
     this.ButtonRefresh.TabIndex = 1;
     this.ButtonRefresh.Text     = "刷新(&R)";
     this.ButtonRefresh.Click   += new System.EventHandler(this.ButtonRefreshClick);
     //
     // TabSheet2
     //
     this.TabSheet2.Controls.Add(this.GroupBox4);
     this.TabSheet2.ImageIndex = 1;
     this.TabSheet2.Location   = new System.Drawing.Point(4, 22);
     this.TabSheet2.Name       = "TabSheet2";
     this.TabSheet2.Size       = new System.Drawing.Size(332, 208);
     this.TabSheet2.TabIndex   = 2;
     this.TabSheet2.Text       = "设置";
     //
     // GroupBox4
     //
     this.GroupBox4.Controls.Add(this.Label4);
     this.GroupBox4.Controls.Add(this.Label5);
     this.GroupBox4.Controls.Add(this.Label6);
     this.GroupBox4.Controls.Add(this.Label9);
     this.GroupBox4.Controls.Add(this.Label10);
     this.GroupBox4.Controls.Add(this.Label11);
     this.GroupBox4.Controls.Add(this.EditCastleName);
     this.GroupBox4.Controls.Add(this.EditCastleOfGuild);
     this.GroupBox4.Controls.Add(this.EditHomeMap);
     this.GroupBox4.Controls.Add(this.EditTunnelMap);
     this.GroupBox4.Controls.Add(this.EditPalace);
     this.GroupBox4.Controls.Add(this.SpinEditNomeX);
     this.GroupBox4.Controls.Add(this.SpinEditNomeY);
     this.GroupBox4.Controls.Add(this.ButtonSave);
     this.GroupBox4.Location = new System.Drawing.Point(6, 5);
     this.GroupBox4.Name     = "GroupBox4";
     this.GroupBox4.Size     = new System.Drawing.Size(321, 196);
     this.GroupBox4.TabIndex = 0;
     this.GroupBox4.TabStop  = false;
     //
     // Label4
     //
     this.Label4.Location = new System.Drawing.Point(8, 20);
     this.Label4.Name     = "Label4";
     this.Label4.Size     = new System.Drawing.Size(54, 12);
     this.Label4.TabIndex = 0;
     this.Label4.Text     = "城堡名称:";
     //
     // Label5
     //
     this.Label5.Location = new System.Drawing.Point(8, 44);
     this.Label5.Name     = "Label5";
     this.Label5.Size     = new System.Drawing.Size(54, 12);
     this.Label5.TabIndex = 1;
     this.Label5.Text     = "所属行会:";
     //
     // Label6
     //
     this.Label6.Location = new System.Drawing.Point(176, 68);
     this.Label6.Name     = "Label6";
     this.Label6.Size     = new System.Drawing.Size(54, 12);
     this.Label6.TabIndex = 2;
     this.Label6.Text     = "回城地图:";
     //
     // Label9
     //
     this.Label9.Location = new System.Drawing.Point(8, 92);
     this.Label9.Name     = "Label9";
     this.Label9.Size     = new System.Drawing.Size(54, 12);
     this.Label9.TabIndex = 3;
     this.Label9.Text     = "回城坐标:";
     //
     // Label10
     //
     this.Label10.Location = new System.Drawing.Point(176, 92);
     this.Label10.Name     = "Label10";
     this.Label10.Size     = new System.Drawing.Size(54, 12);
     this.Label10.TabIndex = 4;
     this.Label10.Text     = "密道地图:";
     //
     // Label11
     //
     this.Label11.Location = new System.Drawing.Point(8, 68);
     this.Label11.Name     = "Label11";
     this.Label11.Size     = new System.Drawing.Size(54, 12);
     this.Label11.TabIndex = 5;
     this.Label11.Text     = "皇宫地图:";
     //
     // EditCastleName
     //
     this.EditCastleName.Location = new System.Drawing.Point(64, 16);
     this.EditCastleName.Name     = "EditCastleName";
     this.EditCastleName.Size     = new System.Drawing.Size(249, 21);
     this.EditCastleName.TabIndex = 0;
     //
     // EditCastleOfGuild
     //
     this.EditCastleOfGuild.Location = new System.Drawing.Point(64, 40);
     this.EditCastleOfGuild.Name     = "EditCastleOfGuild";
     this.EditCastleOfGuild.Size     = new System.Drawing.Size(249, 21);
     this.EditCastleOfGuild.TabIndex = 1;
     //
     // EditHomeMap
     //
     this.EditHomeMap.Location = new System.Drawing.Point(232, 64);
     this.EditHomeMap.Name     = "EditHomeMap";
     this.EditHomeMap.Size     = new System.Drawing.Size(81, 21);
     this.EditHomeMap.TabIndex = 2;
     //
     // EditTunnelMap
     //
     this.EditTunnelMap.Location = new System.Drawing.Point(232, 88);
     this.EditTunnelMap.Name     = "EditTunnelMap";
     this.EditTunnelMap.Size     = new System.Drawing.Size(81, 21);
     this.EditTunnelMap.TabIndex = 3;
     //
     // EditPalace
     //
     this.EditPalace.Location = new System.Drawing.Point(64, 64);
     this.EditPalace.Name     = "EditPalace";
     this.EditPalace.Size     = new System.Drawing.Size(105, 21);
     this.EditPalace.TabIndex = 4;
     //
     // SpinEditNomeX
     //
     this.SpinEditNomeX.Location = new System.Drawing.Point(64, 88);
     this.SpinEditNomeX.Name     = "SpinEditNomeX";
     this.SpinEditNomeX.Size     = new System.Drawing.Size(57, 21);
     this.SpinEditNomeX.TabIndex = 5;
     //
     // SpinEditNomeY
     //
     this.SpinEditNomeY.Location = new System.Drawing.Point(120, 88);
     this.SpinEditNomeY.Name     = "SpinEditNomeY";
     this.SpinEditNomeY.Size     = new System.Drawing.Size(49, 21);
     this.SpinEditNomeY.TabIndex = 6;
     //
     // ButtonSave
     //
     this.ButtonSave.Location = new System.Drawing.Point(240, 160);
     this.ButtonSave.Name     = "ButtonSave";
     this.ButtonSave.Size     = new System.Drawing.Size(75, 25);
     this.ButtonSave.TabIndex = 7;
     this.ButtonSave.Text     = "保存(&S)";
     this.ButtonSave.Click   += new System.EventHandler(this.ButtonSaveClick);
     //
     // TabSheet4
     //
     this.TabSheet4.Controls.Add(this.GroupBox6);
     this.TabSheet4.ImageIndex = 3;
     this.TabSheet4.Location   = new System.Drawing.Point(4, 22);
     this.TabSheet4.Name       = "TabSheet4";
     this.TabSheet4.Size       = new System.Drawing.Size(332, 208);
     this.TabSheet4.TabIndex   = 3;
     this.TabSheet4.Text       = "攻城申请";
     //
     // GroupBox6
     //
     this.GroupBox6.Controls.Add(this.ListViewAttackSabukWall);
     this.GroupBox6.Controls.Add(this.ButtonAttackAd);
     this.GroupBox6.Controls.Add(this.ButtonAttackEdit);
     this.GroupBox6.Controls.Add(this.ButtonAttackDel);
     this.GroupBox6.Controls.Add(this.ButtonAttackR);
     this.GroupBox6.Location = new System.Drawing.Point(10, 0);
     this.GroupBox6.Name     = "GroupBox6";
     this.GroupBox6.Size     = new System.Drawing.Size(313, 201);
     this.GroupBox6.TabIndex = 0;
     this.GroupBox6.TabStop  = false;
     //
     // ListViewAttackSabukWall
     //
     this.ListViewAttackSabukWall.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this._column_350,
         this._column_351,
         this._column_352
     });
     this.ListViewAttackSabukWall.FullRowSelect = true;
     this.ListViewAttackSabukWall.GridLines     = true;
     this.ListViewAttackSabukWall.Location      = new System.Drawing.Point(8, 16);
     this.ListViewAttackSabukWall.Name          = "ListViewAttackSabukWall";
     this.ListViewAttackSabukWall.Size          = new System.Drawing.Size(297, 145);
     this.ListViewAttackSabukWall.TabIndex      = 0;
     this.ListViewAttackSabukWall.UseCompatibleStateImageBehavior = false;
     this.ListViewAttackSabukWall.View   = System.Windows.Forms.View.Details;
     this.ListViewAttackSabukWall.Click += new System.EventHandler(this.ListViewAttackSabukWallClick);
     //
     // _column_350
     //
     this._column_350.Name = "_column_350";
     this._column_350.Text = "序号";
     //
     // _column_351
     //
     this._column_351.Name = "_column_351";
     this._column_351.Text = "行会名称";
     //
     // _column_352
     //
     this._column_352.Name = "_column_352";
     this._column_352.Text = "攻城时间";
     //
     // ButtonAttackAd
     //
     this.ButtonAttackAd.Location = new System.Drawing.Point(8, 168);
     this.ButtonAttackAd.Name     = "ButtonAttackAd";
     this.ButtonAttackAd.Size     = new System.Drawing.Size(65, 25);
     this.ButtonAttackAd.TabIndex = 1;
     this.ButtonAttackAd.Text     = "增加(&A)";
     this.ButtonAttackAd.Click   += new System.EventHandler(this.ButtonAttackAdClick);
     //
     // ButtonAttackEdit
     //
     this.ButtonAttackEdit.Location = new System.Drawing.Point(80, 168);
     this.ButtonAttackEdit.Name     = "ButtonAttackEdit";
     this.ButtonAttackEdit.Size     = new System.Drawing.Size(65, 25);
     this.ButtonAttackEdit.TabIndex = 2;
     this.ButtonAttackEdit.Text     = "编辑(&E)";
     this.ButtonAttackEdit.Click   += new System.EventHandler(this.ButtonAttackEditClick);
     //
     // ButtonAttackDel
     //
     this.ButtonAttackDel.Location = new System.Drawing.Point(152, 168);
     this.ButtonAttackDel.Name     = "ButtonAttackDel";
     this.ButtonAttackDel.Size     = new System.Drawing.Size(65, 25);
     this.ButtonAttackDel.TabIndex = 3;
     this.ButtonAttackDel.Text     = "删除(&D)";
     this.ButtonAttackDel.Click   += new System.EventHandler(this.ButtonAttackDelClick);
     //
     // ButtonAttackR
     //
     this.ButtonAttackR.Location = new System.Drawing.Point(240, 168);
     this.ButtonAttackR.Name     = "ButtonAttackR";
     this.ButtonAttackR.Size     = new System.Drawing.Size(67, 25);
     this.ButtonAttackR.TabIndex = 4;
     this.ButtonAttackR.Text     = "刷新(&R)";
     this.ButtonAttackR.Click   += new System.EventHandler(this.ButtonAttackRClick);
     //
     // TfrmCastleManage
     //
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(564, 279);
     this.Controls.Add(this.GroupBox1);
     this.Controls.Add(this.GroupBox2);
     this.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Location        = new System.Drawing.Point(453, 94);
     this.MaximizeBox     = false;
     this.Name            = "TfrmCastleManage";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "城堡管理";
     this.Closed         += new System.EventHandler(this.FormClose);
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox2.ResumeLayout(false);
     this.PageControlCastle.ResumeLayout(false);
     this.TabSheet1.ResumeLayout(false);
     this.GroupBox3.ResumeLayout(false);
     this.GroupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.EditTotalGold)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.EditTodayIncome)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.EditTechLevel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.EditPower)).EndInit();
     this.TabSheet3.ResumeLayout(false);
     this.GroupBox5.ResumeLayout(false);
     this.TabSheet2.ResumeLayout(false);
     this.GroupBox4.ResumeLayout(false);
     this.GroupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SpinEditNomeX)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SpinEditNomeY)).EndInit();
     this.TabSheet4.ResumeLayout(false);
     this.GroupBox6.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.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.forF = new System.Windows.Forms.NumericUpDown();
     this.forM = new System.Windows.Forms.NumericUpDown();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.forB = new System.Windows.Forms.NumericUpDown();
     this.label3 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.forF)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.forM)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.forB)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(14, 48);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(158, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Сколько рублей за контракт?";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(14, 88);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(179, 13);
     this.label2.TabIndex = 2;
     this.label2.Text = "Какой процент от суммы сделки?";
     //
     // forF
     //
     this.forF.DecimalPlaces = 4;
     this.forF.Location = new System.Drawing.Point(17, 64);
     this.forF.Name = "forF";
     this.forF.Size = new System.Drawing.Size(120, 20);
     this.forF.TabIndex = 3;
     //
     // forM
     //
     this.forM.DecimalPlaces = 4;
     this.forM.Increment = new decimal(new int[] {
     1,
     0,
     0,
     262144});
     this.forM.Location = new System.Drawing.Point(17, 104);
     this.forM.Name = "forM";
     this.forM.Size = new System.Drawing.Size(120, 20);
     this.forM.TabIndex = 4;
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Location = new System.Drawing.Point(14, 127);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(115, 13);
     this.linkLabel1.TabIndex = 5;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "http://OpenWealth.ru/";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // forB
     //
     this.forB.DecimalPlaces = 4;
     this.forB.Location = new System.Drawing.Point(17, 22);
     this.forB.Name = "forB";
     this.forB.Size = new System.Drawing.Size(120, 20);
     this.forB.TabIndex = 7;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(14, 6);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(147, 13);
     this.label3.TabIndex = 6;
     this.label3.Text = "Сколько рублей за сделку?";
     //
     // CommissionUserControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.forB);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.forM);
     this.Controls.Add(this.forF);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name = "CommissionUserControl";
     this.Size = new System.Drawing.Size(271, 148);
     ((System.ComponentModel.ISupportInitialize)(this.forF)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.forM)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.forB)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#54
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EAImvertorSettingsForm));
     this.ImvertorURLLabel                  = new System.Windows.Forms.Label();
     this.ImvertorURLTextbox                = new System.Windows.Forms.TextBox();
     this.defaultPinTextBox                 = new System.Windows.Forms.TextBox();
     this.defaultPinLabel                   = new System.Windows.Forms.Label();
     this.applyButton                       = new System.Windows.Forms.Button();
     this.cancelButton                      = new System.Windows.Forms.Button();
     this.okButton                          = new System.Windows.Forms.Button();
     this.defaultPropertiesPathTextBox      = new System.Windows.Forms.TextBox();
     this.DefaultPropertiesPathLabel        = new System.Windows.Forms.Label();
     this.defaultPropertiesTextBox          = new System.Windows.Forms.ComboBox();
     this.defaultPropertiesLabel            = new System.Windows.Forms.Label();
     this.browseDefaultPropertiesFileButton = new System.Windows.Forms.Button();
     this.defaultProcessTextBox             = new System.Windows.Forms.ComboBox();
     this.defaultProcessLabel               = new System.Windows.Forms.Label();
     this.browseDefaultHistoryFileButton    = new System.Windows.Forms.Button();
     this.defaultHistoryFileTextBox         = new System.Windows.Forms.TextBox();
     this.defaultHistoryFileLabel           = new System.Windows.Forms.Label();
     this.timeOutUpDown                     = new System.Windows.Forms.NumericUpDown();
     this.timeoutLabel                      = new System.Windows.Forms.Label();
     this.retryLabel                        = new System.Windows.Forms.Label();
     this.retryIntervalUpDown               = new System.Windows.Forms.NumericUpDown();
     this.resultsButtonBrowseFolder         = new System.Windows.Forms.Button();
     this.resultsFolderTextBox              = new System.Windows.Forms.TextBox();
     this.resultsFolderLabel                = new System.Windows.Forms.Label();
     this.proxyTextBox                      = new System.Windows.Forms.TextBox();
     this.proxyLable                        = new System.Windows.Forms.Label();
     this.includeDiagramsCheckBox           = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.timeOutUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.retryIntervalUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // ImvertorURLLabel
     //
     this.ImvertorURLLabel.Location = new System.Drawing.Point(12, 15);
     this.ImvertorURLLabel.Name     = "ImvertorURLLabel";
     this.ImvertorURLLabel.Size     = new System.Drawing.Size(141, 23);
     this.ImvertorURLLabel.TabIndex = 0;
     this.ImvertorURLLabel.Text     = "Imvertor URL";
     //
     // ImvertorURLTextbox
     //
     this.ImvertorURLTextbox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.ImvertorURLTextbox.Location = new System.Drawing.Point(159, 12);
     this.ImvertorURLTextbox.Name     = "ImvertorURLTextbox";
     this.ImvertorURLTextbox.Size     = new System.Drawing.Size(225, 20);
     this.ImvertorURLTextbox.TabIndex = 1;
     //
     // defaultPinTextBox
     //
     this.defaultPinTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.defaultPinTextBox.Location              = new System.Drawing.Point(159, 61);
     this.defaultPinTextBox.MinimumSize           = new System.Drawing.Size(153, 20);
     this.defaultPinTextBox.Name                  = "defaultPinTextBox";
     this.defaultPinTextBox.Size                  = new System.Drawing.Size(225, 20);
     this.defaultPinTextBox.TabIndex              = 2;
     this.defaultPinTextBox.UseSystemPasswordChar = true;
     this.defaultPinTextBox.TextChanged          += new System.EventHandler(this.DefaultPinTextBoxTextChanged);
     //
     // defaultPinLabel
     //
     this.defaultPinLabel.Location = new System.Drawing.Point(12, 64);
     this.defaultPinLabel.Name     = "defaultPinLabel";
     this.defaultPinLabel.Size     = new System.Drawing.Size(141, 23);
     this.defaultPinLabel.TabIndex = 2;
     this.defaultPinLabel.Text     = "PIN";
     //
     // applyButton
     //
     this.applyButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.applyButton.Location = new System.Drawing.Point(309, 311);
     this.applyButton.Name     = "applyButton";
     this.applyButton.Size     = new System.Drawing.Size(75, 23);
     this.applyButton.TabIndex = 9;
     this.applyButton.Text     = "Apply";
     this.applyButton.UseVisualStyleBackColor = true;
     this.applyButton.Click += new System.EventHandler(this.ApplyButtonClick);
     //
     // cancelButton
     //
     this.cancelButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Location                = new System.Drawing.Point(228, 311);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.Size                    = new System.Drawing.Size(75, 23);
     this.cancelButton.TabIndex                = 8;
     this.cancelButton.Text                    = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = true;
     //
     // okButton
     //
     this.okButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.Location = new System.Drawing.Point(147, 311);
     this.okButton.Name     = "okButton";
     this.okButton.Size     = new System.Drawing.Size(75, 23);
     this.okButton.TabIndex = 7;
     this.okButton.Text     = "OK";
     this.okButton.UseVisualStyleBackColor = true;
     this.okButton.Click += new System.EventHandler(this.OkButtonClick);
     //
     // defaultPropertiesPathTextBox
     //
     this.defaultPropertiesPathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.defaultPropertiesPathTextBox.Location    = new System.Drawing.Point(159, 139);
     this.defaultPropertiesPathTextBox.MinimumSize = new System.Drawing.Size(153, 20);
     this.defaultPropertiesPathTextBox.Name        = "defaultPropertiesPathTextBox";
     this.defaultPropertiesPathTextBox.Size        = new System.Drawing.Size(195, 20);
     this.defaultPropertiesPathTextBox.TabIndex    = 5;
     //
     // DefaultPropertiesPathLabel
     //
     this.DefaultPropertiesPathLabel.Location = new System.Drawing.Point(12, 142);
     this.DefaultPropertiesPathLabel.Name     = "DefaultPropertiesPathLabel";
     this.DefaultPropertiesPathLabel.Size     = new System.Drawing.Size(141, 23);
     this.DefaultPropertiesPathLabel.TabIndex = 10;
     this.DefaultPropertiesPathLabel.Text     = "Default Properties File";
     //
     // defaultPropertiesTextBox
     //
     this.defaultPropertiesTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.defaultPropertiesTextBox.Location = new System.Drawing.Point(159, 113);
     this.defaultPropertiesTextBox.Name     = "defaultPropertiesTextBox";
     this.defaultPropertiesTextBox.Size     = new System.Drawing.Size(225, 21);
     this.defaultPropertiesTextBox.TabIndex = 4;
     //
     // defaultPropertiesLabel
     //
     this.defaultPropertiesLabel.Location = new System.Drawing.Point(12, 116);
     this.defaultPropertiesLabel.Name     = "defaultPropertiesLabel";
     this.defaultPropertiesLabel.Size     = new System.Drawing.Size(141, 23);
     this.defaultPropertiesLabel.TabIndex = 8;
     this.defaultPropertiesLabel.Text     = "Default Processing Mode";
     //
     // browseDefaultPropertiesFileButton
     //
     this.browseDefaultPropertiesFileButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.browseDefaultPropertiesFileButton.Location = new System.Drawing.Point(360, 138);
     this.browseDefaultPropertiesFileButton.Name     = "browseDefaultPropertiesFileButton";
     this.browseDefaultPropertiesFileButton.Size     = new System.Drawing.Size(24, 20);
     this.browseDefaultPropertiesFileButton.TabIndex = 6;
     this.browseDefaultPropertiesFileButton.Text     = "...";
     this.browseDefaultPropertiesFileButton.UseVisualStyleBackColor = true;
     this.browseDefaultPropertiesFileButton.Click += new System.EventHandler(this.BrowseDefaultPropertiesFileButtonClick);
     //
     // defaultProcessTextBox
     //
     this.defaultProcessTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.defaultProcessTextBox.Location    = new System.Drawing.Point(159, 87);
     this.defaultProcessTextBox.MinimumSize = new System.Drawing.Size(153, 0);
     this.defaultProcessTextBox.Name        = "defaultProcessTextBox";
     this.defaultProcessTextBox.Size        = new System.Drawing.Size(225, 21);
     this.defaultProcessTextBox.TabIndex    = 3;
     //
     // defaultProcessLabel
     //
     this.defaultProcessLabel.Location = new System.Drawing.Point(12, 90);
     this.defaultProcessLabel.Name     = "defaultProcessLabel";
     this.defaultProcessLabel.Size     = new System.Drawing.Size(141, 23);
     this.defaultProcessLabel.TabIndex = 15;
     this.defaultProcessLabel.Text     = "Process";
     //
     // browseDefaultHistoryFileButton
     //
     this.browseDefaultHistoryFileButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.browseDefaultHistoryFileButton.Location = new System.Drawing.Point(360, 167);
     this.browseDefaultHistoryFileButton.Name     = "browseDefaultHistoryFileButton";
     this.browseDefaultHistoryFileButton.Size     = new System.Drawing.Size(24, 20);
     this.browseDefaultHistoryFileButton.TabIndex = 17;
     this.browseDefaultHistoryFileButton.Text     = "...";
     this.browseDefaultHistoryFileButton.UseVisualStyleBackColor = true;
     this.browseDefaultHistoryFileButton.Click += new System.EventHandler(this.BrowseDefaultHistoryFileButtonClick);
     //
     // defaultHistoryFileTextBox
     //
     this.defaultHistoryFileTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.defaultHistoryFileTextBox.Location    = new System.Drawing.Point(159, 168);
     this.defaultHistoryFileTextBox.MinimumSize = new System.Drawing.Size(153, 20);
     this.defaultHistoryFileTextBox.Name        = "defaultHistoryFileTextBox";
     this.defaultHistoryFileTextBox.Size        = new System.Drawing.Size(195, 20);
     this.defaultHistoryFileTextBox.TabIndex    = 16;
     //
     // defaultHistoryFileLabel
     //
     this.defaultHistoryFileLabel.Location = new System.Drawing.Point(12, 171);
     this.defaultHistoryFileLabel.Name     = "defaultHistoryFileLabel";
     this.defaultHistoryFileLabel.Size     = new System.Drawing.Size(141, 23);
     this.defaultHistoryFileLabel.TabIndex = 18;
     this.defaultHistoryFileLabel.Text     = "Default History File";
     //
     // timeOutUpDown
     //
     this.timeOutUpDown.Increment = new decimal(new int[] {
         30,
         0,
         0,
         0
     });
     this.timeOutUpDown.Location = new System.Drawing.Point(159, 195);
     this.timeOutUpDown.Maximum  = new decimal(new int[] {
         3600,
         0,
         0,
         0
     });
     this.timeOutUpDown.Name     = "timeOutUpDown";
     this.timeOutUpDown.Size     = new System.Drawing.Size(63, 20);
     this.timeOutUpDown.TabIndex = 19;
     //
     // timeoutLabel
     //
     this.timeoutLabel.Location = new System.Drawing.Point(12, 197);
     this.timeoutLabel.Name     = "timeoutLabel";
     this.timeoutLabel.Size     = new System.Drawing.Size(129, 23);
     this.timeoutLabel.TabIndex = 20;
     this.timeoutLabel.Text     = "Timeout (seconds)";
     //
     // retryLabel
     //
     this.retryLabel.Location = new System.Drawing.Point(12, 220);
     this.retryLabel.Name     = "retryLabel";
     this.retryLabel.Size     = new System.Drawing.Size(141, 23);
     this.retryLabel.TabIndex = 22;
     this.retryLabel.Text     = "Rrefresh interval (seconds)";
     //
     // retryIntervalUpDown
     //
     this.retryIntervalUpDown.Location = new System.Drawing.Point(159, 218);
     this.retryIntervalUpDown.Maximum  = new decimal(new int[] {
         999,
         0,
         0,
         0
     });
     this.retryIntervalUpDown.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.retryIntervalUpDown.Name     = "retryIntervalUpDown";
     this.retryIntervalUpDown.Size     = new System.Drawing.Size(63, 20);
     this.retryIntervalUpDown.TabIndex = 21;
     this.retryIntervalUpDown.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // resultsButtonBrowseFolder
     //
     this.resultsButtonBrowseFolder.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.resultsButtonBrowseFolder.Location = new System.Drawing.Point(360, 243);
     this.resultsButtonBrowseFolder.Name     = "resultsButtonBrowseFolder";
     this.resultsButtonBrowseFolder.Size     = new System.Drawing.Size(24, 20);
     this.resultsButtonBrowseFolder.TabIndex = 24;
     this.resultsButtonBrowseFolder.Text     = "...";
     this.resultsButtonBrowseFolder.UseVisualStyleBackColor = true;
     this.resultsButtonBrowseFolder.Click += new System.EventHandler(this.ResultsButtonBrowseFolderClick);
     //
     // resultsFolderTextBox
     //
     this.resultsFolderTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.resultsFolderTextBox.Location    = new System.Drawing.Point(159, 244);
     this.resultsFolderTextBox.MinimumSize = new System.Drawing.Size(153, 20);
     this.resultsFolderTextBox.Name        = "resultsFolderTextBox";
     this.resultsFolderTextBox.Size        = new System.Drawing.Size(195, 20);
     this.resultsFolderTextBox.TabIndex    = 23;
     //
     // resultsFolderLabel
     //
     this.resultsFolderLabel.Location = new System.Drawing.Point(12, 247);
     this.resultsFolderLabel.Name     = "resultsFolderLabel";
     this.resultsFolderLabel.Size     = new System.Drawing.Size(141, 23);
     this.resultsFolderLabel.TabIndex = 25;
     this.resultsFolderLabel.Text     = "Results Folder";
     //
     // proxyTextBox
     //
     this.proxyTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.proxyTextBox.Location     = new System.Drawing.Point(159, 35);
     this.proxyTextBox.MinimumSize  = new System.Drawing.Size(153, 20);
     this.proxyTextBox.Name         = "proxyTextBox";
     this.proxyTextBox.Size         = new System.Drawing.Size(225, 20);
     this.proxyTextBox.TabIndex     = 26;
     this.proxyTextBox.TextChanged += new System.EventHandler(this.ProxyTextBoxTextChanged);
     //
     // proxyLable
     //
     this.proxyLable.Location = new System.Drawing.Point(12, 38);
     this.proxyLable.Name     = "proxyLable";
     this.proxyLable.Size     = new System.Drawing.Size(141, 23);
     this.proxyLable.TabIndex = 27;
     this.proxyLable.Text     = "Proxy";
     //
     // includeDiagramsCheckBox
     //
     this.includeDiagramsCheckBox.Location = new System.Drawing.Point(12, 270);
     this.includeDiagramsCheckBox.Name     = "includeDiagramsCheckBox";
     this.includeDiagramsCheckBox.Size     = new System.Drawing.Size(329, 24);
     this.includeDiagramsCheckBox.TabIndex = 28;
     this.includeDiagramsCheckBox.Text     = "Include Diagram Images";
     this.includeDiagramsCheckBox.UseVisualStyleBackColor = true;
     //
     // EAImvertorSettingsForm
     //
     this.AcceptButton        = this.okButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.cancelButton;
     this.ClientSize          = new System.Drawing.Size(393, 346);
     this.Controls.Add(this.includeDiagramsCheckBox);
     this.Controls.Add(this.proxyTextBox);
     this.Controls.Add(this.proxyLable);
     this.Controls.Add(this.resultsButtonBrowseFolder);
     this.Controls.Add(this.resultsFolderTextBox);
     this.Controls.Add(this.resultsFolderLabel);
     this.Controls.Add(this.retryLabel);
     this.Controls.Add(this.retryIntervalUpDown);
     this.Controls.Add(this.timeoutLabel);
     this.Controls.Add(this.timeOutUpDown);
     this.Controls.Add(this.browseDefaultHistoryFileButton);
     this.Controls.Add(this.defaultHistoryFileTextBox);
     this.Controls.Add(this.defaultHistoryFileLabel);
     this.Controls.Add(this.defaultProcessTextBox);
     this.Controls.Add(this.defaultProcessLabel);
     this.Controls.Add(this.browseDefaultPropertiesFileButton);
     this.Controls.Add(this.defaultPropertiesPathTextBox);
     this.Controls.Add(this.DefaultPropertiesPathLabel);
     this.Controls.Add(this.defaultPropertiesTextBox);
     this.Controls.Add(this.defaultPropertiesLabel);
     this.Controls.Add(this.applyButton);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.defaultPinTextBox);
     this.Controls.Add(this.defaultPinLabel);
     this.Controls.Add(this.ImvertorURLTextbox);
     this.Controls.Add(this.ImvertorURLLabel);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.MinimumSize = new System.Drawing.Size(375, 242);
     this.Name        = "EAImvertorSettingsForm";
     this.Text        = "EA Imvertor settings";
     ((System.ComponentModel.ISupportInitialize)(this.timeOutUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.retryIntervalUpDown)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._dgvResults = new System.Windows.Forms.DataGridView();
     this._btnStop = new System.Windows.Forms.Button();
     this._btnExport = new System.Windows.Forms.Button();
     this._labTotal = new System.Windows.Forms.Label();
     this._tbResults = new System.Windows.Forms.TextBox();
     this._nudTotal = new System.Windows.Forms.NumericUpDown();
     this._labTotalItems = new System.Windows.Forms.Label();
     this._nudChecked = new System.Windows.Forms.NumericUpDown();
     this._labCheked = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this._dgvResults)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudTotal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudChecked)).BeginInit();
     this.SuspendLayout();
     //
     // _dgvResults
     //
     this._dgvResults.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this._dgvResults.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this._dgvResults.Location = new System.Drawing.Point(12, 12);
     this._dgvResults.Name = "_dgvResults";
     this._dgvResults.ReadOnly = true;
     this._dgvResults.Size = new System.Drawing.Size(960, 384);
     this._dgvResults.TabIndex = 0;
     //
     // _btnStop
     //
     this._btnStop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._btnStop.Location = new System.Drawing.Point(897, 433);
     this._btnStop.Name = "_btnStop";
     this._btnStop.Size = new System.Drawing.Size(75, 23);
     this._btnStop.TabIndex = 1;
     this._btnStop.Text = "Stop";
     this._btnStop.UseVisualStyleBackColor = true;
     this._btnStop.Click += new System.EventHandler(this.BtnStopClick);
     //
     // _btnExport
     //
     this._btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._btnExport.Location = new System.Drawing.Point(897, 404);
     this._btnExport.Name = "_btnExport";
     this._btnExport.Size = new System.Drawing.Size(75, 23);
     this._btnExport.TabIndex = 2;
     this._btnExport.Text = "Export";
     this._btnExport.UseVisualStyleBackColor = true;
     this._btnExport.Click += new System.EventHandler(this.BtnExportClick);
     //
     // _labTotal
     //
     this._labTotal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this._labTotal.AutoSize = true;
     this._labTotal.Location = new System.Drawing.Point(12, 452);
     this._labTotal.Name = "_labTotal";
     this._labTotal.Size = new System.Drawing.Size(64, 13);
     this._labTotal.TabIndex = 3;
     this._labTotal.Text = "Recognition";
     //
     // _tbResults
     //
     this._tbResults.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this._tbResults.Location = new System.Drawing.Point(82, 448);
     this._tbResults.Name = "_tbResults";
     this._tbResults.ReadOnly = true;
     this._tbResults.Size = new System.Drawing.Size(120, 20);
     this._tbResults.TabIndex = 4;
     //
     // _nudTotal
     //
     this._nudTotal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this._nudTotal.Enabled = false;
     this._nudTotal.Location = new System.Drawing.Point(82, 400);
     this._nudTotal.Maximum = new decimal(new int[] {
     100000,
     0,
     0,
     0});
     this._nudTotal.Name = "_nudTotal";
     this._nudTotal.ReadOnly = true;
     this._nudTotal.Size = new System.Drawing.Size(120, 20);
     this._nudTotal.TabIndex = 5;
     //
     // _labTotalItems
     //
     this._labTotalItems.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this._labTotalItems.AutoSize = true;
     this._labTotalItems.Location = new System.Drawing.Point(12, 404);
     this._labTotalItems.Name = "_labTotalItems";
     this._labTotalItems.Size = new System.Drawing.Size(59, 13);
     this._labTotalItems.TabIndex = 6;
     this._labTotalItems.Text = "Total Items";
     //
     // _nudChecked
     //
     this._nudChecked.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this._nudChecked.Enabled = false;
     this._nudChecked.Location = new System.Drawing.Point(82, 424);
     this._nudChecked.Maximum = new decimal(new int[] {
     100000,
     0,
     0,
     0});
     this._nudChecked.Name = "_nudChecked";
     this._nudChecked.ReadOnly = true;
     this._nudChecked.Size = new System.Drawing.Size(120, 20);
     this._nudChecked.TabIndex = 7;
     //
     // _labCheked
     //
     this._labCheked.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this._labCheked.AutoSize = true;
     this._labCheked.Location = new System.Drawing.Point(12, 426);
     this._labCheked.Name = "_labCheked";
     this._labCheked.Size = new System.Drawing.Size(50, 13);
     this._labCheked.TabIndex = 8;
     this._labCheked.Text = "Checked";
     //
     // WinQueryResults
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(984, 477);
     this.Controls.Add(this._labCheked);
     this.Controls.Add(this._nudChecked);
     this.Controls.Add(this._labTotalItems);
     this.Controls.Add(this._nudTotal);
     this.Controls.Add(this._tbResults);
     this.Controls.Add(this._labTotal);
     this.Controls.Add(this._btnExport);
     this.Controls.Add(this._btnStop);
     this.Controls.Add(this._dgvResults);
     this.Name = "WinQueryResults";
     this.Text = "Results";
     ((System.ComponentModel.ISupportInitialize)(this._dgvResults)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudTotal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._nudChecked)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PortScanWindow));
     this.ipStart                       = new mRemoteNG.UI.Controls.IPTextBox();
     this.ipEnd                         = new mRemoteNG.UI.Controls.IPTextBox();
     this.lblStartIP                    = new System.Windows.Forms.Label();
     this.lblEndIP                      = new System.Windows.Forms.Label();
     this.btnScan                       = new System.Windows.Forms.Button();
     this.lvHosts                       = new System.Windows.Forms.ListView();
     this.resultsMenuStrip              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.importHTTPToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.importHTTPSToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.importRDPToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.importRloginToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.importSSH2ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.importTelnetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.importVNCToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.btnImport                     = new System.Windows.Forms.Button();
     this.cbProtocol                    = new System.Windows.Forms.ComboBox();
     this.lblOnlyImport                 = new System.Windows.Forms.Label();
     this.clmHost                       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.clmSSH                        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.clmTelnet                     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.clmHTTP                       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.clmHTTPS                      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.clmRlogin                     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.clmRDP                        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.clmVNC                        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.clmOpenPorts                  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.clmClosedPorts                = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.prgBar                        = new System.Windows.Forms.ProgressBar();
     this.pnlPorts                      = new System.Windows.Forms.Panel();
     this.portEnd                       = new System.Windows.Forms.NumericUpDown();
     this.portStart                     = new System.Windows.Forms.NumericUpDown();
     this.Label2                        = new System.Windows.Forms.Label();
     this.Label1                        = new System.Windows.Forms.Label();
     this.pnlImport                     = new System.Windows.Forms.Panel();
     this.resultsMenuStrip.SuspendLayout();
     this.pnlPorts.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.portEnd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.portStart)).BeginInit();
     this.pnlImport.SuspendLayout();
     this.SuspendLayout();
     //
     // ipStart
     //
     this.ipStart.Location    = new System.Drawing.Point(12, 25);
     this.ipStart.Name        = "ipStart";
     this.ipStart.Size        = new System.Drawing.Size(130, 20);
     this.ipStart.TabIndex    = 10;
     this.ipStart.ToolTipText = "";
     //
     // ipEnd
     //
     this.ipEnd.Location    = new System.Drawing.Point(148, 25);
     this.ipEnd.Name        = "ipEnd";
     this.ipEnd.Size        = new System.Drawing.Size(130, 20);
     this.ipEnd.TabIndex    = 15;
     this.ipEnd.ToolTipText = "";
     //
     // lblStartIP
     //
     this.lblStartIP.AutoSize = true;
     this.lblStartIP.Location = new System.Drawing.Point(12, 7);
     this.lblStartIP.Name     = "lblStartIP";
     this.lblStartIP.Size     = new System.Drawing.Size(46, 13);
     this.lblStartIP.TabIndex = 0;
     this.lblStartIP.Text     = "Start IP:";
     //
     // lblEndIP
     //
     this.lblEndIP.AutoSize = true;
     this.lblEndIP.Location = new System.Drawing.Point(148, 7);
     this.lblEndIP.Name     = "lblEndIP";
     this.lblEndIP.Size     = new System.Drawing.Size(42, 13);
     this.lblEndIP.TabIndex = 5;
     this.lblEndIP.Text     = "End IP:";
     //
     // btnScan
     //
     this.btnScan.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnScan.Image                   = global::mRemoteNG.Resources.Search;
     this.btnScan.ImageAlign              = System.Drawing.ContentAlignment.MiddleRight;
     this.btnScan.Location                = new System.Drawing.Point(592, 7);
     this.btnScan.Name                    = "btnScan";
     this.btnScan.Size                    = new System.Drawing.Size(100, 60);
     this.btnScan.TabIndex                = 20;
     this.btnScan.Text                    = "&Scan";
     this.btnScan.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnScan.UseVisualStyleBackColor = true;
     this.btnScan.Click                  += new System.EventHandler(this.btnScan_Click);
     //
     // lvHosts
     //
     this.lvHosts.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lvHosts.ContextMenuStrip = this.resultsMenuStrip;
     this.lvHosts.FullRowSelect    = true;
     this.lvHosts.GridLines        = true;
     this.lvHosts.HeaderStyle      = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lvHosts.HideSelection    = false;
     this.lvHosts.Location         = new System.Drawing.Point(12, 73);
     this.lvHosts.Name             = "lvHosts";
     this.lvHosts.Size             = new System.Drawing.Size(680, 290);
     this.lvHosts.TabIndex         = 26;
     this.lvHosts.UseCompatibleStateImageBehavior = false;
     this.lvHosts.View = System.Windows.Forms.View.Details;
     //
     // resultsMenuStrip
     //
     this.resultsMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.importHTTPToolStripMenuItem,
         this.importHTTPSToolStripMenuItem,
         this.importRDPToolStripMenuItem,
         this.importRloginToolStripMenuItem,
         this.importSSH2ToolStripMenuItem,
         this.importTelnetToolStripMenuItem,
         this.importVNCToolStripMenuItem
     });
     this.resultsMenuStrip.Name = "resultsMenuStrip";
     this.resultsMenuStrip.Size = new System.Drawing.Size(150, 158);
     //
     // importHTTPToolStripMenuItem
     //
     this.importHTTPToolStripMenuItem.Name   = "importHTTPToolStripMenuItem";
     this.importHTTPToolStripMenuItem.Size   = new System.Drawing.Size(149, 22);
     this.importHTTPToolStripMenuItem.Text   = "Import HTTP";
     this.importHTTPToolStripMenuItem.Click += new System.EventHandler(this.importHTTPToolStripMenuItem_Click);
     //
     // importHTTPSToolStripMenuItem
     //
     this.importHTTPSToolStripMenuItem.Name   = "importHTTPSToolStripMenuItem";
     this.importHTTPSToolStripMenuItem.Size   = new System.Drawing.Size(149, 22);
     this.importHTTPSToolStripMenuItem.Text   = "Import HTTPS";
     this.importHTTPSToolStripMenuItem.Click += new System.EventHandler(this.importHTTPSToolStripMenuItem_Click);
     //
     // importRDPToolStripMenuItem
     //
     this.importRDPToolStripMenuItem.Name   = "importRDPToolStripMenuItem";
     this.importRDPToolStripMenuItem.Size   = new System.Drawing.Size(149, 22);
     this.importRDPToolStripMenuItem.Text   = "Import RDP";
     this.importRDPToolStripMenuItem.Click += new System.EventHandler(this.importRDPToolStripMenuItem_Click);
     //
     // importRloginToolStripMenuItem
     //
     this.importRloginToolStripMenuItem.Name   = "importRloginToolStripMenuItem";
     this.importRloginToolStripMenuItem.Size   = new System.Drawing.Size(149, 22);
     this.importRloginToolStripMenuItem.Text   = "Import Rlogin";
     this.importRloginToolStripMenuItem.Click += new System.EventHandler(this.importRloginToolStripMenuItem_Click);
     //
     // importSSH2ToolStripMenuItem
     //
     this.importSSH2ToolStripMenuItem.Name   = "importSSH2ToolStripMenuItem";
     this.importSSH2ToolStripMenuItem.Size   = new System.Drawing.Size(149, 22);
     this.importSSH2ToolStripMenuItem.Text   = "Import SSH2";
     this.importSSH2ToolStripMenuItem.Click += new System.EventHandler(this.importSSH2ToolStripMenuItem_Click);
     //
     // importTelnetToolStripMenuItem
     //
     this.importTelnetToolStripMenuItem.Name   = "importTelnetToolStripMenuItem";
     this.importTelnetToolStripMenuItem.Size   = new System.Drawing.Size(149, 22);
     this.importTelnetToolStripMenuItem.Text   = "Import Telnet";
     this.importTelnetToolStripMenuItem.Click += new System.EventHandler(this.importTelnetToolStripMenuItem_Click);
     //
     // importVNCToolStripMenuItem
     //
     this.importVNCToolStripMenuItem.Name   = "importVNCToolStripMenuItem";
     this.importVNCToolStripMenuItem.Size   = new System.Drawing.Size(149, 22);
     this.importVNCToolStripMenuItem.Text   = "Import VNC";
     this.importVNCToolStripMenuItem.Click += new System.EventHandler(this.importVNCToolStripMenuItem_Click);
     //
     // btnImport
     //
     this.btnImport.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnImport.Location = new System.Drawing.Point(594, 3);
     this.btnImport.Name     = "btnImport";
     this.btnImport.Size     = new System.Drawing.Size(75, 31);
     this.btnImport.TabIndex = 101;
     this.btnImport.Text     = "&Import";
     this.btnImport.UseVisualStyleBackColor = true;
     this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
     //
     // cbProtocol
     //
     this.cbProtocol.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cbProtocol.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbProtocol.FormattingEnabled = true;
     this.cbProtocol.Items.AddRange(new object[] {
         "SSH2",
         "Telnet",
         "HTTP",
         "HTTPS",
         "Rlogin",
         "RDP",
         "VNC"
     });
     this.cbProtocol.Location = new System.Drawing.Point(157, 6);
     this.cbProtocol.Name     = "cbProtocol";
     this.cbProtocol.Size     = new System.Drawing.Size(122, 21);
     this.cbProtocol.TabIndex = 28;
     //
     // lblOnlyImport
     //
     this.lblOnlyImport.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblOnlyImport.AutoSize = true;
     this.lblOnlyImport.Location = new System.Drawing.Point(5, 13);
     this.lblOnlyImport.Name     = "lblOnlyImport";
     this.lblOnlyImport.Size     = new System.Drawing.Size(104, 13);
     this.lblOnlyImport.TabIndex = 1;
     this.lblOnlyImport.Text     = "Protocol to import:";
     //
     // clmHost
     //
     this.clmHost.Text  = "Hostname/IP";
     this.clmHost.Width = 130;
     //
     // clmSSH
     //
     this.clmSSH.Text  = "SSH";
     this.clmSSH.Width = 50;
     //
     // clmTelnet
     //
     this.clmTelnet.Text  = "Telnet";
     this.clmTelnet.Width = 50;
     //
     // clmHTTP
     //
     this.clmHTTP.Text  = "HTTP";
     this.clmHTTP.Width = 50;
     //
     // clmHTTPS
     //
     this.clmHTTPS.Text  = "HTTPS";
     this.clmHTTPS.Width = 50;
     //
     // clmRlogin
     //
     this.clmRlogin.Text  = "Rlogin";
     this.clmRlogin.Width = 50;
     //
     // clmRDP
     //
     this.clmRDP.Text  = "RDP";
     this.clmRDP.Width = 50;
     //
     // clmVNC
     //
     this.clmVNC.Text  = "VNC";
     this.clmVNC.Width = 50;
     //
     // clmOpenPorts
     //
     this.clmOpenPorts.Text  = "Open Ports";
     this.clmOpenPorts.Width = 150;
     //
     // clmClosedPorts
     //
     this.clmClosedPorts.Text  = "Closed Ports";
     this.clmClosedPorts.Width = 150;
     //
     // prgBar
     //
     this.prgBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.prgBar.Location = new System.Drawing.Point(12, 50);
     this.prgBar.Name     = "prgBar";
     this.prgBar.Size     = new System.Drawing.Size(579, 16);
     this.prgBar.Step     = 1;
     this.prgBar.TabIndex = 28;
     //
     // pnlPorts
     //
     this.pnlPorts.Controls.Add(this.portEnd);
     this.pnlPorts.Controls.Add(this.portStart);
     this.pnlPorts.Controls.Add(this.Label2);
     this.pnlPorts.Controls.Add(this.Label1);
     this.pnlPorts.Location = new System.Drawing.Point(284, 7);
     this.pnlPorts.Name     = "pnlPorts";
     this.pnlPorts.Size     = new System.Drawing.Size(307, 38);
     this.pnlPorts.TabIndex = 18;
     //
     // portEnd
     //
     this.portEnd.Location = new System.Drawing.Point(232, 5);
     this.portEnd.Maximum  = new decimal(new int[] {
         65535,
         0,
         0,
         0
     });
     this.portEnd.Name     = "portEnd";
     this.portEnd.Size     = new System.Drawing.Size(67, 22);
     this.portEnd.TabIndex = 15;
     this.portEnd.Enter   += new System.EventHandler(this.portEnd_Enter);
     //
     // portStart
     //
     this.portStart.Location = new System.Drawing.Point(79, 5);
     this.portStart.Maximum  = new decimal(new int[] {
         65535,
         0,
         0,
         0
     });
     this.portStart.Name     = "portStart";
     this.portStart.Size     = new System.Drawing.Size(67, 22);
     this.portStart.TabIndex = 5;
     this.portStart.Enter   += new System.EventHandler(this.portStart_Enter);
     //
     // Label2
     //
     this.Label2.AutoSize = true;
     this.Label2.Location = new System.Drawing.Point(162, 7);
     this.Label2.Name     = "Label2";
     this.Label2.Size     = new System.Drawing.Size(54, 13);
     this.Label2.TabIndex = 10;
     this.Label2.Text     = "End Port:";
     //
     // Label1
     //
     this.Label1.AutoSize = true;
     this.Label1.Location = new System.Drawing.Point(3, 7);
     this.Label1.Name     = "Label1";
     this.Label1.Size     = new System.Drawing.Size(58, 13);
     this.Label1.TabIndex = 0;
     this.Label1.Text     = "Start Port:";
     //
     // pnlImport
     //
     this.pnlImport.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlImport.Controls.Add(this.btnImport);
     this.pnlImport.Controls.Add(this.lblOnlyImport);
     this.pnlImport.Controls.Add(this.cbProtocol);
     this.pnlImport.Location = new System.Drawing.Point(12, 369);
     this.pnlImport.Name     = "pnlImport";
     this.pnlImport.Size     = new System.Drawing.Size(680, 40);
     this.pnlImport.TabIndex = 102;
     //
     // PortScanWindow
     //
     this.AcceptButton = this.btnImport;
     this.ClientSize   = new System.Drawing.Size(704, 421);
     this.Controls.Add(this.pnlImport);
     this.Controls.Add(this.lvHosts);
     this.Controls.Add(this.pnlPorts);
     this.Controls.Add(this.prgBar);
     this.Controls.Add(this.btnScan);
     this.Controls.Add(this.lblEndIP);
     this.Controls.Add(this.lblStartIP);
     this.Controls.Add(this.ipEnd);
     this.Controls.Add(this.ipStart);
     this.Font    = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon    = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name    = "PortScanWindow";
     this.TabText = "Port Scan";
     this.Text    = "Port Scan";
     this.Load   += new System.EventHandler(this.PortScan_Load);
     this.resultsMenuStrip.ResumeLayout(false);
     this.pnlPorts.ResumeLayout(false);
     this.pnlPorts.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.portEnd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.portStart)).EndInit();
     this.pnlImport.ResumeLayout(false);
     this.pnlImport.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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.CancelBtn = new System.Windows.Forms.Button();
     this.SaveBtn = new System.Windows.Forms.Button();
     this.QuickSettingsBtn = new System.Windows.Forms.Button();
     this.RequestSettingsbtn = new System.Windows.Forms.Button();
     this.OptionTabControl = new System.Windows.Forms.TabControl();
     this.GameTab = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
     this.SkinList = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.Antialias = new System.Windows.Forms.NumericUpDown();
     this.EnableSleeveLoading = new System.Windows.Forms.CheckBox();
     this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
     this.AutoPlacing = new System.Windows.Forms.CheckBox();
     this.RandomPlacing = new System.Windows.Forms.CheckBox();
     this.Fullscreen = new System.Windows.Forms.CheckBox();
     this.Enabled3d = new System.Windows.Forms.CheckBox();
     this.EnableMusic = new System.Windows.Forms.CheckBox();
     this.AutoChain = new System.Windows.Forms.CheckBox();
     this.EnableSound = new System.Windows.Forms.CheckBox();
     this.NoDelay = new System.Windows.Forms.CheckBox();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.FontSize = new System.Windows.Forms.NumericUpDown();
     this.GameFont = new System.Windows.Forms.ComboBox();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
     this.Username = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.DefualtDeck = new System.Windows.Forms.ComboBox();
     this.label5 = new System.Windows.Forms.Label();
     this.accountTab = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel11 = new System.Windows.Forms.TableLayoutPanel();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
     this.UpdatePassword = new System.Windows.Forms.Button();
     this.currentPassword = new System.Windows.Forms.TextBox();
     this.newPassword = new System.Windows.Forms.TextBox();
     this.confirmPassword = new System.Windows.Forms.TextBox();
     this.tableLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.OptionTabControl.SuspendLayout();
     this.GameTab.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.tableLayoutPanel8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Antialias)).BeginInit();
     this.tableLayoutPanel7.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tableLayoutPanel5.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.tableLayoutPanel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.FontSize)).BeginInit();
     this.groupBox4.SuspendLayout();
     this.tableLayoutPanel9.SuspendLayout();
     this.accountTab.SuspendLayout();
     this.tableLayoutPanel10.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.tableLayoutPanel11.SuspendLayout();
     this.flowLayoutPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.OptionTabControl, 0, 0);
     this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(608, 362);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.CancelBtn);
     this.flowLayoutPanel1.Controls.Add(this.SaveBtn);
     this.flowLayoutPanel1.Controls.Add(this.QuickSettingsBtn);
     this.flowLayoutPanel1.Controls.Add(this.RequestSettingsbtn);
     this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 330);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new System.Drawing.Size(602, 29);
     this.flowLayoutPanel1.TabIndex = 7;
     //
     // CancelBtn
     //
     this.CancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.CancelBtn.Location = new System.Drawing.Point(524, 3);
     this.CancelBtn.Name = "CancelBtn";
     this.CancelBtn.Size = new System.Drawing.Size(75, 23);
     this.CancelBtn.TabIndex = 1;
     this.CancelBtn.Text = "Cancel";
     this.CancelBtn.UseVisualStyleBackColor = true;
     //
     // SaveBtn
     //
     this.SaveBtn.Location = new System.Drawing.Point(443, 3);
     this.SaveBtn.Name = "SaveBtn";
     this.SaveBtn.Size = new System.Drawing.Size(75, 23);
     this.SaveBtn.TabIndex = 0;
     this.SaveBtn.Text = "Save";
     this.SaveBtn.UseVisualStyleBackColor = true;
     this.SaveBtn.Click += new System.EventHandler(this.SaveBtn_Click);
     //
     // QuickSettingsBtn
     //
     this.QuickSettingsBtn.Location = new System.Drawing.Point(327, 3);
     this.QuickSettingsBtn.Name = "QuickSettingsBtn";
     this.QuickSettingsBtn.Size = new System.Drawing.Size(110, 23);
     this.QuickSettingsBtn.TabIndex = 5;
     this.QuickSettingsBtn.Text = "Quick Host Settings";
     this.QuickSettingsBtn.UseVisualStyleBackColor = true;
     this.QuickSettingsBtn.Click += new System.EventHandler(this.QuickSettingsBtn_Click);
     //
     // RequestSettingsbtn
     //
     this.RequestSettingsbtn.Location = new System.Drawing.Point(206, 3);
     this.RequestSettingsbtn.Name = "RequestSettingsbtn";
     this.RequestSettingsbtn.Size = new System.Drawing.Size(115, 23);
     this.RequestSettingsbtn.TabIndex = 2;
     this.RequestSettingsbtn.Text = "Request Settings";
     this.RequestSettingsbtn.UseVisualStyleBackColor = true;
     this.RequestSettingsbtn.Click += new System.EventHandler(this.RequestSettingsbtn_Click);
     //
     // OptionTabControl
     //
     this.OptionTabControl.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
     this.OptionTabControl.Controls.Add(this.GameTab);
     this.OptionTabControl.Controls.Add(this.accountTab);
     this.OptionTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.OptionTabControl.Location = new System.Drawing.Point(3, 3);
     this.OptionTabControl.Name = "OptionTabControl";
     this.OptionTabControl.SelectedIndex = 0;
     this.OptionTabControl.Size = new System.Drawing.Size(602, 321);
     this.OptionTabControl.TabIndex = 8;
     //
     // GameTab
     //
     this.GameTab.Controls.Add(this.tableLayoutPanel2);
     this.GameTab.Location = new System.Drawing.Point(4, 25);
     this.GameTab.Name = "GameTab";
     this.GameTab.Padding = new System.Windows.Forms.Padding(3);
     this.GameTab.Size = new System.Drawing.Size(594, 292);
     this.GameTab.TabIndex = 0;
     this.GameTab.Text = "Game Settings";
     this.GameTab.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.groupBox2, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0);
     this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 2;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 150F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 125F));
     this.tableLayoutPanel2.Size = new System.Drawing.Size(588, 286);
     this.tableLayoutPanel2.TabIndex = 2;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.tableLayoutPanel4);
     this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(3, 153);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(582, 130);
     this.groupBox2.TabIndex = 5;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Game Settings";
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.ColumnCount = 2;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel8, 0, 0);
     this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel7, 0, 0);
     this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 16);
     this.tableLayoutPanel4.Name = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 1;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.Size = new System.Drawing.Size(576, 111);
     this.tableLayoutPanel4.TabIndex = 0;
     //
     // tableLayoutPanel8
     //
     this.tableLayoutPanel8.ColumnCount = 2;
     this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel8.Controls.Add(this.SkinList, 1, 2);
     this.tableLayoutPanel8.Controls.Add(this.label4, 0, 2);
     this.tableLayoutPanel8.Controls.Add(this.label6, 0, 1);
     this.tableLayoutPanel8.Controls.Add(this.Antialias, 1, 1);
     this.tableLayoutPanel8.Controls.Add(this.EnableSleeveLoading, 0, 0);
     this.tableLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel8.Location = new System.Drawing.Point(291, 3);
     this.tableLayoutPanel8.Name = "tableLayoutPanel8";
     this.tableLayoutPanel8.RowCount = 3;
     this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel8.Size = new System.Drawing.Size(282, 105);
     this.tableLayoutPanel8.TabIndex = 2;
     //
     // SkinList
     //
     this.SkinList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.SkinList.FormattingEnabled = true;
     this.SkinList.Items.AddRange(new object[] {
     "Default"});
     this.SkinList.Location = new System.Drawing.Point(144, 67);
     this.SkinList.Name = "SkinList";
     this.SkinList.Size = new System.Drawing.Size(135, 21);
     this.SkinList.TabIndex = 6;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.label4.Location = new System.Drawing.Point(3, 50);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(135, 55);
     this.label4.TabIndex = 7;
     this.label4.Text = "Skin";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label6
     //
     this.label6.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(47, 31);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(46, 13);
     this.label6.TabIndex = 4;
     this.label6.Text = "Antialias";
     //
     // Antialias
     //
     this.Antialias.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Antialias.Location = new System.Drawing.Point(144, 28);
     this.Antialias.Maximum = new decimal(new int[] {
     32,
     0,
     0,
     0});
     this.Antialias.Name = "Antialias";
     this.Antialias.ReadOnly = true;
     this.Antialias.Size = new System.Drawing.Size(135, 20);
     this.Antialias.TabIndex = 5;
     this.Antialias.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // EnableSleeveLoading
     //
     this.EnableSleeveLoading.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.EnableSleeveLoading.AutoSize = true;
     this.EnableSleeveLoading.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.EnableSleeveLoading.Location = new System.Drawing.Point(18, 4);
     this.EnableSleeveLoading.Name = "EnableSleeveLoading";
     this.EnableSleeveLoading.Size = new System.Drawing.Size(120, 17);
     this.EnableSleeveLoading.TabIndex = 8;
     this.EnableSleeveLoading.Text = "Enable User Covers";
     this.EnableSleeveLoading.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel7
     //
     this.tableLayoutPanel7.ColumnCount = 2;
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel7.Controls.Add(this.AutoPlacing, 0, 0);
     this.tableLayoutPanel7.Controls.Add(this.RandomPlacing, 1, 0);
     this.tableLayoutPanel7.Controls.Add(this.Fullscreen, 1, 3);
     this.tableLayoutPanel7.Controls.Add(this.Enabled3d, 0, 3);
     this.tableLayoutPanel7.Controls.Add(this.EnableMusic, 1, 2);
     this.tableLayoutPanel7.Controls.Add(this.AutoChain, 0, 1);
     this.tableLayoutPanel7.Controls.Add(this.EnableSound, 0, 2);
     this.tableLayoutPanel7.Controls.Add(this.NoDelay, 1, 1);
     this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel7.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel7.Name = "tableLayoutPanel7";
     this.tableLayoutPanel7.RowCount = 4;
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel7.Size = new System.Drawing.Size(282, 105);
     this.tableLayoutPanel7.TabIndex = 1;
     //
     // AutoPlacing
     //
     this.AutoPlacing.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.AutoPlacing.AutoSize = true;
     this.AutoPlacing.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.AutoPlacing.Location = new System.Drawing.Point(27, 4);
     this.AutoPlacing.Name = "AutoPlacing";
     this.AutoPlacing.Size = new System.Drawing.Size(111, 17);
     this.AutoPlacing.TabIndex = 3;
     this.AutoPlacing.Text = "Auto Card Placing";
     this.AutoPlacing.UseVisualStyleBackColor = true;
     //
     // RandomPlacing
     //
     this.RandomPlacing.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.RandomPlacing.AutoSize = true;
     this.RandomPlacing.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.RandomPlacing.Location = new System.Drawing.Point(150, 4);
     this.RandomPlacing.Name = "RandomPlacing";
     this.RandomPlacing.Size = new System.Drawing.Size(129, 17);
     this.RandomPlacing.TabIndex = 4;
     this.RandomPlacing.Text = "Random Card Placing";
     this.RandomPlacing.UseVisualStyleBackColor = true;
     //
     // Fullscreen
     //
     this.Fullscreen.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.Fullscreen.AutoSize = true;
     this.Fullscreen.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.Fullscreen.Location = new System.Drawing.Point(187, 81);
     this.Fullscreen.Name = "Fullscreen";
     this.Fullscreen.Size = new System.Drawing.Size(92, 17);
     this.Fullscreen.TabIndex = 3;
     this.Fullscreen.Text = "Fullscreen      ";
     this.Fullscreen.UseVisualStyleBackColor = true;
     //
     // Enabled3d
     //
     this.Enabled3d.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.Enabled3d.AutoSize = true;
     this.Enabled3d.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.Enabled3d.Location = new System.Drawing.Point(43, 81);
     this.Enabled3d.Name = "Enabled3d";
     this.Enabled3d.Size = new System.Drawing.Size(95, 17);
     this.Enabled3d.TabIndex = 2;
     this.Enabled3d.Text = "Enable Directx";
     this.Enabled3d.UseVisualStyleBackColor = true;
     //
     // EnableMusic
     //
     this.EnableMusic.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.EnableMusic.AutoSize = true;
     this.EnableMusic.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.EnableMusic.Location = new System.Drawing.Point(189, 54);
     this.EnableMusic.Name = "EnableMusic";
     this.EnableMusic.Size = new System.Drawing.Size(90, 17);
     this.EnableMusic.TabIndex = 1;
     this.EnableMusic.Text = "Enable Music";
     this.EnableMusic.UseVisualStyleBackColor = true;
     //
     // AutoChain
     //
     this.AutoChain.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.AutoChain.AutoSize = true;
     this.AutoChain.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.AutoChain.Location = new System.Drawing.Point(31, 29);
     this.AutoChain.Name = "AutoChain";
     this.AutoChain.Size = new System.Drawing.Size(107, 17);
     this.AutoChain.TabIndex = 5;
     this.AutoChain.Text = "Auto Chain Order";
     this.AutoChain.UseVisualStyleBackColor = true;
     //
     // EnableSound
     //
     this.EnableSound.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.EnableSound.AutoSize = true;
     this.EnableSound.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.EnableSound.Location = new System.Drawing.Point(45, 54);
     this.EnableSound.Name = "EnableSound";
     this.EnableSound.Size = new System.Drawing.Size(93, 17);
     this.EnableSound.TabIndex = 0;
     this.EnableSound.Text = "Enable Sound";
     this.EnableSound.UseVisualStyleBackColor = true;
     //
     // NoDelay
     //
     this.NoDelay.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.NoDelay.AutoSize = true;
     this.NoDelay.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.NoDelay.Location = new System.Drawing.Point(164, 29);
     this.NoDelay.Name = "NoDelay";
     this.NoDelay.Size = new System.Drawing.Size(115, 17);
     this.NoDelay.TabIndex = 6;
     this.NoDelay.Text = "No Delay for Chain";
     this.NoDelay.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 1;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Controls.Add(this.groupBox1, 0, 0);
     this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel3.Name = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 1;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 144F));
     this.tableLayoutPanel3.Size = new System.Drawing.Size(582, 144);
     this.tableLayoutPanel3.TabIndex = 4;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.tableLayoutPanel5);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(3, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(576, 138);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "User Settings";
     //
     // tableLayoutPanel5
     //
     this.tableLayoutPanel5.ColumnCount = 2;
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel5.Controls.Add(this.groupBox3, 0, 0);
     this.tableLayoutPanel5.Controls.Add(this.groupBox4, 1, 0);
     this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 16);
     this.tableLayoutPanel5.Name = "tableLayoutPanel5";
     this.tableLayoutPanel5.RowCount = 1;
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel5.Size = new System.Drawing.Size(570, 119);
     this.tableLayoutPanel5.TabIndex = 0;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.tableLayoutPanel6);
     this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox3.Location = new System.Drawing.Point(3, 3);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(279, 113);
     this.groupBox3.TabIndex = 7;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Font Settings";
     //
     // tableLayoutPanel6
     //
     this.tableLayoutPanel6.ColumnCount = 2;
     this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel6.Controls.Add(this.label3, 0, 1);
     this.tableLayoutPanel6.Controls.Add(this.label2, 0, 0);
     this.tableLayoutPanel6.Controls.Add(this.FontSize, 1, 0);
     this.tableLayoutPanel6.Controls.Add(this.GameFont, 1, 1);
     this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 16);
     this.tableLayoutPanel6.Name = "tableLayoutPanel6";
     this.tableLayoutPanel6.RowCount = 3;
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 21F));
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel6.Size = new System.Drawing.Size(273, 94);
     this.tableLayoutPanel6.TabIndex = 2;
     //
     // label3
     //
     this.label3.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(38, 33);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(59, 13);
     this.label3.TabIndex = 6;
     this.label3.Text = "Game Font";
     //
     // label2
     //
     this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(42, 8);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(51, 13);
     this.label2.TabIndex = 4;
     this.label2.Text = "Font Size";
     //
     // FontSize
     //
     this.FontSize.Dock = System.Windows.Forms.DockStyle.Fill;
     this.FontSize.Location = new System.Drawing.Point(139, 3);
     this.FontSize.Maximum = new decimal(new int[] {
     32,
     0,
     0,
     0});
     this.FontSize.Name = "FontSize";
     this.FontSize.ReadOnly = true;
     this.FontSize.Size = new System.Drawing.Size(131, 20);
     this.FontSize.TabIndex = 5;
     this.FontSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // GameFont
     //
     this.GameFont.Dock = System.Windows.Forms.DockStyle.Fill;
     this.GameFont.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.GameFont.FormattingEnabled = true;
     this.GameFont.Items.AddRange(new object[] {
     "simhei.ttf"});
     this.GameFont.Location = new System.Drawing.Point(139, 32);
     this.GameFont.Name = "GameFont";
     this.GameFont.Size = new System.Drawing.Size(131, 21);
     this.GameFont.TabIndex = 7;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.tableLayoutPanel9);
     this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox4.Location = new System.Drawing.Point(288, 3);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(279, 113);
     this.groupBox4.TabIndex = 8;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Launcher Settings";
     //
     // tableLayoutPanel9
     //
     this.tableLayoutPanel9.ColumnCount = 2;
     this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel9.Controls.Add(this.Username, 1, 0);
     this.tableLayoutPanel9.Controls.Add(this.label1, 0, 0);
     this.tableLayoutPanel9.Controls.Add(this.DefualtDeck, 1, 1);
     this.tableLayoutPanel9.Controls.Add(this.label5, 0, 1);
     this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel9.Location = new System.Drawing.Point(3, 16);
     this.tableLayoutPanel9.Name = "tableLayoutPanel9";
     this.tableLayoutPanel9.RowCount = 3;
     this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.tableLayoutPanel9.Size = new System.Drawing.Size(273, 94);
     this.tableLayoutPanel9.TabIndex = 2;
     //
     // Username
     //
     this.Username.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.Username.Location = new System.Drawing.Point(139, 3);
     this.Username.Name = "Username";
     this.Username.Size = new System.Drawing.Size(131, 20);
     this.Username.TabIndex = 0;
     //
     // label1
     //
     this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(22, 6);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(92, 13);
     this.label1.TabIndex = 2;
     this.label1.Text = "Default Username";
     //
     // DefualtDeck
     //
     this.DefualtDeck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.DefualtDeck.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.DefualtDeck.FormattingEnabled = true;
     this.DefualtDeck.Location = new System.Drawing.Point(139, 29);
     this.DefualtDeck.Name = "DefualtDeck";
     this.DefualtDeck.Size = new System.Drawing.Size(131, 21);
     this.DefualtDeck.TabIndex = 3;
     //
     // label5
     //
     this.label5.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(33, 33);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(70, 13);
     this.label5.TabIndex = 4;
     this.label5.Text = "Default Deck";
     //
     // accountTab
     //
     this.accountTab.Controls.Add(this.tableLayoutPanel10);
     this.accountTab.Location = new System.Drawing.Point(4, 25);
     this.accountTab.Name = "accountTab";
     this.accountTab.Padding = new System.Windows.Forms.Padding(3);
     this.accountTab.Size = new System.Drawing.Size(594, 292);
     this.accountTab.TabIndex = 1;
     this.accountTab.Text = "Account Settings";
     this.accountTab.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel10
     //
     this.tableLayoutPanel10.ColumnCount = 2;
     this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel10.Controls.Add(this.groupBox5, 0, 0);
     this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel10.Name = "tableLayoutPanel10";
     this.tableLayoutPanel10.RowCount = 1;
     this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel10.Size = new System.Drawing.Size(588, 286);
     this.tableLayoutPanel10.TabIndex = 0;
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.tableLayoutPanel11);
     this.groupBox5.Location = new System.Drawing.Point(3, 3);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(288, 129);
     this.groupBox5.TabIndex = 0;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Update Password";
     //
     // tableLayoutPanel11
     //
     this.tableLayoutPanel11.ColumnCount = 2;
     this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36.87943F));
     this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 63.12057F));
     this.tableLayoutPanel11.Controls.Add(this.label7, 0, 0);
     this.tableLayoutPanel11.Controls.Add(this.label8, 0, 1);
     this.tableLayoutPanel11.Controls.Add(this.label9, 0, 2);
     this.tableLayoutPanel11.Controls.Add(this.flowLayoutPanel2, 1, 3);
     this.tableLayoutPanel11.Controls.Add(this.currentPassword, 1, 0);
     this.tableLayoutPanel11.Controls.Add(this.newPassword, 1, 1);
     this.tableLayoutPanel11.Controls.Add(this.confirmPassword, 1, 2);
     this.tableLayoutPanel11.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel11.Location = new System.Drawing.Point(3, 16);
     this.tableLayoutPanel11.Name = "tableLayoutPanel11";
     this.tableLayoutPanel11.RowCount = 5;
     this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F));
     this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel11.Size = new System.Drawing.Size(282, 110);
     this.tableLayoutPanel11.TabIndex = 0;
     //
     // label7
     //
     this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.label7.Location = new System.Drawing.Point(3, 0);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(97, 25);
     this.label7.TabIndex = 0;
     this.label7.Text = "Current Password";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label8
     //
     this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.label8.Location = new System.Drawing.Point(3, 25);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(97, 25);
     this.label8.TabIndex = 1;
     this.label8.Text = "New Password";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label9
     //
     this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
     this.label9.Location = new System.Drawing.Point(3, 50);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(97, 25);
     this.label9.TabIndex = 2;
     this.label9.Text = "Confirm Password";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // flowLayoutPanel2
     //
     this.flowLayoutPanel2.Controls.Add(this.UpdatePassword);
     this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowLayoutPanel2.Location = new System.Drawing.Point(106, 78);
     this.flowLayoutPanel2.Name = "flowLayoutPanel2";
     this.flowLayoutPanel2.Size = new System.Drawing.Size(173, 32);
     this.flowLayoutPanel2.TabIndex = 3;
     //
     // UpdatePassword
     //
     this.UpdatePassword.Location = new System.Drawing.Point(78, 3);
     this.UpdatePassword.Name = "UpdatePassword";
     this.UpdatePassword.Size = new System.Drawing.Size(92, 23);
     this.UpdatePassword.TabIndex = 0;
     this.UpdatePassword.Text = "Update";
     this.UpdatePassword.UseVisualStyleBackColor = true;
     this.UpdatePassword.Click += new System.EventHandler(this.UpdatePassword_Click);
     //
     // currentPassword
     //
     this.currentPassword.Dock = System.Windows.Forms.DockStyle.Fill;
     this.currentPassword.Location = new System.Drawing.Point(106, 3);
     this.currentPassword.MaxLength = 15;
     this.currentPassword.Name = "currentPassword";
     this.currentPassword.Size = new System.Drawing.Size(173, 20);
     this.currentPassword.TabIndex = 4;
     this.currentPassword.UseSystemPasswordChar = true;
     //
     // newPassword
     //
     this.newPassword.Dock = System.Windows.Forms.DockStyle.Fill;
     this.newPassword.Location = new System.Drawing.Point(106, 28);
     this.newPassword.MaxLength = 15;
     this.newPassword.Name = "newPassword";
     this.newPassword.Size = new System.Drawing.Size(173, 20);
     this.newPassword.TabIndex = 5;
     this.newPassword.UseSystemPasswordChar = true;
     //
     // confirmPassword
     //
     this.confirmPassword.Dock = System.Windows.Forms.DockStyle.Fill;
     this.confirmPassword.Location = new System.Drawing.Point(106, 53);
     this.confirmPassword.MaxLength = 15;
     this.confirmPassword.Name = "confirmPassword";
     this.confirmPassword.Size = new System.Drawing.Size(173, 20);
     this.confirmPassword.TabIndex = 6;
     this.confirmPassword.UseSystemPasswordChar = true;
     //
     // Settings
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize = new System.Drawing.Size(608, 362);
     this.ControlBox = false;
     this.Controls.Add(this.tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name = "Settings";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Options";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     this.OptionTabControl.ResumeLayout(false);
     this.GameTab.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.tableLayoutPanel4.ResumeLayout(false);
     this.tableLayoutPanel8.ResumeLayout(false);
     this.tableLayoutPanel8.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Antialias)).EndInit();
     this.tableLayoutPanel7.ResumeLayout(false);
     this.tableLayoutPanel7.PerformLayout();
     this.tableLayoutPanel3.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.tableLayoutPanel5.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.tableLayoutPanel6.ResumeLayout(false);
     this.tableLayoutPanel6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.FontSize)).EndInit();
     this.groupBox4.ResumeLayout(false);
     this.tableLayoutPanel9.ResumeLayout(false);
     this.tableLayoutPanel9.PerformLayout();
     this.accountTab.ResumeLayout(false);
     this.tableLayoutPanel10.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     this.tableLayoutPanel11.ResumeLayout(false);
     this.tableLayoutPanel11.PerformLayout();
     this.flowLayoutPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1      = new System.Windows.Forms.Label();
     this.lres        = new System.Windows.Forms.CheckBox();
     this.vdist       = new System.Windows.Forms.TrackBar();
     this.label2      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.aalevel     = new System.Windows.Forms.TrackBar();
     this.label4      = new System.Windows.Forms.Label();
     this.shadowlevel = new System.Windows.Forms.TrackBar();
     this.pplevel     = new System.Windows.Forms.TrackBar();
     this.label5      = new System.Windows.Forms.Label();
     this.txlevel     = new System.Windows.Forms.TrackBar();
     this.label6      = new System.Windows.Forms.Label();
     this.fxlevel     = new System.Windows.Forms.TrackBar();
     this.label7      = new System.Windows.Forms.Label();
     this.follevel    = new System.Windows.Forms.TrackBar();
     this.label8      = new System.Windows.Forms.Label();
     this.label9      = new System.Windows.Forms.Label();
     this.label10     = new System.Windows.Forms.Label();
     this.resx        = new System.Windows.Forms.NumericUpDown();
     this.resy        = new System.Windows.Forms.NumericUpDown();
     this.label11     = new System.Windows.Forms.Label();
     this.label12     = new System.Windows.Forms.Label();
     this.flimit      = new System.Windows.Forms.NumericUpDown();
     this.uvsync      = new System.Windows.Forms.CheckBox();
     this.wmode       = new System.Windows.Forms.ComboBox();
     this.button1     = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.vdist)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.aalevel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.shadowlevel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pplevel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txlevel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fxlevel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.follevel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.resx)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.resy)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.flimit)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(141, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Scalability (Most FPS here!)";
     //
     // lres
     //
     this.lres.Location = new System.Drawing.Point(13, 36);
     this.lres.Name     = "lres";
     this.lres.Size     = new System.Drawing.Size(373, 24);
     this.lres.TabIndex = 1;
     this.lres.Text     = "Low Resolution Scaling (Only check this if you have the most potato PC!)";
     this.lres.UseVisualStyleBackColor = true;
     //
     // vdist
     //
     this.vdist.LargeChange = 1;
     this.vdist.Location    = new System.Drawing.Point(9, 89);
     this.vdist.Maximum     = 4;
     this.vdist.Name        = "vdist";
     this.vdist.Size        = new System.Drawing.Size(104, 29);
     this.vdist.TabIndex    = 2;
     this.vdist.Value       = 3;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(13, 63);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(100, 23);
     this.label2.TabIndex = 3;
     this.label2.Text     = "View Distance";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(112, 63);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(100, 23);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Anti Aliasing";
     //
     // aalevel
     //
     this.aalevel.LargeChange = 1;
     this.aalevel.Location    = new System.Drawing.Point(112, 89);
     this.aalevel.Maximum     = 4;
     this.aalevel.Name        = "aalevel";
     this.aalevel.Size        = new System.Drawing.Size(104, 29);
     this.aalevel.TabIndex    = 5;
     this.aalevel.Value       = 3;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(218, 63);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(100, 23);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Shadows";
     //
     // shadowlevel
     //
     this.shadowlevel.LargeChange = 1;
     this.shadowlevel.Location    = new System.Drawing.Point(218, 89);
     this.shadowlevel.Maximum     = 4;
     this.shadowlevel.Name        = "shadowlevel";
     this.shadowlevel.Size        = new System.Drawing.Size(104, 29);
     this.shadowlevel.TabIndex    = 7;
     this.shadowlevel.Value       = 3;
     //
     // pplevel
     //
     this.pplevel.LargeChange = 1;
     this.pplevel.Location    = new System.Drawing.Point(324, 89);
     this.pplevel.Maximum     = 4;
     this.pplevel.Name        = "pplevel";
     this.pplevel.Size        = new System.Drawing.Size(104, 29);
     this.pplevel.TabIndex    = 9;
     this.pplevel.Value       = 3;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(324, 63);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(100, 23);
     this.label5.TabIndex = 8;
     this.label5.Text     = "Post-Process";
     //
     // txlevel
     //
     this.txlevel.LargeChange = 1;
     this.txlevel.Location    = new System.Drawing.Point(430, 89);
     this.txlevel.Maximum     = 4;
     this.txlevel.Name        = "txlevel";
     this.txlevel.Size        = new System.Drawing.Size(104, 29);
     this.txlevel.TabIndex    = 11;
     this.txlevel.Value       = 3;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(430, 63);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(100, 23);
     this.label6.TabIndex = 10;
     this.label6.Text     = "Textures";
     //
     // fxlevel
     //
     this.fxlevel.LargeChange = 1;
     this.fxlevel.Location    = new System.Drawing.Point(13, 147);
     this.fxlevel.Maximum     = 4;
     this.fxlevel.Name        = "fxlevel";
     this.fxlevel.Size        = new System.Drawing.Size(104, 29);
     this.fxlevel.TabIndex    = 13;
     this.fxlevel.Value       = 3;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(13, 121);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(100, 23);
     this.label7.TabIndex = 12;
     this.label7.Text     = "Effects";
     //
     // follevel
     //
     this.follevel.LargeChange = 1;
     this.follevel.Location    = new System.Drawing.Point(112, 147);
     this.follevel.Maximum     = 4;
     this.follevel.Name        = "follevel";
     this.follevel.Size        = new System.Drawing.Size(104, 29);
     this.follevel.TabIndex    = 15;
     this.follevel.Value       = 3;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(112, 121);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(100, 23);
     this.label8.TabIndex = 14;
     this.label8.Text     = "Foliage";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(13, 183);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(100, 23);
     this.label9.TabIndex = 16;
     this.label9.Text     = "General Settings";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(9, 210);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(100, 23);
     this.label10.TabIndex = 17;
     this.label10.Text     = "Resolution";
     //
     // resx
     //
     this.resx.Location = new System.Drawing.Point(12, 237);
     this.resx.Maximum  = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this.resx.Name     = "resx";
     this.resx.Size     = new System.Drawing.Size(64, 20);
     this.resx.TabIndex = 18;
     //
     // resy
     //
     this.resy.Location = new System.Drawing.Point(99, 237);
     this.resy.Maximum  = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this.resy.Name     = "resy";
     this.resy.Size     = new System.Drawing.Size(62, 20);
     this.resy.TabIndex = 19;
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(79, 237);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(14, 23);
     this.label11.TabIndex = 20;
     this.label11.Text     = "x";
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(184, 210);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(83, 23);
     this.label12.TabIndex = 21;
     this.label12.Text     = "Framerate Limit";
     //
     // flimit
     //
     this.flimit.Location = new System.Drawing.Point(184, 237);
     this.flimit.Maximum  = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this.flimit.Name     = "flimit";
     this.flimit.Size     = new System.Drawing.Size(83, 20);
     this.flimit.TabIndex = 22;
     //
     // uvsync
     //
     this.uvsync.Location = new System.Drawing.Point(9, 264);
     this.uvsync.Name     = "uvsync";
     this.uvsync.Size     = new System.Drawing.Size(104, 24);
     this.uvsync.TabIndex = 23;
     this.uvsync.Text     = "Use VSync";
     this.uvsync.UseVisualStyleBackColor = true;
     //
     // wmode
     //
     this.wmode.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.wmode.FormattingEnabled = true;
     this.wmode.Items.AddRange(new object[] {
         "Windowed",
         "Bordless Windowed",
         "Fullscreen"
     });
     this.wmode.Location              = new System.Drawing.Point(9, 295);
     this.wmode.Name                  = "wmode";
     this.wmode.Size                  = new System.Drawing.Size(121, 21);
     this.wmode.TabIndex              = 24;
     this.wmode.SelectedIndexChanged += new System.EventHandler(this.WmodeSelectedIndexChanged);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(507, 461);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 25;
     this.button1.Text     = "Write";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(594, 496);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.wmode);
     this.Controls.Add(this.uvsync);
     this.Controls.Add(this.flimit);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.resy);
     this.Controls.Add(this.resx);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.follevel);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.fxlevel);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.txlevel);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.pplevel);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.shadowlevel);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.aalevel);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.vdist);
     this.Controls.Add(this.lres);
     this.Controls.Add(this.label1);
     this.Name = "MainForm";
     this.Text = "Fear The Wolves Config Tweaker";
     ((System.ComponentModel.ISupportInitialize)(this.vdist)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.aalevel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.shadowlevel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pplevel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txlevel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fxlevel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.follevel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.resx)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.resy)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.flimit)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.faTabStrip1 = new System.Windows.Forms.TabControl();
     this.faTabStripItemInfo = new System.Windows.Forms.TabPage();
     this.label10 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.faTabStripItemSend = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.cmdClearSend = new System.Windows.Forms.Button();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.lblStatus = new System.Windows.Forms.Label();
     this.cmdSend = new System.Windows.Forms.Button();
     this.lblTeleLength = new System.Windows.Forms.Label();
     this.panel2 = new System.Windows.Forms.Panel();
     this.label7 = new System.Windows.Forms.Label();
     this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
     this.panel4 = new System.Windows.Forms.Panel();
     this.lblLenEmpf = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.splitContainer3 = new System.Windows.Forms.SplitContainer();
     this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
     this.lstStoredSenddata = new System.Windows.Forms.ListBox();
     this.panel3 = new System.Windows.Forms.Panel();
     this.cmdRemoveSendeTele = new System.Windows.Forms.Button();
     this.cmdAddSendeTele = new System.Windows.Forms.Button();
     this.dtaSendTabelle = new System.Windows.Forms.DataGridView();
     this.Bezeichnung = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Laenge = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Wert = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.splitContainer4 = new System.Windows.Forms.SplitContainer();
     this.dtaSendSendTable = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtaSendQuittTable = new System.Windows.Forms.DataGridView();
     this.colSendQuittText = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.faTabStripItemRecieve = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.kryptonButton2 = new System.Windows.Forms.Button();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.grdEmpfang = new System.Windows.Forms.DataGridView();
     this.colEmpf = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtaEmpfangstelegrammAufgeschluesselt = new System.Windows.Forms.DataGridView();
     this.colEmpfBezeichnung = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colEmpfLaenge = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colEmpfWert = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.faTabStripItemSettings = new System.Windows.Forms.TabPage();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.label5 = new System.Windows.Forms.Label();
     this.cmdDelTele = new System.Windows.Forms.Button();
     this.cmdEditQuittFields = new System.Windows.Forms.Button();
     this.lstQuitt = new System.Windows.Forms.ListBox();
     this.chkAutoQuitt = new System.Windows.Forms.CheckBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.numSequenceNumberLength = new System.Windows.Forms.NumericUpDown();
     this.numSequenceNumberPosition = new System.Windows.Forms.NumericUpDown();
     this.label4 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.chkChanel2active = new System.Windows.Forms.CheckBox();
     this.numPort2 = new System.Windows.Forms.NumericUpDown();
     this.numPort1 = new System.Windows.Forms.NumericUpDown();
     this.lblKanal2Port = new System.Windows.Forms.Label();
     this.chkChanel1active = new System.Windows.Forms.CheckBox();
     this.lblKanal2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.optTwoChannel = new System.Windows.Forms.RadioButton();
     this.optOneChannel = new System.Windows.Forms.RadioButton();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label1 = new System.Windows.Forms.Label();
     this.ipAddressControl = new IPAddressControlLib.IPAddressControl();
     this.cmdSelectStep7UDT = new System.Windows.Forms.Button();
     this.cmdConnect = new System.Windows.Forms.Button();
     this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.cmdSettExport = new System.Windows.Forms.Button();
     this.cmdSettImport = new System.Windows.Forms.Button();
     this.cmdSettingsSave = new System.Windows.Forms.Button();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.picConnection1 = new System.Windows.Forms.PictureBox();
     this.picConnection2 = new System.Windows.Forms.PictureBox();
     this.cmdDisconnect = new System.Windows.Forms.Button();
     this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     this.faTabStrip1.SuspendLayout();
     this.faTabStripItemInfo.SuspendLayout();
     this.faTabStripItemSend.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     this.tableLayoutPanel5.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendTabelle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
     this.splitContainer4.Panel1.SuspendLayout();
     this.splitContainer4.Panel2.SuspendLayout();
     this.splitContainer4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendSendTable)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendQuittTable)).BeginInit();
     this.faTabStripItemRecieve.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdEmpfang)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtaEmpfangstelegrammAufgeschluesselt)).BeginInit();
     this.faTabStripItemSettings.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numSequenceNumberLength)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numSequenceNumberPosition)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numPort2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPort1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.panel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picConnection1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picConnection2)).BeginInit();
     this.SuspendLayout();
     //
     // faTabStrip1
     //
     this.faTabStrip1.Controls.Add(this.faTabStripItemInfo);
     this.faTabStrip1.Controls.Add(this.faTabStripItemSend);
     this.faTabStrip1.Controls.Add(this.faTabStripItemRecieve);
     this.faTabStrip1.Controls.Add(this.faTabStripItemSettings);
     this.faTabStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.faTabStrip1.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.faTabStrip1.Location = new System.Drawing.Point(3, 53);
     this.faTabStrip1.Name = "faTabStrip1";
     this.faTabStrip1.SelectedIndex = 0;
     this.faTabStrip1.Size = new System.Drawing.Size(896, 569);
     this.faTabStrip1.TabIndex = 2;
     this.faTabStrip1.Text = "Sende Tabelle";
     //
     // faTabStripItemInfo
     //
     this.faTabStripItemInfo.Controls.Add(this.label10);
     this.faTabStripItemInfo.Controls.Add(this.label9);
     this.faTabStripItemInfo.Location = new System.Drawing.Point(4, 22);
     this.faTabStripItemInfo.Name = "faTabStripItemInfo";
     this.faTabStripItemInfo.Size = new System.Drawing.Size(888, 543);
     this.faTabStripItemInfo.TabIndex = 3;
     this.faTabStripItemInfo.Text = "Info";
     //
     // label10
     //
     this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label10.Location = new System.Drawing.Point(74, 59);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(726, 81);
     this.label10.TabIndex = 0;
     this.label10.Text = resources.GetString("label10.Text");
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(39, 25);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(31, 13);
     this.label9.TabIndex = 0;
     this.label9.Text = "Info:";
     //
     // faTabStripItemSend
     //
     this.faTabStripItemSend.Controls.Add(this.tableLayoutPanel1);
     this.faTabStripItemSend.Location = new System.Drawing.Point(4, 22);
     this.faTabStripItemSend.Name = "faTabStripItemSend";
     this.faTabStripItemSend.Size = new System.Drawing.Size(888, 543);
     this.faTabStripItemSend.TabIndex = 0;
     this.faTabStripItemSend.Text = "Sende Tabelle";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
     this.tableLayoutPanel1.Controls.Add(this.cmdClearSend, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.splitContainer2, 0, 0);
     this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(888, 543);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // cmdClearSend
     //
     this.cmdClearSend.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdClearSend.Location = new System.Drawing.Point(741, 514);
     this.cmdClearSend.Name = "cmdClearSend";
     this.cmdClearSend.Size = new System.Drawing.Size(144, 25);
     this.cmdClearSend.TabIndex = 5;
     this.cmdClearSend.Text = "CLR";
     this.cmdClearSend.UseVisualStyleBackColor = true;
     this.cmdClearSend.Click += new System.EventHandler(this.cmdClearSend_Click);
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 1;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Controls.Add(this.lblStatus, 0, 2);
     this.tableLayoutPanel3.Controls.Add(this.cmdSend, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.lblTeleLength, 0, 3);
     this.tableLayoutPanel3.Controls.Add(this.panel2, 0, 1);
     this.tableLayoutPanel3.Controls.Add(this.panel4, 0, 4);
     this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(741, 3);
     this.tableLayoutPanel3.Name = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 5;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 99F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 55F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel3.Size = new System.Drawing.Size(144, 505);
     this.tableLayoutPanel3.TabIndex = 3;
     //
     // lblStatus
     //
     this.lblStatus.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblStatus.Location = new System.Drawing.Point(3, 90);
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(138, 99);
     this.lblStatus.TabIndex = 7;
     this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // cmdSend
     //
     this.cmdSend.Location = new System.Drawing.Point(3, 3);
     this.cmdSend.Name = "cmdSend";
     this.cmdSend.Size = new System.Drawing.Size(138, 24);
     this.cmdSend.TabIndex = 6;
     this.cmdSend.Text = "Senden";
     this.cmdSend.UseVisualStyleBackColor = true;
     this.cmdSend.Click += new System.EventHandler(this.cmdSend_Click);
     //
     // lblTeleLength
     //
     this.lblTeleLength.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblTeleLength.Location = new System.Drawing.Point(3, 189);
     this.lblTeleLength.Name = "lblTeleLength";
     this.lblTeleLength.Size = new System.Drawing.Size(138, 64);
     this.lblTeleLength.TabIndex = 9;
     this.lblTeleLength.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.label7);
     this.panel2.Controls.Add(this.numericUpDown1);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(3, 33);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(138, 54);
     this.panel2.TabIndex = 10;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(8, 8);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(66, 13);
     this.label7.TabIndex = 1;
     this.label7.Text = "Laufnummer";
     //
     // numericUpDown1
     //
     this.numericUpDown1.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "Laufnummer", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numericUpDown1.Location = new System.Drawing.Point(18, 24);
     this.numericUpDown1.Name = "numericUpDown1";
     this.numericUpDown1.Size = new System.Drawing.Size(102, 21);
     this.numericUpDown1.TabIndex = 0;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.lblLenEmpf);
     this.panel4.Controls.Add(this.label8);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(3, 256);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(138, 246);
     this.panel4.TabIndex = 11;
     //
     // lblLenEmpf
     //
     this.lblLenEmpf.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblLenEmpf.Location = new System.Drawing.Point(15, 159);
     this.lblLenEmpf.Name = "lblLenEmpf";
     this.lblLenEmpf.Size = new System.Drawing.Size(40, 13);
     this.lblLenEmpf.TabIndex = 0;
     //
     // label8
     //
     this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(11, 143);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(40, 13);
     this.label8.TabIndex = 0;
     this.label8.Text = "Länge:";
     //
     // splitContainer2
     //
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(3, 3);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.splitContainer3);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.splitContainer4);
     this.tableLayoutPanel1.SetRowSpan(this.splitContainer2, 2);
     this.splitContainer2.Size = new System.Drawing.Size(732, 537);
     this.splitContainer2.SplitterDistance = 305;
     this.splitContainer2.TabIndex = 4;
     //
     // splitContainer3
     //
     this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location = new System.Drawing.Point(0, 0);
     this.splitContainer3.Name = "splitContainer3";
     this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.tableLayoutPanel5);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.dtaSendTabelle);
     this.splitContainer3.Size = new System.Drawing.Size(732, 305);
     this.splitContainer3.SplitterDistance = 76;
     this.splitContainer3.TabIndex = 0;
     //
     // tableLayoutPanel5
     //
     this.tableLayoutPanel5.ColumnCount = 2;
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tableLayoutPanel5.Controls.Add(this.lstStoredSenddata, 0, 0);
     this.tableLayoutPanel5.Controls.Add(this.panel3, 1, 0);
     this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel5.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel5.Name = "tableLayoutPanel5";
     this.tableLayoutPanel5.RowCount = 1;
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel5.Size = new System.Drawing.Size(732, 76);
     this.tableLayoutPanel5.TabIndex = 0;
     //
     // lstStoredSenddata
     //
     this.lstStoredSenddata.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lstStoredSenddata.FormattingEnabled = true;
     this.lstStoredSenddata.Location = new System.Drawing.Point(3, 3);
     this.lstStoredSenddata.Name = "lstStoredSenddata";
     this.lstStoredSenddata.Size = new System.Drawing.Size(626, 70);
     this.lstStoredSenddata.TabIndex = 0;
     this.lstStoredSenddata.DoubleClick += new System.EventHandler(this.lstStoredSenddata_DoubleClick);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.cmdRemoveSendeTele);
     this.panel3.Controls.Add(this.cmdAddSendeTele);
     this.panel3.Location = new System.Drawing.Point(635, 3);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(94, 70);
     this.panel3.TabIndex = 1;
     //
     // cmdRemoveSendeTele
     //
     this.cmdRemoveSendeTele.Location = new System.Drawing.Point(8, 41);
     this.cmdRemoveSendeTele.Name = "cmdRemoveSendeTele";
     this.cmdRemoveSendeTele.Size = new System.Drawing.Size(76, 22);
     this.cmdRemoveSendeTele.TabIndex = 0;
     this.cmdRemoveSendeTele.Text = "Remove";
     this.cmdRemoveSendeTele.UseVisualStyleBackColor = true;
     this.cmdRemoveSendeTele.Click += new System.EventHandler(this.cmdRemoveSendeTele_Click);
     //
     // cmdAddSendeTele
     //
     this.cmdAddSendeTele.Location = new System.Drawing.Point(8, 13);
     this.cmdAddSendeTele.Name = "cmdAddSendeTele";
     this.cmdAddSendeTele.Size = new System.Drawing.Size(76, 22);
     this.cmdAddSendeTele.TabIndex = 0;
     this.cmdAddSendeTele.Text = "Add";
     this.cmdAddSendeTele.UseVisualStyleBackColor = true;
     this.cmdAddSendeTele.Click += new System.EventHandler(this.cmdAddSendeTele_Click);
     //
     // dtaSendTabelle
     //
     this.dtaSendTabelle.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dtaSendTabelle.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtaSendTabelle.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Bezeichnung,
     this.Laenge,
     this.Wert});
     this.dtaSendTabelle.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dtaSendTabelle.Location = new System.Drawing.Point(0, 0);
     this.dtaSendTabelle.Name = "dtaSendTabelle";
     this.dtaSendTabelle.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtaSendTabelle.Size = new System.Drawing.Size(732, 225);
     this.dtaSendTabelle.TabIndex = 4;
     this.dtaSendTabelle.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtaSendTabelle_CellEndEdit);
     this.dtaSendTabelle.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dtaSendTabelle_RowsAdded);
     //
     // Bezeichnung
     //
     this.Bezeichnung.HeaderText = "Bezeichnung";
     this.Bezeichnung.Name = "Bezeichnung";
     //
     // Laenge
     //
     this.Laenge.HeaderText = "Länge";
     this.Laenge.Name = "Laenge";
     //
     // Wert
     //
     this.Wert.HeaderText = "Wert";
     this.Wert.Name = "Wert";
     //
     // splitContainer4
     //
     this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer4.Location = new System.Drawing.Point(0, 0);
     this.splitContainer4.Name = "splitContainer4";
     this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer4.Panel1
     //
     this.splitContainer4.Panel1.Controls.Add(this.dtaSendSendTable);
     //
     // splitContainer4.Panel2
     //
     this.splitContainer4.Panel2.Controls.Add(this.dtaSendQuittTable);
     this.splitContainer4.Size = new System.Drawing.Size(732, 228);
     this.splitContainer4.SplitterDistance = 109;
     this.splitContainer4.TabIndex = 0;
     //
     // dtaSendSendTable
     //
     this.dtaSendSendTable.AllowUserToAddRows = false;
     this.dtaSendSendTable.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dtaSendSendTable.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtaSendSendTable.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn1});
     this.dtaSendSendTable.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dtaSendSendTable.Location = new System.Drawing.Point(0, 0);
     this.dtaSendSendTable.Name = "dtaSendSendTable";
     this.dtaSendSendTable.ReadOnly = true;
     this.dtaSendSendTable.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtaSendSendTable.Size = new System.Drawing.Size(732, 109);
     this.dtaSendSendTable.TabIndex = 7;
     this.dtaSendSendTable.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtaSendSendTable_CellContentClick);
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText = "Gesendete Telegramme";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly = true;
     //
     // dtaSendQuittTable
     //
     this.dtaSendQuittTable.AllowUserToAddRows = false;
     this.dtaSendQuittTable.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dtaSendQuittTable.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtaSendQuittTable.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colSendQuittText});
     this.dtaSendQuittTable.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dtaSendQuittTable.Location = new System.Drawing.Point(0, 0);
     this.dtaSendQuittTable.Name = "dtaSendQuittTable";
     this.dtaSendQuittTable.ReadOnly = true;
     this.dtaSendQuittTable.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtaSendQuittTable.Size = new System.Drawing.Size(732, 115);
     this.dtaSendQuittTable.TabIndex = 6;
     //
     // colSendQuittText
     //
     this.colSendQuittText.HeaderText = "Empfangene Quittungen";
     this.colSendQuittText.Name = "colSendQuittText";
     this.colSendQuittText.ReadOnly = true;
     //
     // faTabStripItemRecieve
     //
     this.faTabStripItemRecieve.Controls.Add(this.tableLayoutPanel2);
     this.faTabStripItemRecieve.Location = new System.Drawing.Point(4, 22);
     this.faTabStripItemRecieve.Name = "faTabStripItemRecieve";
     this.faTabStripItemRecieve.Size = new System.Drawing.Size(888, 543);
     this.faTabStripItemRecieve.TabIndex = 1;
     this.faTabStripItemRecieve.Text = "Empfangs FIFO";
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
     this.tableLayoutPanel2.Controls.Add(this.kryptonButton2, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.splitContainer1, 0, 0);
     this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Size = new System.Drawing.Size(888, 543);
     this.tableLayoutPanel2.TabIndex = 2;
     //
     // kryptonButton2
     //
     this.kryptonButton2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.kryptonButton2.Location = new System.Drawing.Point(741, 3);
     this.kryptonButton2.Name = "kryptonButton2";
     this.kryptonButton2.Size = new System.Drawing.Size(144, 40);
     this.kryptonButton2.TabIndex = 4;
     this.kryptonButton2.Text = "CLR";
     this.kryptonButton2.UseVisualStyleBackColor = true;
     this.kryptonButton2.Click += new System.EventHandler(this.kryptonButton2_Click);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(3, 3);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.grdEmpfang);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.dtaEmpfangstelegrammAufgeschluesselt);
     this.splitContainer1.Size = new System.Drawing.Size(732, 537);
     this.splitContainer1.SplitterDistance = 212;
     this.splitContainer1.TabIndex = 5;
     //
     // grdEmpfang
     //
     this.grdEmpfang.AllowUserToAddRows = false;
     this.grdEmpfang.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.grdEmpfang.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdEmpfang.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colEmpf});
     this.grdEmpfang.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdEmpfang.Location = new System.Drawing.Point(0, 0);
     this.grdEmpfang.Name = "grdEmpfang";
     this.grdEmpfang.ReadOnly = true;
     this.grdEmpfang.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grdEmpfang.Size = new System.Drawing.Size(732, 212);
     this.grdEmpfang.TabIndex = 4;
     this.grdEmpfang.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdEmpfang_CellClick);
     this.grdEmpfang.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdEmpfang_CellContentClick);
     //
     // colEmpf
     //
     this.colEmpf.HeaderText = "Empfangstelegramme";
     this.colEmpf.Name = "colEmpf";
     this.colEmpf.ReadOnly = true;
     //
     // dtaEmpfangstelegrammAufgeschluesselt
     //
     this.dtaEmpfangstelegrammAufgeschluesselt.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dtaEmpfangstelegrammAufgeschluesselt.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtaEmpfangstelegrammAufgeschluesselt.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colEmpfBezeichnung,
     this.colEmpfLaenge,
     this.colEmpfWert});
     this.dtaEmpfangstelegrammAufgeschluesselt.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dtaEmpfangstelegrammAufgeschluesselt.Location = new System.Drawing.Point(0, 0);
     this.dtaEmpfangstelegrammAufgeschluesselt.Name = "dtaEmpfangstelegrammAufgeschluesselt";
     this.dtaEmpfangstelegrammAufgeschluesselt.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtaEmpfangstelegrammAufgeschluesselt.Size = new System.Drawing.Size(732, 321);
     this.dtaEmpfangstelegrammAufgeschluesselt.TabIndex = 5;
     //
     // colEmpfBezeichnung
     //
     this.colEmpfBezeichnung.HeaderText = "Bezeichnung";
     this.colEmpfBezeichnung.Name = "colEmpfBezeichnung";
     //
     // colEmpfLaenge
     //
     this.colEmpfLaenge.HeaderText = "Länge";
     this.colEmpfLaenge.Name = "colEmpfLaenge";
     //
     // colEmpfWert
     //
     this.colEmpfWert.HeaderText = "Wert";
     this.colEmpfWert.Name = "colEmpfWert";
     //
     // faTabStripItemSettings
     //
     this.faTabStripItemSettings.Controls.Add(this.groupBox4);
     this.faTabStripItemSettings.Controls.Add(this.groupBox3);
     this.faTabStripItemSettings.Controls.Add(this.groupBox2);
     this.faTabStripItemSettings.Controls.Add(this.groupBox1);
     this.faTabStripItemSettings.Location = new System.Drawing.Point(4, 22);
     this.faTabStripItemSettings.Name = "faTabStripItemSettings";
     this.faTabStripItemSettings.Size = new System.Drawing.Size(888, 543);
     this.faTabStripItemSettings.TabIndex = 2;
     this.faTabStripItemSettings.Text = "Einstellungen";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.label5);
     this.groupBox4.Controls.Add(this.cmdDelTele);
     this.groupBox4.Controls.Add(this.cmdEditQuittFields);
     this.groupBox4.Controls.Add(this.lstQuitt);
     this.groupBox4.Controls.Add(this.chkAutoQuitt);
     this.groupBox4.Location = new System.Drawing.Point(409, 18);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(176, 232);
     this.groupBox4.TabIndex = 8;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Quittungs Parameter";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(6, 164);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(164, 54);
     this.label5.TabIndex = 16;
     this.label5.Text = "Wenn automatisch quittieren eingeschaltet ist werden im Telegramm die Positionen " +
     "durch den Text ersetzt";
     //
     // cmdDelTele
     //
     this.cmdDelTele.Location = new System.Drawing.Point(6, 139);
     this.cmdDelTele.Name = "cmdDelTele";
     this.cmdDelTele.Size = new System.Drawing.Size(58, 22);
     this.cmdDelTele.TabIndex = 12;
     this.cmdDelTele.Text = "Del";
     this.cmdDelTele.UseVisualStyleBackColor = true;
     this.cmdDelTele.Click += new System.EventHandler(this.cmdDelTele_Click);
     //
     // cmdEditQuittFields
     //
     this.cmdEditQuittFields.Location = new System.Drawing.Point(112, 139);
     this.cmdEditQuittFields.Name = "cmdEditQuittFields";
     this.cmdEditQuittFields.Size = new System.Drawing.Size(58, 22);
     this.cmdEditQuittFields.TabIndex = 12;
     this.cmdEditQuittFields.Text = "Add";
     this.cmdEditQuittFields.UseVisualStyleBackColor = true;
     this.cmdEditQuittFields.Click += new System.EventHandler(this.cmdEditQuittFields_Click);
     //
     // lstQuitt
     //
     this.lstQuitt.FormattingEnabled = true;
     this.lstQuitt.Location = new System.Drawing.Point(6, 38);
     this.lstQuitt.Name = "lstQuitt";
     this.lstQuitt.Size = new System.Drawing.Size(164, 95);
     this.lstQuitt.TabIndex = 12;
     //
     // chkAutoQuitt
     //
     this.chkAutoQuitt.AutoSize = true;
     this.chkAutoQuitt.Checked = true;
     this.chkAutoQuitt.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkAutoQuitt.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Kopplungstester.Properties.Settings.Default, "AutomaticQuitt", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.chkAutoQuitt.Location = new System.Drawing.Point(6, 20);
     this.chkAutoQuitt.Name = "chkAutoQuitt";
     this.chkAutoQuitt.Size = new System.Drawing.Size(134, 17);
     this.chkAutoQuitt.TabIndex = 15;
     this.chkAutoQuitt.Text = "Automatisch quittieren";
     this.chkAutoQuitt.UseVisualStyleBackColor = true;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.numSequenceNumberLength);
     this.groupBox3.Controls.Add(this.numSequenceNumberPosition);
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Location = new System.Drawing.Point(11, 103);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(176, 107);
     this.groupBox3.TabIndex = 8;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Telegramm Parameter";
     //
     // numSequenceNumberLength
     //
     this.numSequenceNumberLength.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "SequenceNumberLength", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numSequenceNumberLength.Location = new System.Drawing.Point(12, 75);
     this.numSequenceNumberLength.Maximum = new decimal(new int[] {
     65536,
     0,
     0,
     0});
     this.numSequenceNumberLength.Name = "numSequenceNumberLength";
     this.numSequenceNumberLength.Size = new System.Drawing.Size(141, 21);
     this.numSequenceNumberLength.TabIndex = 12;
     //
     // numSequenceNumberPosition
     //
     this.numSequenceNumberPosition.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "SequenceNumberPosition", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numSequenceNumberPosition.Location = new System.Drawing.Point(12, 34);
     this.numSequenceNumberPosition.Maximum = new decimal(new int[] {
     65536,
     0,
     0,
     0});
     this.numSequenceNumberPosition.Name = "numSequenceNumberPosition";
     this.numSequenceNumberPosition.Size = new System.Drawing.Size(141, 21);
     this.numSequenceNumberPosition.TabIndex = 12;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(9, 59);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(98, 13);
     this.label4.TabIndex = 14;
     this.label4.Text = "Laufnummer Länge";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(9, 18);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(106, 13);
     this.label6.TabIndex = 14;
     this.label6.Text = "Laufnummer Position";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.chkChanel2active);
     this.groupBox2.Controls.Add(this.numPort2);
     this.groupBox2.Controls.Add(this.numPort1);
     this.groupBox2.Controls.Add(this.lblKanal2Port);
     this.groupBox2.Controls.Add(this.chkChanel1active);
     this.groupBox2.Controls.Add(this.lblKanal2);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.optTwoChannel);
     this.groupBox2.Controls.Add(this.optOneChannel);
     this.groupBox2.Location = new System.Drawing.Point(216, 18);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(187, 232);
     this.groupBox2.TabIndex = 8;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Verbindungs Parameter";
     //
     // chkChanel2active
     //
     this.chkChanel2active.AutoSize = true;
     this.chkChanel2active.Checked = true;
     this.chkChanel2active.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkChanel2active.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Kopplungstester.Properties.Settings.Default, "RecieveConnectionActive", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.chkChanel2active.Enabled = false;
     this.chkChanel2active.Location = new System.Drawing.Point(121, 171);
     this.chkChanel2active.Name = "chkChanel2active";
     this.chkChanel2active.Size = new System.Drawing.Size(49, 17);
     this.chkChanel2active.TabIndex = 15;
     this.chkChanel2active.Text = "aktiv";
     this.chkChanel2active.UseVisualStyleBackColor = true;
     //
     // numPort2
     //
     this.numPort2.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "RecievePort", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numPort2.Enabled = false;
     this.numPort2.Location = new System.Drawing.Point(27, 188);
     this.numPort2.Maximum = new decimal(new int[] {
     65536,
     0,
     0,
     0});
     this.numPort2.Name = "numPort2";
     this.numPort2.Size = new System.Drawing.Size(141, 21);
     this.numPort2.TabIndex = 12;
     //
     // numPort1
     //
     this.numPort1.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "SendPort", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numPort1.Location = new System.Drawing.Point(27, 120);
     this.numPort1.Maximum = new decimal(new int[] {
     65536,
     0,
     0,
     0});
     this.numPort1.Name = "numPort1";
     this.numPort1.Size = new System.Drawing.Size(141, 21);
     this.numPort1.TabIndex = 12;
     //
     // lblKanal2Port
     //
     this.lblKanal2Port.AutoSize = true;
     this.lblKanal2Port.Enabled = false;
     this.lblKanal2Port.Location = new System.Drawing.Point(24, 172);
     this.lblKanal2Port.Name = "lblKanal2Port";
     this.lblKanal2Port.Size = new System.Drawing.Size(27, 13);
     this.lblKanal2Port.TabIndex = 14;
     this.lblKanal2Port.Text = "Port";
     //
     // chkChanel1active
     //
     this.chkChanel1active.AutoSize = true;
     this.chkChanel1active.Checked = true;
     this.chkChanel1active.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkChanel1active.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Kopplungstester.Properties.Settings.Default, "SendConnectionActive", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.chkChanel1active.Location = new System.Drawing.Point(121, 103);
     this.chkChanel1active.Name = "chkChanel1active";
     this.chkChanel1active.Size = new System.Drawing.Size(49, 17);
     this.chkChanel1active.TabIndex = 15;
     this.chkChanel1active.Text = "aktiv";
     this.chkChanel1active.UseVisualStyleBackColor = true;
     //
     // lblKanal2
     //
     this.lblKanal2.AutoSize = true;
     this.lblKanal2.Enabled = false;
     this.lblKanal2.Location = new System.Drawing.Point(9, 150);
     this.lblKanal2.Name = "lblKanal2";
     this.lblKanal2.Size = new System.Drawing.Size(88, 13);
     this.lblKanal2.TabIndex = 14;
     this.lblKanal2.Text = "Kanal 2 (recieve)";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(24, 104);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(27, 13);
     this.label3.TabIndex = 14;
     this.label3.Text = "Port";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(9, 82);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(121, 13);
     this.label2.TabIndex = 14;
     this.label2.Text = "Kanal 1 (send / recieve)";
     //
     // optTwoChannel
     //
     this.optTwoChannel.AutoSize = true;
     this.optTwoChannel.Checked = true;
     this.optTwoChannel.Location = new System.Drawing.Point(6, 43);
     this.optTwoChannel.Name = "optTwoChannel";
     this.optTwoChannel.Size = new System.Drawing.Size(60, 17);
     this.optTwoChannel.TabIndex = 14;
     this.optTwoChannel.TabStop = true;
     this.optTwoChannel.Text = "2 Kanal";
     this.optTwoChannel.UseVisualStyleBackColor = true;
     this.optTwoChannel.CheckedChanged += new System.EventHandler(this.optTwoChannel_CheckedChanged);
     //
     // optOneChannel
     //
     this.optOneChannel.AutoSize = true;
     this.optOneChannel.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Kopplungstester.Properties.Settings.Default, "UseOnlyOneConnection", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.optOneChannel.Location = new System.Drawing.Point(6, 20);
     this.optOneChannel.Name = "optOneChannel";
     this.optOneChannel.Size = new System.Drawing.Size(60, 17);
     this.optOneChannel.TabIndex = 14;
     this.optOneChannel.Text = "1 Kanal";
     this.optOneChannel.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.ipAddressControl);
     this.groupBox1.Location = new System.Drawing.Point(11, 18);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(176, 79);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Verbindungs Parameter";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(9, 27);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(87, 13);
     this.label1.TabIndex = 12;
     this.label1.Text = "IP - Adresse SPS";
     //
     // ipAddressControl
     //
     this.ipAddressControl.AllowInternalTab = false;
     this.ipAddressControl.AutoHeight = true;
     this.ipAddressControl.BackColor = System.Drawing.SystemColors.Window;
     this.ipAddressControl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.ipAddressControl.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.ipAddressControl.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Kopplungstester.Properties.Settings.Default, "IPAddress", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.ipAddressControl.Location = new System.Drawing.Point(12, 52);
     this.ipAddressControl.MinimumSize = new System.Drawing.Size(87, 21);
     this.ipAddressControl.Name = "ipAddressControl";
     this.ipAddressControl.ReadOnly = false;
     this.ipAddressControl.Size = new System.Drawing.Size(141, 21);
     this.ipAddressControl.TabIndex = 13;
     this.ipAddressControl.Text = global::Kopplungstester.Properties.Settings.Default.IPAddress;
     //
     // cmdSelectStep7UDT
     //
     this.cmdSelectStep7UDT.Location = new System.Drawing.Point(281, 3);
     this.cmdSelectStep7UDT.Name = "cmdSelectStep7UDT";
     this.cmdSelectStep7UDT.Size = new System.Drawing.Size(136, 40);
     this.cmdSelectStep7UDT.TabIndex = 6;
     this.cmdSelectStep7UDT.Text = "Send/Recieve Struktur\r\naus Step7 UDT";
     this.cmdSelectStep7UDT.UseVisualStyleBackColor = true;
     this.cmdSelectStep7UDT.Click += new System.EventHandler(this.cmdSelectStep7UDT_Click);
     //
     // cmdConnect
     //
     this.cmdConnect.Location = new System.Drawing.Point(3, 3);
     this.cmdConnect.Name = "cmdConnect";
     this.cmdConnect.Size = new System.Drawing.Size(107, 40);
     this.cmdConnect.TabIndex = 11;
     this.cmdConnect.Text = "Connect";
     this.cmdConnect.UseVisualStyleBackColor = true;
     this.cmdConnect.Click += new System.EventHandler(this.cmdConnect_Click);
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.ColumnCount = 1;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel4.Controls.Add(this.faTabStrip1, 0, 1);
     this.tableLayoutPanel4.Controls.Add(this.panel1, 0, 0);
     this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel4.Name = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 2;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel4.Size = new System.Drawing.Size(902, 625);
     this.tableLayoutPanel4.TabIndex = 3;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.cmdSettExport);
     this.panel1.Controls.Add(this.cmdSettImport);
     this.panel1.Controls.Add(this.cmdSettingsSave);
     this.panel1.Controls.Add(this.flowLayoutPanel1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(3, 3);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(896, 44);
     this.panel1.TabIndex = 3;
     //
     // cmdSettExport
     //
     this.cmdSettExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdSettExport.Location = new System.Drawing.Point(636, 1);
     this.cmdSettExport.Name = "cmdSettExport";
     this.cmdSettExport.Size = new System.Drawing.Size(69, 40);
     this.cmdSettExport.TabIndex = 12;
     this.cmdSettExport.Text = "Settings export";
     this.cmdSettExport.UseVisualStyleBackColor = true;
     this.cmdSettExport.Click += new System.EventHandler(this.cmdSettExport_Click);
     //
     // cmdSettImport
     //
     this.cmdSettImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdSettImport.Location = new System.Drawing.Point(711, 1);
     this.cmdSettImport.Name = "cmdSettImport";
     this.cmdSettImport.Size = new System.Drawing.Size(69, 40);
     this.cmdSettImport.TabIndex = 12;
     this.cmdSettImport.Text = "Settings import";
     this.cmdSettImport.UseVisualStyleBackColor = true;
     this.cmdSettImport.Click += new System.EventHandler(this.cmdSettImport_Click);
     //
     // cmdSettingsSave
     //
     this.cmdSettingsSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdSettingsSave.Location = new System.Drawing.Point(786, 1);
     this.cmdSettingsSave.Name = "cmdSettingsSave";
     this.cmdSettingsSave.Size = new System.Drawing.Size(107, 40);
     this.cmdSettingsSave.TabIndex = 12;
     this.cmdSettingsSave.Text = "Änderungen Speichern";
     this.cmdSettingsSave.UseVisualStyleBackColor = true;
     this.cmdSettingsSave.Click += new System.EventHandler(this.cmdSettingsSave_Click);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.cmdConnect);
     this.flowLayoutPanel1.Controls.Add(this.picConnection1);
     this.flowLayoutPanel1.Controls.Add(this.picConnection2);
     this.flowLayoutPanel1.Controls.Add(this.cmdDisconnect);
     this.flowLayoutPanel1.Controls.Add(this.cmdSelectStep7UDT);
     this.flowLayoutPanel1.Location = new System.Drawing.Point(0, -3);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new System.Drawing.Size(550, 44);
     this.flowLayoutPanel1.TabIndex = 3;
     //
     // picConnection1
     //
     this.picConnection1.BackColor = System.Drawing.Color.Red;
     this.picConnection1.Location = new System.Drawing.Point(116, 3);
     this.picConnection1.Name = "picConnection1";
     this.picConnection1.Size = new System.Drawing.Size(20, 41);
     this.picConnection1.TabIndex = 12;
     this.picConnection1.TabStop = false;
     this.toolTip.SetToolTip(this.picConnection1, "Sende Verbindung aufgebaut");
     //
     // picConnection2
     //
     this.picConnection2.BackColor = System.Drawing.Color.Red;
     this.picConnection2.Location = new System.Drawing.Point(142, 3);
     this.picConnection2.Name = "picConnection2";
     this.picConnection2.Size = new System.Drawing.Size(20, 41);
     this.picConnection2.TabIndex = 12;
     this.picConnection2.TabStop = false;
     this.toolTip.SetToolTip(this.picConnection2, "Recieve Verbindung aufgebaut");
     //
     // cmdDisconnect
     //
     this.cmdDisconnect.Location = new System.Drawing.Point(168, 3);
     this.cmdDisconnect.Name = "cmdDisconnect";
     this.cmdDisconnect.Size = new System.Drawing.Size(107, 40);
     this.cmdDisconnect.TabIndex = 11;
     this.cmdDisconnect.Text = "Disconnect";
     this.cmdDisconnect.UseVisualStyleBackColor = true;
     this.cmdDisconnect.Click += new System.EventHandler(this.cmdDisconnect_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(902, 625);
     this.Controls.Add(this.tableLayoutPanel4);
     this.Name = "MainForm";
     this.Text = "Kopplungstester";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     this.faTabStrip1.ResumeLayout(false);
     this.faTabStripItemInfo.ResumeLayout(false);
     this.faTabStripItemInfo.PerformLayout();
     this.faTabStripItemSend.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
     this.splitContainer3.ResumeLayout(false);
     this.tableLayoutPanel5.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendTabelle)).EndInit();
     this.splitContainer4.Panel1.ResumeLayout(false);
     this.splitContainer4.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
     this.splitContainer4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendSendTable)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendQuittTable)).EndInit();
     this.faTabStripItemRecieve.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdEmpfang)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtaEmpfangstelegrammAufgeschluesselt)).EndInit();
     this.faTabStripItemSettings.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numSequenceNumberLength)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numSequenceNumberPosition)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numPort2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPort1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tableLayoutPanel4.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picConnection1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picConnection2)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.map                 = new GMap.NET.WindowsForms.GMapControl();
     this.cbShowPokemon       = new System.Windows.Forms.CheckBox();
     this.cbShowPokeStops     = new System.Windows.Forms.CheckBox();
     this.button1             = new System.Windows.Forms.Button();
     this.label3              = new System.Windows.Forms.Label();
     this.label2              = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.textBox3            = new System.Windows.Forms.TextBox();
     this.textBox2            = new System.Windows.Forms.TextBox();
     this.textBox1            = new System.Windows.Forms.TextBox();
     this.panel1              = new System.Windows.Forms.Panel();
     this.nudRadius           = new System.Windows.Forms.NumericUpDown();
     this.label4              = new System.Windows.Forms.Label();
     this.buttonRefreshForts  = new System.Windows.Forms.Button();
     this.btnGetPoints        = new System.Windows.Forms.Button();
     this.lblAddress          = new System.Windows.Forms.Label();
     this.tbAddress           = new System.Windows.Forms.TextBox();
     this.btnPauseWalking     = new System.Windows.Forms.Button();
     this.buttonZoomOut       = new System.Windows.Forms.Button();
     this.buttonZoomIn        = new System.Windows.Forms.Button();
     this.buttonLoadPokestops = new System.Windows.Forms.Button();
     this.buttonSavePokestops = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudRadius)).BeginInit();
     this.SuspendLayout();
     //
     // map
     //
     this.map.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                              | System.Windows.Forms.AnchorStyles.Left)
                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.map.Bearing             = 0F;
     this.map.CanDragMap          = true;
     this.map.EmptyTileColor      = System.Drawing.Color.Navy;
     this.map.GrayScaleMode       = false;
     this.map.HelperLineOption    = GMap.NET.WindowsForms.HelperLineOptions.DontShow;
     this.map.LevelsKeepInMemmory = 5;
     this.map.Location            = new System.Drawing.Point(5, 5);
     this.map.Margin             = new System.Windows.Forms.Padding(5);
     this.map.MarkersEnabled     = true;
     this.map.MaxZoom            = 2;
     this.map.MinZoom            = 2;
     this.map.MouseWheelZoomType = GMap.NET.MouseWheelZoomType.MousePositionAndCenter;
     this.map.Name                  = "map";
     this.map.NegativeMode          = false;
     this.map.PolygonsEnabled       = true;
     this.map.RetryLoadTile         = 0;
     this.map.RoutesEnabled         = true;
     this.map.ScaleMode             = GMap.NET.WindowsForms.ScaleModes.Integer;
     this.map.SelectedAreaFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(65)))), ((int)(((byte)(105)))), ((int)(((byte)(225)))));
     this.map.ShowTileGridLines     = false;
     this.map.Size                  = new System.Drawing.Size(873, 501);
     this.map.TabIndex              = 1;
     this.map.Zoom                  = 0D;
     this.map.OnMarkerClick        += new GMap.NET.WindowsForms.MarkerClick(this.map_OnMarkerClick);
     this.map.OnMapDrag            += new GMap.NET.MapDrag(this.map_OnMapDrag);
     this.map.Load                 += new System.EventHandler(this.map_Load);
     //
     // cbShowPokemon
     //
     this.cbShowPokemon.AutoSize   = true;
     this.cbShowPokemon.Checked    = true;
     this.cbShowPokemon.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbShowPokemon.Location   = new System.Drawing.Point(140, 16);
     this.cbShowPokemon.Margin     = new System.Windows.Forms.Padding(4);
     this.cbShowPokemon.Name       = "cbShowPokemon";
     this.cbShowPokemon.Size       = new System.Drawing.Size(101, 17);
     this.cbShowPokemon.TabIndex   = 4;
     this.cbShowPokemon.Text       = "Show Pokemon";
     this.cbShowPokemon.UseVisualStyleBackColor = true;
     this.cbShowPokemon.Visible            = false;
     this.cbShowPokemon.CheckStateChanged += new System.EventHandler(this.cbShowPokemon_CheckStateChanged);
     //
     // cbShowPokeStops
     //
     this.cbShowPokeStops.AutoSize   = true;
     this.cbShowPokeStops.Checked    = true;
     this.cbShowPokeStops.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbShowPokeStops.Location   = new System.Drawing.Point(272, 16);
     this.cbShowPokeStops.Margin     = new System.Windows.Forms.Padding(5);
     this.cbShowPokeStops.Name       = "cbShowPokeStops";
     this.cbShowPokeStops.Size       = new System.Drawing.Size(103, 17);
     this.cbShowPokeStops.TabIndex   = 3;
     this.cbShowPokeStops.Text       = "Show PokeStop";
     this.cbShowPokeStops.UseVisualStyleBackColor = true;
     this.cbShowPokeStops.Visible         = false;
     this.cbShowPokeStops.CheckedChanged += new System.EventHandler(this.cbShowPokeStops_CheckedChanged);
     //
     // button1
     //
     this.button1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button1.Location = new System.Drawing.Point(705, 62);
     this.button1.Margin   = new System.Windows.Forms.Padding(5);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(104, 25);
     this.button1.TabIndex = 12;
     this.button1.Text     = "Set Location";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label3
     //
     this.label3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(475, 66);
     this.label3.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(45, 13);
     this.label3.TabIndex = 17;
     this.label3.Text     = "Altitude:";
     //
     // label2
     //
     this.label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(232, 66);
     this.label2.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(57, 13);
     this.label2.TabIndex = 16;
     this.label2.Text     = "Longitude:";
     //
     // label1
     //
     this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(1, 66);
     this.label1.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(48, 13);
     this.label1.TabIndex = 15;
     this.label1.Text     = "Latitude:";
     //
     // textBox3
     //
     this.textBox3.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.textBox3.Enabled      = false;
     this.textBox3.Location     = new System.Drawing.Point(539, 65);
     this.textBox3.Margin       = new System.Windows.Forms.Padding(5);
     this.textBox3.Name         = "textBox3";
     this.textBox3.Size         = new System.Drawing.Size(155, 20);
     this.textBox3.TabIndex     = 11;
     this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
     //
     // textBox2
     //
     this.textBox2.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.textBox2.Location     = new System.Drawing.Point(311, 65);
     this.textBox2.Margin       = new System.Windows.Forms.Padding(5);
     this.textBox2.Name         = "textBox2";
     this.textBox2.Size         = new System.Drawing.Size(155, 20);
     this.textBox2.TabIndex     = 10;
     this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
     //
     // textBox1
     //
     this.textBox1.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.textBox1.Location     = new System.Drawing.Point(69, 65);
     this.textBox1.Margin       = new System.Windows.Forms.Padding(5);
     this.textBox1.Name         = "textBox1";
     this.textBox1.Size         = new System.Drawing.Size(155, 20);
     this.textBox1.TabIndex     = 9;
     this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.panel1.Controls.Add(this.nudRadius);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.buttonRefreshForts);
     this.panel1.Controls.Add(this.btnGetPoints);
     this.panel1.Controls.Add(this.lblAddress);
     this.panel1.Controls.Add(this.tbAddress);
     this.panel1.Controls.Add(this.textBox1);
     this.panel1.Controls.Add(this.textBox2);
     this.panel1.Controls.Add(this.textBox3);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Location = new System.Drawing.Point(2, 419);
     this.panel1.Margin   = new System.Windows.Forms.Padding(4);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(829, 92);
     this.panel1.TabIndex = 2;
     //
     // nudRadius
     //
     this.nudRadius.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.nudRadius.Increment = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.nudRadius.Location = new System.Drawing.Point(596, 38);
     this.nudRadius.Maximum  = new decimal(new int[] {
         100000,
         0,
         0,
         0
     });
     this.nudRadius.Name          = "nudRadius";
     this.nudRadius.Size          = new System.Drawing.Size(97, 20);
     this.nudRadius.TabIndex      = 27;
     this.nudRadius.ValueChanged += new System.EventHandler(this.nudRadius_ValueChanged);
     //
     // label4
     //
     this.label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(539, 40);
     this.label4.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(43, 13);
     this.label4.TabIndex = 26;
     this.label4.Text     = "Radius:";
     //
     // buttonRefreshForts
     //
     this.buttonRefreshForts.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonRefreshForts.AutoSize = true;
     this.buttonRefreshForts.Location = new System.Drawing.Point(14, 4);
     this.buttonRefreshForts.Margin   = new System.Windows.Forms.Padding(4);
     this.buttonRefreshForts.Name     = "buttonRefreshForts";
     this.buttonRefreshForts.Size     = new System.Drawing.Size(172, 25);
     this.buttonRefreshForts.TabIndex = 6;
     this.buttonRefreshForts.Text     = "Refresh Pokestops";
     this.buttonRefreshForts.UseVisualStyleBackColor = true;
     this.buttonRefreshForts.Visible = false;
     this.buttonRefreshForts.Click  += new System.EventHandler(this.cbShowPokeStops_CheckedChanged);
     //
     // btnGetPoints
     //
     this.btnGetPoints.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnGetPoints.Location = new System.Drawing.Point(383, 36);
     this.btnGetPoints.Margin   = new System.Windows.Forms.Padding(5);
     this.btnGetPoints.Name     = "btnGetPoints";
     this.btnGetPoints.Size     = new System.Drawing.Size(92, 25);
     this.btnGetPoints.TabIndex = 8;
     this.btnGetPoints.Text     = "Get Point";
     this.btnGetPoints.UseVisualStyleBackColor = true;
     this.btnGetPoints.Click += new System.EventHandler(this.BtnGetPointsClick);
     //
     // lblAddress
     //
     this.lblAddress.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblAddress.AutoSize = true;
     this.lblAddress.Location = new System.Drawing.Point(5, 40);
     this.lblAddress.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblAddress.Name     = "lblAddress";
     this.lblAddress.Size     = new System.Drawing.Size(48, 13);
     this.lblAddress.TabIndex = 24;
     this.lblAddress.Text     = "Address:";
     //
     // tbAddress
     //
     this.tbAddress.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.tbAddress.Location = new System.Drawing.Point(69, 36);
     this.tbAddress.Margin   = new System.Windows.Forms.Padding(5);
     this.tbAddress.Name     = "tbAddress";
     this.tbAddress.Size     = new System.Drawing.Size(292, 20);
     this.tbAddress.TabIndex = 7;
     //
     // btnPauseWalking
     //
     this.btnPauseWalking.Location = new System.Drawing.Point(16, 12);
     this.btnPauseWalking.Margin   = new System.Windows.Forms.Padding(2);
     this.btnPauseWalking.Name     = "btnPauseWalking";
     this.btnPauseWalking.Size     = new System.Drawing.Size(106, 23);
     this.btnPauseWalking.TabIndex = 44;
     this.btnPauseWalking.Text     = "Pause Walking";
     this.btnPauseWalking.UseVisualStyleBackColor = true;
     this.btnPauseWalking.Click += new System.EventHandler(this.btnPauseWalking_Click);
     //
     // buttonZoomOut
     //
     this.buttonZoomOut.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonZoomOut.Location = new System.Drawing.Point(853, 453);
     this.buttonZoomOut.Name     = "buttonZoomOut";
     this.buttonZoomOut.Size     = new System.Drawing.Size(25, 23);
     this.buttonZoomOut.TabIndex = 45;
     this.buttonZoomOut.Text     = "+";
     this.buttonZoomOut.UseVisualStyleBackColor = true;
     this.buttonZoomOut.Click += new System.EventHandler(this.buttonZoomOut_Click);
     //
     // buttonZoomIn
     //
     this.buttonZoomIn.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonZoomIn.Location = new System.Drawing.Point(853, 475);
     this.buttonZoomIn.Name     = "buttonZoomIn";
     this.buttonZoomIn.Size     = new System.Drawing.Size(25, 23);
     this.buttonZoomIn.TabIndex = 46;
     this.buttonZoomIn.Text     = "-";
     this.buttonZoomIn.UseVisualStyleBackColor = true;
     this.buttonZoomIn.Click += new System.EventHandler(this.buttonZoomIn_Click);
     //
     // buttonLoadPokestops
     //
     this.buttonLoadPokestops.Location = new System.Drawing.Point(484, 12);
     this.buttonLoadPokestops.Name     = "buttonLoadPokestops";
     this.buttonLoadPokestops.Size     = new System.Drawing.Size(94, 23);
     this.buttonLoadPokestops.TabIndex = 48;
     this.buttonLoadPokestops.Text     = "Load Pokestops";
     this.buttonLoadPokestops.UseVisualStyleBackColor = true;
     this.buttonLoadPokestops.Click += new System.EventHandler(this.buttonLoadPokestops_Click);
     //
     // buttonSavePokestops
     //
     this.buttonSavePokestops.Location = new System.Drawing.Point(385, 12);
     this.buttonSavePokestops.Name     = "buttonSavePokestops";
     this.buttonSavePokestops.Size     = new System.Drawing.Size(94, 23);
     this.buttonSavePokestops.TabIndex = 47;
     this.buttonSavePokestops.Text     = "Save Pokestops";
     this.buttonSavePokestops.UseVisualStyleBackColor = true;
     this.buttonSavePokestops.Click += new System.EventHandler(this.buttonSavePokestops_Click);
     //
     // LocationPanel
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.Controls.Add(this.buttonLoadPokestops);
     this.Controls.Add(this.buttonSavePokestops);
     this.Controls.Add(this.buttonZoomIn);
     this.Controls.Add(this.buttonZoomOut);
     this.Controls.Add(this.cbShowPokemon);
     this.Controls.Add(this.btnPauseWalking);
     this.Controls.Add(this.cbShowPokeStops);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.map);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "LocationPanel";
     this.Size   = new System.Drawing.Size(888, 514);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudRadius)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }