/// <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(BuildIntegrationOptions));
            this.checkBox = new System.Windows.Forms.CheckBox();
            this.description = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // checkBox
            // 
            resources.ApplyResources(this.checkBox, "checkBox");
            this.checkBox.Name = "checkBox";
            this.checkBox.UseVisualStyleBackColor = true;
            this.checkBox.CheckedChanged += new System.EventHandler(this.CheckBoxCheckedChanged);
            // 
            // description
            // 
            resources.ApplyResources(this.description, "description");
            this.description.Name = "description";
            // 
            // BuildIntegrationOptions
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.description);
            this.Controls.Add(this.checkBox);
            this.Name = "BuildIntegrationOptions";
            this.ResumeLayout(false);

        }
Exemple #2
0
 /// <summary>
 /// Initializes the component.
 /// </summary>
 private void InitializeComponent()
 {
     this.ValueCheckBox = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // ValueCheckBox
     //
     this.ValueCheckBox.AutoSize = true;
     this.ValueCheckBox.Location = new System.Drawing.Point(4, 4);
     this.ValueCheckBox.Name = "ValueCheckBox";
     this.ValueCheckBox.Size = new System.Drawing.Size(52, 17);
     this.ValueCheckBox.TabIndex = 0;
     this.ValueCheckBox.Text = "Label";
     this.ValueCheckBox.UseVisualStyleBackColor = true;
     this.ValueCheckBox.CheckedChanged += new System.EventHandler(this.ValueCheckBox_CheckedChanged);
     //
     // ValuePanelBool
     //
     this.AutoSize = true;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.Controls.Add(this.ValueCheckBox);
     this.Name = "ValuePanelBool";
     this.Size = new System.Drawing.Size(59, 24);
     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.checkBoxWaitWhileProcessing = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // checkBoxWaitWhileProcessing
     //
     this.checkBoxWaitWhileProcessing.AutoSize = true;
     this.checkBoxWaitWhileProcessing.Checked = true;
     this.checkBoxWaitWhileProcessing.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxWaitWhileProcessing.Location = new System.Drawing.Point(7, 4);
     this.checkBoxWaitWhileProcessing.Name = "checkBoxWaitWhileProcessing";
     this.checkBoxWaitWhileProcessing.Size = new System.Drawing.Size(133, 17);
     this.checkBoxWaitWhileProcessing.TabIndex = 1;
     this.checkBoxWaitWhileProcessing.Text = "Wait While Processing";
     this.checkBoxWaitWhileProcessing.UseVisualStyleBackColor = true;
     //
     // StopBackgroundProcessesControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.checkBoxWaitWhileProcessing);
     this.Name = "StopBackgroundProcessesControl";
     this.Size = new System.Drawing.Size(147, 24);
     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.SampleStringTextBox = new System.Windows.Forms.TextBox();
     this.SampleBooleanCheckBox = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // SampleStringTextBox
     //
     this.SampleStringTextBox.Location = new System.Drawing.Point(8, 8);
     this.SampleStringTextBox.Name = "SampleStringTextBox";
     this.SampleStringTextBox.TabIndex = 0;
     this.SampleStringTextBox.Text = "Hello World!";
     //
     // SampleBooleanCheckBox
     //
     this.SampleBooleanCheckBox.Location = new System.Drawing.Point(8, 32);
     this.SampleBooleanCheckBox.Name = "SampleBooleanCheckBox";
     this.SampleBooleanCheckBox.Size = new System.Drawing.Size(112, 24);
     this.SampleBooleanCheckBox.TabIndex = 1;
     this.SampleBooleanCheckBox.Text = "Sample Boolean";
     //
     // DropDownEditorPropertyEditorControl
     //
     this.Controls.Add(this.SampleBooleanCheckBox);
     this.Controls.Add(this.SampleStringTextBox);
     this.Name = "DropDownEditorPropertyEditorControl";
     this.Size = new System.Drawing.Size(112, 56);
     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(RadioCheckbox));
     this.checkBox = new System.Windows.Forms.CheckBox();
     this.radioButton = new System.Windows.Forms.RadioButton();
     this.SuspendLayout();
     //
     // checkBox
     //
     resources.ApplyResources(this.checkBox, "checkBox");
     this.checkBox.Name = "checkBox";
     this.checkBox.UseVisualStyleBackColor = true;
     //
     // radioButton
     //
     resources.ApplyResources(this.radioButton, "radioButton");
     this.radioButton.Name = "radioButton";
     this.radioButton.TabStop = true;
     this.radioButton.UseVisualStyleBackColor = true;
     this.radioButton.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged);
     //
     // RadioCheckbox
     //
     this.Controls.Add(this.radioButton);
     this.Controls.Add(this.checkBox);
     this.Name = "RadioCheckbox";
     resources.ApplyResources(this, "$this");
     this.ResumeLayout(false);
 }
Exemple #6
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(Row));
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.button1 = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(9, 13);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(88, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Huỳnh Văn Tuấn";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(192, 13);
     this.label2.Name = "label2";
     this.label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label2.Size = new System.Drawing.Size(67, 13);
     this.label2.TabIndex = 1;
     this.label2.Text = "0123456789";
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(317, 11);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(15, 14);
     this.checkBox1.TabIndex = 2;
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // button1
     //
     this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
     this.button1.Location = new System.Drawing.Point(353, 6);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(20, 22);
     this.button1.TabIndex = 3;
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Row
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.button1);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name = "Row";
     this.Size = new System.Drawing.Size(403, 39);
     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.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.checkPatientFormsShowConsent = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(233,115);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 3;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location = new System.Drawing.Point(314,115);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // checkPatientFormsShowConsent
     //
     this.checkPatientFormsShowConsent.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkPatientFormsShowConsent.Location = new System.Drawing.Point(34,51);
     this.checkPatientFormsShowConsent.Name = "checkPatientFormsShowConsent";
     this.checkPatientFormsShowConsent.Size = new System.Drawing.Size(333,17);
     this.checkPatientFormsShowConsent.TabIndex = 199;
     this.checkPatientFormsShowConsent.Text = "Patient Forms window  show consent forms";
     //
     // FormSheetSetup
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(401,151);
     this.Controls.Add(this.checkPatientFormsShowConsent);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Name = "FormSheetSetup";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Patient Form Options";
     this.Load += new System.EventHandler(this.FormReportSetup_Load);
     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(Update));
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // button1
     //
     resources.ApplyResources(this.button1, "button1");
     this.button1.Name = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     resources.ApplyResources(this.button2, "button2");
     this.button2.Name = "button2";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // checkBox1
     //
     resources.ApplyResources(this.checkBox1, "checkBox1");
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // update
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = global::wintogo.Properties.Resources._2001;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "update";
     this.Load += new System.EventHandler(this.update_Load);
     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.buttonCancel = new System.Windows.Forms.Button();
     this.buttonOk = new System.Windows.Forms.Button();
     this.checkBoxCheckUpdate = new System.Windows.Forms.CheckBox();
     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(149, 59);
     this.buttonCancel.Name = "buttonCancel";
     this.buttonCancel.Size = new System.Drawing.Size(75, 23);
     this.buttonCancel.TabIndex = 1005;
     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(68, 59);
     this.buttonOk.Name = "buttonOk";
     this.buttonOk.Size = new System.Drawing.Size(75, 23);
     this.buttonOk.TabIndex = 1004;
     this.buttonOk.Text = "OK";
     this.buttonOk.UseVisualStyleBackColor = true;
     //
     // checkBoxCheckUpdate
     //
     this.checkBoxCheckUpdate.AutoSize = true;
     this.checkBoxCheckUpdate.Location = new System.Drawing.Point(22, 22);
     this.checkBoxCheckUpdate.Name = "checkBoxCheckUpdate";
     this.checkBoxCheckUpdate.Size = new System.Drawing.Size(137, 17);
     this.checkBoxCheckUpdate.TabIndex = 1006;
     this.checkBoxCheckUpdate.Text = "Check for new versions";
     this.checkBoxCheckUpdate.UseVisualStyleBackColor = true;
     //
     // UpdateCheckerConfigDialog
     //
     this.AcceptButton = this.buttonOk;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.buttonCancel;
     this.ClientSize = new System.Drawing.Size(236, 94);
     this.Controls.Add(this.checkBoxCheckUpdate);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.buttonOk);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "UpdateCheckerConfigDialog";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Update Checker";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #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.components = new System.ComponentModel.Container();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.ckBxSequential = new System.Windows.Forms.CheckBox();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.SuspendLayout();
     //
     // comboBox1
     //
     this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location = new System.Drawing.Point(49, 2);
     this.comboBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(132, 24);
     this.comboBox1.TabIndex = 0;
     //
     // label1
     //
     this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label1.Location = new System.Drawing.Point(4, 0);
     this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(37, 28);
     this.label1.TabIndex = 1;
     this.label1.Text = "0";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ckBxSequential
     //
     this.ckBxSequential.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ckBxSequential.AutoSize = true;
     this.ckBxSequential.Location = new System.Drawing.Point(195, 5);
     this.ckBxSequential.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.ckBxSequential.Name = "ckBxSequential";
     this.ckBxSequential.Size = new System.Drawing.Size(97, 21);
     this.ckBxSequential.TabIndex = 2;
     this.ckBxSequential.Text = "Sequential";
     this.ckBxSequential.UseVisualStyleBackColor = true;
     //
     // DataTypeCtrl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.ckBxSequential);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.comboBox1);
     this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.Name = "DataTypeCtrl";
     this.Size = new System.Drawing.Size(296, 33);
     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(DontShowAgainDialog));
     this.messageText = new System.Windows.Forms.Label();
     this.dontShowAgain = new System.Windows.Forms.CheckBox();
     this.okButton = new System.Windows.Forms.Button();
     this.cancelButton = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // messageText
     //
     this.messageText.AutoEllipsis = true;
     resources.ApplyResources(this.messageText, "messageText");
     this.messageText.Name = "messageText";
     //
     // dontShowAgain
     //
     resources.ApplyResources(this.dontShowAgain, "dontShowAgain");
     this.dontShowAgain.Name = "dontShowAgain";
     this.dontShowAgain.UseVisualStyleBackColor = true;
     //
     // okButton
     //
     resources.ApplyResources(this.okButton, "okButton");
     this.okButton.Name = "okButton";
     this.okButton.UseVisualStyleBackColor = true;
     this.okButton.Click += new System.EventHandler(this.OnOKButtonClicked);
     //
     // cancelButton
     //
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.cancelButton, "cancelButton");
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.UseVisualStyleBackColor = true;
     this.cancelButton.Click += new System.EventHandler(this.OnCancelButtonClicked);
     //
     // DontShowAgainDialog
     //
     this.AcceptButton = this.okButton;
     this.CancelButton = this.cancelButton;
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.dontShowAgain);
     this.Controls.Add(this.messageText);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.HelpButton = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "DontShowAgainDialog";
     this.HelpButtonClicked += new System.ComponentModel.CancelEventHandler(this.OnHelpButtonClicked);
     this.Paint += new System.Windows.Forms.PaintEventHandler(this.OnPaint);
     this.HelpRequested += new System.Windows.Forms.HelpEventHandler(this.OnHelpRequested);
     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(BuildIntegrationOptions));
            this.checkBox = new System.Windows.Forms.CheckBox();
            this.description = new System.Windows.Forms.Label();
            this.radioButtonAsWarning = new System.Windows.Forms.RadioButton();
            this.radioButtonAsError = new System.Windows.Forms.RadioButton();
            this.descriptionTreat = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // checkBox
            // 
            resources.ApplyResources(this.checkBox, "checkBox");
            this.checkBox.Name = "checkBox";
            this.checkBox.UseVisualStyleBackColor = true;
            this.checkBox.CheckedChanged += new System.EventHandler(this.CheckBoxCheckedChanged);
            // 
            // description
            // 
            resources.ApplyResources(this.description, "description");
            this.description.Name = "description";
            // 
            // radioButtonAsWarning
            // 
            resources.ApplyResources(this.radioButtonAsWarning, "radioButtonAsWarning");
            this.radioButtonAsWarning.Name = "radioButtonAsWarning";
            this.radioButtonAsWarning.TabStop = true;
            this.radioButtonAsWarning.UseVisualStyleBackColor = true;
            this.radioButtonAsWarning.CheckedChanged += new System.EventHandler(this.RadioButtonCheckedChanged);
            // 
            // radioButtonAsError
            // 
            resources.ApplyResources(this.radioButtonAsError, "radioButtonAsError");
            this.radioButtonAsError.Name = "radioButtonAsError";
            this.radioButtonAsError.TabStop = true;
            this.radioButtonAsError.UseVisualStyleBackColor = true;
            this.radioButtonAsError.CheckedChanged += new System.EventHandler(this.RadioButtonCheckedChanged);
            // 
            // descriptionTreat
            // 
            resources.ApplyResources(this.descriptionTreat, "descriptionTreat");
            this.descriptionTreat.Name = "descriptionTreat";
            // 
            // BuildIntegrationOptions
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.Controls.Add(this.radioButtonAsWarning);
            this.Controls.Add(this.radioButtonAsError);
            this.Controls.Add(this.descriptionTreat);
            this.Controls.Add(this.checkBox);
            this.Controls.Add(this.description);
            this.Name = "BuildIntegrationOptions";
            this.ResumeLayout(false);

        }
 private void InitializeComponent()
 {
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage = new System.Windows.Forms.TabPage();
     this.browser = new System.Windows.Forms.WebBrowser();
     this.chbDisplayAll = new System.Windows.Forms.CheckBox();
     this.tabControl1.SuspendLayout();
     this.tabPage.SuspendLayout();
     this.SuspendLayout();
     this.tabControl1.Controls.Add(this.tabPage);
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location = new System.Drawing.Point(0, 0);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(300, 300);
     this.tabControl1.TabIndex = 0;
     this.tabPage.BackColor = System.Drawing.SystemColors.Control;
     this.tabPage.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.tabPage.Controls.Add(this.browser);
     this.tabPage.Controls.Add(this.chbDisplayAll);
     this.tabPage.Location = new System.Drawing.Point(4, 22);
     this.tabPage.Name = "tabPage";
     this.tabPage.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage.Size = new System.Drawing.Size(292, 274);
     this.tabPage.TabIndex = 0;
     this.tabPage.Text = "Release Notes";
     this.browser.AllowWebBrowserDrop = false;
     this.browser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.browser.IsWebBrowserContextMenuEnabled = false;
     this.browser.Location = new System.Drawing.Point(3, 3);
     this.browser.MinimumSize = new System.Drawing.Size(20, 20);
     this.browser.Name = "browser";
     this.browser.ScriptErrorsSuppressed = true;
     this.browser.Size = new System.Drawing.Size(282, 240);
     this.browser.TabIndex = 0;
     this.browser.WebBrowserShortcutsEnabled = false;
     this.browser.Navigating += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.browser_Navigating);
     this.chbDisplayAll.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.chbDisplayAll.Location = new System.Drawing.Point(3, 243);
     this.chbDisplayAll.Name = "chbDisplayAll";
     this.chbDisplayAll.Size = new System.Drawing.Size(282, 24);
     this.chbDisplayAll.TabIndex = 1;
     this.chbDisplayAll.Text = "Display all";
     this.chbDisplayAll.UseVisualStyleBackColor = true;
     this.chbDisplayAll.CheckedChanged += new EventHandler(this.chbDisplayAll_CheckedChanged);
     this.AutoScaleDimensions = new System.Drawing.SizeF(6f, 13f);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tabControl1);
     this.Name = "ReleaseNotesControl";
     this.Size = new System.Drawing.Size(300, 300);
     this.tabControl1.ResumeLayout(false);
     this.tabPage.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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CompanyInformation));
            this.checkBox = new System.Windows.Forms.CheckBox();
            this.companyNameLabel = new System.Windows.Forms.Label();
            this.copyrightLabel = new System.Windows.Forms.Label();
            this.companyName = new System.Windows.Forms.TextBox();
            this.copyright = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // checkBox
            // 
            resources.ApplyResources(this.checkBox, "checkBox");
            this.checkBox.Name = "checkBox";
            this.checkBox.UseVisualStyleBackColor = true;
            this.checkBox.CheckedChanged += new System.EventHandler(this.CheckBoxCheckedChanged);
            // 
            // companyNameLabel
            // 
            resources.ApplyResources(this.companyNameLabel, "companyNameLabel");
            this.companyNameLabel.Name = "companyNameLabel";
            // 
            // copyrightLabel
            // 
            resources.ApplyResources(this.copyrightLabel, "copyrightLabel");
            this.copyrightLabel.Name = "copyrightLabel";
            // 
            // companyName
            // 
            resources.ApplyResources(this.companyName, "companyName");
            this.companyName.Name = "companyName";
            this.companyName.TextChanged += new System.EventHandler(this.CompanyNameTextChanged);
            // 
            // copyright
            // 
            this.copyright.AcceptsReturn = true;
            resources.ApplyResources(this.copyright, "copyright");
            this.copyright.Name = "copyright";
            this.copyright.TextChanged += new System.EventHandler(this.CopyrightTextChanged);
            // 
            // CompanyInformation
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.copyright);
            this.Controls.Add(this.companyName);
            this.Controls.Add(this.copyrightLabel);
            this.Controls.Add(this.companyNameLabel);
            this.Controls.Add(this.checkBox);
            this.Name = "CompanyInformation";
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 public override System.Windows.Forms.Control mapConfigurationItemIntoControl(IConfigurationItem item)
 {
     if (item is ConfigurationItemBool)
     {
         System.Windows.Forms.CheckBox typedControl = new System.Windows.Forms.CheckBox();
         typedControl.Checked = ((ConfigurationItemBool)item).Value;
         return typedControl;
     }
     else
     {
         return null;
     }
 }
Exemple #16
0
 private void Label_back_Change(object sender, EventArgs e)
 {
     System.Windows.Forms.CheckBox tmp_Check = new System.Windows.Forms.CheckBox();
     tmp_Check = (System.Windows.Forms.CheckBox)sender;
     if (tmp_Check.Checked)
     {
         Task_Label.BackColor = System.Drawing.Color.LightGoldenrodYellow;
     }
     else
     {
         Task_Label.BackColor = System.Drawing.Color.White;
     }
 }
Exemple #17
0
 /*
  ****************Поля из МИЛКИ********************
 ----Выполнить к: не указано
 Повтор: нет
 ----Продолжительность: нет
 Теги: нет
 Место: нет
 URL: нет
 Отложено: ни разу
 Открыто для: никого
 ----Заметки: 0
  * ***********************************************
  */
 public Task_Check(int x, int y, int width, int height)
 {
     System.Windows.Forms.CheckBox tmp_Check = new System.Windows.Forms.CheckBox();
     System.Windows.Forms.Label tmp_Label = new System.Windows.Forms.Label();
     tmp_Check.Location = new System.Drawing.Point(x, y);
     tmp_Label.Location = new System.Drawing.Point(x, y);
     tmp_Check.Size = new System.Drawing.Size(width, height);
     tmp_Label.Size = new System.Drawing.Size(width, height);
     tmp_Label.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     tmp_Check.CheckedChanged += new EventHandler(Label_back_Change);
     Task_Checkbox = tmp_Check;
     Task_Label = tmp_Label;
 }
Exemple #18
0
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FinalPage));
			this.label1 = new System.Windows.Forms.Label();
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			this.checkBoxIntro = new System.Windows.Forms.CheckBox();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.label1.Location = new System.Drawing.Point(48, 96);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(448, 136);
			this.label1.TabIndex = 0;
			this.label1.Text = "Congratulations you have succesfully configured NASA World Wind.\r\n\r\nRemember you " +
				"can return to this wizard at any time by clicking\nTools->Configuration Wizard.";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// pictureBox1
			// 
			this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
			this.pictureBox1.Location = new System.Drawing.Point(440, 264);
			this.pictureBox1.Name = "pictureBox1";
			this.pictureBox1.Size = new System.Drawing.Size(96, 96);
			this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
			this.pictureBox1.TabIndex = 2;
			this.pictureBox1.TabStop = false;
			// 
			// checkBoxIntro
			// 
			this.checkBoxIntro.Location = new System.Drawing.Point(23, 321);
			this.checkBoxIntro.Name = "checkBoxIntro";
			this.checkBoxIntro.Size = new System.Drawing.Size(240, 24);
			this.checkBoxIntro.TabIndex = 3;
			this.checkBoxIntro.Text = "&Play World Wind introduction movie";
			// 
			// FinalPage
			// 
			this.Controls.Add(this.checkBoxIntro);
			this.Controls.Add(this.pictureBox1);
			this.Controls.Add(this.label1);
			this.Name = "FinalPage";
			this.SubTitle = "World Wind configuration is complete";
			this.Title = "All done!";
			this.Controls.SetChildIndex(this.label1, 0);
			this.Controls.SetChildIndex(this.pictureBox1, 0);
			this.Controls.SetChildIndex(this.checkBoxIntro, 0);
			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(frmFeaturesTutorial));
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.cbShow = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.BackColor = System.Drawing.Color.Transparent;
     this.linkLabel1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.linkLabel1.Location = new System.Drawing.Point(354, 513);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(297, 16);
     this.linkLabel1.TabIndex = 2;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "https://www.youtube.com/watch?v=AjG09RGgHvw";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // cbShow
     //
     this.cbShow.AutoSize = true;
     this.cbShow.BackColor = System.Drawing.Color.Transparent;
     this.cbShow.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cbShow.Location = new System.Drawing.Point(55, 545);
     this.cbShow.Name = "cbShow";
     this.cbShow.Size = new System.Drawing.Size(15, 14);
     this.cbShow.TabIndex = 3;
     this.cbShow.UseVisualStyleBackColor = false;
     this.cbShow.CheckedChanged += new System.EventHandler(this.cbShow_CheckedChanged);
     //
     // frmFeaturesTutorial
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::RH.HeadShop.Properties.Resources.TutStyle;
     this.ClientSize = new System.Drawing.Size(722, 572);
     this.Controls.Add(this.cbShow);
     this.Controls.Add(this.linkLabel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmFeaturesTutorial";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "HeadShop";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmStartTutorial_FormClosing);
     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.checkBoxOpenInExplorer = new System.Windows.Forms.CheckBox();
     this.checkBoxAuthenticate = new System.Windows.Forms.CheckBox();
     this.checkBoxStartBackgroundProcesses = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // checkBoxOpenInExplorer
     //
     this.checkBoxOpenInExplorer.AutoSize = true;
     this.checkBoxOpenInExplorer.Location = new System.Drawing.Point(7, 50);
     this.checkBoxOpenInExplorer.Name = "checkBoxOpenInExplorer";
     this.checkBoxOpenInExplorer.Size = new System.Drawing.Size(105, 17);
     this.checkBoxOpenInExplorer.TabIndex = 2;
     this.checkBoxOpenInExplorer.Text = "Open In Explorer";
     this.checkBoxOpenInExplorer.UseVisualStyleBackColor = true;
     //
     // checkBoxAuthenticate
     //
     this.checkBoxAuthenticate.AutoSize = true;
     this.checkBoxAuthenticate.Location = new System.Drawing.Point(7, 4);
     this.checkBoxAuthenticate.Name = "checkBoxAuthenticate";
     this.checkBoxAuthenticate.Size = new System.Drawing.Size(86, 17);
     this.checkBoxAuthenticate.TabIndex = 0;
     this.checkBoxAuthenticate.Text = "Authenticate";
     this.checkBoxAuthenticate.UseVisualStyleBackColor = true;
     //
     // checkBoxStartBackgroundProcesses
     //
     this.checkBoxStartBackgroundProcesses.AutoSize = true;
     this.checkBoxStartBackgroundProcesses.Location = new System.Drawing.Point(7, 27);
     this.checkBoxStartBackgroundProcesses.Name = "checkBoxStartBackgroundProcesses";
     this.checkBoxStartBackgroundProcesses.Size = new System.Drawing.Size(161, 17);
     this.checkBoxStartBackgroundProcesses.TabIndex = 1;
     this.checkBoxStartBackgroundProcesses.Text = "Start Background Processes";
     this.checkBoxStartBackgroundProcesses.UseVisualStyleBackColor = true;
     //
     // SignoutControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.checkBoxStartBackgroundProcesses);
     this.Controls.Add(this.checkBoxAuthenticate);
     this.Controls.Add(this.checkBoxOpenInExplorer);
     this.Name = "SignoutControl";
     this.Size = new System.Drawing.Size(172, 75);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #21
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.label3 = new System.Windows.Forms.Label();
			this.checkBoxTest = new System.Windows.Forms.CheckBox();
			this.groupBox3.SuspendLayout();
			this.SuspendLayout();
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.label3);
			this.groupBox3.Controls.Add(this.checkBoxTest);
			this.groupBox3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.groupBox3.Location = new System.Drawing.Point(-8, 10);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(480, 104);
			this.groupBox3.TabIndex = 48;
			this.groupBox3.TabStop = false;
			// 
			// label3
			// 
			this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.label3.Location = new System.Drawing.Point(48, 16);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(416, 16);
			this.label3.TabIndex = 16;
			this.label3.Text = "Would you like to create a test project?";
			// 
			// checkBoxTest
			// 
			this.checkBoxTest.Checked = true;
			this.checkBoxTest.CheckState = System.Windows.Forms.CheckState.Checked;
			this.checkBoxTest.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.checkBoxTest.Location = new System.Drawing.Point(64, 56);
			this.checkBoxTest.Name = "checkBoxTest";
			this.checkBoxTest.Size = new System.Drawing.Size(232, 24);
			this.checkBoxTest.TabIndex = 6;
			this.checkBoxTest.Text = "Yes, I\'m a &TDD enthusiast!";
			// 
			// MRTestPanel
			// 
			this.Controls.Add(this.groupBox3);
			this.Name = "MRTestPanel";
			this.Size = new System.Drawing.Size(464, 336);
			this.groupBox3.ResumeLayout(false);
			this.ResumeLayout(false);

		}
 public override void InitializeComponent()
 {
     base.InitializeComponent();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnDelete
     //
     this.btnDelete.FlatAppearance.BorderSize = 0;
     //
     // downBtn
     //
     this.downBtn.FlatAppearance.BorderSize = 0;
     //
     // upBtn
     //
     this.upBtn.FlatAppearance.BorderSize = 0;
     //
     // splitContainer1
     //
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.checkBox1);
     this.splitContainer1.Size = new System.Drawing.Size(187, 52);
     //
     // checkBox1
     //
     this.checkBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.checkBox1.Location = new System.Drawing.Point(0, 0);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(187, 25);
     this.checkBox1.TabIndex = 0;
     this.checkBox1.Text = "Value";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // CheckDataControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Name = "CheckDataControl";
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 public void AddNewCheckBox()
 {
     // Crée une nouvelle instance de la classe Button.
     System.Windows.Forms.CheckBox aCheckBox = new System.Windows.Forms.CheckBox();
     // Ajoute le bouton à la liste interne de la collection.
     this.List.Add(aCheckBox);
     // Ajoute le bouton à la collection de contrôles du formulaire
     // référencé dans le champ HostForm.
     HostForm.Controls.Add(aCheckBox);
     // Définit les propriétés initiales de l'objet button.
     aCheckBox.Top = 250 + (Count-1) % 4 * 25;
     aCheckBox.Left = 10+(Count-1) / 4 *100;
     aCheckBox.Width = 100;
     aCheckBox.Tag = this.Count;
     aCheckBox.Text = "F " + this.Count.ToString();
 }
 public System.Windows.Forms.CheckBox AddNewCheckBox()
 {
     // Create a new instance of the Button class.
     System.Windows.Forms.CheckBox aCheckBox = new System.Windows.Forms.CheckBox();
     // Add the button to the collection's internal list.
     List.Add(aCheckBox);
     // Add the button to the controls collection of the form
     // referenced by the _hostForm field.
     _hostForm.Controls.Add(aCheckBox);
     // Set intial properties for the button object.
     aCheckBox.Top = ((Count - 1) % 8) * 25 + 10;
     aCheckBox.Left = ((Count - 1) / 8) * 110 + 10;
     aCheckBox.Tag = Count - 1;
     aCheckBox.Text = "(unused)";
     aCheckBox.Click += ClickHandler;
     return aCheckBox;
 }
 private void InitializeComponent()
 {
     this.sphere1 = new MissionPlanner.Controls.Sphere();
     this.CHK_rotate = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(199, 411);
     //
     // sphere1
     //
     this.sphere1.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.sphere1.BackColor = System.Drawing.Color.Black;
     this.sphere1.Location = new System.Drawing.Point(13, 141);
     this.sphere1.Name = "sphere1";
     this.sphere1.rotatewithdata = true;
     this.sphere1.Size = new System.Drawing.Size(263, 263);
     this.sphere1.TabIndex = 6;
     this.sphere1.VSync = false;
     //
     // CHK_rotate
     //
     this.CHK_rotate.AutoSize = true;
     this.CHK_rotate.Checked = true;
     this.CHK_rotate.CheckState = System.Windows.Forms.CheckState.Checked;
     this.CHK_rotate.Location = new System.Drawing.Point(13, 411);
     this.CHK_rotate.Name = "CHK_rotate";
     this.CHK_rotate.Size = new System.Drawing.Size(157, 17);
     this.CHK_rotate.TabIndex = 7;
     this.CHK_rotate.Text = "Rotate with each data point";
     this.CHK_rotate.UseVisualStyleBackColor = true;
     this.CHK_rotate.CheckedChanged += new System.EventHandler(this.CHK_rotate_CheckedChanged);
     //
     // ProgressReporterSphere
     //
     this.ClientSize = new System.Drawing.Size(292, 446);
     this.Controls.Add(this.CHK_rotate);
     this.Controls.Add(this.sphere1);
     this.Name = "ProgressReporterSphere";
     this.Controls.SetChildIndex(this.btnCancel, 0);
     this.Controls.SetChildIndex(this.sphere1, 0);
     this.Controls.SetChildIndex(this.CHK_rotate, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location = new System.Drawing.Point(0, 0);
     this.dataGridView1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.ReadOnly = true;
     this.dataGridView1.Size = new System.Drawing.Size(1034, 867);
     this.dataGridView1.TabIndex = 0;
     //
     // checkBox1
     //
     this.checkBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(564, 879);
     this.checkBox1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(443, 29);
     this.checkBox1.TabIndex = 1;
     this.checkBox1.Text = "Do not show this table again for this block";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // TableForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1034, 917);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.dataGridView1);
     this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
     this.Name = "TableForm";
     this.Text = "Table ";
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary> 
 /// Обязательный метод для поддержки конструктора - не изменяйте 
 /// содержимое данного метода при помощи редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     this.lblLineNumber = new System.Windows.Forms.Label();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // lblLineNumber
     //
     this.lblLineNumber.AutoSize = true;
     this.lblLineNumber.Location = new System.Drawing.Point(3, 9);
     this.lblLineNumber.Name = "lblLineNumber";
     this.lblLineNumber.Size = new System.Drawing.Size(13, 13);
     this.lblLineNumber.TabIndex = 0;
     this.lblLineNumber.Text = "1";
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.BackColor = System.Drawing.SystemColors.Control;
     this.checkBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.checkBox1.Location = new System.Drawing.Point(25, 10);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(15, 14);
     this.checkBox1.TabIndex = 2;
     this.checkBox1.TabStop = false;
     this.checkBox1.Tag = "0";
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     this.checkBox1.MouseEnter += new System.EventHandler(this.checkBox1_MouseEnter);
     //
     // BubblesAreaControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.lblLineNumber);
     this.Name = "BubblesAreaControl";
     this.Size = new System.Drawing.Size(150, 64);
     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.mainMenu1 = new System.Windows.Forms.MainMenu();
     this.selectAll_CB = new System.Windows.Forms.CheckBox();
     this.antennaInfoButton = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // selectAll_CB
     //
     this.selectAll_CB.Location = new System.Drawing.Point(3, 13);
     this.selectAll_CB.Name = "selectAll_CB";
     this.selectAll_CB.Size = new System.Drawing.Size(100, 29);
     this.selectAll_CB.TabIndex = 0;
     this.selectAll_CB.Text = "Select All";
     this.selectAll_CB.CheckStateChanged += new System.EventHandler(this.selectAll_CB_CheckStateChanged);
     //
     // antennaInfoButton
     //
     this.antennaInfoButton.Location = new System.Drawing.Point(186, 165);
     this.antennaInfoButton.Name = "antennaInfoButton";
     this.antennaInfoButton.Size = new System.Drawing.Size(51, 20);
     this.antennaInfoButton.TabIndex = 18;
     this.antennaInfoButton.Text = "Apply";
     this.antennaInfoButton.Click += new System.EventHandler(this.antennaInfoButton_Click);
     //
     // AntennaInfoForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(240, 188);
     this.Controls.Add(this.selectAll_CB);
     this.Controls.Add(this.antennaInfoButton);
     this.Menu = this.mainMenu1;
     this.MinimizeBox = false;
     this.Name = "AntennaInfoForm";
     this.Text = "Antenna Info";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.AntennaInfoForm_Closing);
     this.Load += new System.EventHandler(this.AntennaInfoForm_Load);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(21, 21);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(80, 16);
     this.checkBox1.TabIndex = 0;
     this.checkBox1.Text = "checkBox1";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // CsProjUtilPropertyPageControl
     //
     this.Controls.Add(this.checkBox1);
     this.Name = "CsProjUtilPropertyPageControl";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.chkRun = new System.Windows.Forms.CheckBox();
     this.btnOk = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // chkRun
     //
     this.chkRun.AutoSize = true;
     this.chkRun.Location = new System.Drawing.Point(12, 12);
     this.chkRun.Name = "chkRun";
     this.chkRun.Size = new System.Drawing.Size(136, 17);
     this.chkRun.TabIndex = 0;
     this.chkRun.Text = "запускать при старте";
     //
     // btnOk
     //
     this.btnOk.Location = new System.Drawing.Point(205, 8);
     this.btnOk.Name = "btnOk";
     this.btnOk.Size = new System.Drawing.Size(75, 23);
     this.btnOk.TabIndex = 1;
     this.btnOk.Text = "OK";
     this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
     //
     // Form3
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(294, 38);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.chkRun);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Form3";
     this.Text = "јвтозапуск";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #31
0
        internal SettingsForm()
        {
            this._Settings        = Configuration.Current.Settings.Clone();
            this._CurrentFormatId = this._Settings.FileType.FormatId;

            this._Cancel                      = new System.Windows.Forms.Button();
            this._OK                          = new System.Windows.Forms.Button();
            this._Apply                       = new System.Windows.Forms.Button();
            this._FileTypeSettings            = new System.Windows.Forms.Button();
            this._Pages                       = new System.Windows.Forms.TabControl();
            this._GeneralPage                 = new System.Windows.Forms.TabPage();
            this._HowToUseLabel               = new System.Windows.Forms.Label();
            this._PreferencesPage             = new System.Windows.Forms.TabPage();
            this._AlwaysOnTop                 = new System.Windows.Forms.CheckBox();
            this._AppGroup                    = new Goletas.ScreenCapture.GroupLabel();
            this._AutoStartup                 = new System.Windows.Forms.CheckBox();
            this._HotKeysGroup                = new Goletas.ScreenCapture.GroupLabel();
            this._VirtualScreenKeySelector    = new System.Windows.Forms.ComboBox();
            this._VirtualScreenKey            = new System.Windows.Forms.Label();
            this._SettingsKeySelector         = new System.Windows.Forms.ComboBox();
            this._SettingsKey                 = new System.Windows.Forms.Label();
            this._ForegroundWindowKeySelector = new System.Windows.Forms.ComboBox();
            this._ForegroundWindowKey         = new System.Windows.Forms.Label();
            this._CurrentScreenKeySelector    = new System.Windows.Forms.ComboBox();
            this._CurrentScreenKey            = new System.Windows.Forms.Label();
            this._ImageCompositionGroup       = new Goletas.ScreenCapture.GroupLabel();
            this._IncludeCursor               = new System.Windows.Forms.CheckBox();
            this._DestinationPage             = new System.Windows.Forms.TabPage();
            this._FileGroup                   = new Goletas.ScreenCapture.GroupLabel();
            this._WorkingDirectorySelector    = new System.Windows.Forms.Button();
            this._WorkingDirectoryPath        = new System.Windows.Forms.TextBox();
            this._WorkingDirectory            = new System.Windows.Forms.Label();
            this._ExternalAppSelector         = new System.Windows.Forms.Button();
            this._UseExternalApp              = new System.Windows.Forms.CheckBox();
            this._ExternalAppPath             = new System.Windows.Forms.TextBox();
            this._FileNameSelector            = new System.Windows.Forms.TextBox();
            this._FileName                    = new System.Windows.Forms.Label();
            this._UseFileOverwrite            = new System.Windows.Forms.CheckBox();
            this._ImageDestinationGroup       = new Goletas.ScreenCapture.GroupLabel();
            this._ImageDestinationSelector    = new System.Windows.Forms.ComboBox();
            this._ImagePage                   = new System.Windows.Forms.TabPage();
            this._FileFormatGroup             = new Goletas.ScreenCapture.GroupLabel();
            this._FileFormatSelector          = new System.Windows.Forms.ComboBox();
            this._AboutPage                   = new System.Windows.Forms.TabPage();
            this._LegalInfo                   = new System.Windows.Forms.Label();
            this._RemoveApp                   = new System.Windows.Forms.LinkLabel();


            this.SuspendLayout();
            this._Pages.SuspendLayout();
            this._GeneralPage.SuspendLayout();
            this._PreferencesPage.SuspendLayout();
            this._DestinationPage.SuspendLayout();
            this._ImagePage.SuspendLayout();
            this._AboutPage.SuspendLayout();
            this._ImageCompositionGroup.SuspendLayout();
            this._HotKeysGroup.SuspendLayout();
            this._AppGroup.SuspendLayout();
            this._ImageDestinationGroup.SuspendLayout();
            this._FileGroup.SuspendLayout();
            this._FileFormatGroup.SuspendLayout();


            this._Pages.Controls.Add(this._GeneralPage);
            this._Pages.Controls.Add(this._PreferencesPage);
            this._Pages.Controls.Add(this._DestinationPage);
            this._Pages.Controls.Add(this._ImagePage);
            this._Pages.Controls.Add(this._AboutPage);
            this._Pages.Bounds        = new System.Drawing.Rectangle(6, 6, 320, 348);
            this._Pages.SelectedIndex = 0;


            this._GeneralPage.Controls.Add(this._HowToUseLabel);
            this._GeneralPage.Text = ApplicationManager.GetString("General.Page");
            this._GeneralPage.UseVisualStyleBackColor = true;

            this._PreferencesPage.Controls.Add(this._ImageCompositionGroup);
            this._PreferencesPage.Controls.Add(this._HotKeysGroup);
            this._PreferencesPage.Controls.Add(this._AppGroup);
            this._PreferencesPage.Controls.Add(this._RemoveApp);
            this._PreferencesPage.Text = ApplicationManager.GetString("Preferences.Page");
            this._PreferencesPage.UseVisualStyleBackColor = true;


            this._DestinationPage.Controls.Add(this._ImageDestinationGroup);
            this._DestinationPage.Controls.Add(this._FileGroup);
            this._DestinationPage.Text = ApplicationManager.GetString("Destination.Page");
            this._DestinationPage.UseVisualStyleBackColor = true;

            this._ImagePage.Controls.Add(this._FileFormatGroup);
            this._ImagePage.Text = ApplicationManager.GetString("Image.Page");
            this._ImagePage.UseVisualStyleBackColor = true;

            this._AboutPage.Controls.Add(this._LegalInfo);
            this._AboutPage.Text = ApplicationManager.GetString("About.Page");
            this._AboutPage.UseVisualStyleBackColor = true;


            this._HowToUseLabel.Bounds = new System.Drawing.Rectangle(2, 8, 308, 308);

            if (Environment.OSVersion.Version.Major >= 6) // Vista and later
            {
                this._HowToUseLabel.Text = ApplicationManager.GetString("HowToUse") + Environment.NewLine + Environment.NewLine + ApplicationManager.GetString("OsNotFullySupported");
            }
            else
            {
                this._HowToUseLabel.Text = ApplicationManager.GetString("HowToUse");
            }

            this._HowToUseLabel.UseMnemonic = false;


            this._ImageCompositionGroup.Controls.Add(this._IncludeCursor);
            this._ImageCompositionGroup.Bounds = new System.Drawing.Rectangle(2, 8, 308, 44);
            this._ImageCompositionGroup.Text   = ApplicationManager.GetString("ImageComposition.Group");


            this._HotKeysGroup.Controls.Add(this._CurrentScreenKey);
            this._HotKeysGroup.Controls.Add(this._CurrentScreenKeySelector);
            this._HotKeysGroup.Controls.Add(this._VirtualScreenKey);
            this._HotKeysGroup.Controls.Add(this._VirtualScreenKeySelector);
            this._HotKeysGroup.Controls.Add(this._ForegroundWindowKey);
            this._HotKeysGroup.Controls.Add(this._ForegroundWindowKeySelector);
            this._HotKeysGroup.Controls.Add(this._SettingsKey);
            this._HotKeysGroup.Controls.Add(this._SettingsKeySelector);
            this._HotKeysGroup.Bounds = new System.Drawing.Rectangle(2, 64, 308, 116);
            this._HotKeysGroup.Text   = ApplicationManager.GetString("HotKeys.Group");


            this._AppGroup.Controls.Add(this._AutoStartup);
            this._AppGroup.Controls.Add(this._AlwaysOnTop);
            this._AppGroup.Bounds = new System.Drawing.Rectangle(2, 188, 308, 64);
            this._AppGroup.Text   = ApplicationManager.GetString("App.Group");



            this._RemoveApp.Bounds            = new System.Drawing.Rectangle(2, 272, 308, 36);
            this._RemoveApp.Text              = ApplicationManager.GetString("RemoveApp");
            this._RemoveApp.LinkArea          = new System.Windows.Forms.LinkArea(ApplicationManager.GetInt32("RemoveApp.Start"), ApplicationManager.GetInt32("RemoveApp.Length"));
            this._RemoveApp.DisabledLinkColor = System.Drawing.SystemColors.GrayText;
            this._RemoveApp.VisitedLinkColor  = System.Drawing.SystemColors.HotTrack;
            this._RemoveApp.ActiveLinkColor   = System.Drawing.SystemColors.HotTrack;
            this._RemoveApp.LinkColor         = System.Drawing.SystemColors.HotTrack;
            this._RemoveApp.LinkClicked      += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(OnRemoveApp);
            SetHelp(this._RemoveApp, "RemoveApp.Help");


            this._IncludeCursor.Bounds          = new System.Drawing.Rectangle(14, 20, 280, 18);
            this._IncludeCursor.Text            = ApplicationManager.GetString("IncludeCursor");
            this._IncludeCursor.Checked         = this._Settings.IncludeCursor;
            this._IncludeCursor.CheckedChanged += new System.EventHandler(this.OnIncludeCursorChanged);
            SetHelp(this._IncludeCursor, "IncludeCursor.Help");


            this._CurrentScreenKey.Bounds    = new System.Drawing.Rectangle(14, 16, 134, 20);
            this._CurrentScreenKey.Text      = ApplicationManager.GetString("CurrentScreenKey");
            this._CurrentScreenKey.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;


            this._CurrentScreenKeySelector.Bounds        = new System.Drawing.Rectangle(14, 36, 134, 21);
            this._CurrentScreenKeySelector.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this._CurrentScreenKeySelector.Items.Add(ApplicationManager.GetString("PrintScreen.Item"));
            this._CurrentScreenKeySelector.SelectedIndex = 0;
            SetHelp(this._CurrentScreenKeySelector, "CurrentScreenKey.Help");


            this._VirtualScreenKey.Bounds    = new System.Drawing.Rectangle(160, 16, 134, 20);
            this._VirtualScreenKey.Text      = ApplicationManager.GetString("VirtualScreenKey");
            this._VirtualScreenKey.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;


            this._VirtualScreenKeySelector.Bounds        = new System.Drawing.Rectangle(160, 36, 134, 21);
            this._VirtualScreenKeySelector.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this._VirtualScreenKeySelector.Items.Add(ApplicationManager.GetString("CtrlPrintScreen.Item"));
            this._VirtualScreenKeySelector.SelectedIndex = 0;
            SetHelp(this._VirtualScreenKeySelector, "VirtualScreenKey.Help");


            this._ForegroundWindowKey.Bounds    = new System.Drawing.Rectangle(14, 64, 134, 20);
            this._ForegroundWindowKey.Text      = ApplicationManager.GetString("ForegroundWindowKey");
            this._ForegroundWindowKey.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;


            this._ForegroundWindowKeySelector.Bounds        = new System.Drawing.Rectangle(14, 84, 134, 21);
            this._ForegroundWindowKeySelector.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this._ForegroundWindowKeySelector.Items.Add(ApplicationManager.GetString("ShiftPrintScreen.Item"));
            this._ForegroundWindowKeySelector.SelectedIndex = 0;
            SetHelp(this._ForegroundWindowKeySelector, "ForegroundWindowKey.Help");


            this._SettingsKey.Bounds    = new System.Drawing.Rectangle(160, 64, 134, 20);
            this._SettingsKey.Text      = ApplicationManager.GetString("SettingsKey");
            this._SettingsKey.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;


            this._SettingsKeySelector.Bounds        = new System.Drawing.Rectangle(160, 84, 134, 21);
            this._SettingsKeySelector.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this._SettingsKeySelector.Items.Add(ApplicationManager.GetString("AltPrintScreen.Item"));
            this._SettingsKeySelector.SelectedIndex = 0;
            SetHelp(this._SettingsKeySelector, "SettingsKey.Help");


            this._AutoStartup.Bounds          = new System.Drawing.Rectangle(14, 20, 280, 18);
            this._AutoStartup.Text            = ApplicationManager.GetString("AutoStartup");
            this._AutoStartup.Checked         = this._Settings.AutoStartup;
            this._AutoStartup.CheckedChanged += new System.EventHandler(this.OnAutoStartupChanged);
            SetHelp(this._AutoStartup, "AutoStartup.Help");


            this._AlwaysOnTop.Bounds          = new System.Drawing.Rectangle(14, 40, 280, 18);
            this._AlwaysOnTop.Text            = ApplicationManager.GetString("AlwaysOnTop");
            this._AlwaysOnTop.Checked         = this._Settings.AlwaysOnTop;
            this._AlwaysOnTop.CheckedChanged += new System.EventHandler(this.OnAlwaysOnTopChanged);
            SetHelp(this._AlwaysOnTop, "AlwaysOnTop.Help");


            this._ImageDestinationGroup.Controls.Add(this._ImageDestinationSelector);
            this._ImageDestinationGroup.Bounds = new System.Drawing.Rectangle(2, 8, 308, 48);
            this._ImageDestinationGroup.Text   = ApplicationManager.GetString("ImageDestination.Group");


            this._FileGroup.Controls.Add(this._WorkingDirectory);
            this._FileGroup.Controls.Add(this._WorkingDirectoryPath);
            this._FileGroup.Controls.Add(this._WorkingDirectorySelector);
            this._FileGroup.Controls.SetChildIndex(this._WorkingDirectorySelector, 0);
            this._FileGroup.Controls.Add(this._FileName);
            this._FileGroup.Controls.Add(this._FileNameSelector);
            this._FileGroup.Controls.Add(this._UseFileOverwrite);
            this._FileGroup.Controls.Add(this._UseExternalApp);
            this._FileGroup.Controls.Add(this._ExternalAppPath);
            this._FileGroup.Controls.Add(this._ExternalAppSelector);
            this._FileGroup.Controls.SetChildIndex(this._ExternalAppSelector, 0);
            this._FileGroup.Bounds  = new System.Drawing.Rectangle(2, 64, 308, 220);
            this._FileGroup.Text    = ApplicationManager.GetString("File.Group");
            this._FileGroup.Enabled = ((this._Settings.ImageDestinations & ImageDestinations.File) == ImageDestinations.File);


            this._ImageDestinationSelector.Bounds        = new System.Drawing.Rectangle(14, 20, 280, 21);
            this._ImageDestinationSelector.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this._ImageDestinationSelector.Items.AddRange(new object[] { ApplicationManager.GetString("Clipboard.Item"), ApplicationManager.GetString("File.Item"), ApplicationManager.GetString("ClipboardAndFile.Item") });
            this._ImageDestinations = this._Settings.ImageDestinations;
            this._ImageDestinationSelector.SelectedIndexChanged += new System.EventHandler(OnImageDestinationChanged);
            SetHelp(this._ImageDestinationSelector, "ImageDestination.Help");


            this._WorkingDirectory.Bounds    = new System.Drawing.Rectangle(14, 16, 280, 20);
            this._WorkingDirectory.Text      = ApplicationManager.GetString("WorkingDirectory");
            this._WorkingDirectory.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;


            this._WorkingDirectoryPath.Bounds       = new System.Drawing.Rectangle(14, 36, 248, 20);
            this._WorkingDirectoryPath.MaxLength    = NativeMethods.MAX_PATH - 1; // one for null terminator
            this._WorkingDirectoryPath.Text         = this._Settings.WorkingDirectory;
            this._WorkingDirectoryPath.TextChanged += new System.EventHandler(this.OnWorkingDirectoryChanged);
            NativeMethods.SetTextualCue(this._WorkingDirectoryPath, ApplicationManager.GetString("WorkingDirectory.Cue"));
            SetHelp(this._WorkingDirectoryPath, "WorkingDirectory.Help");


            this._WorkingDirectorySelector.Bounds = new System.Drawing.Rectangle(268, 34, 28, 24);
            this._WorkingDirectorySelector.Text   = ApplicationManager.GetString("Select");
            this._WorkingDirectorySelector.Click += new System.EventHandler(this.OnSelectWorkingDirectory);
            SetHelp(this._WorkingDirectorySelector, "SelectWorkingDirectory.Help");

            this._FileName.Bounds    = new System.Drawing.Rectangle(14, 64, 280, 20);
            this._FileName.Text      = ApplicationManager.GetString("FileName");
            this._FileName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;


            this._FileNameSelector.Bounds       = new System.Drawing.Rectangle(14, 84, 280, 20);
            this._FileNameSelector.MaxLength    = NativeMethods.MAX_PATH - 4;
            this._FileNameSelector.Text         = this._Settings.FileNameFormat;
            this._FileNameSelector.TextChanged += new System.EventHandler(this.OnFileNameChanged);
            NativeMethods.SetTextualCue(this._FileNameSelector, ApplicationManager.GetString("FileName.Cue"));
            SetHelp(this._FileNameSelector, "FileName.Help");


            this._UseFileOverwrite.Bounds          = new System.Drawing.Rectangle(14, 116, 280, 18);
            this._UseFileOverwrite.Text            = ApplicationManager.GetString("UseFileOverwrite");
            this._UseFileOverwrite.Checked         = this._Settings.UseFileOverwrite;
            this._UseFileOverwrite.CheckedChanged += new System.EventHandler(this.OnUseFileOverwriteChanged);
            SetHelp(this._UseFileOverwrite, "UseFileOverwrite.Help");


            this._UseExternalApp.Bounds          = new System.Drawing.Rectangle(14, 136, 280, 18);
            this._UseExternalApp.Text            = ApplicationManager.GetString("UseExternalApp");
            this._UseExternalApp.Checked         = this._Settings.UseExternalApp;
            this._UseExternalApp.CheckedChanged += new System.EventHandler(this.OnUseExternalAppChanged);
            SetHelp(this._UseExternalApp, "UseExternalApp.Help");


            this._ExternalAppPath.Bounds       = new System.Drawing.Rectangle(14, 154, 248, 20);
            this._ExternalAppPath.MaxLength    = NativeMethods.MAX_PATH - 1; // one for null terminator
            this._ExternalAppPath.Text         = this._Settings.ExternalApp;
            this._ExternalAppPath.Enabled      = this._Settings.UseExternalApp;
            this._ExternalAppPath.TextChanged += new System.EventHandler(this.OnExternalAppChanged);
            NativeMethods.SetTextualCue(this._ExternalAppPath, ApplicationManager.GetString("ExternalApp.Cue"));
            SetHelp(this._ExternalAppPath, "ExternalApp.Help");


            this._ExternalAppSelector.Bounds  = new System.Drawing.Rectangle(268, 152, 28, 24);
            this._ExternalAppSelector.Text    = ApplicationManager.GetString("Select");
            this._ExternalAppSelector.Enabled = this._Settings.UseExternalApp;
            this._ExternalAppSelector.Click  += new System.EventHandler(this.OnSelectExternalApp);
            SetHelp(this._ExternalAppSelector, "SelectExternalApp.Help");


            this._FileFormatGroup.Controls.Add(this._FileFormatSelector);
            this._FileFormatGroup.Controls.Add(this._FileTypeSettings);
            this._FileFormatGroup.Bounds  = new System.Drawing.Rectangle(2, 8, 308, 48);
            this._FileFormatGroup.Text    = ApplicationManager.GetString("FileFormat.Group");
            this._FileFormatGroup.Enabled = ((this._Settings.ImageDestinations & ImageDestinations.File) == ImageDestinations.File);


            this._FileFormatSelector.Bounds        = new System.Drawing.Rectangle(14, 20, 248, 21);
            this._FileFormatSelector.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this._FileFormatSelector.Items.AddRange(Configuration.Current.FileTypes.GetDisplayNames());
            this._FileFormatSelector.SelectedIndex         = Configuration.Current.FileTypes.IndexOf(this._Settings.FileType.FormatId);
            this._FileFormatSelector.SelectedIndexChanged += new System.EventHandler(OnFileFormatChanged);
            SetHelp(this._FileFormatSelector, "FileFormat.Help");


            this._FileTypeSettings.Bounds = new System.Drawing.Rectangle(268, 18, 28, 24);
            this._FileTypeSettings.Text   = ApplicationManager.GetString("Select");
            this._FileTypeSettings.UseVisualStyleBackColor = true;
            this._FileTypeSettings.Enabled = this._Settings.FileType.IsEditable;
            this._FileTypeSettings.Click  += new System.EventHandler(OnChangeFileTypeSettings);
            SetHelp(this._FileTypeSettings, "FileType.Help");


            this._LegalInfo.Bounds      = new System.Drawing.Rectangle(2, 8, 308, 308);
            this._LegalInfo.Text        = ApplicationManager.ProductFullName + Environment.NewLine + ApplicationManager.LegalInfo;
            this._LegalInfo.UseMnemonic = false;


            this._OK.Bounds                  = new System.Drawing.Rectangle(92, 360, 74, 24);
            this._OK.DialogResult            = System.Windows.Forms.DialogResult.OK;
            this._OK.Text                    = ApplicationManager.GetString("OK");
            this._OK.UseVisualStyleBackColor = true;
            this._OK.Click                  += new System.EventHandler(this.OnOK);
            SetHelp(this._OK, "AppOK.Help");


            this._Cancel.Bounds                  = new System.Drawing.Rectangle(172, 360, 74, 24);
            this._Cancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
            this._Cancel.Text                    = ApplicationManager.GetString("Cancel");
            this._Cancel.UseVisualStyleBackColor = true;
            this._Cancel.Click                  += new System.EventHandler(this.OnCancel);
            SetHelp(this._Cancel, "AppCancel.Help");


            this._Apply.Bounds = new System.Drawing.Rectangle(252, 360, 74, 24);
            this._Apply.Text   = ApplicationManager.GetString("Apply");
            this._Apply.UseVisualStyleBackColor = true;
            this._Apply.Enabled = false;
            this._Apply.Click  += new System.EventHandler(this.OnApply);
            SetHelp(this._Apply, "AppApply.Help");


            this.Controls.Add(this._OK);
            this.Controls.Add(this._Cancel);
            this.Controls.Add(this._Apply);
            this.Controls.Add(this._Pages);
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(332, 392);
            this.FormBorderStyle     = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.HelpButton          = true;
            this.MaximizeBox         = false;
            this.MinimizeBox         = false;
            this.ShowInTaskbar       = false;

            this.ShowIcon = false;
            this.Icon     = System.Drawing.Icon.FromHandle(NativeMethods.GetApplicationIcon());

#if DEBUG
            this.Text = ApplicationManager.ProductName + " Debug Build";
#else
            this.Text = ApplicationManager.ProductName;
#endif

            this._FileFormatGroup.ResumeLayout(false);
            this._FileGroup.ResumeLayout(false);
            this._ImageDestinationGroup.ResumeLayout(false);
            this._AppGroup.SuspendLayout();
            this._HotKeysGroup.ResumeLayout(false);
            this._ImageCompositionGroup.ResumeLayout(false);
            this._AboutPage.ResumeLayout(false);
            this._ImagePage.ResumeLayout(false);
            this._DestinationPage.ResumeLayout(false);
            this._PreferencesPage.ResumeLayout(false);
            this._GeneralPage.ResumeLayout(false);
            this._Pages.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Exemple #32
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(frmMain));
     this.pnConnect = new System.Windows.Forms.Panel();
     this.lbNotice = new System.Windows.Forms.Label();
     this.btDisconnect = new System.Windows.Forms.Button();
     this.btConnect = new System.Windows.Forms.Button();
     this.tbPort = new System.Windows.Forms.TextBox();
     this.tbServerIP = new System.Windows.Forms.TextBox();
     this.cbEncryption = new System.Windows.Forms.CheckBox();
     this.lbServerPort = new System.Windows.Forms.Label();
     this.lbServerIP = new System.Windows.Forms.Label();
     this.pnLogin = new System.Windows.Forms.Panel();
     this.tbIV = new System.Windows.Forms.TextBox();
     this.tbKey = new System.Windows.Forms.TextBox();
     this.lbIV = new System.Windows.Forms.Label();
     this.lbKey = new System.Windows.Forms.Label();
     this.cbShowPass = new System.Windows.Forms.CheckBox();
     this.btLogout = new System.Windows.Forms.Button();
     this.btLogin = new System.Windows.Forms.Button();
     this.tbPassword = new System.Windows.Forms.TextBox();
     this.tbUsername = new System.Windows.Forms.TextBox();
     this.lbPassword = new System.Windows.Forms.Label();
     this.lbUsername = new System.Windows.Forms.Label();
     this.pnConnect.SuspendLayout();
     this.pnLogin.SuspendLayout();
     this.SuspendLayout();
     //
     // pnConnect
     //
     this.pnConnect.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnConnect.Controls.Add(this.lbNotice);
     this.pnConnect.Controls.Add(this.btDisconnect);
     this.pnConnect.Controls.Add(this.btConnect);
     this.pnConnect.Controls.Add(this.tbPort);
     this.pnConnect.Controls.Add(this.tbServerIP);
     this.pnConnect.Controls.Add(this.cbEncryption);
     this.pnConnect.Controls.Add(this.lbServerPort);
     this.pnConnect.Controls.Add(this.lbServerIP);
     this.pnConnect.Location = new System.Drawing.Point(13, 13);
     this.pnConnect.Name = "pnConnect";
     this.pnConnect.Size = new System.Drawing.Size(433, 128);
     this.pnConnect.TabIndex = 0;
     //
     // lbNotice
     //
     this.lbNotice.Location = new System.Drawing.Point(13, 93);
     this.lbNotice.Name = "lbNotice";
     this.lbNotice.Size = new System.Drawing.Size(413, 23);
     this.lbNotice.TabIndex = 7;
     this.lbNotice.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // btDisconnect
     //
     this.btDisconnect.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.btDisconnect.Location = new System.Drawing.Point(344, 5);
     this.btDisconnect.Name = "btDisconnect";
     this.btDisconnect.Size = new System.Drawing.Size(75, 68);
     this.btDisconnect.TabIndex = 6;
     this.btDisconnect.Text = "Disconnect";
     this.btDisconnect.UseVisualStyleBackColor = false;
     //
     // btConnect
     //
     this.btConnect.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.btConnect.Location = new System.Drawing.Point(259, 5);
     this.btConnect.Name = "btConnect";
     this.btConnect.Size = new System.Drawing.Size(75, 68);
     this.btConnect.TabIndex = 5;
     this.btConnect.Text = "Connect";
     this.btConnect.UseVisualStyleBackColor = false;
     this.btConnect.Click += new System.EventHandler(this.btConnect_Click);
     //
     // tbPort
     //
     this.tbPort.Location = new System.Drawing.Point(107, 28);
     this.tbPort.Name = "tbPort";
     this.tbPort.Size = new System.Drawing.Size(63, 20);
     this.tbPort.TabIndex = 4;
     //
     // tbServerIP
     //
     this.tbServerIP.Location = new System.Drawing.Point(106, 5);
     this.tbServerIP.Name = "tbServerIP";
     this.tbServerIP.Size = new System.Drawing.Size(141, 20);
     this.tbServerIP.TabIndex = 3;
     //
     // cbEncryption
     //
     this.cbEncryption.AutoSize = true;
     this.cbEncryption.Location = new System.Drawing.Point(6, 53);
     this.cbEncryption.Name = "cbEncryption";
     this.cbEncryption.Size = new System.Drawing.Size(76, 17);
     this.cbEncryption.TabIndex = 2;
     this.cbEncryption.Text = "Encryption";
     this.cbEncryption.UseVisualStyleBackColor = true;
     //
     // lbServerPort
     //
     this.lbServerPort.Location = new System.Drawing.Point(3, 26);
     this.lbServerPort.Margin = new System.Windows.Forms.Padding(0);
     this.lbServerPort.Name = "lbServerPort";
     this.lbServerPort.Size = new System.Drawing.Size(100, 23);
     this.lbServerPort.TabIndex = 1;
     this.lbServerPort.Text = "Server Port";
     this.lbServerPort.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbServerIP
     //
     this.lbServerIP.Location = new System.Drawing.Point(3, 3);
     this.lbServerIP.Margin = new System.Windows.Forms.Padding(0);
     this.lbServerIP.Name = "lbServerIP";
     this.lbServerIP.Size = new System.Drawing.Size(100, 23);
     this.lbServerIP.TabIndex = 0;
     this.lbServerIP.Text = "Server IP";
     this.lbServerIP.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pnLogin
     //
     this.pnLogin.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnLogin.Controls.Add(this.tbIV);
     this.pnLogin.Controls.Add(this.tbKey);
     this.pnLogin.Controls.Add(this.lbIV);
     this.pnLogin.Controls.Add(this.lbKey);
     this.pnLogin.Controls.Add(this.cbShowPass);
     this.pnLogin.Controls.Add(this.btLogout);
     this.pnLogin.Controls.Add(this.btLogin);
     this.pnLogin.Controls.Add(this.tbPassword);
     this.pnLogin.Controls.Add(this.tbUsername);
     this.pnLogin.Controls.Add(this.lbPassword);
     this.pnLogin.Controls.Add(this.lbUsername);
     this.pnLogin.Enabled = false;
     this.pnLogin.Location = new System.Drawing.Point(452, 13);
     this.pnLogin.Name = "pnLogin";
     this.pnLogin.Size = new System.Drawing.Size(433, 128);
     this.pnLogin.TabIndex = 7;
     //
     // tbIV
     //
     this.tbIV.Location = new System.Drawing.Point(107, 75);
     this.tbIV.Name = "tbIV";
     this.tbIV.PasswordChar = '○';
     this.tbIV.Size = new System.Drawing.Size(140, 20);
     this.tbIV.TabIndex = 11;
     this.tbIV.Text = "aAZN15Wkbf4moBDtbLcHqw==";
     //
     // tbKey
     //
     this.tbKey.Location = new System.Drawing.Point(106, 52);
     this.tbKey.Name = "tbKey";
     this.tbKey.PasswordChar = '○';
     this.tbKey.Size = new System.Drawing.Size(141, 20);
     this.tbKey.TabIndex = 10;
     this.tbKey.Text = "uqMWRSpeloHI38Uyy6nFsw==";
     //
     // lbIV
     //
     this.lbIV.Location = new System.Drawing.Point(3, 73);
     this.lbIV.Margin = new System.Windows.Forms.Padding(0);
     this.lbIV.Name = "lbIV";
     this.lbIV.Size = new System.Drawing.Size(100, 23);
     this.lbIV.TabIndex = 9;
     this.lbIV.Text = "IV";
     this.lbIV.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbKey
     //
     this.lbKey.Location = new System.Drawing.Point(3, 50);
     this.lbKey.Margin = new System.Windows.Forms.Padding(0);
     this.lbKey.Name = "lbKey";
     this.lbKey.Size = new System.Drawing.Size(100, 23);
     this.lbKey.TabIndex = 8;
     this.lbKey.Text = "Key";
     this.lbKey.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cbShowPass
     //
     this.cbShowPass.AutoSize = true;
     this.cbShowPass.Location = new System.Drawing.Point(3, 99);
     this.cbShowPass.Name = "cbShowPass";
     this.cbShowPass.Size = new System.Drawing.Size(102, 17);
     this.cbShowPass.TabIndex = 7;
     this.cbShowPass.Text = "Show Password";
     this.cbShowPass.UseVisualStyleBackColor = true;
     this.cbShowPass.CheckedChanged += new System.EventHandler(this.cbShowPass_CheckedChanged);
     //
     // btLogout
     //
     this.btLogout.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.btLogout.Location = new System.Drawing.Point(344, 5);
     this.btLogout.Name = "btLogout";
     this.btLogout.Size = new System.Drawing.Size(75, 68);
     this.btLogout.TabIndex = 6;
     this.btLogout.Text = "Logout";
     this.btLogout.UseVisualStyleBackColor = false;
     //
     // btLogin
     //
     this.btLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.btLogin.Location = new System.Drawing.Point(259, 5);
     this.btLogin.Name = "btLogin";
     this.btLogin.Size = new System.Drawing.Size(75, 68);
     this.btLogin.TabIndex = 5;
     this.btLogin.Text = "Login";
     this.btLogin.UseVisualStyleBackColor = false;
     //
     // tbPassword
     //
     this.tbPassword.Location = new System.Drawing.Point(107, 28);
     this.tbPassword.Name = "tbPassword";
     this.tbPassword.PasswordChar = '○';
     this.tbPassword.Size = new System.Drawing.Size(140, 20);
     this.tbPassword.TabIndex = 4;
     //
     // tbUsername
     //
     this.tbUsername.Location = new System.Drawing.Point(106, 5);
     this.tbUsername.Name = "tbUsername";
     this.tbUsername.Size = new System.Drawing.Size(141, 20);
     this.tbUsername.TabIndex = 3;
     //
     // lbPassword
     //
     this.lbPassword.Location = new System.Drawing.Point(3, 26);
     this.lbPassword.Margin = new System.Windows.Forms.Padding(0);
     this.lbPassword.Name = "lbPassword";
     this.lbPassword.Size = new System.Drawing.Size(100, 23);
     this.lbPassword.TabIndex = 1;
     this.lbPassword.Text = "Password";
     this.lbPassword.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbUsername
     //
     this.lbUsername.Location = new System.Drawing.Point(3, 3);
     this.lbUsername.Margin = new System.Windows.Forms.Padding(0);
     this.lbUsername.Name = "lbUsername";
     this.lbUsername.Size = new System.Drawing.Size(100, 23);
     this.lbUsername.TabIndex = 0;
     this.lbUsername.Text = "Username";
     this.lbUsername.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // frmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(895, 525);
     this.Controls.Add(this.pnLogin);
     this.Controls.Add(this.pnConnect);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmMain";
     this.Text = "RPClient";
     this.Load += new System.EventHandler(this.frmMain_Load);
     this.pnConnect.ResumeLayout(false);
     this.pnConnect.PerformLayout();
     this.pnLogin.ResumeLayout(false);
     this.pnLogin.PerformLayout();
     this.ResumeLayout(false);
 }
Exemple #33
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(ClassicSettingsForm));
     this.tbcSettings             = new System.Windows.Forms.TabControl();
     this.tbpConvenience          = new System.Windows.Forms.TabPage();
     this.panel2                  = new System.Windows.Forms.Panel();
     this.panel1                  = new System.Windows.Forms.Panel();
     this.lblDutyFinderWaitTime   = new System.Windows.Forms.Label();
     this.numDutyFinderWaitTime   = new System.Windows.Forms.NumericUpDown();
     this.chkIsAutonomous         = new System.Windows.Forms.CheckBox();
     this.chkIsPaused             = new System.Windows.Forms.CheckBox();
     this.chkMechanicWarnings     = new System.Windows.Forms.CheckBox();
     this.chkAutoEndActEncounters = new System.Windows.Forms.CheckBox();
     this.chkAutoAcceptQuests     = new System.Windows.Forms.CheckBox();
     this.chkAutoAdvanceDialogue  = new System.Windows.Forms.CheckBox();
     this.chkAutoSkipCutscenes    = new System.Windows.Forms.CheckBox();
     this.chkAutoFaceTarget       = new System.Windows.Forms.CheckBox();
     this.chkAutoSprint           = new System.Windows.Forms.CheckBox();
     this.chkAutoSyncFate         = new System.Windows.Forms.CheckBox();
     this.chkAutoAcceptDutyFinder = new System.Windows.Forms.CheckBox();
     this.chkDutyFinderNotify     = new System.Windows.Forms.CheckBox();
     this.tbpTargeting            = new System.Windows.Forms.TabPage();
     this.tbpMovement             = new System.Windows.Forms.TabPage();
     this.tbpCrBehavior           = new System.Windows.Forms.TabPage();
     this.chkEnableSmartPull      = new System.Windows.Forms.CheckBox();
     this.tbpHotkeys              = new System.Windows.Forms.TabPage();
     this.chkEnableRest           = new System.Windows.Forms.CheckBox();
     this.chkEnableHeal           = new System.Windows.Forms.CheckBox();
     this.chkEnablePreCombatBuff  = new System.Windows.Forms.CheckBox();
     this.chkEnablePullBuff       = new System.Windows.Forms.CheckBox();
     this.chkEnablePull           = new System.Windows.Forms.CheckBox();
     this.chkEnableCombatBuff     = new System.Windows.Forms.CheckBox();
     this.chkEnableCombat         = new System.Windows.Forms.CheckBox();
     this.tbcSettings.SuspendLayout();
     this.tbpConvenience.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numDutyFinderWaitTime)).BeginInit();
     this.tbpCrBehavior.SuspendLayout();
     this.SuspendLayout();
     //
     // tbcSettings
     //
     this.tbcSettings.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.tbcSettings.Controls.Add(this.tbpConvenience);
     this.tbcSettings.Controls.Add(this.tbpTargeting);
     this.tbcSettings.Controls.Add(this.tbpMovement);
     this.tbcSettings.Controls.Add(this.tbpCrBehavior);
     this.tbcSettings.Controls.Add(this.tbpHotkeys);
     this.tbcSettings.Location      = new System.Drawing.Point(3, 3);
     this.tbcSettings.Name          = "tbcSettings";
     this.tbcSettings.SelectedIndex = 0;
     this.tbcSettings.Size          = new System.Drawing.Size(381, 384);
     this.tbcSettings.SizeMode      = System.Windows.Forms.TabSizeMode.FillToRight;
     this.tbcSettings.TabIndex      = 0;
     //
     // tbpConvenience
     //
     this.tbpConvenience.Controls.Add(this.panel2);
     this.tbpConvenience.Controls.Add(this.panel1);
     this.tbpConvenience.Controls.Add(this.lblDutyFinderWaitTime);
     this.tbpConvenience.Controls.Add(this.numDutyFinderWaitTime);
     this.tbpConvenience.Controls.Add(this.chkIsAutonomous);
     this.tbpConvenience.Controls.Add(this.chkIsPaused);
     this.tbpConvenience.Controls.Add(this.chkMechanicWarnings);
     this.tbpConvenience.Controls.Add(this.chkAutoEndActEncounters);
     this.tbpConvenience.Controls.Add(this.chkAutoAcceptQuests);
     this.tbpConvenience.Controls.Add(this.chkAutoAdvanceDialogue);
     this.tbpConvenience.Controls.Add(this.chkAutoSkipCutscenes);
     this.tbpConvenience.Controls.Add(this.chkAutoFaceTarget);
     this.tbpConvenience.Controls.Add(this.chkAutoSprint);
     this.tbpConvenience.Controls.Add(this.chkAutoSyncFate);
     this.tbpConvenience.Controls.Add(this.chkAutoAcceptDutyFinder);
     this.tbpConvenience.Controls.Add(this.chkDutyFinderNotify);
     this.tbpConvenience.Location = new System.Drawing.Point(4, 22);
     this.tbpConvenience.Name     = "tbpConvenience";
     this.tbpConvenience.Padding  = new System.Windows.Forms.Padding(3);
     this.tbpConvenience.Size     = new System.Drawing.Size(373, 358);
     this.tbpConvenience.TabIndex = 0;
     this.tbpConvenience.Text     = "Convenience";
     this.tbpConvenience.UseVisualStyleBackColor = true;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.DarkGray;
     this.panel2.Location  = new System.Drawing.Point(6, 168);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new System.Drawing.Size(361, 18);
     this.panel2.TabIndex  = 43;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.DarkGray;
     this.panel1.Location  = new System.Drawing.Point(6, 75);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(361, 18);
     this.panel1.TabIndex  = 42;
     //
     // lblDutyFinderWaitTime
     //
     this.lblDutyFinderWaitTime.AutoSize = true;
     this.lblDutyFinderWaitTime.Location = new System.Drawing.Point(82, 240);
     this.lblDutyFinderWaitTime.Name     = "lblDutyFinderWaitTime";
     this.lblDutyFinderWaitTime.Size     = new System.Drawing.Size(103, 13);
     this.lblDutyFinderWaitTime.TabIndex = 41;
     this.lblDutyFinderWaitTime.Text     = "DutyFinderWaitTime";
     //
     // numDutyFinderWaitTime
     //
     this.numDutyFinderWaitTime.AutoSize = true;
     this.numDutyFinderWaitTime.Location = new System.Drawing.Point(6, 238);
     this.numDutyFinderWaitTime.Maximum  = new decimal(new int[] {
         40,
         0,
         0,
         0
     });
     this.numDutyFinderWaitTime.Name     = "numDutyFinderWaitTime";
     this.numDutyFinderWaitTime.Size     = new System.Drawing.Size(70, 20);
     this.numDutyFinderWaitTime.TabIndex = 40;
     //
     // chkIsAutonomous
     //
     this.chkIsAutonomous.AutoSize = true;
     this.chkIsAutonomous.Location = new System.Drawing.Point(6, 29);
     this.chkIsAutonomous.Name     = "chkIsAutonomous";
     this.chkIsAutonomous.Size     = new System.Drawing.Size(93, 17);
     this.chkIsAutonomous.TabIndex = 39;
     this.chkIsAutonomous.Text     = "IsAutonomous";
     this.chkIsAutonomous.UseVisualStyleBackColor = true;
     //
     // chkIsPaused
     //
     this.chkIsPaused.AutoSize = true;
     this.chkIsPaused.Location = new System.Drawing.Point(6, 6);
     this.chkIsPaused.Name     = "chkIsPaused";
     this.chkIsPaused.Size     = new System.Drawing.Size(70, 17);
     this.chkIsPaused.TabIndex = 38;
     this.chkIsPaused.Text     = "IsPaused";
     this.chkIsPaused.UseVisualStyleBackColor = true;
     //
     // chkMechanicWarnings
     //
     this.chkMechanicWarnings.AutoSize = true;
     this.chkMechanicWarnings.Location = new System.Drawing.Point(6, 52);
     this.chkMechanicWarnings.Name     = "chkMechanicWarnings";
     this.chkMechanicWarnings.Size     = new System.Drawing.Size(118, 17);
     this.chkMechanicWarnings.TabIndex = 20;
     this.chkMechanicWarnings.Text     = "MechanicWarnings";
     this.chkMechanicWarnings.UseVisualStyleBackColor = true;
     //
     // chkAutoEndActEncounters
     //
     this.chkAutoEndActEncounters.AutoSize = true;
     this.chkAutoEndActEncounters.Location = new System.Drawing.Point(189, 52);
     this.chkAutoEndActEncounters.Name     = "chkAutoEndActEncounters";
     this.chkAutoEndActEncounters.Size     = new System.Drawing.Size(140, 17);
     this.chkAutoEndActEncounters.TabIndex = 21;
     this.chkAutoEndActEncounters.Text     = "AutoEndActEntcounters";
     this.chkAutoEndActEncounters.UseVisualStyleBackColor = true;
     //
     // chkAutoAcceptQuests
     //
     this.chkAutoAcceptQuests.AutoSize = true;
     this.chkAutoAcceptQuests.Location = new System.Drawing.Point(6, 99);
     this.chkAutoAcceptQuests.Name     = "chkAutoAcceptQuests";
     this.chkAutoAcceptQuests.Size     = new System.Drawing.Size(115, 17);
     this.chkAutoAcceptQuests.TabIndex = 22;
     this.chkAutoAcceptQuests.Text     = "AutoAcceptQuests";
     this.chkAutoAcceptQuests.UseVisualStyleBackColor = true;
     //
     // chkAutoAdvanceDialogue
     //
     this.chkAutoAdvanceDialogue.AutoSize = true;
     this.chkAutoAdvanceDialogue.Location = new System.Drawing.Point(6, 122);
     this.chkAutoAdvanceDialogue.Name     = "chkAutoAdvanceDialogue";
     this.chkAutoAdvanceDialogue.Size     = new System.Drawing.Size(133, 17);
     this.chkAutoAdvanceDialogue.TabIndex = 23;
     this.chkAutoAdvanceDialogue.Text     = "AutoAdvanceDialogue";
     this.chkAutoAdvanceDialogue.UseVisualStyleBackColor = true;
     //
     // chkAutoSkipCutscenes
     //
     this.chkAutoSkipCutscenes.AutoSize = true;
     this.chkAutoSkipCutscenes.Location = new System.Drawing.Point(6, 145);
     this.chkAutoSkipCutscenes.Name     = "chkAutoSkipCutscenes";
     this.chkAutoSkipCutscenes.Size     = new System.Drawing.Size(119, 17);
     this.chkAutoSkipCutscenes.TabIndex = 24;
     this.chkAutoSkipCutscenes.Text     = "AutoSkipCutscenes";
     this.chkAutoSkipCutscenes.UseVisualStyleBackColor = true;
     //
     // chkAutoFaceTarget
     //
     this.chkAutoFaceTarget.AutoSize = true;
     this.chkAutoFaceTarget.Location = new System.Drawing.Point(190, 99);
     this.chkAutoFaceTarget.Name     = "chkAutoFaceTarget";
     this.chkAutoFaceTarget.Size     = new System.Drawing.Size(103, 17);
     this.chkAutoFaceTarget.TabIndex = 25;
     this.chkAutoFaceTarget.Text     = "AutoFaceTarget";
     this.chkAutoFaceTarget.UseVisualStyleBackColor = true;
     //
     // chkAutoSprint
     //
     this.chkAutoSprint.AutoSize = true;
     this.chkAutoSprint.Location = new System.Drawing.Point(190, 122);
     this.chkAutoSprint.Name     = "chkAutoSprint";
     this.chkAutoSprint.Size     = new System.Drawing.Size(75, 17);
     this.chkAutoSprint.TabIndex = 26;
     this.chkAutoSprint.Text     = "AutoSprint";
     this.chkAutoSprint.UseVisualStyleBackColor = true;
     //
     // chkAutoSyncFate
     //
     this.chkAutoSyncFate.AutoSize = true;
     this.chkAutoSyncFate.Location = new System.Drawing.Point(190, 145);
     this.chkAutoSyncFate.Name     = "chkAutoSyncFate";
     this.chkAutoSyncFate.Size     = new System.Drawing.Size(93, 17);
     this.chkAutoSyncFate.TabIndex = 27;
     this.chkAutoSyncFate.Text     = "AutoSyncFate";
     this.chkAutoSyncFate.UseVisualStyleBackColor = true;
     //
     // chkAutoAcceptDutyFinder
     //
     this.chkAutoAcceptDutyFinder.AutoSize = true;
     this.chkAutoAcceptDutyFinder.Location = new System.Drawing.Point(6, 192);
     this.chkAutoAcceptDutyFinder.Name     = "chkAutoAcceptDutyFinder";
     this.chkAutoAcceptDutyFinder.Size     = new System.Drawing.Size(133, 17);
     this.chkAutoAcceptDutyFinder.TabIndex = 28;
     this.chkAutoAcceptDutyFinder.Text     = "AutoAcceptDutyFinder";
     this.chkAutoAcceptDutyFinder.UseVisualStyleBackColor = true;
     //
     // chkDutyFinderNotify
     //
     this.chkDutyFinderNotify.AutoSize = true;
     this.chkDutyFinderNotify.Location = new System.Drawing.Point(6, 215);
     this.chkDutyFinderNotify.Name     = "chkDutyFinderNotify";
     this.chkDutyFinderNotify.Size     = new System.Drawing.Size(104, 17);
     this.chkDutyFinderNotify.TabIndex = 29;
     this.chkDutyFinderNotify.Text     = "DutyFinderNotify";
     this.chkDutyFinderNotify.UseVisualStyleBackColor = true;
     //
     // tbpTargeting
     //
     this.tbpTargeting.Location = new System.Drawing.Point(4, 22);
     this.tbpTargeting.Name     = "tbpTargeting";
     this.tbpTargeting.Padding  = new System.Windows.Forms.Padding(3);
     this.tbpTargeting.Size     = new System.Drawing.Size(373, 358);
     this.tbpTargeting.TabIndex = 1;
     this.tbpTargeting.Text     = "Targeting";
     this.tbpTargeting.UseVisualStyleBackColor = true;
     //
     // tbpMovement
     //
     this.tbpMovement.Location = new System.Drawing.Point(4, 22);
     this.tbpMovement.Name     = "tbpMovement";
     this.tbpMovement.Size     = new System.Drawing.Size(373, 358);
     this.tbpMovement.TabIndex = 2;
     this.tbpMovement.Text     = "Movement";
     this.tbpMovement.UseVisualStyleBackColor = true;
     //
     // tbpCrBehavior
     //
     this.tbpCrBehavior.Controls.Add(this.chkEnableCombat);
     this.tbpCrBehavior.Controls.Add(this.chkEnableCombatBuff);
     this.tbpCrBehavior.Controls.Add(this.chkEnablePull);
     this.tbpCrBehavior.Controls.Add(this.chkEnablePullBuff);
     this.tbpCrBehavior.Controls.Add(this.chkEnablePreCombatBuff);
     this.tbpCrBehavior.Controls.Add(this.chkEnableHeal);
     this.tbpCrBehavior.Controls.Add(this.chkEnableRest);
     this.tbpCrBehavior.Controls.Add(this.chkEnableSmartPull);
     this.tbpCrBehavior.Location = new System.Drawing.Point(4, 22);
     this.tbpCrBehavior.Name     = "tbpCrBehavior";
     this.tbpCrBehavior.Size     = new System.Drawing.Size(373, 358);
     this.tbpCrBehavior.TabIndex = 3;
     this.tbpCrBehavior.Text     = "CR Behavior";
     this.tbpCrBehavior.UseVisualStyleBackColor = true;
     //
     // chkEnableSmartPull
     //
     this.chkEnableSmartPull.AutoSize = true;
     this.chkEnableSmartPull.Location = new System.Drawing.Point(6, 6);
     this.chkEnableSmartPull.Name     = "chkEnableSmartPull";
     this.chkEnableSmartPull.Size     = new System.Drawing.Size(103, 17);
     this.chkEnableSmartPull.TabIndex = 39;
     this.chkEnableSmartPull.Text     = "EnableSmartPull";
     this.chkEnableSmartPull.UseVisualStyleBackColor = true;
     //
     // tbpHotkeys
     //
     this.tbpHotkeys.Location = new System.Drawing.Point(4, 22);
     this.tbpHotkeys.Name     = "tbpHotkeys";
     this.tbpHotkeys.Size     = new System.Drawing.Size(373, 358);
     this.tbpHotkeys.TabIndex = 4;
     this.tbpHotkeys.Text     = "Hotkeys";
     this.tbpHotkeys.UseVisualStyleBackColor = true;
     //
     // chkEnableRest
     //
     this.chkEnableRest.AutoSize = true;
     this.chkEnableRest.Location = new System.Drawing.Point(6, 29);
     this.chkEnableRest.Name     = "chkEnableRest";
     this.chkEnableRest.Size     = new System.Drawing.Size(81, 17);
     this.chkEnableRest.TabIndex = 40;
     this.chkEnableRest.Text     = "EnableRest";
     this.chkEnableRest.UseVisualStyleBackColor = true;
     //
     // chkEnableHeal
     //
     this.chkEnableHeal.AutoSize = true;
     this.chkEnableHeal.Location = new System.Drawing.Point(6, 52);
     this.chkEnableHeal.Name     = "chkEnableHeal";
     this.chkEnableHeal.Size     = new System.Drawing.Size(81, 17);
     this.chkEnableHeal.TabIndex = 41;
     this.chkEnableHeal.Text     = "EnableHeal";
     this.chkEnableHeal.UseVisualStyleBackColor = true;
     //
     // chkEnablePreCombatBuff
     //
     this.chkEnablePreCombatBuff.AutoSize = true;
     this.chkEnablePreCombatBuff.Location = new System.Drawing.Point(6, 75);
     this.chkEnablePreCombatBuff.Name     = "chkEnablePreCombatBuff";
     this.chkEnablePreCombatBuff.Size     = new System.Drawing.Size(130, 17);
     this.chkEnablePreCombatBuff.TabIndex = 42;
     this.chkEnablePreCombatBuff.Text     = "EnablePreCombatBuff";
     this.chkEnablePreCombatBuff.UseVisualStyleBackColor = true;
     //
     // chkEnablePullBuff
     //
     this.chkEnablePullBuff.AutoSize = true;
     this.chkEnablePullBuff.Location = new System.Drawing.Point(6, 98);
     this.chkEnablePullBuff.Name     = "chkEnablePullBuff";
     this.chkEnablePullBuff.Size     = new System.Drawing.Size(95, 17);
     this.chkEnablePullBuff.TabIndex = 43;
     this.chkEnablePullBuff.Text     = "EnablePullBuff";
     this.chkEnablePullBuff.UseVisualStyleBackColor = true;
     //
     // chkEnablePull
     //
     this.chkEnablePull.AutoSize = true;
     this.chkEnablePull.Location = new System.Drawing.Point(6, 121);
     this.chkEnablePull.Name     = "chkEnablePull";
     this.chkEnablePull.Size     = new System.Drawing.Size(76, 17);
     this.chkEnablePull.TabIndex = 44;
     this.chkEnablePull.Text     = "EnablePull";
     this.chkEnablePull.UseVisualStyleBackColor = true;
     //
     // chkEnableCombatBuff
     //
     this.chkEnableCombatBuff.AutoSize = true;
     this.chkEnableCombatBuff.Location = new System.Drawing.Point(6, 144);
     this.chkEnableCombatBuff.Name     = "chkEnableCombatBuff";
     this.chkEnableCombatBuff.Size     = new System.Drawing.Size(114, 17);
     this.chkEnableCombatBuff.TabIndex = 45;
     this.chkEnableCombatBuff.Text     = "EnableCombatBuff";
     this.chkEnableCombatBuff.UseVisualStyleBackColor = true;
     //
     // chkEnableCombat
     //
     this.chkEnableCombat.AutoSize = true;
     this.chkEnableCombat.Location = new System.Drawing.Point(6, 167);
     this.chkEnableCombat.Name     = "chkEnableCombat";
     this.chkEnableCombat.Size     = new System.Drawing.Size(95, 17);
     this.chkEnableCombat.TabIndex = 46;
     this.chkEnableCombat.Text     = "EnableCombat";
     this.chkEnableCombat.UseVisualStyleBackColor = true;
     //
     // ClassicSettingsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(387, 390);
     this.Controls.Add(this.tbcSettings);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "ClassicSettingsForm";
     this.Text            = "Kombatant";
     this.tbcSettings.ResumeLayout(false);
     this.tbpConvenience.ResumeLayout(false);
     this.tbpConvenience.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numDutyFinderWaitTime)).EndInit();
     this.tbpCrBehavior.ResumeLayout(false);
     this.tbpCrBehavior.PerformLayout();
     this.ResumeLayout(false);
 }
Exemple #34
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(Paymode_Wise_Receipt));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.Lab_Amount = new System.Windows.Forms.Label();
     this.Lab_totalExpense = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     this.Lab_TotalIncome = new System.Windows.Forms.Label();
     this.panel2 = new System.Windows.Forms.Panel();
     this.Cmb_Modeofpayment = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.Chk_RemoveAmountDue = new System.Windows.Forms.CheckBox();
     this.cmb_doctor = new System.Windows.Forms.ComboBox();
     this.Lab_Doctor = new System.Windows.Forms.Label();
     this.Lab_Total = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.btn_Close = new System.Windows.Forms.Button();
     this.btn_Export = new System.Windows.Forms.Button();
     this.label6 = new System.Windows.Forms.Label();
     this.btnprint = new System.Windows.Forms.Button();
     this.btn_Show = new System.Windows.Forms.Button();
     this.Dtp_ReceiptTO = new System.Windows.Forms.DateTimePicker();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.DTP_From = new System.Windows.Forms.DateTimePicker();
     this.panel3 = new System.Windows.Forms.Panel();
     this.Lab_Msg = new System.Windows.Forms.Label();
     this.Dgv_Receipt = new System.Windows.Forms.DataGridView();
     this.ColSLNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColPt_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Colinvo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColReceipt = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColProcedure = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColDoctor = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColModeOfPayment = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColBank = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColCardNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.COl4Digit = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColDD = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColTotalCost = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColTAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColamountPaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colTAmountDue = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Lab_Paid = new System.Windows.Forms.Label();
     this.Lab_Due = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel4 = new System.Windows.Forms.Panel();
     this.panel5 = new System.Windows.Forms.Panel();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Dgv_Receipt)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // Lab_Amount
     //
     this.Lab_Amount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.Lab_Amount.AutoSize = true;
     this.Lab_Amount.BackColor = System.Drawing.Color.Transparent;
     this.Lab_Amount.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Lab_Amount.ForeColor = System.Drawing.Color.ForestGreen;
     this.Lab_Amount.Location = new System.Drawing.Point(247, 33);
     this.Lab_Amount.Name = "Lab_Amount";
     this.Lab_Amount.Size = new System.Drawing.Size(33, 17);
     this.Lab_Amount.TabIndex = 298;
     this.Lab_Amount.Text = "0.00";
     //
     // Lab_totalExpense
     //
     this.Lab_totalExpense.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.Lab_totalExpense.AutoSize = true;
     this.Lab_totalExpense.BackColor = System.Drawing.Color.Transparent;
     this.Lab_totalExpense.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Lab_totalExpense.ForeColor = System.Drawing.Color.DarkSlateGray;
     this.Lab_totalExpense.Location = new System.Drawing.Point(425, 7);
     this.Lab_totalExpense.Name = "Lab_totalExpense";
     this.Lab_totalExpense.Size = new System.Drawing.Size(65, 17);
     this.Lab_totalExpense.TabIndex = 297;
     this.Lab_totalExpense.Text = "Total Due";
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.DarkSlateGray;
     this.label2.Location = new System.Drawing.Point(201, 7);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(91, 17);
     this.label2.TabIndex = 299;
     this.label2.Text = "Total Amount";
     //
     // Lab_TotalIncome
     //
     this.Lab_TotalIncome.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.Lab_TotalIncome.AutoSize = true;
     this.Lab_TotalIncome.BackColor = System.Drawing.Color.Transparent;
     this.Lab_TotalIncome.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Lab_TotalIncome.ForeColor = System.Drawing.Color.DarkSlateGray;
     this.Lab_TotalIncome.Location = new System.Drawing.Point(319, 7);
     this.Lab_TotalIncome.Name = "Lab_TotalIncome";
     this.Lab_TotalIncome.Size = new System.Drawing.Size(67, 17);
     this.Lab_TotalIncome.TabIndex = 296;
     this.Lab_TotalIncome.Text = "Total Paid";
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.BackColor = System.Drawing.Color.Gainsboro;
     this.panel2.Controls.Add(this.Cmb_Modeofpayment);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.Chk_RemoveAmountDue);
     this.panel2.Controls.Add(this.cmb_doctor);
     this.panel2.Controls.Add(this.Lab_Doctor);
     this.panel2.Controls.Add(this.Lab_Total);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Location = new System.Drawing.Point(0, 95);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(1369, 47);
     this.panel2.TabIndex = 105;
     //
     // Cmb_Modeofpayment
     //
     this.Cmb_Modeofpayment.BackColor = System.Drawing.Color.LightGray;
     this.Cmb_Modeofpayment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.Cmb_Modeofpayment.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.Cmb_Modeofpayment.FormattingEnabled = true;
     this.Cmb_Modeofpayment.Items.AddRange(new object[] {
     "All",
     "Cash",
     "Cheque",
     "Card",
     "Demand Draft",
     "PayTM",
     "Tez",
     "UPI",
     "NEFT/RTGS/IMPS",
     "Netbanking",
     "Wallets",
     "CCAvenue",
     "PayPal ",
     "Other"});
     this.Cmb_Modeofpayment.Location = new System.Drawing.Point(1206, 20);
     this.Cmb_Modeofpayment.Name = "Cmb_Modeofpayment";
     this.Cmb_Modeofpayment.Size = new System.Drawing.Size(149, 21);
     this.Cmb_Modeofpayment.TabIndex = 133;
     this.Cmb_Modeofpayment.SelectedIndexChanged += new System.EventHandler(this.Cmb_Modeofpayment_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.DarkSlateGray;
     this.label1.Location = new System.Drawing.Point(1204, 6);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(97, 13);
     this.label1.TabIndex = 132;
     this.label1.Text = "Mode of Payment";
     //
     // Chk_RemoveAmountDue
     //
     this.Chk_RemoveAmountDue.AutoSize = true;
     this.Chk_RemoveAmountDue.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Chk_RemoveAmountDue.ForeColor = System.Drawing.Color.DarkSlateGray;
     this.Chk_RemoveAmountDue.Location = new System.Drawing.Point(1028, 13);
     this.Chk_RemoveAmountDue.Name = "Chk_RemoveAmountDue";
     this.Chk_RemoveAmountDue.Size = new System.Drawing.Size(172, 17);
     this.Chk_RemoveAmountDue.TabIndex = 131;
     this.Chk_RemoveAmountDue.Text = "Remove patient amount due";
     this.Chk_RemoveAmountDue.UseVisualStyleBackColor = true;
     this.Chk_RemoveAmountDue.CheckedChanged += new System.EventHandler(this.Chk_RemoveAmountDue_CheckedChanged);
     //
     // cmb_doctor
     //
     this.cmb_doctor.BackColor = System.Drawing.Color.LightGray;
     this.cmb_doctor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_doctor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cmb_doctor.FormattingEnabled = true;
     this.cmb_doctor.Location = new System.Drawing.Point(843, 11);
     this.cmb_doctor.Name = "cmb_doctor";
     this.cmb_doctor.Size = new System.Drawing.Size(149, 21);
     this.cmb_doctor.TabIndex = 130;
     this.cmb_doctor.SelectedIndexChanged += new System.EventHandler(this.cmb_doctor_SelectedIndexChanged);
     //
     // Lab_Doctor
     //
     this.Lab_Doctor.AutoSize = true;
     this.Lab_Doctor.BackColor = System.Drawing.Color.Transparent;
     this.Lab_Doctor.Font = new System.Drawing.Font("Segoe UI Semibold", 8.25F, System.Drawing.FontStyle.Bold);
     this.Lab_Doctor.ForeColor = System.Drawing.Color.DarkSlateGray;
     this.Lab_Doctor.Location = new System.Drawing.Point(765, 15);
     this.Lab_Doctor.Name = "Lab_Doctor";
     this.Lab_Doctor.Size = new System.Drawing.Size(75, 13);
     this.Lab_Doctor.TabIndex = 129;
     this.Lab_Doctor.Text = "Doctor Name";
     //
     // Lab_Total
     //
     this.Lab_Total.AutoSize = true;
     this.Lab_Total.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Lab_Total.ForeColor = System.Drawing.Color.Red;
     this.Lab_Total.Location = new System.Drawing.Point(675, 13);
     this.Lab_Total.Name = "Lab_Total";
     this.Lab_Total.Size = new System.Drawing.Size(45, 17);
     this.Lab_Total.TabIndex = 2;
     this.Lab_Total.Text = "label2";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.DarkSlateGray;
     this.label5.Location = new System.Drawing.Point(574, 15);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(82, 13);
     this.label5.TabIndex = 1;
     this.label5.Text = "TOTAL COUNT:";
     //
     // btn_Close
     //
     this.btn_Close.BackColor = System.Drawing.Color.Tomato;
     this.btn_Close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btn_Close.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_Close.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.btn_Close.Location = new System.Drawing.Point(815, 53);
     this.btn_Close.Name = "btn_Close";
     this.btn_Close.Size = new System.Drawing.Size(100, 32);
     this.btn_Close.TabIndex = 130;
     this.btn_Close.Text = "Close";
     this.btn_Close.UseVisualStyleBackColor = false;
     this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
     //
     // btn_Export
     //
     this.btn_Export.BackColor = System.Drawing.Color.DodgerBlue;
     this.btn_Export.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.btn_Export.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btn_Export.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_Export.ForeColor = System.Drawing.Color.White;
     this.btn_Export.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.btn_Export.Location = new System.Drawing.Point(715, 53);
     this.btn_Export.Name = "btn_Export";
     this.btn_Export.Size = new System.Drawing.Size(100, 32);
     this.btn_Export.TabIndex = 11;
     this.btn_Export.Text = "Export To Excel";
     this.btn_Export.UseVisualStyleBackColor = false;
     this.btn_Export.Click += new System.EventHandler(this.btn_Export_Click);
     //
     // label6
     //
     this.label6.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Segoe UI", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.DarkSlateGray;
     this.label6.Location = new System.Drawing.Point(3, 5);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(318, 40);
     this.label6.TabIndex = 0;
     this.label6.Text = "Pay-Mode Wise Receipt";
     //
     // btnprint
     //
     this.btnprint.BackColor = System.Drawing.Color.DodgerBlue;
     this.btnprint.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnprint.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnprint.ForeColor = System.Drawing.Color.White;
     this.btnprint.Image = ((System.Drawing.Image)(resources.GetObject("btnprint.Image")));
     this.btnprint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnprint.Location = new System.Drawing.Point(615, 53);
     this.btnprint.Name = "btnprint";
     this.btnprint.Size = new System.Drawing.Size(100, 32);
     this.btnprint.TabIndex = 10;
     this.btnprint.Text = "Print";
     this.btnprint.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnprint.UseVisualStyleBackColor = false;
     this.btnprint.Click += new System.EventHandler(this.btnprint_Click);
     //
     // btn_Show
     //
     this.btn_Show.BackColor = System.Drawing.Color.LimeGreen;
     this.btn_Show.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btn_Show.Font = new System.Drawing.Font("Segoe UI", 8.25F);
     this.btn_Show.ForeColor = System.Drawing.Color.White;
     this.btn_Show.Location = new System.Drawing.Point(515, 53);
     this.btn_Show.Name = "btn_Show";
     this.btn_Show.Size = new System.Drawing.Size(100, 32);
     this.btn_Show.TabIndex = 7;
     this.btn_Show.Text = "Show";
     this.btn_Show.UseVisualStyleBackColor = false;
     this.btn_Show.Click += new System.EventHandler(this.btn_Show_Click);
     //
     // Dtp_ReceiptTO
     //
     this.Dtp_ReceiptTO.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Dtp_ReceiptTO.Location = new System.Drawing.Point(306, 60);
     this.Dtp_ReceiptTO.Name = "Dtp_ReceiptTO";
     this.Dtp_ReceiptTO.Size = new System.Drawing.Size(203, 22);
     this.Dtp_ReceiptTO.TabIndex = 6;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.LightGray;
     this.label3.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.DarkSlateGray;
     this.label3.Location = new System.Drawing.Point(17, 67);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(33, 13);
     this.label3.TabIndex = 4;
     this.label3.Text = "From";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.LightGray;
     this.label4.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.DarkSlateGray;
     this.label4.Location = new System.Drawing.Point(277, 66);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(19, 13);
     this.label4.TabIndex = 9;
     this.label4.Text = "To";
     //
     // DTP_From
     //
     this.DTP_From.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DTP_From.Location = new System.Drawing.Point(64, 63);
     this.DTP_From.Name = "DTP_From";
     this.DTP_From.Size = new System.Drawing.Size(207, 22);
     this.DTP_From.TabIndex = 5;
     //
     // panel3
     //
     this.panel3.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.panel3.Controls.Add(this.Lab_Msg);
     this.panel3.Controls.Add(this.Dgv_Receipt);
     this.panel3.Location = new System.Drawing.Point(0, 142);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(1369, 489);
     this.panel3.TabIndex = 106;
     //
     // Lab_Msg
     //
     this.Lab_Msg.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.Lab_Msg.BackColor = System.Drawing.Color.Wheat;
     this.Lab_Msg.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Lab_Msg.ForeColor = System.Drawing.Color.DarkSlateGray;
     this.Lab_Msg.Location = new System.Drawing.Point(311, 202);
     this.Lab_Msg.Name = "Lab_Msg";
     this.Lab_Msg.Size = new System.Drawing.Size(555, 25);
     this.Lab_Msg.TabIndex = 277;
     this.Lab_Msg.Text = "No Records Found. Please change the date and then try again!..";
     this.Lab_Msg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.Lab_Msg.Visible = false;
     //
     // Dgv_Receipt
     //
     this.Dgv_Receipt.AllowUserToAddRows = false;
     this.Dgv_Receipt.AllowUserToDeleteRows = false;
     this.Dgv_Receipt.AllowUserToResizeColumns = false;
     this.Dgv_Receipt.AllowUserToResizeRows = false;
     this.Dgv_Receipt.BackgroundColor = System.Drawing.Color.White;
     this.Dgv_Receipt.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Dgv_Receipt.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
     this.Dgv_Receipt.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     this.Dgv_Receipt.ColumnHeadersHeight = 28;
     this.Dgv_Receipt.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.Dgv_Receipt.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.ColSLNo,
     this.ColPt_Name,
     this.Colinvo,
     this.ColReceipt,
     this.ColDate,
     this.ColProcedure,
     this.ColDoctor,
     this.ColModeOfPayment,
     this.ColBank,
     this.ColNumber,
     this.ColCardNo,
     this.COl4Digit,
     this.ColDD,
     this.ColTotalCost,
     this.ColTAmount,
     this.ColamountPaid,
     this.colTAmountDue});
     this.Dgv_Receipt.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Dgv_Receipt.Location = new System.Drawing.Point(0, 0);
     this.Dgv_Receipt.Name = "Dgv_Receipt";
     this.Dgv_Receipt.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.Color.DarkSlateGray;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.Dgv_Receipt.RowHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.Dgv_Receipt.RowHeadersVisible = false;
     this.Dgv_Receipt.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.Dgv_Receipt.ScrollBars = System.Windows.Forms.ScrollBars.None;
     this.Dgv_Receipt.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.Dgv_Receipt.Size = new System.Drawing.Size(1369, 489);
     this.Dgv_Receipt.TabIndex = 0;
     //
     // ColSLNo
     //
     this.ColSLNo.FillWeight = 0.0963385F;
     this.ColSLNo.HeaderText = "SLNO";
     this.ColSLNo.Name = "ColSLNo";
     this.ColSLNo.Width = 40;
     //
     // ColPt_Name
     //
     this.ColPt_Name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.ColPt_Name.FillWeight = 0.6593446F;
     this.ColPt_Name.HeaderText = "PATIENT";
     this.ColPt_Name.Name = "ColPt_Name";
     //
     // Colinvo
     //
     this.Colinvo.FillWeight = 0.5988837F;
     this.Colinvo.HeaderText = "INVOICE";
     this.Colinvo.Name = "Colinvo";
     this.Colinvo.Width = 70;
     //
     // ColReceipt
     //
     this.ColReceipt.FillWeight = 0.9159511F;
     this.ColReceipt.HeaderText = "RECEIPT";
     this.ColReceipt.Name = "ColReceipt";
     this.ColReceipt.Width = 70;
     //
     // ColDate
     //
     this.ColDate.FillWeight = 1.40778F;
     this.ColDate.HeaderText = "DATE";
     this.ColDate.Name = "ColDate";
     this.ColDate.Width = 70;
     //
     // ColProcedure
     //
     this.ColProcedure.FillWeight = 5.759707F;
     this.ColProcedure.HeaderText = "PROCEDURE";
     this.ColProcedure.Name = "ColProcedure";
     this.ColProcedure.Width = 150;
     //
     // ColDoctor
     //
     this.ColDoctor.FillWeight = 14.14872F;
     this.ColDoctor.HeaderText = "DOCTOR";
     this.ColDoctor.Name = "ColDoctor";
     this.ColDoctor.Width = 110;
     //
     // ColModeOfPayment
     //
     this.ColModeOfPayment.FillWeight = 16.2731F;
     this.ColModeOfPayment.HeaderText = "MODE OF PAYMENT";
     this.ColModeOfPayment.Name = "ColModeOfPayment";
     this.ColModeOfPayment.Width = 80;
     //
     // ColBank
     //
     this.ColBank.FillWeight = 27.38385F;
     this.ColBank.HeaderText = "BANK NAME";
     this.ColBank.Name = "ColBank";
     //
     // ColNumber
     //
     this.ColNumber.FillWeight = 46.0917F;
     this.ColNumber.HeaderText = "NUMBER";
     this.ColNumber.Name = "ColNumber";
     this.ColNumber.Width = 55;
     //
     // ColCardNo
     //
     this.ColCardNo.FillWeight = 38.59768F;
     this.ColCardNo.HeaderText = "CARD NO";
     this.ColCardNo.Name = "ColCardNo";
     this.ColCardNo.Width = 50;
     //
     // COl4Digit
     //
     this.COl4Digit.FillWeight = 27.31458F;
     this.COl4Digit.HeaderText = "4-DIGIT NO";
     this.COl4Digit.Name = "COl4Digit";
     this.COl4Digit.Width = 50;
     //
     // ColDD
     //
     this.ColDD.FillWeight = 32.21716F;
     this.ColDD.HeaderText = "DD-NUMBER";
     this.ColDD.Name = "ColDD";
     this.ColDD.Width = 50;
     //
     // ColTotalCost
     //
     this.ColTotalCost.FillWeight = 144.6398F;
     this.ColTotalCost.HeaderText = "COST";
     this.ColTotalCost.Name = "ColTotalCost";
     this.ColTotalCost.Width = 80;
     //
     // ColTAmount
     //
     this.ColTAmount.FillWeight = 243.5226F;
     this.ColTAmount.HeaderText = "AMOUNT";
     this.ColTAmount.Name = "ColTAmount";
     this.ColTAmount.Width = 80;
     //
     // ColamountPaid
     //
     this.ColamountPaid.FillWeight = 410.0176F;
     this.ColamountPaid.HeaderText = "AMOUNT RECEIVED";
     this.ColamountPaid.Name = "ColamountPaid";
     //
     // colTAmountDue
     //
     this.colTAmountDue.FillWeight = 690.3554F;
     this.colTAmountDue.HeaderText = "AMOUNT DUE";
     this.colTAmountDue.Name = "colTAmountDue";
     this.colTAmountDue.Width = 80;
     //
     // Lab_Paid
     //
     this.Lab_Paid.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.Lab_Paid.AutoSize = true;
     this.Lab_Paid.BackColor = System.Drawing.Color.Transparent;
     this.Lab_Paid.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Lab_Paid.ForeColor = System.Drawing.Color.ForestGreen;
     this.Lab_Paid.Location = new System.Drawing.Point(340, 33);
     this.Lab_Paid.Name = "Lab_Paid";
     this.Lab_Paid.Size = new System.Drawing.Size(33, 17);
     this.Lab_Paid.TabIndex = 294;
     this.Lab_Paid.Text = "0.00";
     //
     // Lab_Due
     //
     this.Lab_Due.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.Lab_Due.AutoSize = true;
     this.Lab_Due.BackColor = System.Drawing.Color.Transparent;
     this.Lab_Due.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Lab_Due.ForeColor = System.Drawing.Color.Red;
     this.Lab_Due.Location = new System.Drawing.Point(444, 33);
     this.Lab_Due.Name = "Lab_Due";
     this.Lab_Due.Size = new System.Drawing.Size(33, 17);
     this.Lab_Due.TabIndex = 295;
     this.Lab_Due.Text = "0.00";
     this.Lab_Due.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BackColor = System.Drawing.Color.LightGray;
     this.panel1.Controls.Add(this.btn_Close);
     this.panel1.Controls.Add(this.btn_Export);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.btnprint);
     this.panel1.Controls.Add(this.btn_Show);
     this.panel1.Controls.Add(this.Dtp_ReceiptTO);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.DTP_From);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1369, 98);
     this.panel1.TabIndex = 104;
     //
     // panel4
     //
     this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.panel4.BackColor = System.Drawing.Color.Gainsboro;
     this.panel4.Controls.Add(this.panel5);
     this.panel4.Location = new System.Drawing.Point(1, 650);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(1368, 97);
     this.panel4.TabIndex = 278;
     //
     // panel5
     //
     this.panel5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.panel5.Controls.Add(this.label2);
     this.panel5.Controls.Add(this.Lab_totalExpense);
     this.panel5.Controls.Add(this.Lab_Due);
     this.panel5.Controls.Add(this.Lab_Amount);
     this.panel5.Controls.Add(this.Lab_Paid);
     this.panel5.Controls.Add(this.Lab_TotalIncome);
     this.panel5.Location = new System.Drawing.Point(870, 5);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(496, 58);
     this.panel5.TabIndex = 119;
     //
     // Paymode_Wise_Receipt
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(1370, 749);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "Paymode_Wise_Receipt";
     this.Text = "Paymode Wise Receipt";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.Paymode_Wise_Receipt_Load);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Dgv_Receipt)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     this.ResumeLayout(false);
 }
Exemple #35
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose                      = new System.Windows.Forms.Button();
            this.buttonCrudeAirportAdd            = new System.Windows.Forms.Button();
            this.buttonCrudeAirportEdit           = new System.Windows.Forms.Button();
            this.buttonCrudeAirportSearch         = new System.Windows.Forms.Button();
            this.dataGridViewCrudeAirport         = new System.Windows.Forms.DataGridView();
            this.labelAirportName                 = new System.Windows.Forms.Label();
            this.textBoxAirportName               = new System.Windows.Forms.TextBox();
            this.labelAirportTypeRefCombo         = new System.Windows.Forms.Label();
            this.airportTypeRefCombo              = new AirportTypeRefCombo();
            this.labelLatitude                    = new System.Windows.Forms.Label();
            this.textBoxLatitude                  = new System.Windows.Forms.TextBox();
            this.labelLongitude                   = new System.Windows.Forms.Label();
            this.textBoxLongitude                 = new System.Windows.Forms.TextBox();
            this.labelVariation                   = new System.Windows.Forms.Label();
            this.textBoxVariation                 = new System.Windows.Forms.TextBox();
            this.labelAttendance                  = new System.Windows.Forms.Label();
            this.textBoxAttendance                = new System.Windows.Forms.TextBox();
            this.labelUtcOffset                   = new System.Windows.Forms.Label();
            this.maskedTextBoxUtcOffset           = new System.Windows.Forms.MaskedTextBox();
            this.labelElevationInMeters           = new System.Windows.Forms.Label();
            this.maskedTextBoxElevationInMeters   = new System.Windows.Forms.MaskedTextBox();
            this.labelRunwayInMeters              = new System.Windows.Forms.Label();
            this.maskedTextBoxRunwayInMeters      = new System.Windows.Forms.MaskedTextBox();
            this.labelActivationDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerActivationDateTime = new System.Windows.Forms.DateTimePicker();
            this.labelDateTime                    = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime           = new System.Windows.Forms.TextBox();
            this.labelCityPicker                  = new System.Windows.Forms.Label();
            this.cityPicker               = new CityPicker();
            this.labelUserPicker          = new System.Windows.Forms.Label();
            this.userPicker               = new DefaultUserPicker();
            this.labelControlTowerFlag    = new System.Windows.Forms.Label();
            this.checkBoxControlTowerFlag = new System.Windows.Forms.CheckBox();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeAirport)).BeginInit();
            this.SuspendLayout();
            //
            // labelAirportName
            //
            this.labelAirportName.AutoSize = true;
            this.labelAirportName.Location = new System.Drawing.Point(11, 13);
            this.labelAirportName.Name     = "labelAirportName";
            this.labelAirportName.Size     = new System.Drawing.Size(71, 13);
            this.labelAirportName.TabIndex = 2;
            this.labelAirportName.Text     = "Airport Name:";
            //
            //textBoxAirportName
            //
            this.textBoxAirportName.Location = new System.Drawing.Point(140, 13);
            this.textBoxAirportName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAirportName.Name     = "textBoxAirportName";
            this.textBoxAirportName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAirportName.TabIndex = 3;
            //
            // labelAirportTypeRefCombo
            //
            this.labelAirportTypeRefCombo.AutoSize = true;
            this.labelAirportTypeRefCombo.Location = new System.Drawing.Point(11, 36);
            this.labelAirportTypeRefCombo.Name     = "labelAirportTypeRefCombo";
            this.labelAirportTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelAirportTypeRefCombo.TabIndex = 4;
            this.labelAirportTypeRefCombo.Text     = "Airport Type:";
            //
            //airportTypeRefCombo
            //
            this.airportTypeRefCombo.Location = new System.Drawing.Point(140, 36);
            this.airportTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.airportTypeRefCombo.Name     = "airportTypeRefCombo";
            this.airportTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.airportTypeRefCombo.TabIndex = 5;
            //
            // labelLatitude
            //
            this.labelLatitude.AutoSize = true;
            this.labelLatitude.Location = new System.Drawing.Point(11, 59);
            this.labelLatitude.Name     = "labelLatitude";
            this.labelLatitude.Size     = new System.Drawing.Size(71, 13);
            this.labelLatitude.TabIndex = 6;
            this.labelLatitude.Text     = "Latitude:";
            //
            //textBoxLatitude
            //
            this.textBoxLatitude.Location = new System.Drawing.Point(140, 59);
            this.textBoxLatitude.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxLatitude.Name     = "textBoxLatitude";
            this.textBoxLatitude.Size     = new System.Drawing.Size(250, 20);
            this.textBoxLatitude.TabIndex = 7;
            //
            // labelLongitude
            //
            this.labelLongitude.AutoSize = true;
            this.labelLongitude.Location = new System.Drawing.Point(11, 82);
            this.labelLongitude.Name     = "labelLongitude";
            this.labelLongitude.Size     = new System.Drawing.Size(71, 13);
            this.labelLongitude.TabIndex = 8;
            this.labelLongitude.Text     = "Longitude:";
            //
            //textBoxLongitude
            //
            this.textBoxLongitude.Location = new System.Drawing.Point(140, 82);
            this.textBoxLongitude.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxLongitude.Name     = "textBoxLongitude";
            this.textBoxLongitude.Size     = new System.Drawing.Size(250, 20);
            this.textBoxLongitude.TabIndex = 9;
            //
            // labelVariation
            //
            this.labelVariation.AutoSize = true;
            this.labelVariation.Location = new System.Drawing.Point(11, 105);
            this.labelVariation.Name     = "labelVariation";
            this.labelVariation.Size     = new System.Drawing.Size(71, 13);
            this.labelVariation.TabIndex = 10;
            this.labelVariation.Text     = "Variation:";
            //
            //textBoxVariation
            //
            this.textBoxVariation.Location = new System.Drawing.Point(140, 105);
            this.textBoxVariation.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxVariation.Name     = "textBoxVariation";
            this.textBoxVariation.Size     = new System.Drawing.Size(250, 20);
            this.textBoxVariation.TabIndex = 11;
            //
            // labelAttendance
            //
            this.labelAttendance.AutoSize = true;
            this.labelAttendance.Location = new System.Drawing.Point(11, 128);
            this.labelAttendance.Name     = "labelAttendance";
            this.labelAttendance.Size     = new System.Drawing.Size(71, 13);
            this.labelAttendance.TabIndex = 12;
            this.labelAttendance.Text     = "Attendance:";
            //
            //textBoxAttendance
            //
            this.textBoxAttendance.Location = new System.Drawing.Point(140, 128);
            this.textBoxAttendance.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAttendance.Name     = "textBoxAttendance";
            this.textBoxAttendance.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAttendance.TabIndex = 13;
            //
            // labelUtcOffset
            //
            this.labelUtcOffset.AutoSize = true;
            this.labelUtcOffset.Location = new System.Drawing.Point(11, 151);
            this.labelUtcOffset.Name     = "labelUtcOffset";
            this.labelUtcOffset.Size     = new System.Drawing.Size(71, 13);
            this.labelUtcOffset.TabIndex = 14;
            this.labelUtcOffset.Text     = "Utc Offset:";
            //
            //maskedTextBoxUtcOffset
            //
            this.maskedTextBoxUtcOffset.Location = new System.Drawing.Point(140, 151);
            this.maskedTextBoxUtcOffset.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxUtcOffset.Name     = "maskedTextBoxUtcOffset";
            this.maskedTextBoxUtcOffset.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxUtcOffset.TabIndex = 15;
            //
            // labelElevationInMeters
            //
            this.labelElevationInMeters.AutoSize = true;
            this.labelElevationInMeters.Location = new System.Drawing.Point(11, 174);
            this.labelElevationInMeters.Name     = "labelElevationInMeters";
            this.labelElevationInMeters.Size     = new System.Drawing.Size(71, 13);
            this.labelElevationInMeters.TabIndex = 16;
            this.labelElevationInMeters.Text     = "Elevation In Meters:";
            //
            //maskedTextBoxElevationInMeters
            //
            this.maskedTextBoxElevationInMeters.Location = new System.Drawing.Point(140, 174);
            this.maskedTextBoxElevationInMeters.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxElevationInMeters.Name     = "maskedTextBoxElevationInMeters";
            this.maskedTextBoxElevationInMeters.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxElevationInMeters.TabIndex = 17;
            //
            // labelRunwayInMeters
            //
            this.labelRunwayInMeters.AutoSize = true;
            this.labelRunwayInMeters.Location = new System.Drawing.Point(11, 197);
            this.labelRunwayInMeters.Name     = "labelRunwayInMeters";
            this.labelRunwayInMeters.Size     = new System.Drawing.Size(71, 13);
            this.labelRunwayInMeters.TabIndex = 18;
            this.labelRunwayInMeters.Text     = "Runway In Meters:";
            //
            //maskedTextBoxRunwayInMeters
            //
            this.maskedTextBoxRunwayInMeters.Location = new System.Drawing.Point(140, 197);
            this.maskedTextBoxRunwayInMeters.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxRunwayInMeters.Name     = "maskedTextBoxRunwayInMeters";
            this.maskedTextBoxRunwayInMeters.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxRunwayInMeters.TabIndex = 19;
            //
            // labelActivationDateTime
            //
            this.labelActivationDateTime.AutoSize = true;
            this.labelActivationDateTime.Location = new System.Drawing.Point(11, 220);
            this.labelActivationDateTime.Name     = "labelActivationDateTime";
            this.labelActivationDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelActivationDateTime.TabIndex = 20;
            this.labelActivationDateTime.Text     = "Activation Date Time:";
            //
            //dateTimePickerActivationDateTime
            //
            this.dateTimePickerActivationDateTime.Location     = new System.Drawing.Point(140, 220);
            this.dateTimePickerActivationDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerActivationDateTime.Name         = "dateTimePickerActivationDateTime";
            this.dateTimePickerActivationDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerActivationDateTime.TabIndex     = 21;
            this.dateTimePickerActivationDateTime.Checked      = false;
            this.dateTimePickerActivationDateTime.ShowCheckBox = true;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 243);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 22;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 243);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 23;
            //
            // labelCityPicker
            //
            this.labelCityPicker.AutoSize = true;
            this.labelCityPicker.Location = new System.Drawing.Point(11, 266);
            this.labelCityPicker.Name     = "labelCityPicker";
            this.labelCityPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelCityPicker.TabIndex = 24;
            this.labelCityPicker.Text     = "City:";
            //
            //cityPicker
            //
            this.cityPicker.Location = new System.Drawing.Point(140, 266);
            this.cityPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.cityPicker.Name     = "cityPicker";
            this.cityPicker.Size     = new System.Drawing.Size(250, 20);
            this.cityPicker.TabIndex = 25;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 289);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 26;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 27;
            //
            // labelControlTowerFlag
            //
            this.labelControlTowerFlag.AutoSize = true;
            this.labelControlTowerFlag.Location = new System.Drawing.Point(11, 312);
            this.labelControlTowerFlag.Name     = "labelControlTowerFlag";
            this.labelControlTowerFlag.Size     = new System.Drawing.Size(71, 13);
            this.labelControlTowerFlag.TabIndex = 28;
            this.labelControlTowerFlag.Text     = "Control Tower Flag:";
            //
            //checkBoxControlTowerFlag
            //
            this.checkBoxControlTowerFlag.Location = new System.Drawing.Point(140, 312);
            this.checkBoxControlTowerFlag.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.checkBoxControlTowerFlag.Name     = "checkBoxControlTowerFlag";
            this.checkBoxControlTowerFlag.Size     = new System.Drawing.Size(250, 20);
            this.checkBoxControlTowerFlag.TabIndex = 29;
            //
            // dataGridViewCrudeAirport
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeAirport.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeAirport.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.dataGridViewCrudeAirport.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeAirport.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeAirport.Location      = new System.Drawing.Point(12, 345);
            this.dataGridViewCrudeAirport.Name          = "dataGridViewCrudeAirport";
            this.dataGridViewCrudeAirport.Size          = new System.Drawing.Size(378, 96);
            this.dataGridViewCrudeAirport.TabIndex      = 0;
            this.dataGridViewCrudeAirport.ReadOnly      = true;
            this.dataGridViewCrudeAirport.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeAirport_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(298, 448);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeAirportSearch
            //
            this.buttonCrudeAirportSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAirportSearch.Location = new System.Drawing.Point(198, 448);
            this.buttonCrudeAirportSearch.Name     = "buttonCrudeAirportSearch";
            this.buttonCrudeAirportSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAirportSearch.TabIndex = 2;
            this.buttonCrudeAirportSearch.Text     = "&Search";
            this.buttonCrudeAirportSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeAirportSearch.Click += new System.EventHandler(this.buttonCrudeAirportSearch_Click);
            //
            // buttonCrudeAirportAdd
            //
            this.buttonCrudeAirportAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAirportAdd.Location = new System.Drawing.Point(98, 448);
            this.buttonCrudeAirportAdd.Name     = "buttonCrudeAirportAdd";
            this.buttonCrudeAirportAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAirportAdd.TabIndex = 3;
            this.buttonCrudeAirportAdd.Text     = "&Add";
            this.buttonCrudeAirportAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeAirportAdd.Click += new System.EventHandler(this.buttonCrudeAirportAdd_Click);
            //
            // buttonCrudeAirportEdit
            //
            this.buttonCrudeAirportEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAirportEdit.Location = new System.Drawing.Point(-2, 448);
            this.buttonCrudeAirportEdit.Name     = "buttonCrudeAirportEdit";
            this.buttonCrudeAirportEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAirportEdit.TabIndex = 4;
            this.buttonCrudeAirportEdit.Text     = "&Edit";
            this.buttonCrudeAirportEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeAirportEdit.Click += new System.EventHandler(this.buttonCrudeAirportEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 476);
            this.Controls.Add(this.buttonCrudeAirportSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeAirportAdd);
            this.Controls.Add(this.buttonCrudeAirportEdit);
            this.Controls.Add(this.dataGridViewCrudeAirport);
            this.Name = "CrudeAirportSearch";
            this.Text = "Airport Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeAirport)).EndInit();
            this.Controls.Add(this.labelAirportName);
            this.Controls.Add(this.textBoxAirportName);
            this.Controls.Add(this.labelAirportTypeRefCombo);
            this.Controls.Add(this.airportTypeRefCombo);
            this.Controls.Add(this.labelLatitude);
            this.Controls.Add(this.textBoxLatitude);
            this.Controls.Add(this.labelLongitude);
            this.Controls.Add(this.textBoxLongitude);
            this.Controls.Add(this.labelVariation);
            this.Controls.Add(this.textBoxVariation);
            this.Controls.Add(this.labelAttendance);
            this.Controls.Add(this.textBoxAttendance);
            this.Controls.Add(this.labelUtcOffset);
            this.Controls.Add(this.maskedTextBoxUtcOffset);
            this.Controls.Add(this.labelElevationInMeters);
            this.Controls.Add(this.maskedTextBoxElevationInMeters);
            this.Controls.Add(this.labelRunwayInMeters);
            this.Controls.Add(this.maskedTextBoxRunwayInMeters);
            this.Controls.Add(this.labelActivationDateTime);
            this.Controls.Add(this.dateTimePickerActivationDateTime);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelCityPicker);
            this.Controls.Add(this.cityPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelControlTowerFlag);
            this.Controls.Add(this.checkBoxControlTowerFlag);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Exemple #36
0
 private void InitializeComponent()
 {
     this.tabControl          = new System.Windows.Forms.TabControl();
     this.tabProfile          = new System.Windows.Forms.TabPage();
     this.chkLanguagesVisible = new System.Windows.Forms.CheckBox();
     this.chkTimeZoneVisible  = new System.Windows.Forms.CheckBox();
     this.chkCountryVisible   = new System.Windows.Forms.CheckBox();
     this.txtLanguages        = new System.Windows.Forms.TextBox();
     this.txtTimeZone         = new System.Windows.Forms.TextBox();
     this.txtCountry          = new System.Windows.Forms.TextBox();
     this.txtUserName         = new System.Windows.Forms.TextBox();
     this.lblLanguages        = new System.Windows.Forms.Label();
     this.lblTimeZone         = new System.Windows.Forms.Label();
     this.lblCountry          = new System.Windows.Forms.Label();
     this.lblUserName         = new System.Windows.Forms.Label();
     this.tabSysInfo          = new System.Windows.Forms.TabPage();
     this.lvSysInfo           = new System.Windows.Forms.ListView();
     this.columnHeader1       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2       = new System.Windows.Forms.ColumnHeader();
     this.btnSave             = new System.Windows.Forms.Button();
     this.tabControl.SuspendLayout();
     this.tabProfile.SuspendLayout();
     this.tabSysInfo.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl
     //
     this.tabControl.Controls.Add(this.tabProfile);
     this.tabControl.Controls.Add(this.tabSysInfo);
     this.tabControl.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl.Location      = new System.Drawing.Point(0, 0);
     this.tabControl.Margin        = new System.Windows.Forms.Padding(4);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(474, 435);
     this.tabControl.TabIndex      = 0;
     //
     // tabProfile
     //
     this.tabProfile.Controls.Add(this.btnSave);
     this.tabProfile.Controls.Add(this.chkLanguagesVisible);
     this.tabProfile.Controls.Add(this.chkTimeZoneVisible);
     this.tabProfile.Controls.Add(this.chkCountryVisible);
     this.tabProfile.Controls.Add(this.txtLanguages);
     this.tabProfile.Controls.Add(this.txtTimeZone);
     this.tabProfile.Controls.Add(this.txtCountry);
     this.tabProfile.Controls.Add(this.txtUserName);
     this.tabProfile.Controls.Add(this.lblLanguages);
     this.tabProfile.Controls.Add(this.lblTimeZone);
     this.tabProfile.Controls.Add(this.lblCountry);
     this.tabProfile.Controls.Add(this.lblUserName);
     this.tabProfile.Location = new System.Drawing.Point(4, 30);
     this.tabProfile.Margin   = new System.Windows.Forms.Padding(4);
     this.tabProfile.Name     = "tabProfile";
     this.tabProfile.Padding  = new System.Windows.Forms.Padding(8);
     this.tabProfile.Size     = new System.Drawing.Size(466, 401);
     this.tabProfile.TabIndex = 0;
     this.tabProfile.Text     = "Profile";
     this.tabProfile.UseVisualStyleBackColor = true;
     //
     // chkLanguagesVisible
     //
     this.chkLanguagesVisible.AutoSize   = true;
     this.chkLanguagesVisible.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkLanguagesVisible.Location   = new System.Drawing.Point(367, 206);
     this.chkLanguagesVisible.Margin     = new System.Windows.Forms.Padding(4);
     this.chkLanguagesVisible.Name       = "chkLanguagesVisible";
     this.chkLanguagesVisible.Size       = new System.Drawing.Size(78, 25);
     this.chkLanguagesVisible.TabIndex   = 8;
     this.chkLanguagesVisible.Text       = "Visible";
     this.chkLanguagesVisible.UseVisualStyleBackColor = true;
     //
     // chkTimeZoneVisible
     //
     this.chkTimeZoneVisible.AutoSize   = true;
     this.chkTimeZoneVisible.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkTimeZoneVisible.Location   = new System.Drawing.Point(367, 141);
     this.chkTimeZoneVisible.Margin     = new System.Windows.Forms.Padding(4);
     this.chkTimeZoneVisible.Name       = "chkTimeZoneVisible";
     this.chkTimeZoneVisible.Size       = new System.Drawing.Size(78, 25);
     this.chkTimeZoneVisible.TabIndex   = 8;
     this.chkTimeZoneVisible.Text       = "Visible";
     this.chkTimeZoneVisible.UseVisualStyleBackColor = true;
     //
     // chkCountryVisible
     //
     this.chkCountryVisible.AutoSize   = true;
     this.chkCountryVisible.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkCountryVisible.Location   = new System.Drawing.Point(367, 76);
     this.chkCountryVisible.Margin     = new System.Windows.Forms.Padding(4);
     this.chkCountryVisible.Name       = "chkCountryVisible";
     this.chkCountryVisible.Size       = new System.Drawing.Size(78, 25);
     this.chkCountryVisible.TabIndex   = 8;
     this.chkCountryVisible.Text       = "Visible";
     this.chkCountryVisible.UseVisualStyleBackColor = true;
     //
     // txtLanguages
     //
     this.txtLanguages.Location = new System.Drawing.Point(16, 232);
     this.txtLanguages.Margin   = new System.Windows.Forms.Padding(0, 0, 0, 8);
     this.txtLanguages.Name     = "txtLanguages";
     this.txtLanguages.Size     = new System.Drawing.Size(429, 28);
     this.txtLanguages.TabIndex = 7;
     //
     // txtTimeZone
     //
     this.txtTimeZone.Location = new System.Drawing.Point(16, 167);
     this.txtTimeZone.Margin   = new System.Windows.Forms.Padding(0, 0, 0, 8);
     this.txtTimeZone.Name     = "txtTimeZone";
     this.txtTimeZone.Size     = new System.Drawing.Size(429, 28);
     this.txtTimeZone.TabIndex = 6;
     //
     // txtCountry
     //
     this.txtCountry.Location = new System.Drawing.Point(16, 102);
     this.txtCountry.Margin   = new System.Windows.Forms.Padding(0, 0, 0, 8);
     this.txtCountry.Name     = "txtCountry";
     this.txtCountry.Size     = new System.Drawing.Size(429, 28);
     this.txtCountry.TabIndex = 5;
     //
     // txtUserName
     //
     this.txtUserName.Location = new System.Drawing.Point(16, 37);
     this.txtUserName.Margin   = new System.Windows.Forms.Padding(0, 0, 0, 8);
     this.txtUserName.Name     = "txtUserName";
     this.txtUserName.Size     = new System.Drawing.Size(429, 28);
     this.txtUserName.TabIndex = 4;
     //
     // lblLanguages
     //
     this.lblLanguages.AutoSize = true;
     this.lblLanguages.Location = new System.Drawing.Point(12, 207);
     this.lblLanguages.Margin   = new System.Windows.Forms.Padding(4);
     this.lblLanguages.Name     = "lblLanguages";
     this.lblLanguages.Size     = new System.Drawing.Size(82, 21);
     this.lblLanguages.TabIndex = 3;
     this.lblLanguages.Text     = "Languages";
     //
     // lblTimeZone
     //
     this.lblTimeZone.AutoSize = true;
     this.lblTimeZone.Location = new System.Drawing.Point(12, 142);
     this.lblTimeZone.Margin   = new System.Windows.Forms.Padding(4);
     this.lblTimeZone.Name     = "lblTimeZone";
     this.lblTimeZone.Size     = new System.Drawing.Size(78, 21);
     this.lblTimeZone.TabIndex = 2;
     this.lblTimeZone.Text     = "TimeZone";
     //
     // lblCountry
     //
     this.lblCountry.AutoSize = true;
     this.lblCountry.Location = new System.Drawing.Point(12, 77);
     this.lblCountry.Margin   = new System.Windows.Forms.Padding(4);
     this.lblCountry.Name     = "lblCountry";
     this.lblCountry.Size     = new System.Drawing.Size(66, 21);
     this.lblCountry.TabIndex = 1;
     this.lblCountry.Text     = "Country";
     //
     // lblUserName
     //
     this.lblUserName.AutoSize = true;
     this.lblUserName.Location = new System.Drawing.Point(12, 12);
     this.lblUserName.Margin   = new System.Windows.Forms.Padding(4);
     this.lblUserName.Name     = "lblUserName";
     this.lblUserName.Size     = new System.Drawing.Size(83, 21);
     this.lblUserName.TabIndex = 0;
     this.lblUserName.Text     = "UserName";
     //
     // tabSysInfo
     //
     this.tabSysInfo.Controls.Add(this.lvSysInfo);
     this.tabSysInfo.Location = new System.Drawing.Point(4, 30);
     this.tabSysInfo.Margin   = new System.Windows.Forms.Padding(4);
     this.tabSysInfo.Name     = "tabSysInfo";
     this.tabSysInfo.Padding  = new System.Windows.Forms.Padding(4);
     this.tabSysInfo.Size     = new System.Drawing.Size(466, 401);
     this.tabSysInfo.TabIndex = 1;
     this.tabSysInfo.Text     = "SysInfo";
     this.tabSysInfo.UseVisualStyleBackColor = true;
     //
     // lvSysInfo
     //
     this.lvSysInfo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.lvSysInfo.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.lvSysInfo.FullRowSelect = true;
     this.lvSysInfo.LabelEdit     = true;
     this.lvSysInfo.Location      = new System.Drawing.Point(4, 4);
     this.lvSysInfo.Margin        = new System.Windows.Forms.Padding(4);
     this.lvSysInfo.MultiSelect   = false;
     this.lvSysInfo.Name          = "lvSysInfo";
     this.lvSysInfo.Size          = new System.Drawing.Size(458, 393);
     this.lvSysInfo.TabIndex      = 0;
     this.lvSysInfo.UseCompatibleStateImageBehavior = false;
     this.lvSysInfo.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Property";
     this.columnHeader1.Width = 200;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Value";
     this.columnHeader2.Width = 200;
     //
     // btnSave
     //
     this.btnSave.Location = new System.Drawing.Point(340, 353);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(105, 37);
     this.btnSave.TabIndex = 9;
     this.btnSave.Text     = "Save";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // ProfileDlg
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(474, 435);
     this.Controls.Add(this.tabControl);
     this.Font            = new System.Drawing.Font("Calibri", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin          = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ProfileDlg";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "ProfileDlg";
     this.Load           += new System.EventHandler(this.Form_Load);
     this.tabControl.ResumeLayout(false);
     this.tabProfile.ResumeLayout(false);
     this.tabProfile.PerformLayout();
     this.tabSysInfo.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()
        {
            components         = new System.ComponentModel.Container();
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;

            System.Windows.Forms.CheckBox chkTaxlots_Taxlots_TLByMaintArea;
            this.panel1    = new System.Windows.Forms.Panel();
            this.checkBox2 = new System.Windows.Forms.CheckBox();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.label2    = new System.Windows.Forms.Label();
            this.label1    = new System.Windows.Forms.Label();
            this.chkTaxlot_MedLayers_CityOwnedTL  = new System.Windows.Forms.CheckBox();
            this.chkTaxlot_MedLayers_Subdivisions = new System.Windows.Forms.CheckBox();
            this.chkTaxlot_MedLayers_CityEase     = new System.Windows.Forms.CheckBox();
            this.lblTaxlot_MedLayers              = new System.Windows.Forms.Label();
            this.chkTaxlot_Survey_ControlPts      = new System.Windows.Forms.CheckBox();
            this.chkTaxlot_Survey_Sections        = new System.Windows.Forms.CheckBox();
            this.chkTaxlot_Survey_Townships       = new System.Windows.Forms.CheckBox();
            this.lblTaxlot_SurveyControl          = new System.Windows.Forms.Label();
            this.chkTaxlot_Other_PubLandsByAgency = new System.Windows.Forms.CheckBox();
            this.chkTaxlot_Other_SiteAddr         = new System.Windows.Forms.CheckBox();
            this.chkTaxlot_Other_SiteAddrByStreet = new System.Windows.Forms.CheckBox();
            this.chkTaxlots_Taxlots_TLByTaxCode   = new System.Windows.Forms.CheckBox();
            this.chkTaxlot_Other_OpenSpaceByType  = new System.Windows.Forms.CheckBox();
            this.lblTaxlot_Other = new System.Windows.Forms.Label();
            this.chkTaxlots_Taxlots_TLByScheduleCode = new System.Windows.Forms.CheckBox();
            this.chkTaxlots_Taxlots_TLByPropClass    = new System.Windows.Forms.CheckBox();
            this.chkTaxlots_Taxlots_TLByMapNumber    = new System.Windows.Forms.CheckBox();
            this.chkTaxlots_Taxlots_TLOutlines       = new System.Windows.Forms.CheckBox();
            this.lblTaxlots_Taxlots          = new System.Windows.Forms.Label();
            chkTaxlots_Taxlots_TLByMaintArea = new System.Windows.Forms.CheckBox();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            //
            // chkTaxlots_Taxlots_TLByMaintArea
            //
            chkTaxlots_Taxlots_TLByMaintArea.AutoSize = true;
            chkTaxlots_Taxlots_TLByMaintArea.Location = new System.Drawing.Point(46, 93);
            chkTaxlots_Taxlots_TLByMaintArea.Name     = "chkTaxlots_Taxlots_TLByMaintArea";
            chkTaxlots_Taxlots_TLByMaintArea.Size     = new System.Drawing.Size(171, 17);
            chkTaxlots_Taxlots_TLByMaintArea.TabIndex = 2;
            chkTaxlots_Taxlots_TLByMaintArea.Tag      = "Tax_Lots_by_Maintenance_Area";
            chkTaxlots_Taxlots_TLByMaintArea.Text     = "Tax Lots by Maintenance Area";
            chkTaxlots_Taxlots_TLByMaintArea.UseVisualStyleBackColor = true;
            chkTaxlots_Taxlots_TLByMaintArea.CheckedChanged         += new System.EventHandler(this.CheckedChanged);
            //
            // panel1
            //
            this.panel1.AutoScroll = true;
            this.panel1.AutoSize   = true;
            this.panel1.Controls.Add(this.checkBox2);
            this.panel1.Controls.Add(this.checkBox1);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.chkTaxlot_MedLayers_CityOwnedTL);
            this.panel1.Controls.Add(this.chkTaxlot_MedLayers_Subdivisions);
            this.panel1.Controls.Add(this.chkTaxlot_MedLayers_CityEase);
            this.panel1.Controls.Add(this.lblTaxlot_MedLayers);
            this.panel1.Controls.Add(this.chkTaxlot_Survey_ControlPts);
            this.panel1.Controls.Add(this.chkTaxlot_Survey_Sections);
            this.panel1.Controls.Add(this.chkTaxlot_Survey_Townships);
            this.panel1.Controls.Add(this.lblTaxlot_SurveyControl);
            this.panel1.Controls.Add(this.chkTaxlot_Other_PubLandsByAgency);
            this.panel1.Controls.Add(this.chkTaxlot_Other_SiteAddr);
            this.panel1.Controls.Add(this.chkTaxlot_Other_SiteAddrByStreet);
            this.panel1.Controls.Add(this.chkTaxlots_Taxlots_TLByTaxCode);
            this.panel1.Controls.Add(this.chkTaxlot_Other_OpenSpaceByType);
            this.panel1.Controls.Add(this.lblTaxlot_Other);
            this.panel1.Controls.Add(this.chkTaxlots_Taxlots_TLByScheduleCode);
            this.panel1.Controls.Add(this.chkTaxlots_Taxlots_TLByPropClass);
            this.panel1.Controls.Add(this.chkTaxlots_Taxlots_TLByMapNumber);
            this.panel1.Controls.Add(chkTaxlots_Taxlots_TLByMaintArea);
            this.panel1.Controls.Add(this.chkTaxlots_Taxlots_TLOutlines);
            this.panel1.Controls.Add(this.lblTaxlots_Taxlots);
            this.panel1.Location = new System.Drawing.Point(3, 3);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(547, 547);
            this.panel1.TabIndex = 1;
            this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
            //
            // checkBox2
            //
            this.checkBox2.AutoSize = true;
            this.checkBox2.Location = new System.Drawing.Point(46, 293);
            this.checkBox2.Name     = "checkBox2";
            this.checkBox2.Size     = new System.Drawing.Size(160, 17);
            this.checkBox2.TabIndex = 39;
            this.checkBox2.Tag      = "Oregon_and_California_Lands";
            this.checkBox2.Text     = "Oregon and California Lands";
            this.checkBox2.UseVisualStyleBackColor = true;
            this.checkBox2.CheckedChanged         += new System.EventHandler(this.CheckedChanged);
            //
            // checkBox1
            //
            this.checkBox1.AutoSize = true;
            this.checkBox1.Location = new System.Drawing.Point(46, 208);
            this.checkBox1.Name     = "checkBox1";
            this.checkBox1.Size     = new System.Drawing.Size(129, 17);
            this.checkBox1.TabIndex = 38;
            this.checkBox1.Tag      = "Donation_Land_Claims";
            this.checkBox1.Text     = "Donation Land Claims";
            this.checkBox1.UseVisualStyleBackColor = true;
            this.checkBox1.CheckedChanged         += new System.EventHandler(this.CheckedChanged);
            //
            // label2
            //
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(46, 51);
            this.label2.Name     = "label2";
            this.label2.Size     = new System.Drawing.Size(147, 13);
            this.label2.TabIndex = 37;
            this.label2.Text     = "1 inch = 2,000 feet (1:24,000)";
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(46, 38);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(179, 13);
            this.label1.TabIndex = 36;
            this.label1.Text     = "Minimum scale for all Tax Lot layers: ";
            //
            // chkTaxlot_MedLayers_CityOwnedTL
            //
            this.chkTaxlot_MedLayers_CityOwnedTL.AutoSize = true;
            this.chkTaxlot_MedLayers_CityOwnedTL.Location = new System.Drawing.Point(317, 208);
            this.chkTaxlot_MedLayers_CityOwnedTL.Name     = "chkTaxlot_MedLayers_CityOwnedTL";
            this.chkTaxlot_MedLayers_CityOwnedTL.Size     = new System.Drawing.Size(117, 17);
            this.chkTaxlot_MedLayers_CityOwnedTL.TabIndex = 35;
            this.chkTaxlot_MedLayers_CityOwnedTL.Tag      = "Tax_Lots_Medford";
            this.chkTaxlot_MedLayers_CityOwnedTL.Text     = "City Owned Taxlots";
            this.chkTaxlot_MedLayers_CityOwnedTL.UseVisualStyleBackColor = true;
            this.chkTaxlot_MedLayers_CityOwnedTL.CheckedChanged         += new System.EventHandler(this.CheckedChanged);
            //
            // chkTaxlot_MedLayers_Subdivisions
            //
            this.chkTaxlot_MedLayers_Subdivisions.AutoSize = true;
            this.chkTaxlot_MedLayers_Subdivisions.Location = new System.Drawing.Point(317, 231);
            this.chkTaxlot_MedLayers_Subdivisions.Name     = "chkTaxlot_MedLayers_Subdivisions";
            this.chkTaxlot_MedLayers_Subdivisions.Size     = new System.Drawing.Size(85, 17);
            this.chkTaxlot_MedLayers_Subdivisions.TabIndex = 34;
            this.chkTaxlot_MedLayers_Subdivisions.Tag      = "Subdivisions";
            this.chkTaxlot_MedLayers_Subdivisions.Text     = "Subdivisions";
            this.chkTaxlot_MedLayers_Subdivisions.UseVisualStyleBackColor = true;
            this.chkTaxlot_MedLayers_Subdivisions.CheckedChanged         += new System.EventHandler(this.CheckedChanged);
            //
            // chkTaxlot_MedLayers_CityEase
            //
            this.chkTaxlot_MedLayers_CityEase.AutoSize = true;
            this.chkTaxlot_MedLayers_CityEase.Location = new System.Drawing.Point(317, 185);
            this.chkTaxlot_MedLayers_CityEase.Name     = "chkTaxlot_MedLayers_CityEase";
            this.chkTaxlot_MedLayers_CityEase.Size     = new System.Drawing.Size(98, 17);
            this.chkTaxlot_MedLayers_CityEase.TabIndex = 33;
            this.chkTaxlot_MedLayers_CityEase.Tag      = "Medford_Easements";
            this.chkTaxlot_MedLayers_CityEase.Text     = "City Easements";
            this.chkTaxlot_MedLayers_CityEase.UseVisualStyleBackColor = true;
            this.chkTaxlot_MedLayers_CityEase.CheckedChanged         += new System.EventHandler(this.CheckedChanged);
            //
            // lblTaxlot_MedLayers
            //
            this.lblTaxlot_MedLayers.AutoSize = true;
            this.lblTaxlot_MedLayers.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblTaxlot_MedLayers.Location = new System.Drawing.Point(284, 163);
            this.lblTaxlot_MedLayers.Name     = "lblTaxlot_MedLayers";
            this.lblTaxlot_MedLayers.Size     = new System.Drawing.Size(116, 16);
            this.lblTaxlot_MedLayers.TabIndex = 28;
            this.lblTaxlot_MedLayers.Text     = "Medford Layers";
            //
            // chkTaxlot_Survey_ControlPts
            //
            this.chkTaxlot_Survey_ControlPts.AutoSize = true;
            this.chkTaxlot_Survey_ControlPts.Location = new System.Drawing.Point(317, 36);
            this.chkTaxlot_Survey_ControlPts.Name     = "chkTaxlot_Survey_ControlPts";
            this.chkTaxlot_Survey_ControlPts.Size     = new System.Drawing.Size(91, 17);
            this.chkTaxlot_Survey_ControlPts.TabIndex = 27;
            this.chkTaxlot_Survey_ControlPts.Tag      = "Control_Points";
            this.chkTaxlot_Survey_ControlPts.Text     = "Control Points";
            this.chkTaxlot_Survey_ControlPts.UseVisualStyleBackColor = true;
            this.chkTaxlot_Survey_ControlPts.CheckedChanged         += new System.EventHandler(this.CheckedChanged);
            //
            // chkTaxlot_Survey_Sections
            //
            this.chkTaxlot_Survey_Sections.AutoSize = true;
            this.chkTaxlot_Survey_Sections.Location = new System.Drawing.Point(317, 59);
            this.chkTaxlot_Survey_Sections.Name     = "chkTaxlot_Survey_Sections";
            this.chkTaxlot_Survey_Sections.Size     = new System.Drawing.Size(67, 17);
            this.chkTaxlot_Survey_Sections.TabIndex = 26;
            this.chkTaxlot_Survey_Sections.Tag      = "Sections";
            this.chkTaxlot_Survey_Sections.Text     = "Sections";
            this.chkTaxlot_Survey_Sections.UseVisualStyleBackColor = true;
            this.chkTaxlot_Survey_Sections.CheckedChanged         += new System.EventHandler(this.CheckedChanged);
            //
            // chkTaxlot_Survey_Townships
            //
            this.chkTaxlot_Survey_Townships.AutoSize = true;
            this.chkTaxlot_Survey_Townships.Location = new System.Drawing.Point(317, 82);
            this.chkTaxlot_Survey_Townships.Name     = "chkTaxlot_Survey_Townships";
            this.chkTaxlot_Survey_Townships.Size     = new System.Drawing.Size(77, 17);
            this.chkTaxlot_Survey_Townships.TabIndex = 24;
            this.chkTaxlot_Survey_Townships.Tag      = "Townships";
            this.chkTaxlot_Survey_Townships.Text     = "Townships";
            this.chkTaxlot_Survey_Townships.UseVisualStyleBackColor = true;
            this.chkTaxlot_Survey_Townships.CheckedChanged         += new System.EventHandler(this.CheckedChanged);
            //
            // lblTaxlot_SurveyControl
            //
            this.lblTaxlot_SurveyControl.AutoSize = true;
            this.lblTaxlot_SurveyControl.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblTaxlot_SurveyControl.Location = new System.Drawing.Point(284, 17);
            this.lblTaxlot_SurveyControl.Name     = "lblTaxlot_SurveyControl";
            this.lblTaxlot_SurveyControl.Size     = new System.Drawing.Size(109, 16);
            this.lblTaxlot_SurveyControl.TabIndex = 20;
            this.lblTaxlot_SurveyControl.Text     = "Survey Control";
            //
            // chkTaxlot_Other_PubLandsByAgency
            //
            this.chkTaxlot_Other_PubLandsByAgency.AutoSize = true;
            this.chkTaxlot_Other_PubLandsByAgency.Location = new System.Drawing.Point(46, 316);
            this.chkTaxlot_Other_PubLandsByAgency.Name     = "chkTaxlot_Other_PubLandsByAgency";
            this.chkTaxlot_Other_PubLandsByAgency.Size     = new System.Drawing.Size(140, 17);
            this.chkTaxlot_Other_PubLandsByAgency.TabIndex = 19;
            this.chkTaxlot_Other_PubLandsByAgency.Tag      = "Public_Lands_by_Agency";
            this.chkTaxlot_Other_PubLandsByAgency.Text     = "Public Lands by Agency";
            this.chkTaxlot_Other_PubLandsByAgency.UseVisualStyleBackColor = true;
            this.chkTaxlot_Other_PubLandsByAgency.CheckedChanged         += new System.EventHandler(this.CheckedChanged);
            //
            // chkTaxlot_Other_SiteAddr
            //
            this.chkTaxlot_Other_SiteAddr.AutoSize = true;
            this.chkTaxlot_Other_SiteAddr.Location = new System.Drawing.Point(46, 339);
            this.chkTaxlot_Other_SiteAddr.Name     = "chkTaxlot_Other_SiteAddr";
            this.chkTaxlot_Other_SiteAddr.Size     = new System.Drawing.Size(96, 17);
            this.chkTaxlot_Other_SiteAddr.TabIndex = 18;
            this.chkTaxlot_Other_SiteAddr.Tag      = "Site_Address_with_Numbers_Spaces";
            this.chkTaxlot_Other_SiteAddr.Text     = "Site Addresses";
            this.chkTaxlot_Other_SiteAddr.UseVisualStyleBackColor = true;
            this.chkTaxlot_Other_SiteAddr.CheckedChanged         += new System.EventHandler(this.CheckedChanged);
            //
            // chkTaxlot_Other_SiteAddrByStreet
            //
            this.chkTaxlot_Other_SiteAddrByStreet.AutoSize = true;
            this.chkTaxlot_Other_SiteAddrByStreet.Location = new System.Drawing.Point(46, 362);
            this.chkTaxlot_Other_SiteAddrByStreet.Name     = "chkTaxlot_Other_SiteAddrByStreet";
            this.chkTaxlot_Other_SiteAddrByStreet.Size     = new System.Drawing.Size(141, 17);
            this.chkTaxlot_Other_SiteAddrByStreet.TabIndex = 17;
            this.chkTaxlot_Other_SiteAddrByStreet.Tag      = "Site_Address_by_Street_Name";
            this.chkTaxlot_Other_SiteAddrByStreet.Text     = "Site Addresses by Street";
            this.chkTaxlot_Other_SiteAddrByStreet.UseVisualStyleBackColor = true;
            this.chkTaxlot_Other_SiteAddrByStreet.CheckedChanged         += new System.EventHandler(this.CheckedChanged);
            //
            // chkTaxlots_Taxlots_TLByTaxCode
            //
            this.chkTaxlots_Taxlots_TLByTaxCode.AutoSize = true;
            this.chkTaxlots_Taxlots_TLByTaxCode.Location = new System.Drawing.Point(46, 185);
            this.chkTaxlots_Taxlots_TLByTaxCode.Name     = "chkTaxlots_Taxlots_TLByTaxCode";
            this.chkTaxlots_Taxlots_TLByTaxCode.Size     = new System.Drawing.Size(130, 17);
            this.chkTaxlots_Taxlots_TLByTaxCode.TabIndex = 9;
            this.chkTaxlots_Taxlots_TLByTaxCode.Tag      = "Tax_Lots_by_Tax_Code";
            this.chkTaxlots_Taxlots_TLByTaxCode.Text     = "Tax Lots by Tax Code";
            this.chkTaxlots_Taxlots_TLByTaxCode.UseVisualStyleBackColor = true;
            this.chkTaxlots_Taxlots_TLByTaxCode.CheckedChanged         += new System.EventHandler(this.CheckedChanged);
            //
            // chkTaxlot_Other_OpenSpaceByType
            //
            this.chkTaxlot_Other_OpenSpaceByType.AutoSize = true;
            this.chkTaxlot_Other_OpenSpaceByType.Location = new System.Drawing.Point(46, 270);
            this.chkTaxlot_Other_OpenSpaceByType.Name     = "chkTaxlot_Other_OpenSpaceByType";
            this.chkTaxlot_Other_OpenSpaceByType.Size     = new System.Drawing.Size(127, 17);
            this.chkTaxlot_Other_OpenSpaceByType.TabIndex = 7;
            this.chkTaxlot_Other_OpenSpaceByType.Tag      = "Open_Space_by_Type";
            this.chkTaxlot_Other_OpenSpaceByType.Text     = "Open Space by Type";
            this.chkTaxlot_Other_OpenSpaceByType.UseVisualStyleBackColor = true;
            this.chkTaxlot_Other_OpenSpaceByType.CheckedChanged         += new System.EventHandler(this.CheckedChanged);
            //
            // lblTaxlot_Other
            //
            this.lblTaxlot_Other.AutoSize = true;
            this.lblTaxlot_Other.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblTaxlot_Other.Location = new System.Drawing.Point(14, 246);
            this.lblTaxlot_Other.Name     = "lblTaxlot_Other";
            this.lblTaxlot_Other.Size     = new System.Drawing.Size(45, 16);
            this.lblTaxlot_Other.TabIndex = 6;
            this.lblTaxlot_Other.Text     = "Other";
            //
            // chkTaxlots_Taxlots_TLByScheduleCode
            //
            this.chkTaxlots_Taxlots_TLByScheduleCode.AutoSize = true;
            this.chkTaxlots_Taxlots_TLByScheduleCode.Location = new System.Drawing.Point(46, 162);
            this.chkTaxlots_Taxlots_TLByScheduleCode.Name     = "chkTaxlots_Taxlots_TLByScheduleCode";
            this.chkTaxlots_Taxlots_TLByScheduleCode.Size     = new System.Drawing.Size(157, 17);
            this.chkTaxlots_Taxlots_TLByScheduleCode.TabIndex = 5;
            this.chkTaxlots_Taxlots_TLByScheduleCode.Tag      = "Tax_Lots_by_Schedule_Code";
            this.chkTaxlots_Taxlots_TLByScheduleCode.Text     = "Tax Lots by Schedule Code";
            this.chkTaxlots_Taxlots_TLByScheduleCode.UseVisualStyleBackColor = true;
            this.chkTaxlots_Taxlots_TLByScheduleCode.CheckedChanged         += new System.EventHandler(this.CheckedChanged);
            //
            // chkTaxlots_Taxlots_TLByPropClass
            //
            this.chkTaxlots_Taxlots_TLByPropClass.AutoSize = true;
            this.chkTaxlots_Taxlots_TLByPropClass.Location = new System.Drawing.Point(46, 139);
            this.chkTaxlots_Taxlots_TLByPropClass.Name     = "chkTaxlots_Taxlots_TLByPropClass";
            this.chkTaxlots_Taxlots_TLByPropClass.Size     = new System.Drawing.Size(151, 17);
            this.chkTaxlots_Taxlots_TLByPropClass.TabIndex = 4;
            this.chkTaxlots_Taxlots_TLByPropClass.Tag      = "Tax_Lots_by_Property_Class";
            this.chkTaxlots_Taxlots_TLByPropClass.Text     = "Tax Lots by Property Class";
            this.chkTaxlots_Taxlots_TLByPropClass.UseVisualStyleBackColor = true;
            this.chkTaxlots_Taxlots_TLByPropClass.CheckedChanged         += new System.EventHandler(this.CheckedChanged);
            //
            // chkTaxlots_Taxlots_TLByMapNumber
            //
            this.chkTaxlots_Taxlots_TLByMapNumber.AutoSize = true;
            this.chkTaxlots_Taxlots_TLByMapNumber.Location = new System.Drawing.Point(46, 116);
            this.chkTaxlots_Taxlots_TLByMapNumber.Name     = "chkTaxlots_Taxlots_TLByMapNumber";
            this.chkTaxlots_Taxlots_TLByMapNumber.Size     = new System.Drawing.Size(145, 17);
            this.chkTaxlots_Taxlots_TLByMapNumber.TabIndex = 3;
            this.chkTaxlots_Taxlots_TLByMapNumber.Tag      = "Tax_Lots_by_Map_Number";
            this.chkTaxlots_Taxlots_TLByMapNumber.Text     = "Tax Lots by Map Number";
            this.chkTaxlots_Taxlots_TLByMapNumber.UseVisualStyleBackColor = true;
            this.chkTaxlots_Taxlots_TLByMapNumber.CheckedChanged         += new System.EventHandler(this.CheckedChanged);
            //
            // chkTaxlots_Taxlots_TLOutlines
            //
            this.chkTaxlots_Taxlots_TLOutlines.AutoSize = true;
            this.chkTaxlots_Taxlots_TLOutlines.Location = new System.Drawing.Point(46, 70);
            this.chkTaxlots_Taxlots_TLOutlines.Name     = "chkTaxlots_Taxlots_TLOutlines";
            this.chkTaxlots_Taxlots_TLOutlines.Size     = new System.Drawing.Size(103, 17);
            this.chkTaxlots_Taxlots_TLOutlines.TabIndex = 1;
            this.chkTaxlots_Taxlots_TLOutlines.Tag      = "Tax_Lots_Outlines";
            this.chkTaxlots_Taxlots_TLOutlines.Text     = "Tax Lot Outlines";
            this.chkTaxlots_Taxlots_TLOutlines.UseVisualStyleBackColor = true;
            this.chkTaxlots_Taxlots_TLOutlines.CheckedChanged         += new System.EventHandler(this.CheckedChanged);
            //
            // lblTaxlots_Taxlots
            //
            this.lblTaxlots_Taxlots.AutoSize = true;
            this.lblTaxlots_Taxlots.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblTaxlots_Taxlots.Location = new System.Drawing.Point(14, 17);
            this.lblTaxlots_Taxlots.Name     = "lblTaxlots_Taxlots";
            this.lblTaxlots_Taxlots.Size     = new System.Drawing.Size(67, 16);
            this.lblTaxlots_Taxlots.TabIndex = 0;
            this.lblTaxlots_Taxlots.Text     = "Tax Lots";
            //
            // ucTaxlots
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panel1);
            this.Name = "ucTaxlots";
            this.Size = new System.Drawing.Size(573, 563);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Exemple #38
0
        //consultation
        public bool setPatientInfoForConsultation(System.Windows.Forms.TextBox tbPatId, System.Windows.Forms.TextBox tbChiName, System.Windows.Forms.TextBox tbEngName, System.Windows.Forms.TextBox tbHKID, System.Windows.Forms.TextBox tbSex, System.Windows.Forms.CheckBox cbIsPregnant, System.Windows.Forms.TextBox tbDOB, System.Windows.Forms.TextBox tbAge, System.Windows.Forms.CheckBox cbIsG6PD, System.Windows.Forms.TextBox tbAllergicDrug, ref String statusMsg)
        {
            DataTable data = dbmgr.execSelectStmtSP("CALL sp_consultation_currentPatientGet ('" + (Login.clinic == null ? "" : Utilities.stringDataParse4SQL(Login.clinic.ClinicId)) + "', '" + (Login.user == null ? "" : Utilities.stringDataParse4SQL(Login.user.UserId)) + "')");

            if (data != null && data.Rows.Count > 0)
            {
                tbPatId.Text         = data.Rows[0]["patient_id"].ToString();
                tbChiName.Text       = data.Rows[0]["chin_name"].ToString();
                tbEngName.Text       = data.Rows[0]["eng_name"].ToString();
                tbHKID.Text          = data.Rows[0]["id_doc_no"].ToString();
                tbSex.Text           = data.Rows[0]["sex"].ToString();
                cbIsPregnant.Checked = Convert.ToBoolean(data.Rows[0]["isPregnant"]);
                tbDOB.Text           = data.Rows[0]["dob"].ToString();
                tbAge.Text           = data.Rows[0]["age"].ToString();
                cbIsG6PD.Checked     = Convert.ToBoolean(data.Rows[0]["isG6PD"]);
                tbAllergicDrug.Text  = data.Rows[0]["allergic_drug"].ToString();
                return(true);
            }
            else
            {
                statusMsg = "沒有正在診治的病人";
                return(false);
            }
        }
Exemple #39
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAddProductTo));
     this.ToolTipMain = new System.Windows.Forms.ToolTip(this.components);
     this.chkAll      = new System.Windows.Forms.CheckBox();
     this.cmdRemove   = new System.Windows.Forms.Button();
     this.sbStatusBar = new System.Windows.Forms.StatusStrip();
     this.sbStatusBar_Panels_Panel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.cmdClose    = new System.Windows.Forms.Button();
     this.cmdSave     = new System.Windows.Forms.Button();
     this.Frame1      = new System.Windows.Forms.GroupBox();
     this.cmdProducts = new System.Windows.Forms.Button();
     this.txtName     = new System.Windows.Forms.TextBox();
     this.txtCode     = new System.Windows.Forms.TextBox();
     this.lvProducts  = new System.Windows.Forms.ListView();
     this.lvProducts_ColumnHeader_1_ = new System.Windows.Forms.ColumnHeader();
     this.lvProducts_ColumnHeader_2_ = new System.Windows.Forms.ColumnHeader();
     this.lvProducts_ColumnHeader_3_ = new System.Windows.Forms.ColumnHeader();
     this.lvProducts_ColumnHeader_4_ = new System.Windows.Forms.ColumnHeader();
     this.lvProducts_ColumnHeader_5_ = new System.Windows.Forms.ColumnHeader();
     this.lvProducts_ColumnHeader_6_ = new System.Windows.Forms.ColumnHeader();
     this.lvProducts_ColumnHeader_7_ = new System.Windows.Forms.ColumnHeader();
     this.Label4       = new System.Windows.Forms.Label();
     this.Label5       = new System.Windows.Forms.Label();
     this.lvProductsBy = new System.Windows.Forms.ListView();
     this.lvProductsBy_ColumnHeader_1_ = new System.Windows.Forms.ColumnHeader();
     this.lvProductsBy_ColumnHeader_2_ = new System.Windows.Forms.ColumnHeader();
     this.lvProductsBy_ColumnHeader_3_ = new System.Windows.Forms.ColumnHeader();
     this.lvProductsBy_ColumnHeader_4_ = new System.Windows.Forms.ColumnHeader();
     this.lblProductsRelated           = new System.Windows.Forms.Label();
     this.sbStatusBar.SuspendLayout();
     this.Frame1.SuspendLayout();
     this.lvProducts.SuspendLayout();
     this.lvProductsBy.SuspendLayout();
     this.SuspendLayout();
     this.listViewHelper1 = new UpgradeHelpers.Gui.ListViewHelper(this.components);
     ((System.ComponentModel.ISupportInitialize) this.listViewHelper1).BeginInit();
     //
     // chkAll
     //
     this.chkAll.AllowDrop          = true;
     this.chkAll.Appearance         = System.Windows.Forms.Appearance.Normal;
     this.chkAll.BackColor          = System.Drawing.SystemColors.Control;
     this.chkAll.CausesValidation   = true;
     this.chkAll.CheckAlign         = System.Drawing.ContentAlignment.MiddleLeft;
     this.chkAll.CheckState         = System.Windows.Forms.CheckState.Unchecked;
     this.chkAll.Enabled            = true;
     this.chkAll.ForeColor          = System.Drawing.SystemColors.ControlText;
     this.chkAll.Location           = new System.Drawing.Point(112, 454);
     this.chkAll.Name               = "chkAll";
     this.chkAll.RightToLeft        = System.Windows.Forms.RightToLeft.No;
     this.chkAll.Size               = new System.Drawing.Size(81, 17);
     this.chkAll.TabIndex           = 13;
     this.chkAll.TabStop            = false;
     this.chkAll.Text               = "Check All";
     this.chkAll.TextAlign          = System.Drawing.ContentAlignment.MiddleLeft;
     this.chkAll.Visible            = true;
     this.chkAll.CheckStateChanged += new System.EventHandler(this.chkAll_CheckStateChanged);
     //
     // cmdRemove
     //
     this.cmdRemove.AllowDrop               = true;
     this.cmdRemove.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdRemove.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdRemove.Location                = new System.Drawing.Point(8, 448);
     this.cmdRemove.Name                    = "cmdRemove";
     this.cmdRemove.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdRemove.Size                    = new System.Drawing.Size(97, 25);
     this.cmdRemove.TabIndex                = 12;
     this.cmdRemove.TabStop                 = false;
     this.cmdRemove.Text                    = "&Remove ";
     this.cmdRemove.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdRemove.UseVisualStyleBackColor = false;
     this.cmdRemove.Click                  += new System.EventHandler(this.cmdRemove_Click);
     //
     // sbStatusBar
     //
     this.sbStatusBar.AllowDrop        = true;
     this.sbStatusBar.BackColor        = System.Drawing.SystemColors.Control;
     this.sbStatusBar.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.sbStatusBar.Location         = new System.Drawing.Point(0, 488);
     this.sbStatusBar.Name             = "sbStatusBar";
     this.sbStatusBar.ShowItemToolTips = true;
     this.sbStatusBar.Size             = new System.Drawing.Size(424, 23);
     this.sbStatusBar.TabIndex         = 11;
     this.sbStatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.sbStatusBar_Panels_Panel1 });
     //
     // sbStatusBar_Panels_Panel1
     //
     this.sbStatusBar_Panels_Panel1.BorderSides        = (System.Windows.Forms.ToolStripStatusLabelBorderSides)(System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom);
     this.sbStatusBar_Panels_Panel1.BorderStyle        = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.sbStatusBar_Panels_Panel1.DoubleClickEnabled = true;
     this.sbStatusBar_Panels_Panel1.Margin             = new System.Windows.Forms.Padding(0);
     this.sbStatusBar_Panels_Panel1.Size              = new System.Drawing.Size(423, 23);
     this.sbStatusBar_Panels_Panel1.Spring            = true;
     this.sbStatusBar_Panels_Panel1.TextAlign         = System.Drawing.ContentAlignment.MiddleLeft;
     this.sbStatusBar_Panels_Panel1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     //
     // cmdClose
     //
     this.cmdClose.AllowDrop               = true;
     this.cmdClose.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdClose.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdClose.Location                = new System.Drawing.Point(328, 448);
     this.cmdClose.Name                    = "cmdClose";
     this.cmdClose.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdClose.Size                    = new System.Drawing.Size(89, 25);
     this.cmdClose.TabIndex                = 7;
     this.cmdClose.Text                    = "&Close";
     this.cmdClose.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdClose.UseVisualStyleBackColor = false;
     this.cmdClose.Click                  += new System.EventHandler(this.cmdClose_Click);
     //
     // cmdSave
     //
     this.cmdSave.AllowDrop               = true;
     this.cmdSave.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdSave.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdSave.Location                = new System.Drawing.Point(224, 448);
     this.cmdSave.Name                    = "cmdSave";
     this.cmdSave.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdSave.Size                    = new System.Drawing.Size(89, 25);
     this.cmdSave.TabIndex                = 6;
     this.cmdSave.Text                    = "&Save";
     this.cmdSave.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdSave.UseVisualStyleBackColor = false;
     this.cmdSave.Click                  += new System.EventHandler(this.cmdSave_Click);
     //
     // Frame1
     //
     this.Frame1.AllowDrop = true;
     this.Frame1.BackColor = System.Drawing.SystemColors.Control;
     this.Frame1.Controls.Add(this.cmdProducts);
     this.Frame1.Controls.Add(this.txtName);
     this.Frame1.Controls.Add(this.txtCode);
     this.Frame1.Controls.Add(this.lvProducts);
     this.Frame1.Controls.Add(this.Label4);
     this.Frame1.Controls.Add(this.Label5);
     this.Frame1.Enabled     = true;
     this.Frame1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame1.Location    = new System.Drawing.Point(8, 8);
     this.Frame1.Name        = "Frame1";
     this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame1.Size        = new System.Drawing.Size(409, 233);
     this.Frame1.TabIndex    = 4;
     this.Frame1.Text        = "Search product ";
     this.Frame1.Visible     = true;
     //
     // cmdProducts
     //
     this.cmdProducts.AllowDrop               = true;
     this.cmdProducts.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdProducts.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdProducts.Location                = new System.Drawing.Point(360, 16);
     this.cmdProducts.Name                    = "cmdProducts";
     this.cmdProducts.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdProducts.Size                    = new System.Drawing.Size(25, 21);
     this.cmdProducts.TabIndex                = 5;
     this.cmdProducts.TabStop                 = false;
     this.cmdProducts.Text                    = "...";
     this.cmdProducts.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdProducts.UseVisualStyleBackColor = false;
     this.cmdProducts.Click                  += new System.EventHandler(this.cmdProducts_Click);
     //
     // txtName
     //
     this.txtName.AcceptsReturn = true;
     this.txtName.AllowDrop     = true;
     this.txtName.BackColor     = System.Drawing.SystemColors.Window;
     this.txtName.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtName.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtName.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtName.Location      = new System.Drawing.Point(112, 40);
     this.txtName.MaxLength     = 0;
     this.txtName.Name          = "txtName";
     this.txtName.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtName.Size          = new System.Drawing.Size(145, 20);
     this.txtName.TabIndex      = 1;
     this.txtName.TextChanged  += new System.EventHandler(this.txtName_TextChanged);
     //
     // txtCode
     //
     this.txtCode.AcceptsReturn = true;
     this.txtCode.AllowDrop     = true;
     this.txtCode.BackColor     = System.Drawing.SystemColors.Window;
     this.txtCode.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtCode.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtCode.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtCode.Location      = new System.Drawing.Point(112, 16);
     this.txtCode.MaxLength     = 0;
     this.txtCode.Name          = "txtCode";
     this.txtCode.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtCode.Size          = new System.Drawing.Size(97, 20);
     this.txtCode.TabIndex      = 0;
     this.txtCode.Leave        += new System.EventHandler(this.txtCode_Leave);
     this.txtCode.TextChanged  += new System.EventHandler(this.txtCode_TextChanged);
     //
     // lvProducts
     //
     this.lvProducts.AllowDrop     = true;
     this.lvProducts.BackColor     = System.Drawing.SystemColors.Window;
     this.lvProducts.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lvProducts.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.lvProducts.FullRowSelect = true;
     this.lvProducts.GridLines     = true;
     this.lvProducts.HideSelection = false;
     this.lvProducts.HotTracking   = true;
     this.lvProducts.LabelEdit     = false;
     this.lvProducts.Location      = new System.Drawing.Point(8, 64);
     this.lvProducts.MultiSelect   = false;
     this.lvProducts.Name          = "lvProducts";
     this.lvProducts.Size          = new System.Drawing.Size(393, 161);
     this.lvProducts.TabIndex      = 2;
     this.lvProducts.View          = System.Windows.Forms.View.Details;
     this.lvProducts.Columns.Add(this.lvProducts_ColumnHeader_1_);
     this.lvProducts.Columns.Add(this.lvProducts_ColumnHeader_2_);
     this.lvProducts.Columns.Add(this.lvProducts_ColumnHeader_3_);
     this.lvProducts.Columns.Add(this.lvProducts_ColumnHeader_4_);
     this.lvProducts.Columns.Add(this.lvProducts_ColumnHeader_5_);
     this.lvProducts.Columns.Add(this.lvProducts_ColumnHeader_6_);
     this.lvProducts.Columns.Add(this.lvProducts_ColumnHeader_7_);
     //
     // lvProducts_ColumnHeader_1_
     //
     this.lvProducts_ColumnHeader_1_.Text  = "Code";
     this.lvProducts_ColumnHeader_1_.Width = 97;
     //
     // lvProducts_ColumnHeader_2_
     //
     this.lvProducts_ColumnHeader_2_.Text  = "Name";
     this.lvProducts_ColumnHeader_2_.Width = 97;
     //
     // lvProducts_ColumnHeader_3_
     //
     this.lvProducts_ColumnHeader_3_.Text      = "Price";
     this.lvProducts_ColumnHeader_3_.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.lvProducts_ColumnHeader_3_.Width     = 97;
     //
     // lvProducts_ColumnHeader_4_
     //
     this.lvProducts_ColumnHeader_4_.Text      = "Existence";
     this.lvProducts_ColumnHeader_4_.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.lvProducts_ColumnHeader_4_.Width     = 97;
     //
     // lvProducts_ColumnHeader_5_
     //
     this.lvProducts_ColumnHeader_5_.Text      = "Ordered";
     this.lvProducts_ColumnHeader_5_.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.lvProducts_ColumnHeader_5_.Width     = 97;
     //
     // lvProducts_ColumnHeader_6_
     //
     this.lvProducts_ColumnHeader_6_.Text      = "Qty per Unit";
     this.lvProducts_ColumnHeader_6_.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.lvProducts_ColumnHeader_6_.Width     = 97;
     //
     // lvProducts_ColumnHeader_7_
     //
     this.lvProducts_ColumnHeader_7_.Text  = "Unit";
     this.lvProducts_ColumnHeader_7_.Width = 97;
     //
     // Label4
     //
     this.Label4.AllowDrop   = true;
     this.Label4.BackColor   = System.Drawing.SystemColors.Control;
     this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label4.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label4.Location    = new System.Drawing.Point(16, 40);
     this.Label4.Name        = "Label4";
     this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label4.Size        = new System.Drawing.Size(89, 17);
     this.Label4.TabIndex    = 9;
     this.Label4.Text        = "Name";
     //
     // Label5
     //
     this.Label5.AllowDrop   = true;
     this.Label5.BackColor   = System.Drawing.SystemColors.Control;
     this.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label5.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label5.Location    = new System.Drawing.Point(16, 16);
     this.Label5.Name        = "Label5";
     this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label5.Size        = new System.Drawing.Size(89, 17);
     this.Label5.TabIndex    = 8;
     this.Label5.Text        = "Code";
     //
     // lvProductsBy
     //
     this.lvProductsBy.AllowDrop     = true;
     this.lvProductsBy.BackColor     = System.Drawing.SystemColors.Window;
     this.lvProductsBy.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lvProductsBy.CheckBoxes    = true;
     this.lvProductsBy.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.lvProductsBy.FullRowSelect = true;
     this.lvProductsBy.GridLines     = true;
     this.lvProductsBy.HideSelection = false;
     this.lvProductsBy.HotTracking   = true;
     this.lvProductsBy.LabelEdit     = false;
     this.lvProductsBy.Location      = new System.Drawing.Point(8, 272);
     this.lvProductsBy.MultiSelect   = false;
     this.lvProductsBy.Name          = "lvProductsBy";
     this.lvProductsBy.Size          = new System.Drawing.Size(409, 169);
     this.lvProductsBy.TabIndex      = 3;
     this.lvProductsBy.View          = System.Windows.Forms.View.Details;
     this.lvProductsBy.Columns.Add(this.lvProductsBy_ColumnHeader_1_);
     this.lvProductsBy.Columns.Add(this.lvProductsBy_ColumnHeader_2_);
     this.lvProductsBy.Columns.Add(this.lvProductsBy_ColumnHeader_3_);
     this.lvProductsBy.Columns.Add(this.lvProductsBy_ColumnHeader_4_);
     //
     // lvProductsBy_ColumnHeader_1_
     //
     this.lvProductsBy_ColumnHeader_1_.Text  = "Code";
     this.lvProductsBy_ColumnHeader_1_.Width = 97;
     //
     // lvProductsBy_ColumnHeader_2_
     //
     this.lvProductsBy_ColumnHeader_2_.Text  = "Name";
     this.lvProductsBy_ColumnHeader_2_.Width = 97;
     //
     // lvProductsBy_ColumnHeader_3_
     //
     this.lvProductsBy_ColumnHeader_3_.Text      = "Price";
     this.lvProductsBy_ColumnHeader_3_.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.lvProductsBy_ColumnHeader_3_.Width     = 61;
     //
     // lvProductsBy_ColumnHeader_4_
     //
     this.lvProductsBy_ColumnHeader_4_.Text      = "Quantity per Unit";
     this.lvProductsBy_ColumnHeader_4_.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.lvProductsBy_ColumnHeader_4_.Width     = 94;
     //
     // lblProductsRelated
     //
     this.lblProductsRelated.AllowDrop   = true;
     this.lblProductsRelated.BackColor   = System.Drawing.SystemColors.Control;
     this.lblProductsRelated.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblProductsRelated.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblProductsRelated.Location    = new System.Drawing.Point(8, 248);
     this.lblProductsRelated.Name        = "lblProductsRelated";
     this.lblProductsRelated.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblProductsRelated.Size        = new System.Drawing.Size(409, 17);
     this.lblProductsRelated.TabIndex    = 10;
     this.lblProductsRelated.Text        = "Products";
     //
     // frmAddProductTo
     //
     this.AllowDrop           = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(424, 511);
     this.Controls.Add(this.chkAll);
     this.Controls.Add(this.cmdRemove);
     this.Controls.Add(this.sbStatusBar);
     this.Controls.Add(this.cmdClose);
     this.Controls.Add(this.cmdSave);
     this.Controls.Add(this.Frame1);
     this.Controls.Add(this.lvProductsBy);
     this.Controls.Add(this.lblProductsRelated);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Location        = new System.Drawing.Point(3, 25);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmAddProductTo";
     this.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.Text            = "Create New Product Item";
     this.Closed         += new System.EventHandler(this.Form_Closed);
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.Form_FormClosing);
     this.listViewHelper1.SetItemClickMethod(this.lvProducts, "lvProducts_ItemClick");
     this.listViewHelper1.SetCorrectEventsBehavior(this.lvProducts, true);
     ((System.ComponentModel.ISupportInitialize) this.listViewHelper1).EndInit();
     this.sbStatusBar.ResumeLayout(false);
     this.Frame1.ResumeLayout(false);
     this.lvProducts.ResumeLayout(false);
     this.lvProductsBy.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #40
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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.comboBox_com            = new System.Windows.Forms.ComboBox();
     this.btn_open                = new System.Windows.Forms.Button();
     this.serialPort1             = new System.IO.Ports.SerialPort(this.components);
     this.comboBox_baudrate       = new System.Windows.Forms.ComboBox();
     this.comboBox_databits       = new System.Windows.Forms.ComboBox();
     this.comboBox_stopbits       = new System.Windows.Forms.ComboBox();
     this.comboBox_parity         = new System.Windows.Forms.ComboBox();
     this.comboBox_flow           = new System.Windows.Forms.ComboBox();
     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.label5                  = new System.Windows.Forms.Label();
     this.label6                  = new System.Windows.Forms.Label();
     this.textBox_rec             = new System.Windows.Forms.TextBox();
     this.textBox_send            = new System.Windows.Forms.TextBox();
     this.label7                  = new System.Windows.Forms.Label();
     this.label8                  = new System.Windows.Forms.Label();
     this.checkBox_rec_hex        = new System.Windows.Forms.CheckBox();
     this.checkBox_rec_char       = new System.Windows.Forms.CheckBox();
     this.label_cnt_rec           = new System.Windows.Forms.Label();
     this.label_cnt_send          = new System.Windows.Forms.Label();
     this.checkBox_send_hex       = new System.Windows.Forms.CheckBox();
     this.checkBox_send_char      = new System.Windows.Forms.CheckBox();
     this.btn_cls_rec             = new System.Windows.Forms.Button();
     this.btn_cls_send            = new System.Windows.Forms.Button();
     this.textBox_send_time       = new System.Windows.Forms.TextBox();
     this.label11                 = new System.Windows.Forms.Label();
     this.checkBox_auto_send      = new System.Windows.Forms.CheckBox();
     this.btn_hande_send          = new System.Windows.Forms.Button();
     this.checkBox_huichehuanhang = new System.Windows.Forms.CheckBox();
     this.btn_save_file           = new System.Windows.Forms.Button();
     this.pictureBox1             = new System.Windows.Forms.PictureBox();
     this.btn_refresh             = new System.Windows.Forms.Button();
     this.imageList1              = new System.Windows.Forms.ImageList(this.components);
     this.timer_auto_send         = new System.Windows.Forms.Timer(this.components);
     this.pictureBox2             = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.SuspendLayout();
     //
     // comboBox_com
     //
     this.comboBox_com.FormattingEnabled = true;
     this.comboBox_com.Location          = new System.Drawing.Point(61, 27);
     this.comboBox_com.Name     = "comboBox_com";
     this.comboBox_com.Size     = new System.Drawing.Size(121, 20);
     this.comboBox_com.TabIndex = 0;
     //
     // btn_open
     //
     this.btn_open.Location = new System.Drawing.Point(49, 243);
     this.btn_open.Name     = "btn_open";
     this.btn_open.Size     = new System.Drawing.Size(75, 23);
     this.btn_open.TabIndex = 1;
     this.btn_open.Text     = "打开串口";
     this.btn_open.UseVisualStyleBackColor = true;
     this.btn_open.Click += new System.EventHandler(this.btn_openClick);
     //
     // comboBox_baudrate
     //
     this.comboBox_baudrate.FormattingEnabled = true;
     this.comboBox_baudrate.Items.AddRange(new object[] {
         "1200",
         "2400",
         "4800",
         "9600",
         "19200",
         "38400",
         "43000",
         "56000",
         "57600",
         "115200"
     });
     this.comboBox_baudrate.Location = new System.Drawing.Point(61, 62);
     this.comboBox_baudrate.Name     = "comboBox_baudrate";
     this.comboBox_baudrate.Size     = new System.Drawing.Size(121, 20);
     this.comboBox_baudrate.TabIndex = 2;
     this.comboBox_baudrate.Text     = "9600";
     //
     // comboBox_databits
     //
     this.comboBox_databits.FormattingEnabled = true;
     this.comboBox_databits.Items.AddRange(new object[] {
         "5",
         "6",
         "7",
         "8"
     });
     this.comboBox_databits.Location = new System.Drawing.Point(61, 99);
     this.comboBox_databits.Name     = "comboBox_databits";
     this.comboBox_databits.Size     = new System.Drawing.Size(121, 20);
     this.comboBox_databits.TabIndex = 3;
     this.comboBox_databits.Text     = "8";
     //
     // comboBox_stopbits
     //
     this.comboBox_stopbits.FormattingEnabled = true;
     this.comboBox_stopbits.Items.AddRange(new object[] {
         "1",
         "1.5",
         "2"
     });
     this.comboBox_stopbits.Location = new System.Drawing.Point(61, 136);
     this.comboBox_stopbits.Name     = "comboBox_stopbits";
     this.comboBox_stopbits.Size     = new System.Drawing.Size(121, 20);
     this.comboBox_stopbits.TabIndex = 4;
     this.comboBox_stopbits.Text     = "1";
     //
     // comboBox_parity
     //
     this.comboBox_parity.FormattingEnabled = true;
     this.comboBox_parity.Items.AddRange(new object[] {
         "None",
         "Odd",
         "Even",
         "Mark",
         "Space"
     });
     this.comboBox_parity.Location = new System.Drawing.Point(61, 173);
     this.comboBox_parity.Name     = "comboBox_parity";
     this.comboBox_parity.Size     = new System.Drawing.Size(121, 20);
     this.comboBox_parity.TabIndex = 5;
     this.comboBox_parity.Text     = "None";
     //
     // comboBox_flow
     //
     this.comboBox_flow.Enabled           = false;
     this.comboBox_flow.FormattingEnabled = true;
     this.comboBox_flow.Items.AddRange(new object[] {
         "Hardware",
         "Software",
         "None",
         "Custom"
     });
     this.comboBox_flow.Location = new System.Drawing.Point(62, 209);
     this.comboBox_flow.Name     = "comboBox_flow";
     this.comboBox_flow.Size     = new System.Drawing.Size(121, 20);
     this.comboBox_flow.TabIndex = 6;
     this.comboBox_flow.Text     = "None";
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location  = new System.Drawing.Point(5, 25);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(53, 23);
     this.label1.TabIndex  = 7;
     this.label1.Text      = "串口号";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location  = new System.Drawing.Point(2, 61);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(53, 23);
     this.label2.TabIndex  = 8;
     this.label2.Text      = "波特率";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label3
     //
     this.label3.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location  = new System.Drawing.Point(2, 96);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(53, 23);
     this.label3.TabIndex  = 9;
     this.label3.Text      = "数据位";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label4
     //
     this.label4.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.Location  = new System.Drawing.Point(2, 134);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(53, 23);
     this.label4.TabIndex  = 10;
     this.label4.Text      = "停止位";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label5
     //
     this.label5.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.Location  = new System.Drawing.Point(2, 172);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(53, 23);
     this.label5.TabIndex  = 11;
     this.label5.Text      = "校验位";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label6
     //
     this.label6.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label6.Location  = new System.Drawing.Point(3, 207);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(53, 23);
     this.label6.TabIndex  = 12;
     this.label6.Text      = "流  控";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // textBox_rec
     //
     this.textBox_rec.Font         = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBox_rec.Location     = new System.Drawing.Point(214, 25);
     this.textBox_rec.Multiline    = true;
     this.textBox_rec.Name         = "textBox_rec";
     this.textBox_rec.ScrollBars   = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox_rec.Size         = new System.Drawing.Size(517, 241);
     this.textBox_rec.TabIndex     = 13;
     this.textBox_rec.TextChanged += new System.EventHandler(this.TextBox_recTextChanged);
     //
     // textBox_send
     //
     this.textBox_send.Font         = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBox_send.Location     = new System.Drawing.Point(214, 288);
     this.textBox_send.Multiline    = true;
     this.textBox_send.Name         = "textBox_send";
     this.textBox_send.ScrollBars   = System.Windows.Forms.ScrollBars.Both;
     this.textBox_send.Size         = new System.Drawing.Size(517, 120);
     this.textBox_send.TabIndex     = 14;
     this.textBox_send.TextChanged += new System.EventHandler(this.TextBox_sendTextChanged);
     //
     // label7
     //
     this.label7.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label7.Location  = new System.Drawing.Point(214, 3);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(67, 20);
     this.label7.TabIndex  = 15;
     this.label7.Text      = "接收区:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label8
     //
     this.label8.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label8.Location  = new System.Drawing.Point(214, 268);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(67, 20);
     this.label8.TabIndex  = 16;
     this.label8.Text      = "发送区:";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // checkBox_rec_hex
     //
     this.checkBox_rec_hex.Location  = new System.Drawing.Point(737, 27);
     this.checkBox_rec_hex.Name      = "checkBox_rec_hex";
     this.checkBox_rec_hex.Size      = new System.Drawing.Size(55, 24);
     this.checkBox_rec_hex.TabIndex  = 17;
     this.checkBox_rec_hex.Text      = "HEX";
     this.checkBox_rec_hex.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.checkBox_rec_hex.UseVisualStyleBackColor = true;
     this.checkBox_rec_hex.CheckedChanged         += new System.EventHandler(this.CheckBox_rec_hexCheckedChanged);
     //
     // checkBox_rec_char
     //
     this.checkBox_rec_char.Checked    = true;
     this.checkBox_rec_char.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox_rec_char.Location   = new System.Drawing.Point(737, 57);
     this.checkBox_rec_char.Name       = "checkBox_rec_char";
     this.checkBox_rec_char.Size       = new System.Drawing.Size(55, 24);
     this.checkBox_rec_char.TabIndex   = 18;
     this.checkBox_rec_char.Text       = "Char";
     this.checkBox_rec_char.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.checkBox_rec_char.UseVisualStyleBackColor = true;
     this.checkBox_rec_char.CheckedChanged         += new System.EventHandler(this.CheckBox_rec_charCheckedChanged);
     //
     // label_cnt_rec
     //
     this.label_cnt_rec.Location  = new System.Drawing.Point(628, 5);
     this.label_cnt_rec.Name      = "label_cnt_rec";
     this.label_cnt_rec.Size      = new System.Drawing.Size(100, 18);
     this.label_cnt_rec.TabIndex  = 19;
     this.label_cnt_rec.Text      = "rec:0";
     this.label_cnt_rec.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label_cnt_send
     //
     this.label_cnt_send.Location  = new System.Drawing.Point(628, 267);
     this.label_cnt_send.Name      = "label_cnt_send";
     this.label_cnt_send.Size      = new System.Drawing.Size(100, 18);
     this.label_cnt_send.TabIndex  = 20;
     this.label_cnt_send.Text      = "send:0";
     this.label_cnt_send.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // checkBox_send_hex
     //
     this.checkBox_send_hex.Location  = new System.Drawing.Point(737, 297);
     this.checkBox_send_hex.Name      = "checkBox_send_hex";
     this.checkBox_send_hex.Size      = new System.Drawing.Size(55, 24);
     this.checkBox_send_hex.TabIndex  = 21;
     this.checkBox_send_hex.Text      = "HEX";
     this.checkBox_send_hex.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.checkBox_send_hex.UseVisualStyleBackColor = true;
     this.checkBox_send_hex.CheckedChanged         += new System.EventHandler(this.CheckBox_send_hexCheckedChanged);
     //
     // checkBox_send_char
     //
     this.checkBox_send_char.Checked    = true;
     this.checkBox_send_char.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox_send_char.Location   = new System.Drawing.Point(737, 327);
     this.checkBox_send_char.Name       = "checkBox_send_char";
     this.checkBox_send_char.Size       = new System.Drawing.Size(55, 24);
     this.checkBox_send_char.TabIndex   = 22;
     this.checkBox_send_char.Text       = "Char";
     this.checkBox_send_char.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.checkBox_send_char.UseVisualStyleBackColor = true;
     this.checkBox_send_char.CheckedChanged         += new System.EventHandler(this.CheckBox_send_charCheckedChanged);
     //
     // btn_cls_rec
     //
     this.btn_cls_rec.Location = new System.Drawing.Point(737, 243);
     this.btn_cls_rec.Name     = "btn_cls_rec";
     this.btn_cls_rec.Size     = new System.Drawing.Size(55, 23);
     this.btn_cls_rec.TabIndex = 23;
     this.btn_cls_rec.Text     = "清空";
     this.btn_cls_rec.UseVisualStyleBackColor = true;
     this.btn_cls_rec.Click += new System.EventHandler(this.Btn_cls_recClick);
     //
     // btn_cls_send
     //
     this.btn_cls_send.Location = new System.Drawing.Point(737, 385);
     this.btn_cls_send.Name     = "btn_cls_send";
     this.btn_cls_send.Size     = new System.Drawing.Size(55, 23);
     this.btn_cls_send.TabIndex = 24;
     this.btn_cls_send.Text     = "清空";
     this.btn_cls_send.UseVisualStyleBackColor = true;
     this.btn_cls_send.Click += new System.EventHandler(this.Btn_cls_sendClick);
     //
     // textBox_send_time
     //
     this.textBox_send_time.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBox_send_time.Location = new System.Drawing.Point(546, 413);
     this.textBox_send_time.Name     = "textBox_send_time";
     this.textBox_send_time.Size     = new System.Drawing.Size(57, 23);
     this.textBox_send_time.TabIndex = 25;
     //
     // label11
     //
     this.label11.Font      = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label11.Location  = new System.Drawing.Point(609, 416);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(41, 18);
     this.label11.TabIndex  = 26;
     this.label11.Text      = "ms/次";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // checkBox_auto_send
     //
     this.checkBox_auto_send.Location = new System.Drawing.Point(473, 413);
     this.checkBox_auto_send.Name     = "checkBox_auto_send";
     this.checkBox_auto_send.Size     = new System.Drawing.Size(72, 24);
     this.checkBox_auto_send.TabIndex = 27;
     this.checkBox_auto_send.Text     = "定时发送";
     this.checkBox_auto_send.UseVisualStyleBackColor = true;
     this.checkBox_auto_send.CheckedChanged         += new System.EventHandler(this.CheckBox_auto_sendCheckedChanged);
     //
     // btn_hande_send
     //
     this.btn_hande_send.Location = new System.Drawing.Point(656, 413);
     this.btn_hande_send.Name     = "btn_hande_send";
     this.btn_hande_send.Size     = new System.Drawing.Size(75, 23);
     this.btn_hande_send.TabIndex = 28;
     this.btn_hande_send.Text     = "手动发送";
     this.btn_hande_send.UseVisualStyleBackColor = true;
     this.btn_hande_send.Click += new System.EventHandler(this.Btn_hande_sendClick);
     //
     // checkBox_huichehuanhang
     //
     this.checkBox_huichehuanhang.Location = new System.Drawing.Point(737, 355);
     this.checkBox_huichehuanhang.Name     = "checkBox_huichehuanhang";
     this.checkBox_huichehuanhang.Size     = new System.Drawing.Size(72, 24);
     this.checkBox_huichehuanhang.TabIndex = 29;
     this.checkBox_huichehuanhang.Text     = "回车换行";
     this.checkBox_huichehuanhang.UseVisualStyleBackColor = true;
     this.checkBox_huichehuanhang.CheckedChanged         += new System.EventHandler(this.CheckBox_huichehuanhangCheckedChanged);
     //
     // btn_save_file
     //
     this.btn_save_file.Location = new System.Drawing.Point(738, 214);
     this.btn_save_file.Name     = "btn_save_file";
     this.btn_save_file.Size     = new System.Drawing.Size(54, 23);
     this.btn_save_file.TabIndex = 30;
     this.btn_save_file.Text     = "保存至";
     this.btn_save_file.UseVisualStyleBackColor = true;
     this.btn_save_file.Click += new System.EventHandler(this.Btn_save_fileClick);
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor             = System.Drawing.Color.Transparent;
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.pictureBox1.ErrorImage            = null;
     this.pictureBox1.InitialImage          = null;
     this.pictureBox1.Location = new System.Drawing.Point(12, 244);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(20, 20);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 31;
     this.pictureBox1.TabStop  = false;
     //
     // btn_refresh
     //
     this.btn_refresh.Image    = ((System.Drawing.Image)(resources.GetObject("btn_refresh.Image")));
     this.btn_refresh.Location = new System.Drawing.Point(138, 243);
     this.btn_refresh.Name     = "btn_refresh";
     this.btn_refresh.Size     = new System.Drawing.Size(24, 24);
     this.btn_refresh.TabIndex = 32;
     this.btn_refresh.UseVisualStyleBackColor = true;
     this.btn_refresh.Click += new System.EventHandler(this.btn_refreshClick);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "red.png");
     this.imageList1.Images.SetKeyName(1, "green.png");
     //
     // timer_auto_send
     //
     this.timer_auto_send.Tick += new System.EventHandler(this.Timer_auto_sendTick);
     //
     // pictureBox2
     //
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(15, 297);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(147, 130);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBox2.TabIndex = 33;
     this.pictureBox2.TabStop  = false;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(807, 443);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.btn_refresh);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.btn_save_file);
     this.Controls.Add(this.checkBox_huichehuanhang);
     this.Controls.Add(this.btn_hande_send);
     this.Controls.Add(this.checkBox_auto_send);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.textBox_send_time);
     this.Controls.Add(this.btn_cls_send);
     this.Controls.Add(this.btn_cls_rec);
     this.Controls.Add(this.checkBox_send_char);
     this.Controls.Add(this.checkBox_send_hex);
     this.Controls.Add(this.label_cnt_send);
     this.Controls.Add(this.label_cnt_rec);
     this.Controls.Add(this.checkBox_rec_char);
     this.Controls.Add(this.checkBox_rec_hex);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.textBox_send);
     this.Controls.Add(this.textBox_rec);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.comboBox_flow);
     this.Controls.Add(this.comboBox_parity);
     this.Controls.Add(this.comboBox_stopbits);
     this.Controls.Add(this.comboBox_databits);
     this.Controls.Add(this.comboBox_baudrate);
     this.Controls.Add(this.btn_open);
     this.Controls.Add(this.comboBox_com);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "MainForm";
     this.Text = "串口调试助手-v1.0  by:http://www.cucxj.cn";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #41
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.CheckBox checkBox_BIOS;
     this.tabControl1       = new System.Windows.Forms.TabControl();
     this.tabPage_Pass      = new System.Windows.Forms.TabPage();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.button_EXE        = new System.Windows.Forms.Button();
     this.label6            = new System.Windows.Forms.Label();
     this.button_File       = new System.Windows.Forms.Button();
     this.textBox_File      = new System.Windows.Forms.TextBox();
     this.groupB_Encryption = new System.Windows.Forms.GroupBox();
     this.comboBox_Disk     = new System.Windows.Forms.ComboBox();
     this.checkBox_Disk     = new System.Windows.Forms.CheckBox();
     this.checkBox_MAC      = new System.Windows.Forms.CheckBox();
     this.checkBox_CPU      = new System.Windows.Forms.CheckBox();
     this.tabPage_Pigh      = new System.Windows.Forms.TabPage();
     this.groupBox_Other    = new System.Windows.Forms.GroupBox();
     this.radio_Count       = new System.Windows.Forms.RadioButton();
     this.radio_Day         = new System.Windows.Forms.RadioButton();
     this.radio_Month       = new System.Windows.Forms.RadioButton();
     this.numer_Count       = new System.Windows.Forms.NumericUpDown();
     this.numer_Day         = new System.Windows.Forms.NumericUpDown();
     this.nume_Month        = new System.Windows.Forms.NumericUpDown();
     this.groupBox_Data     = new System.Windows.Forms.GroupBox();
     this.radio_Data        = new System.Windows.Forms.RadioButton();
     this.dateTimePicker1   = new System.Windows.Forms.DateTimePicker();
     this.label1            = new System.Windows.Forms.Label();
     this.openFileDialog1   = new System.Windows.Forms.OpenFileDialog();
     checkBox_BIOS          = new System.Windows.Forms.CheckBox();
     this.tabControl1.SuspendLayout();
     this.tabPage_Pass.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupB_Encryption.SuspendLayout();
     this.tabPage_Pigh.SuspendLayout();
     this.groupBox_Other.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numer_Count)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numer_Day)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nume_Month)).BeginInit();
     this.groupBox_Data.SuspendLayout();
     this.SuspendLayout();
     //
     // checkBox_BIOS
     //
     checkBox_BIOS.AutoSize = true;
     checkBox_BIOS.Location = new System.Drawing.Point(21, 34);
     checkBox_BIOS.Name     = "checkBox_BIOS";
     checkBox_BIOS.Size     = new System.Drawing.Size(72, 16);
     checkBox_BIOS.TabIndex = 0;
     checkBox_BIOS.Tag      = "0";
     checkBox_BIOS.Text     = "主机名称";
     checkBox_BIOS.UseVisualStyleBackColor = true;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage_Pass);
     this.tabControl1.Controls.Add(this.tabPage_Pigh);
     this.tabControl1.Location      = new System.Drawing.Point(4, 5);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(319, 246);
     this.tabControl1.TabIndex      = 3;
     //
     // tabPage_Pass
     //
     this.tabPage_Pass.Controls.Add(this.groupBox1);
     this.tabPage_Pass.Controls.Add(this.groupB_Encryption);
     this.tabPage_Pass.Location = new System.Drawing.Point(4, 22);
     this.tabPage_Pass.Name     = "tabPage_Pass";
     this.tabPage_Pass.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage_Pass.Size     = new System.Drawing.Size(311, 220);
     this.tabPage_Pass.TabIndex = 0;
     this.tabPage_Pass.Text     = "文件加密设置";
     this.tabPage_Pass.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.button_EXE);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.button_File);
     this.groupBox1.Controls.Add(this.textBox_File);
     this.groupBox1.Location = new System.Drawing.Point(6, 121);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(297, 100);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "EXE文件加密";
     //
     // button_EXE
     //
     this.button_EXE.Location = new System.Drawing.Point(184, 71);
     this.button_EXE.Name     = "button_EXE";
     this.button_EXE.Size     = new System.Drawing.Size(93, 23);
     this.button_EXE.TabIndex = 3;
     this.button_EXE.Text     = "EXE文件加密";
     this.button_EXE.UseVisualStyleBackColor = true;
     this.button_EXE.Click += new System.EventHandler(this.button_EXE_Click);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(9, 17);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(125, 12);
     this.label6.TabIndex = 2;
     this.label6.Text     = "获取加密文件的路径:";
     //
     // button_File
     //
     this.button_File.Location = new System.Drawing.Point(244, 38);
     this.button_File.Name     = "button_File";
     this.button_File.Size     = new System.Drawing.Size(33, 23);
     this.button_File.TabIndex = 1;
     this.button_File.Text     = "...";
     this.button_File.UseVisualStyleBackColor = true;
     this.button_File.Click += new System.EventHandler(this.button_File_Click);
     //
     // textBox_File
     //
     this.textBox_File.Location = new System.Drawing.Point(10, 38);
     this.textBox_File.Name     = "textBox_File";
     this.textBox_File.Size     = new System.Drawing.Size(228, 21);
     this.textBox_File.TabIndex = 0;
     //
     // groupB_Encryption
     //
     this.groupB_Encryption.Controls.Add(this.comboBox_Disk);
     this.groupB_Encryption.Controls.Add(this.checkBox_Disk);
     this.groupB_Encryption.Controls.Add(this.checkBox_MAC);
     this.groupB_Encryption.Controls.Add(this.checkBox_CPU);
     this.groupB_Encryption.Controls.Add(checkBox_BIOS);
     this.groupB_Encryption.Location = new System.Drawing.Point(6, 6);
     this.groupB_Encryption.Name     = "groupB_Encryption";
     this.groupB_Encryption.Size     = new System.Drawing.Size(297, 109);
     this.groupB_Encryption.TabIndex = 0;
     this.groupB_Encryption.TabStop  = false;
     this.groupB_Encryption.Text     = "设置加密码";
     //
     // comboBox_Disk
     //
     this.comboBox_Disk.FormattingEnabled = true;
     this.comboBox_Disk.Location          = new System.Drawing.Point(146, 56);
     this.comboBox_Disk.Name     = "comboBox_Disk";
     this.comboBox_Disk.Size     = new System.Drawing.Size(84, 20);
     this.comboBox_Disk.TabIndex = 15;
     //
     // checkBox_Disk
     //
     this.checkBox_Disk.AutoSize = true;
     this.checkBox_Disk.Location = new System.Drawing.Point(146, 34);
     this.checkBox_Disk.Name     = "checkBox_Disk";
     this.checkBox_Disk.Size     = new System.Drawing.Size(84, 16);
     this.checkBox_Disk.TabIndex = 3;
     this.checkBox_Disk.Tag      = "3";
     this.checkBox_Disk.Text     = "硬盘序列号";
     this.checkBox_Disk.UseVisualStyleBackColor = true;
     //
     // checkBox_MAC
     //
     this.checkBox_MAC.AutoSize = true;
     this.checkBox_MAC.Location = new System.Drawing.Point(21, 78);
     this.checkBox_MAC.Name     = "checkBox_MAC";
     this.checkBox_MAC.Size     = new System.Drawing.Size(96, 16);
     this.checkBox_MAC.TabIndex = 2;
     this.checkBox_MAC.Tag      = "2";
     this.checkBox_MAC.Text     = "网卡硬件地址";
     this.checkBox_MAC.UseVisualStyleBackColor = true;
     //
     // checkBox_CPU
     //
     this.checkBox_CPU.AutoSize = true;
     this.checkBox_CPU.Location = new System.Drawing.Point(21, 56);
     this.checkBox_CPU.Name     = "checkBox_CPU";
     this.checkBox_CPU.Size     = new System.Drawing.Size(78, 16);
     this.checkBox_CPU.TabIndex = 1;
     this.checkBox_CPU.Tag      = "1";
     this.checkBox_CPU.Text     = "CPU序列号";
     this.checkBox_CPU.UseVisualStyleBackColor = true;
     //
     // tabPage_Pigh
     //
     this.tabPage_Pigh.Controls.Add(this.groupBox_Other);
     this.tabPage_Pigh.Controls.Add(this.groupBox_Data);
     this.tabPage_Pigh.Location = new System.Drawing.Point(4, 22);
     this.tabPage_Pigh.Name     = "tabPage_Pigh";
     this.tabPage_Pigh.Size     = new System.Drawing.Size(311, 220);
     this.tabPage_Pigh.TabIndex = 1;
     this.tabPage_Pigh.Text     = "高级设置";
     this.tabPage_Pigh.UseVisualStyleBackColor = true;
     //
     // groupBox_Other
     //
     this.groupBox_Other.Controls.Add(this.radio_Count);
     this.groupBox_Other.Controls.Add(this.radio_Day);
     this.groupBox_Other.Controls.Add(this.radio_Month);
     this.groupBox_Other.Controls.Add(this.numer_Count);
     this.groupBox_Other.Controls.Add(this.numer_Day);
     this.groupBox_Other.Controls.Add(this.nume_Month);
     this.groupBox_Other.Location = new System.Drawing.Point(17, 84);
     this.groupBox_Other.Name     = "groupBox_Other";
     this.groupBox_Other.Size     = new System.Drawing.Size(281, 119);
     this.groupBox_Other.TabIndex = 1;
     this.groupBox_Other.TabStop  = false;
     this.groupBox_Other.Text     = "其他设置";
     //
     // radio_Count
     //
     this.radio_Count.AutoSize = true;
     this.radio_Count.Location = new System.Drawing.Point(33, 89);
     this.radio_Count.Name     = "radio_Count";
     this.radio_Count.Size     = new System.Drawing.Size(71, 16);
     this.radio_Count.TabIndex = 8;
     this.radio_Count.TabStop  = true;
     this.radio_Count.Text     = "运行次数";
     this.radio_Count.UseVisualStyleBackColor = true;
     this.radio_Count.MouseUp += new System.Windows.Forms.MouseEventHandler(this.radio_Data_MouseUp);
     //
     // radio_Day
     //
     this.radio_Day.AutoSize = true;
     this.radio_Day.Location = new System.Drawing.Point(33, 58);
     this.radio_Day.Name     = "radio_Day";
     this.radio_Day.Size     = new System.Drawing.Size(71, 16);
     this.radio_Day.TabIndex = 7;
     this.radio_Day.TabStop  = true;
     this.radio_Day.Text     = "天  数";
     this.radio_Day.UseVisualStyleBackColor = true;
     this.radio_Day.MouseUp += new System.Windows.Forms.MouseEventHandler(this.radio_Data_MouseUp);
     //
     // radio_Month
     //
     this.radio_Month.AutoSize = true;
     this.radio_Month.Location = new System.Drawing.Point(33, 27);
     this.radio_Month.Name     = "radio_Month";
     this.radio_Month.Size     = new System.Drawing.Size(71, 16);
     this.radio_Month.TabIndex = 6;
     this.radio_Month.TabStop  = true;
     this.radio_Month.Text     = "月份个数";
     this.radio_Month.UseVisualStyleBackColor = true;
     this.radio_Month.MouseUp += new System.Windows.Forms.MouseEventHandler(this.radio_Data_MouseUp);
     //
     // numer_Count
     //
     this.numer_Count.Location = new System.Drawing.Point(114, 86);
     this.numer_Count.Maximum  = new decimal(new int[] {
         100000,
         0,
         0,
         0
     });
     this.numer_Count.Name     = "numer_Count";
     this.numer_Count.Size     = new System.Drawing.Size(131, 21);
     this.numer_Count.TabIndex = 5;
     //
     // numer_Day
     //
     this.numer_Day.Location = new System.Drawing.Point(114, 55);
     this.numer_Day.Maximum  = new decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.numer_Day.Name     = "numer_Day";
     this.numer_Day.Size     = new System.Drawing.Size(131, 21);
     this.numer_Day.TabIndex = 4;
     //
     // nume_Month
     //
     this.nume_Month.Location = new System.Drawing.Point(114, 24);
     this.nume_Month.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.nume_Month.Name     = "nume_Month";
     this.nume_Month.Size     = new System.Drawing.Size(131, 21);
     this.nume_Month.TabIndex = 3;
     //
     // groupBox_Data
     //
     this.groupBox_Data.Controls.Add(this.radio_Data);
     this.groupBox_Data.Controls.Add(this.dateTimePicker1);
     this.groupBox_Data.Controls.Add(this.label1);
     this.groupBox_Data.Location = new System.Drawing.Point(17, 13);
     this.groupBox_Data.Name     = "groupBox_Data";
     this.groupBox_Data.Size     = new System.Drawing.Size(281, 55);
     this.groupBox_Data.TabIndex = 0;
     this.groupBox_Data.TabStop  = false;
     this.groupBox_Data.Text     = "日期设置";
     //
     // radio_Data
     //
     this.radio_Data.AutoSize = true;
     this.radio_Data.Location = new System.Drawing.Point(33, 24);
     this.radio_Data.Name     = "radio_Data";
     this.radio_Data.Size     = new System.Drawing.Size(71, 16);
     this.radio_Data.TabIndex = 2;
     this.radio_Data.TabStop  = true;
     this.radio_Data.Text     = "截止日期";
     this.radio_Data.UseVisualStyleBackColor = true;
     this.radio_Data.MouseUp += new System.Windows.Forms.MouseEventHandler(this.radio_Data_MouseUp);
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Location = new System.Drawing.Point(114, 21);
     this.dateTimePicker1.Name     = "dateTimePicker1";
     this.dateTimePicker1.Size     = new System.Drawing.Size(131, 21);
     this.dateTimePicker1.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(38, 26);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(65, 12);
     this.label1.TabIndex = 0;
     this.label1.Text     = "截止日期:";
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // Frm_Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(328, 254);
     this.Controls.Add(this.tabControl1);
     this.Name          = "Frm_Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "EXE文件加密器";
     this.Shown        += new System.EventHandler(this.Form1_Shown);
     this.tabControl1.ResumeLayout(false);
     this.tabPage_Pass.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupB_Encryption.ResumeLayout(false);
     this.groupB_Encryption.PerformLayout();
     this.tabPage_Pigh.ResumeLayout(false);
     this.groupBox_Other.ResumeLayout(false);
     this.groupBox_Other.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numer_Count)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numer_Day)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nume_Month)).EndInit();
     this.groupBox_Data.ResumeLayout(false);
     this.groupBox_Data.PerformLayout();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     _Label1                         = new System.Windows.Forms.Label();
     _btnFontsSmaller                = new System.Windows.Forms.Button();
     _btnFontsSmaller.Click         += btnFontsSmaller_Click;
     _btnFontsLarger                 = new System.Windows.Forms.Button();
     _btnFontsLarger.Click          += btnFontsLarger_Click;
     _btnExit                        = new System.Windows.Forms.Button();
     _btnExit.Click                 += btnExit_Click;
     _chkShowTitle                   = new System.Windows.Forms.CheckBox();
     _chkShowTitle.CheckedChanged   += chkShowTitle_CheckedChanged;
     _chkShowHeaders                 = new System.Windows.Forms.CheckBox();
     _chkShowHeaders.CheckedChanged += chkShowHeaders_CheckedChanged;
     SuspendLayout();
     //
     // Label1
     //
     _Label1.Location = new System.Drawing.Point(8, 8);
     _Label1.Name     = "Label1";
     _Label1.Size     = new System.Drawing.Size(76, 16);
     _Label1.TabIndex = 0;
     _Label1.Text     = "Grids Fonts";
     //
     // btnFontsSmaller
     //
     _btnFontsSmaller.Location = new System.Drawing.Point(12, 28);
     _btnFontsSmaller.Name     = "btnFontsSmaller";
     _btnFontsSmaller.Size     = new System.Drawing.Size(16, 20);
     _btnFontsSmaller.TabIndex = 1;
     _btnFontsSmaller.Text     = "<";
     //
     // btnFontsLarger
     //
     _btnFontsLarger.Location = new System.Drawing.Point(44, 28);
     _btnFontsLarger.Name     = "btnFontsLarger";
     _btnFontsLarger.Size     = new System.Drawing.Size(16, 20);
     _btnFontsLarger.TabIndex = 2;
     _btnFontsLarger.Text     = ">";
     //
     // btnExit
     //
     _btnExit.Location = new System.Drawing.Point(364, 20);
     _btnExit.Name     = "btnExit";
     _btnExit.Size     = new System.Drawing.Size(72, 24);
     _btnExit.TabIndex = 3;
     _btnExit.Text     = "Close";
     //
     // chkShowTitle
     //
     _chkShowTitle.Location = new System.Drawing.Point(144, 16);
     _chkShowTitle.Name     = "chkShowTitle";
     _chkShowTitle.Size     = new System.Drawing.Size(152, 16);
     _chkShowTitle.TabIndex = 4;
     _chkShowTitle.Text     = "Show Grid Title Bar";
     //
     // chkShowHeaders
     //
     _chkShowHeaders.Location = new System.Drawing.Point(144, 36);
     _chkShowHeaders.Name     = "chkShowHeaders";
     _chkShowHeaders.Size     = new System.Drawing.Size(172, 16);
     _chkShowHeaders.TabIndex = 5;
     _chkShowHeaders.Text     = "Show Grid Column Headers";
     //
     // frmGridProperties
     //
     AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     BackColor         = System.Drawing.SystemColors.Info;
     ClientSize        = new System.Drawing.Size(442, 68);
     Controls.Add(_chkShowHeaders);
     Controls.Add(_chkShowTitle);
     Controls.Add(_btnExit);
     Controls.Add(_btnFontsLarger);
     Controls.Add(_btnFontsSmaller);
     Controls.Add(_Label1);
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     MaximizeBox     = false;
     MinimizeBox     = false;
     Name            = "frmGridProperties";
     Text            = "Properties for the Grid";
     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();
     this.dataGridView1          = new System.Windows.Forms.DataGridView();
     this.contextMenuStrip1      = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.新未收款ToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.未收款列表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1     = new System.Windows.Forms.ToolStripSeparator();
     this.收款ToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.buttonAdd            = new System.Windows.Forms.Button();
     this.buttonModify         = new System.Windows.Forms.Button();
     this.buttonDel            = new System.Windows.Forms.Button();
     this.checkBoxHideZero     = new System.Windows.Forms.CheckBox();
     this.buttonClose          = new System.Windows.Forms.Button();
     this.labelTotal           = new System.Windows.Forms.Label();
     this.dataGridView2        = new System.Windows.Forms.DataGridView();
     this.contextMenuStrip2    = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.除记录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.labelCurAmt          = new System.Windows.Forms.Label();
     this.labelInitAmt         = new System.Windows.Forms.Label();
     this.labelCurCompany      = new System.Windows.Forms.Label();
     this.splitContainer1      = new System.Windows.Forms.SplitContainer();
     this.buttonPrint          = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
     this.contextMenuStrip2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.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.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.ContextMenuStrip            = this.contextMenuStrip1;
     this.dataGridView1.Location           = new System.Drawing.Point(3, 3);
     this.dataGridView1.Name               = "dataGridView1";
     this.dataGridView1.RowHeadersWidth    = 30;
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.Size               = new System.Drawing.Size(305, 233);
     this.dataGridView1.TabIndex           = 0;
     this.dataGridView1.SelectionChanged  += new System.EventHandler(this.DataGridView1SelectionChanged);
     this.dataGridView1.DoubleClick       += new System.EventHandler(this.DataGridView1DoubleClick);
     this.dataGridView1.MouseClick        += new System.Windows.Forms.MouseEventHandler(this.DataGridView1MouseClick);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.新未收款ToolStripMenuItem,
         this.未收款列表ToolStripMenuItem,
         this.toolStripMenuItem1,
         this.收款ToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(125, 76);
     //
     // 新未收款ToolStripMenuItem
     //
     this.新未收款ToolStripMenuItem.Name   = "新未收款ToolStripMenuItem";
     this.新未收款ToolStripMenuItem.Size   = new System.Drawing.Size(124, 22);
     this.新未收款ToolStripMenuItem.Text   = "新未收款";
     this.新未收款ToolStripMenuItem.Click += new System.EventHandler(this.新未收款ToolStripMenuItemClick);
     //
     // 未收款列表ToolStripMenuItem
     //
     this.未收款列表ToolStripMenuItem.Name   = "未收款列表ToolStripMenuItem";
     this.未收款列表ToolStripMenuItem.Size   = new System.Drawing.Size(124, 22);
     this.未收款列表ToolStripMenuItem.Text   = "收款";
     this.未收款列表ToolStripMenuItem.Click += new System.EventHandler(this.未收款列表ToolStripMenuItemClick);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(121, 6);
     //
     // 收款ToolStripMenuItem
     //
     this.收款ToolStripMenuItem.Name   = "收款ToolStripMenuItem";
     this.收款ToolStripMenuItem.Size   = new System.Drawing.Size(124, 22);
     this.收款ToolStripMenuItem.Text   = "款项记录";
     this.收款ToolStripMenuItem.Click += new System.EventHandler(this.收款ToolStripMenuItemClick);
     //
     // buttonAdd
     //
     this.buttonAdd.Location = new System.Drawing.Point(12, 11);
     this.buttonAdd.Name     = "buttonAdd";
     this.buttonAdd.Size     = new System.Drawing.Size(75, 23);
     this.buttonAdd.TabIndex = 1;
     this.buttonAdd.Text     = "新增客户/班组";
     this.buttonAdd.UseVisualStyleBackColor = true;
     this.buttonAdd.Click += new System.EventHandler(this.ButtonAddClick);
     //
     // buttonModify
     //
     this.buttonModify.Location = new System.Drawing.Point(93, 11);
     this.buttonModify.Name     = "buttonModify";
     this.buttonModify.Size     = new System.Drawing.Size(75, 23);
     this.buttonModify.TabIndex = 1;
     this.buttonModify.Text     = "更新客户/班组";
     this.buttonModify.UseVisualStyleBackColor = true;
     this.buttonModify.Click += new System.EventHandler(this.ButtonModifyClick);
     //
     // buttonDel
     //
     this.buttonDel.Location = new System.Drawing.Point(174, 11);
     this.buttonDel.Name     = "buttonDel";
     this.buttonDel.Size     = new System.Drawing.Size(75, 23);
     this.buttonDel.TabIndex = 1;
     this.buttonDel.Text     = "删除客户/班组";
     this.buttonDel.UseVisualStyleBackColor = true;
     this.buttonDel.Click += new System.EventHandler(this.ButtonDelClick);
     //
     // checkBoxHideZero
     //
     this.checkBoxHideZero.Location = new System.Drawing.Point(290, 12);
     this.checkBoxHideZero.Name     = "checkBoxHideZero";
     this.checkBoxHideZero.Size     = new System.Drawing.Size(104, 24);
     this.checkBoxHideZero.TabIndex = 2;
     this.checkBoxHideZero.Text     = "隐藏零欠款";
     this.checkBoxHideZero.UseVisualStyleBackColor = true;
     this.checkBoxHideZero.Click += new System.EventHandler(this.CheckBoxHideZeroClick);
     //
     // buttonClose
     //
     this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonClose.Location = new System.Drawing.Point(675, 11);
     this.buttonClose.Name     = "buttonClose";
     this.buttonClose.Size     = new System.Drawing.Size(75, 23);
     this.buttonClose.TabIndex = 1;
     this.buttonClose.Text     = "关闭";
     this.buttonClose.UseVisualStyleBackColor = true;
     this.buttonClose.Click += new System.EventHandler(this.ButtonCloseClick);
     //
     // labelTotal
     //
     this.labelTotal.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelTotal.Font     = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelTotal.Location = new System.Drawing.Point(3, 239);
     this.labelTotal.Name     = "labelTotal";
     this.labelTotal.Size     = new System.Drawing.Size(273, 23);
     this.labelTotal.TabIndex = 5;
     this.labelTotal.Text     = "合计未收款:";
     //
     // dataGridView2
     //
     this.dataGridView2.AllowUserToAddRows = false;
     this.dataGridView2.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.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView2.ContextMenuStrip            = this.contextMenuStrip2;
     this.dataGridView2.Location           = new System.Drawing.Point(3, 26);
     this.dataGridView2.Name               = "dataGridView2";
     this.dataGridView2.RowHeadersWidth    = 30;
     this.dataGridView2.RowTemplate.Height = 23;
     this.dataGridView2.Size               = new System.Drawing.Size(417, 210);
     this.dataGridView2.TabIndex           = 6;
     //
     // contextMenuStrip2
     //
     this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.除记录ToolStripMenuItem
     });
     this.contextMenuStrip2.Name = "contextMenuStrip2";
     this.contextMenuStrip2.Size = new System.Drawing.Size(125, 26);
     //
     // 删除记录ToolStripMenuItem
     //
     this.除记录ToolStripMenuItem.Name   = "删除记录ToolStripMenuItem";
     this.除记录ToolStripMenuItem.Size   = new System.Drawing.Size(124, 22);
     this.除记录ToolStripMenuItem.Text   = "删除记录";
     this.除记录ToolStripMenuItem.Click += new System.EventHandler(this.除记录ToolStripMenuItemClick);
     //
     // labelCurAmt
     //
     this.labelCurAmt.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.labelCurAmt.Font     = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelCurAmt.Location = new System.Drawing.Point(242, 239);
     this.labelCurAmt.Name     = "labelCurAmt";
     this.labelCurAmt.Size     = new System.Drawing.Size(178, 23);
     this.labelCurAmt.TabIndex = 7;
     this.labelCurAmt.Text     = "当前应收款:";
     //
     // labelInitAmt
     //
     this.labelInitAmt.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelInitAmt.Font     = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelInitAmt.Location = new System.Drawing.Point(3, 239);
     this.labelInitAmt.Name     = "labelInitAmt";
     this.labelInitAmt.Size     = new System.Drawing.Size(224, 23);
     this.labelInitAmt.TabIndex = 8;
     this.labelInitAmt.Text     = "初始应收款:";
     //
     // labelCurCompany
     //
     this.labelCurCompany.Font     = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelCurCompany.Location = new System.Drawing.Point(3, 3);
     this.labelCurCompany.Name     = "labelCurCompany";
     this.labelCurCompany.Size     = new System.Drawing.Size(336, 23);
     this.labelCurCompany.TabIndex = 8;
     this.labelCurCompany.Text     = "当前往来单位:";
     //
     // splitContainer1
     //
     this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(12, 42);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
     this.splitContainer1.Panel1.Controls.Add(this.labelTotal);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Panel2.Controls.Add(this.buttonPrint);
     this.splitContainer1.Panel2.Controls.Add(this.labelCurCompany);
     this.splitContainer1.Panel2.Controls.Add(this.dataGridView2);
     this.splitContainer1.Panel2.Controls.Add(this.labelCurAmt);
     this.splitContainer1.Panel2.Controls.Add(this.labelInitAmt);
     this.splitContainer1.Size             = new System.Drawing.Size(738, 268);
     this.splitContainer1.SplitterDistance = 311;
     this.splitContainer1.TabIndex         = 9;
     //
     // buttonPrint
     //
     this.buttonPrint.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonPrint.Location = new System.Drawing.Point(345, 3);
     this.buttonPrint.Name     = "buttonPrint";
     this.buttonPrint.Size     = new System.Drawing.Size(75, 23);
     this.buttonPrint.TabIndex = 9;
     this.buttonPrint.Text     = "打印";
     this.buttonPrint.UseVisualStyleBackColor = true;
     this.buttonPrint.Click += new System.EventHandler(this.ButtonPrintClick);
     //
     // FormAccountIN
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(762, 322);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.checkBoxHideZero);
     this.Controls.Add(this.buttonClose);
     this.Controls.Add(this.buttonDel);
     this.Controls.Add(this.buttonModify);
     this.Controls.Add(this.buttonAdd);
     this.Name    = "FormAccountIN";
     this.Text    = "未收款信息";
     this.Load   += new System.EventHandler(this.FormAccountINLoad);
     this.Resize += new System.EventHandler(this.FormAccountINResize);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
     this.contextMenuStrip2.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.pageSpecificFilter = new System.Windows.Forms.TabPage();
     this.lblNameMask        = new System.Windows.Forms.Label();
     this.lblPlaceMask       = new System.Windows.Forms.Label();
     this.lblGroups          = new System.Windows.Forms.Label();
     this.GroupBox1          = new System.Windows.Forms.GroupBox();
     this.chkOnlyPatriarchs  = new System.Windows.Forms.CheckBox();
     this.lblSources         = new System.Windows.Forms.Label();
     this.lblAliveBefore     = new System.Windows.Forms.Label();
     this.lblEventsMask      = new System.Windows.Forms.Label();
     this.rgLife             = new System.Windows.Forms.GroupBox();
     this.rbAliveBefore      = new System.Windows.Forms.RadioButton();
     this.rbOnlyDead         = new System.Windows.Forms.RadioButton();
     this.rbOnlyLive         = new System.Windows.Forms.RadioButton();
     this.rbAll              = new System.Windows.Forms.RadioButton();
     this.txtName            = new System.Windows.Forms.ComboBox();
     this.rgSex              = new System.Windows.Forms.GroupBox();
     this.rbSexFemale        = new System.Windows.Forms.RadioButton();
     this.rbSexAll           = new System.Windows.Forms.RadioButton();
     this.rbSexMale          = new System.Windows.Forms.RadioButton();
     this.txtAliveBeforeDate = new System.Windows.Forms.MaskedTextBox();
     this.cmbResidence       = new System.Windows.Forms.ComboBox();
     this.cmbGroup           = new System.Windows.Forms.ComboBox();
     this.cmbSource          = new System.Windows.Forms.ComboBox();
     this.cmbEventVal        = new System.Windows.Forms.ComboBox();
     this.tabsFilters.SuspendLayout();
     this.pageSpecificFilter.SuspendLayout();
     this.GroupBox1.SuspendLayout();
     this.rgLife.SuspendLayout();
     this.rgSex.SuspendLayout();
     this.SuspendLayout();
     //
     // tabsFilters
     //
     this.tabsFilters.Controls.Add(this.pageSpecificFilter);
     this.tabsFilters.Size = new System.Drawing.Size(829, 490);
     this.tabsFilters.Controls.SetChildIndex(this.pageSpecificFilter, 0);
     //
     // pageSpecificFilter
     //
     this.pageSpecificFilter.Controls.Add(this.lblNameMask);
     this.pageSpecificFilter.Controls.Add(this.lblPlaceMask);
     this.pageSpecificFilter.Controls.Add(this.lblGroups);
     this.pageSpecificFilter.Controls.Add(this.GroupBox1);
     this.pageSpecificFilter.Controls.Add(this.lblSources);
     this.pageSpecificFilter.Controls.Add(this.lblAliveBefore);
     this.pageSpecificFilter.Controls.Add(this.lblEventsMask);
     this.pageSpecificFilter.Controls.Add(this.rgLife);
     this.pageSpecificFilter.Controls.Add(this.txtName);
     this.pageSpecificFilter.Controls.Add(this.rgSex);
     this.pageSpecificFilter.Controls.Add(this.txtAliveBeforeDate);
     this.pageSpecificFilter.Controls.Add(this.cmbResidence);
     this.pageSpecificFilter.Controls.Add(this.cmbGroup);
     this.pageSpecificFilter.Controls.Add(this.cmbSource);
     this.pageSpecificFilter.Controls.Add(this.cmbEventVal);
     this.pageSpecificFilter.Location = new System.Drawing.Point(4, 26);
     this.pageSpecificFilter.Margin   = new System.Windows.Forms.Padding(0);
     this.pageSpecificFilter.Name     = "pageSpecificFilter";
     this.pageSpecificFilter.Padding  = new System.Windows.Forms.Padding(10);
     this.pageSpecificFilter.Size     = new System.Drawing.Size(819, 464);
     this.pageSpecificFilter.TabIndex = 1;
     this.pageSpecificFilter.Text     = "pageSpecificFilter";
     //
     // lblNameMask
     //
     this.lblNameMask.AutoSize = true;
     this.lblNameMask.Location = new System.Drawing.Point(14, 179);
     this.lblNameMask.Name     = "lblNameMask";
     this.lblNameMask.Size     = new System.Drawing.Size(85, 17);
     this.lblNameMask.TabIndex = 19;
     this.lblNameMask.Text     = "lblNameMask";
     //
     // lblPlaceMask
     //
     this.lblPlaceMask.AutoSize = true;
     this.lblPlaceMask.Location = new System.Drawing.Point(14, 234);
     this.lblPlaceMask.Name     = "lblPlaceMask";
     this.lblPlaceMask.Size     = new System.Drawing.Size(81, 17);
     this.lblPlaceMask.TabIndex = 21;
     this.lblPlaceMask.Text     = "lblPlaceMask";
     //
     // lblGroups
     //
     this.lblGroups.AutoSize = true;
     this.lblGroups.Location = new System.Drawing.Point(14, 344);
     this.lblGroups.Name     = "lblGroups";
     this.lblGroups.Size     = new System.Drawing.Size(64, 17);
     this.lblGroups.TabIndex = 25;
     this.lblGroups.Text     = "lblGroups";
     //
     // GroupBox1
     //
     this.GroupBox1.Controls.Add(this.chkOnlyPatriarchs);
     this.GroupBox1.Location = new System.Drawing.Point(411, 73);
     this.GroupBox1.Name     = "GroupBox1";
     this.GroupBox1.Size     = new System.Drawing.Size(234, 41);
     this.GroupBox1.TabIndex = 29;
     this.GroupBox1.TabStop  = false;
     //
     // chkOnlyPatriarchs
     //
     this.chkOnlyPatriarchs.AutoSize = true;
     this.chkOnlyPatriarchs.Location = new System.Drawing.Point(8, 16);
     this.chkOnlyPatriarchs.Name     = "chkOnlyPatriarchs";
     this.chkOnlyPatriarchs.Size     = new System.Drawing.Size(140, 21);
     this.chkOnlyPatriarchs.TabIndex = 0;
     this.chkOnlyPatriarchs.Text     = "chkOnlyPatriarchs";
     //
     // lblSources
     //
     this.lblSources.AutoSize = true;
     this.lblSources.Location = new System.Drawing.Point(13, 399);
     this.lblSources.Name     = "lblSources";
     this.lblSources.Size     = new System.Drawing.Size(69, 17);
     this.lblSources.TabIndex = 27;
     this.lblSources.Text     = "lblSources";
     //
     // lblAliveBefore
     //
     this.lblAliveBefore.AutoSize = true;
     this.lblAliveBefore.Location = new System.Drawing.Point(411, 15);
     this.lblAliveBefore.Name     = "lblAliveBefore";
     this.lblAliveBefore.Size     = new System.Drawing.Size(86, 17);
     this.lblAliveBefore.TabIndex = 17;
     this.lblAliveBefore.Text     = "lblAliveBefore";
     //
     // lblEventsMask
     //
     this.lblEventsMask.AutoSize = true;
     this.lblEventsMask.Location = new System.Drawing.Point(13, 289);
     this.lblEventsMask.Name     = "lblEventsMask";
     this.lblEventsMask.Size     = new System.Drawing.Size(92, 17);
     this.lblEventsMask.TabIndex = 23;
     this.lblEventsMask.Text     = "lblEventsMask";
     //
     // rgLife
     //
     this.rgLife.Controls.Add(this.rbAliveBefore);
     this.rgLife.Controls.Add(this.rbOnlyDead);
     this.rgLife.Controls.Add(this.rbOnlyLive);
     this.rgLife.Controls.Add(this.rbAll);
     this.rgLife.Location = new System.Drawing.Point(197, 15);
     this.rgLife.Name     = "rgLife";
     this.rgLife.Padding  = new System.Windows.Forms.Padding(10);
     this.rgLife.Size     = new System.Drawing.Size(193, 159);
     this.rgLife.TabIndex = 15;
     this.rgLife.TabStop  = false;
     //
     // rbAliveBefore
     //
     this.rbAliveBefore.AutoSize        = true;
     this.rbAliveBefore.Location        = new System.Drawing.Point(10, 120);
     this.rbAliveBefore.Margin          = new System.Windows.Forms.Padding(0);
     this.rbAliveBefore.Name            = "rbAliveBefore";
     this.rbAliveBefore.Size            = new System.Drawing.Size(108, 21);
     this.rbAliveBefore.TabIndex        = 3;
     this.rbAliveBefore.Text            = "rbAliveBefore";
     this.rbAliveBefore.CheckedChanged += new System.EventHandler(this.rgLife_CheckedChanged);
     //
     // rbOnlyDead
     //
     this.rbOnlyDead.AutoSize        = true;
     this.rbOnlyDead.Location        = new System.Drawing.Point(10, 89);
     this.rbOnlyDead.Margin          = new System.Windows.Forms.Padding(0, 0, 0, 10);
     this.rbOnlyDead.Name            = "rbOnlyDead";
     this.rbOnlyDead.Size            = new System.Drawing.Size(102, 21);
     this.rbOnlyDead.TabIndex        = 2;
     this.rbOnlyDead.Text            = "rbOnlyDead";
     this.rbOnlyDead.CheckedChanged += new System.EventHandler(this.rgLife_CheckedChanged);
     //
     // rbOnlyLive
     //
     this.rbOnlyLive.AutoSize        = true;
     this.rbOnlyLive.Location        = new System.Drawing.Point(10, 58);
     this.rbOnlyLive.Margin          = new System.Windows.Forms.Padding(0, 0, 0, 10);
     this.rbOnlyLive.Name            = "rbOnlyLive";
     this.rbOnlyLive.Size            = new System.Drawing.Size(94, 21);
     this.rbOnlyLive.TabIndex        = 1;
     this.rbOnlyLive.Text            = "rbOnlyLive";
     this.rbOnlyLive.CheckedChanged += new System.EventHandler(this.rgLife_CheckedChanged);
     //
     // rbAll
     //
     this.rbAll.AutoSize        = true;
     this.rbAll.Location        = new System.Drawing.Point(10, 27);
     this.rbAll.Margin          = new System.Windows.Forms.Padding(0, 0, 0, 10);
     this.rbAll.Name            = "rbAll";
     this.rbAll.Size            = new System.Drawing.Size(54, 21);
     this.rbAll.TabIndex        = 0;
     this.rbAll.Text            = "rbAll";
     this.rbAll.CheckedChanged += new System.EventHandler(this.rgLife_CheckedChanged);
     //
     // txtName
     //
     this.txtName.Location = new System.Drawing.Point(13, 199);
     this.txtName.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 10);
     this.txtName.Name     = "txtName";
     this.txtName.Size     = new System.Drawing.Size(281, 25);
     this.txtName.Sorted   = true;
     this.txtName.TabIndex = 20;
     this.txtName.Text     = "*";
     //
     // rgSex
     //
     this.rgSex.Controls.Add(this.rbSexFemale);
     this.rgSex.Controls.Add(this.rbSexAll);
     this.rgSex.Controls.Add(this.rbSexMale);
     this.rgSex.Location = new System.Drawing.Point(14, 15);
     this.rgSex.Margin   = new System.Windows.Forms.Padding(10);
     this.rgSex.Name     = "rgSex";
     this.rgSex.Padding  = new System.Windows.Forms.Padding(10);
     this.rgSex.Size     = new System.Drawing.Size(166, 130);
     this.rgSex.TabIndex = 16;
     this.rgSex.TabStop  = false;
     //
     // rbSexFemale
     //
     this.rbSexFemale.AutoSize = true;
     this.rbSexFemale.Location = new System.Drawing.Point(10, 89);
     this.rbSexFemale.Margin   = new System.Windows.Forms.Padding(0);
     this.rbSexFemale.Name     = "rbSexFemale";
     this.rbSexFemale.Size     = new System.Drawing.Size(107, 21);
     this.rbSexFemale.TabIndex = 2;
     this.rbSexFemale.Text     = "rbSexFemale";
     //
     // rbSexAll
     //
     this.rbSexAll.AutoSize = true;
     this.rbSexAll.Location = new System.Drawing.Point(10, 27);
     this.rbSexAll.Margin   = new System.Windows.Forms.Padding(0, 0, 0, 10);
     this.rbSexAll.Name     = "rbSexAll";
     this.rbSexAll.Size     = new System.Drawing.Size(77, 21);
     this.rbSexAll.TabIndex = 0;
     this.rbSexAll.Text     = "rbSexAll";
     //
     // rbSexMale
     //
     this.rbSexMale.AutoSize = true;
     this.rbSexMale.Location = new System.Drawing.Point(10, 58);
     this.rbSexMale.Margin   = new System.Windows.Forms.Padding(0, 0, 0, 10);
     this.rbSexMale.Name     = "rbSexMale";
     this.rbSexMale.Size     = new System.Drawing.Size(91, 21);
     this.rbSexMale.TabIndex = 1;
     this.rbSexMale.Text     = "rbSexMale";
     //
     // txtAliveBeforeDate
     //
     this.txtAliveBeforeDate.Enabled        = false;
     this.txtAliveBeforeDate.Location       = new System.Drawing.Point(411, 35);
     this.txtAliveBeforeDate.Mask           = "00/00/0000";
     this.txtAliveBeforeDate.Name           = "txtAliveBeforeDate";
     this.txtAliveBeforeDate.Size           = new System.Drawing.Size(148, 24);
     this.txtAliveBeforeDate.TabIndex       = 18;
     this.txtAliveBeforeDate.TextMaskFormat = System.Windows.Forms.MaskFormat.IncludePromptAndLiterals;
     //
     // cmbResidence
     //
     this.cmbResidence.Location = new System.Drawing.Point(13, 254);
     this.cmbResidence.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 10);
     this.cmbResidence.Name     = "cmbResidence";
     this.cmbResidence.Size     = new System.Drawing.Size(281, 25);
     this.cmbResidence.Sorted   = true;
     this.cmbResidence.TabIndex = 22;
     this.cmbResidence.Text     = "*";
     //
     // cmbGroup
     //
     this.cmbGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbGroup.Location      = new System.Drawing.Point(13, 364);
     this.cmbGroup.Margin        = new System.Windows.Forms.Padding(3, 3, 3, 10);
     this.cmbGroup.Name          = "cmbGroup";
     this.cmbGroup.Size          = new System.Drawing.Size(281, 25);
     this.cmbGroup.TabIndex      = 26;
     //
     // cmbSource
     //
     this.cmbSource.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbSource.Location      = new System.Drawing.Point(14, 419);
     this.cmbSource.Name          = "cmbSource";
     this.cmbSource.Size          = new System.Drawing.Size(281, 25);
     this.cmbSource.TabIndex      = 28;
     //
     // cmbEventVal
     //
     this.cmbEventVal.Location = new System.Drawing.Point(14, 309);
     this.cmbEventVal.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 10);
     this.cmbEventVal.Name     = "cmbEventVal";
     this.cmbEventVal.Size     = new System.Drawing.Size(281, 25);
     this.cmbEventVal.Sorted   = true;
     this.cmbEventVal.TabIndex = 24;
     this.cmbEventVal.Text     = "*";
     //
     // PersonsFilterDlg
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(861, 584);
     this.Name = "PersonsFilterDlg";
     this.tabsFilters.ResumeLayout(false);
     this.pageSpecificFilter.ResumeLayout(false);
     this.pageSpecificFilter.PerformLayout();
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox1.PerformLayout();
     this.rgLife.ResumeLayout(false);
     this.rgLife.PerformLayout();
     this.rgSex.ResumeLayout(false);
     this.rgSex.PerformLayout();
     this.ResumeLayout(false);
 }
Exemple #45
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(Main));
     this.button_OpenProcess       = new System.Windows.Forms.Button();
     this.groupBox_Memory          = new System.Windows.Forms.GroupBox();
     this.label5                   = new System.Windows.Forms.Label();
     this.comboBox_DataType        = new System.Windows.Forms.ComboBox();
     this.label4                   = new System.Windows.Forms.Label();
     this.checkBox_Offset3Negative = new System.Windows.Forms.CheckBox();
     this.label3                   = new System.Windows.Forms.Label();
     this.button_WriteMemory       = new System.Windows.Forms.Button();
     this.checkBox_Offset6Negative = new System.Windows.Forms.CheckBox();
     this.textBox_DecimalValue     = new System.Windows.Forms.TextBox();
     this.button_ReadMemory        = new System.Windows.Forms.Button();
     this.checkBox_Offset5Negative = new System.Windows.Forms.CheckBox();
     this.textBox_Address          = new System.Windows.Forms.TextBox();
     this.label1                   = new System.Windows.Forms.Label();
     this.checkBox_Offset4Negative = new System.Windows.Forms.CheckBox();
     this.label2                   = new System.Windows.Forms.Label();
     this.textBox_Offset6          = new System.Windows.Forms.TextBox();
     this.checkBox_Offset2Negative = new System.Windows.Forms.CheckBox();
     this.textBox_Offset5          = new System.Windows.Forms.TextBox();
     this.textBox_Offset4          = new System.Windows.Forms.TextBox();
     this.checkBox_Offset1Negative = new System.Windows.Forms.CheckBox();
     this.textBox_Offset3          = new System.Windows.Forms.TextBox();
     this.textBox_Offset1          = new System.Windows.Forms.TextBox();
     this.textBox_Offset2          = new System.Windows.Forms.TextBox();
     this.richTextBox_Console      = new System.Windows.Forms.RichTextBox();
     this.textBox_CurrentProcess   = new System.Windows.Forms.TextBox();
     this.comboBox_Process         = new System.Windows.Forms.ComboBox();
     this.groupBox_Memory.SuspendLayout();
     this.SuspendLayout();
     //
     // button_OpenProcess
     //
     this.button_OpenProcess.BackColor = System.Drawing.SystemColors.ControlLight;
     this.button_OpenProcess.Font      = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button_OpenProcess.Location  = new System.Drawing.Point(172, 10);
     this.button_OpenProcess.Name      = "button_OpenProcess";
     this.button_OpenProcess.Size      = new System.Drawing.Size(87, 23);
     this.button_OpenProcess.TabIndex  = 2;
     this.button_OpenProcess.Text      = "Open/Refresh";
     this.button_OpenProcess.UseVisualStyleBackColor = false;
     this.button_OpenProcess.Click += new System.EventHandler(this.Button_OpenProcess_Click);
     //
     // groupBox_Memory
     //
     this.groupBox_Memory.BackColor = System.Drawing.Color.Transparent;
     this.groupBox_Memory.Controls.Add(this.label5);
     this.groupBox_Memory.Controls.Add(this.comboBox_DataType);
     this.groupBox_Memory.Controls.Add(this.label4);
     this.groupBox_Memory.Controls.Add(this.checkBox_Offset3Negative);
     this.groupBox_Memory.Controls.Add(this.label3);
     this.groupBox_Memory.Controls.Add(this.button_WriteMemory);
     this.groupBox_Memory.Controls.Add(this.checkBox_Offset6Negative);
     this.groupBox_Memory.Controls.Add(this.textBox_DecimalValue);
     this.groupBox_Memory.Controls.Add(this.button_ReadMemory);
     this.groupBox_Memory.Controls.Add(this.checkBox_Offset5Negative);
     this.groupBox_Memory.Controls.Add(this.textBox_Address);
     this.groupBox_Memory.Controls.Add(this.label1);
     this.groupBox_Memory.Controls.Add(this.checkBox_Offset4Negative);
     this.groupBox_Memory.Controls.Add(this.label2);
     this.groupBox_Memory.Controls.Add(this.textBox_Offset6);
     this.groupBox_Memory.Controls.Add(this.checkBox_Offset2Negative);
     this.groupBox_Memory.Controls.Add(this.textBox_Offset5);
     this.groupBox_Memory.Controls.Add(this.textBox_Offset4);
     this.groupBox_Memory.Controls.Add(this.checkBox_Offset1Negative);
     this.groupBox_Memory.Controls.Add(this.textBox_Offset3);
     this.groupBox_Memory.Controls.Add(this.textBox_Offset1);
     this.groupBox_Memory.Controls.Add(this.textBox_Offset2);
     this.groupBox_Memory.Font      = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox_Memory.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.groupBox_Memory.Location  = new System.Drawing.Point(311, 36);
     this.groupBox_Memory.Name      = "groupBox_Memory";
     this.groupBox_Memory.Size      = new System.Drawing.Size(264, 311);
     this.groupBox_Memory.TabIndex  = 4;
     this.groupBox_Memory.TabStop   = false;
     this.groupBox_Memory.Text      = "Memory";
     this.groupBox_Memory.Enter    += new System.EventHandler(this.GroupBox_MemoryEnter);
     //
     // label5
     //
     this.label5.Font     = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(86, 125);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(64, 16);
     this.label5.TabIndex = 19;
     this.label5.Text     = "Negative";
     //
     // comboBox_DataType
     //
     this.comboBox_DataType.BackColor         = System.Drawing.Color.Black;
     this.comboBox_DataType.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.comboBox_DataType.Font              = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox_DataType.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.comboBox_DataType.FormattingEnabled = true;
     this.comboBox_DataType.Location          = new System.Drawing.Point(170, 63);
     this.comboBox_DataType.Name              = "comboBox_DataType";
     this.comboBox_DataType.Size              = new System.Drawing.Size(77, 22);
     this.comboBox_DataType.TabIndex          = 16;
     this.comboBox_DataType.Text              = "4 Byte";
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(170, 47);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(77, 15);
     this.label4.TabIndex = 15;
     this.label4.Text     = "Data Type";
     //
     // checkBox_Offset3Negative
     //
     this.checkBox_Offset3Negative.Font     = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox_Offset3Negative.Location = new System.Drawing.Point(103, 195);
     this.checkBox_Offset3Negative.Name     = "checkBox_Offset3Negative";
     this.checkBox_Offset3Negative.Size     = new System.Drawing.Size(16, 24);
     this.checkBox_Offset3Negative.TabIndex = 18;
     this.checkBox_Offset3Negative.UseVisualStyleBackColor = true;
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(9, 69);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(98, 14);
     this.label3.TabIndex = 14;
     this.label3.Text     = "Dec. Value";
     //
     // button_WriteMemory
     //
     this.button_WriteMemory.Font      = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button_WriteMemory.ForeColor = System.Drawing.Color.Black;
     this.button_WriteMemory.Location  = new System.Drawing.Point(92, 83);
     this.button_WriteMemory.Name      = "button_WriteMemory";
     this.button_WriteMemory.Size      = new System.Drawing.Size(62, 23);
     this.button_WriteMemory.TabIndex  = 13;
     this.button_WriteMemory.Text      = "Write";
     this.button_WriteMemory.UseVisualStyleBackColor = true;
     this.button_WriteMemory.Click += new System.EventHandler(this.Button_WriteMemory_Click);
     //
     // checkBox_Offset6Negative
     //
     this.checkBox_Offset6Negative.Font     = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox_Offset6Negative.Location = new System.Drawing.Point(103, 274);
     this.checkBox_Offset6Negative.Name     = "checkBox_Offset6Negative";
     this.checkBox_Offset6Negative.Size     = new System.Drawing.Size(16, 24);
     this.checkBox_Offset6Negative.TabIndex = 18;
     this.checkBox_Offset6Negative.UseVisualStyleBackColor = true;
     //
     // textBox_DecimalValue
     //
     this.textBox_DecimalValue.BackColor    = System.Drawing.Color.Black;
     this.textBox_DecimalValue.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox_DecimalValue.Font         = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox_DecimalValue.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.textBox_DecimalValue.Location     = new System.Drawing.Point(9, 84);
     this.textBox_DecimalValue.Name         = "textBox_DecimalValue";
     this.textBox_DecimalValue.Size         = new System.Drawing.Size(77, 22);
     this.textBox_DecimalValue.TabIndex     = 12;
     this.textBox_DecimalValue.TextChanged += new System.EventHandler(this.TextBox_DecimalValueTextChanged);
     //
     // button_ReadMemory
     //
     this.button_ReadMemory.Font      = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button_ReadMemory.ForeColor = System.Drawing.Color.Black;
     this.button_ReadMemory.Location  = new System.Drawing.Point(92, 39);
     this.button_ReadMemory.Name      = "button_ReadMemory";
     this.button_ReadMemory.Size      = new System.Drawing.Size(62, 23);
     this.button_ReadMemory.TabIndex  = 11;
     this.button_ReadMemory.Text      = "Read";
     this.button_ReadMemory.UseVisualStyleBackColor = true;
     this.button_ReadMemory.Click += new System.EventHandler(this.Button_ReadMemory_Click);
     //
     // checkBox_Offset5Negative
     //
     this.checkBox_Offset5Negative.Font     = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox_Offset5Negative.Location = new System.Drawing.Point(103, 248);
     this.checkBox_Offset5Negative.Name     = "checkBox_Offset5Negative";
     this.checkBox_Offset5Negative.Size     = new System.Drawing.Size(16, 24);
     this.checkBox_Offset5Negative.TabIndex = 18;
     this.checkBox_Offset5Negative.UseVisualStyleBackColor = true;
     //
     // textBox_Address
     //
     this.textBox_Address.BackColor   = System.Drawing.Color.Black;
     this.textBox_Address.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox_Address.Font        = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox_Address.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.textBox_Address.Location    = new System.Drawing.Point(9, 40);
     this.textBox_Address.Name        = "textBox_Address";
     this.textBox_Address.Size        = new System.Drawing.Size(77, 22);
     this.textBox_Address.TabIndex    = 1;
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(9, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(59, 15);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Address";
     //
     // checkBox_Offset4Negative
     //
     this.checkBox_Offset4Negative.Font     = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox_Offset4Negative.Location = new System.Drawing.Point(103, 221);
     this.checkBox_Offset4Negative.Name     = "checkBox_Offset4Negative";
     this.checkBox_Offset4Negative.Size     = new System.Drawing.Size(16, 24);
     this.checkBox_Offset4Negative.TabIndex = 18;
     this.checkBox_Offset4Negative.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(9, 125);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(59, 16);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Offsets";
     //
     // textBox_Offset6
     //
     this.textBox_Offset6.BackColor   = System.Drawing.Color.Black;
     this.textBox_Offset6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox_Offset6.Font        = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox_Offset6.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.textBox_Offset6.Location    = new System.Drawing.Point(9, 274);
     this.textBox_Offset6.Name        = "textBox_Offset6";
     this.textBox_Offset6.Size        = new System.Drawing.Size(77, 22);
     this.textBox_Offset6.TabIndex    = 10;
     this.textBox_Offset6.Text        = "0";
     //
     // checkBox_Offset2Negative
     //
     this.checkBox_Offset2Negative.Font     = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox_Offset2Negative.Location = new System.Drawing.Point(103, 170);
     this.checkBox_Offset2Negative.Name     = "checkBox_Offset2Negative";
     this.checkBox_Offset2Negative.Size     = new System.Drawing.Size(16, 24);
     this.checkBox_Offset2Negative.TabIndex = 18;
     this.checkBox_Offset2Negative.UseVisualStyleBackColor = true;
     //
     // textBox_Offset5
     //
     this.textBox_Offset5.BackColor   = System.Drawing.Color.Black;
     this.textBox_Offset5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox_Offset5.Font        = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox_Offset5.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.textBox_Offset5.Location    = new System.Drawing.Point(9, 248);
     this.textBox_Offset5.Name        = "textBox_Offset5";
     this.textBox_Offset5.Size        = new System.Drawing.Size(77, 22);
     this.textBox_Offset5.TabIndex    = 9;
     this.textBox_Offset5.Text        = "0";
     //
     // textBox_Offset4
     //
     this.textBox_Offset4.BackColor   = System.Drawing.Color.Black;
     this.textBox_Offset4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox_Offset4.Font        = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox_Offset4.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.textBox_Offset4.Location    = new System.Drawing.Point(9, 222);
     this.textBox_Offset4.Name        = "textBox_Offset4";
     this.textBox_Offset4.Size        = new System.Drawing.Size(77, 22);
     this.textBox_Offset4.TabIndex    = 8;
     this.textBox_Offset4.Text        = "0";
     //
     // checkBox_Offset1Negative
     //
     this.checkBox_Offset1Negative.Font     = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBox_Offset1Negative.Location = new System.Drawing.Point(103, 144);
     this.checkBox_Offset1Negative.Name     = "checkBox_Offset1Negative";
     this.checkBox_Offset1Negative.Size     = new System.Drawing.Size(16, 24);
     this.checkBox_Offset1Negative.TabIndex = 17;
     this.checkBox_Offset1Negative.UseVisualStyleBackColor = true;
     //
     // textBox_Offset3
     //
     this.textBox_Offset3.BackColor   = System.Drawing.Color.Black;
     this.textBox_Offset3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox_Offset3.Font        = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox_Offset3.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.textBox_Offset3.Location    = new System.Drawing.Point(9, 196);
     this.textBox_Offset3.Name        = "textBox_Offset3";
     this.textBox_Offset3.Size        = new System.Drawing.Size(77, 22);
     this.textBox_Offset3.TabIndex    = 7;
     this.textBox_Offset3.Text        = "0";
     //
     // textBox_Offset1
     //
     this.textBox_Offset1.BackColor   = System.Drawing.Color.Black;
     this.textBox_Offset1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox_Offset1.Font        = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox_Offset1.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.textBox_Offset1.Location    = new System.Drawing.Point(9, 144);
     this.textBox_Offset1.Name        = "textBox_Offset1";
     this.textBox_Offset1.Size        = new System.Drawing.Size(77, 22);
     this.textBox_Offset1.TabIndex    = 2;
     this.textBox_Offset1.Text        = "0";
     //
     // textBox_Offset2
     //
     this.textBox_Offset2.BackColor   = System.Drawing.Color.Black;
     this.textBox_Offset2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox_Offset2.Font        = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox_Offset2.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.textBox_Offset2.Location    = new System.Drawing.Point(9, 170);
     this.textBox_Offset2.Name        = "textBox_Offset2";
     this.textBox_Offset2.Size        = new System.Drawing.Size(77, 22);
     this.textBox_Offset2.TabIndex    = 6;
     this.textBox_Offset2.Text        = "0";
     //
     // richTextBox_Console
     //
     this.richTextBox_Console.BackColor   = System.Drawing.Color.Black;
     this.richTextBox_Console.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.richTextBox_Console.Font        = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.richTextBox_Console.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.richTextBox_Console.Location    = new System.Drawing.Point(10, 39);
     this.richTextBox_Console.Name        = "richTextBox_Console";
     this.richTextBox_Console.ReadOnly    = true;
     this.richTextBox_Console.ScrollBars  = System.Windows.Forms.RichTextBoxScrollBars.None;
     this.richTextBox_Console.Size        = new System.Drawing.Size(295, 308);
     this.richTextBox_Console.TabIndex    = 4;
     this.richTextBox_Console.Text        = "";
     //
     // textBox_CurrentProcess
     //
     this.textBox_CurrentProcess.BackColor   = System.Drawing.Color.Black;
     this.textBox_CurrentProcess.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox_CurrentProcess.Font        = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox_CurrentProcess.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.textBox_CurrentProcess.Location    = new System.Drawing.Point(286, 11);
     this.textBox_CurrentProcess.Name        = "textBox_CurrentProcess";
     this.textBox_CurrentProcess.ReadOnly    = true;
     this.textBox_CurrentProcess.Size        = new System.Drawing.Size(119, 22);
     this.textBox_CurrentProcess.TabIndex    = 1;
     //
     // comboBox_Process
     //
     this.comboBox_Process.BackColor         = System.Drawing.Color.Black;
     this.comboBox_Process.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox_Process.Font              = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox_Process.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.comboBox_Process.FormattingEnabled = true;
     this.comboBox_Process.Location          = new System.Drawing.Point(7, 10);
     this.comboBox_Process.Name              = "comboBox_Process";
     this.comboBox_Process.Size              = new System.Drawing.Size(131, 22);
     this.comboBox_Process.TabIndex          = 3;
     this.comboBox_Process.Click            += new System.EventHandler(this.ComboBox_Process_Click);
     //
     // Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Gray;
     this.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize          = new System.Drawing.Size(584, 356);
     this.Controls.Add(this.textBox_CurrentProcess);
     this.Controls.Add(this.comboBox_Process);
     this.Controls.Add(this.groupBox_Memory);
     this.Controls.Add(this.button_OpenProcess);
     this.Controls.Add(this.richTextBox_Console);
     this.ForeColor       = System.Drawing.Color.Black;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "Main";
     this.Opacity         = 0.9D;
     this.Text            = "RednibMemory";
     this.Load           += new System.EventHandler(this.MainLoad);
     this.Click          += new System.EventHandler(this.Button_OpenProcess_Click);
     this.groupBox_Memory.ResumeLayout(false);
     this.groupBox_Memory.PerformLayout();
     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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.groupBox3     = new System.Windows.Forms.GroupBox();
     this.txtFontFamily = new System.Windows.Forms.TextBox();
     this.label2        = new System.Windows.Forms.Label();
     this.rbModeMs      = new System.Windows.Forms.RadioButton();
     this.cbUseBgImage  = new System.Windows.Forms.CheckBox();
     this.btnBgImage    = new System.Windows.Forms.Button();
     this.nmFontSize    = new System.Windows.Forms.NumericUpDown();
     this.label4        = new System.Windows.Forms.Label();
     this.btnBgColor    = new System.Windows.Forms.Button();
     this.btnFontColor  = new System.Windows.Forms.Button();
     this.btnInit       = new System.Windows.Forms.Button();
     this.rbModeSec     = new System.Windows.Forms.RadioButton();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.btnReset      = new System.Windows.Forms.Button();
     this.btnStopTimer  = new System.Windows.Forms.Button();
     this.btnStartTimer = new System.Windows.Forms.Button();
     this.nmTotalSecond = new System.Windows.Forms.NumericUpDown();
     this.label1        = new System.Windows.Forms.Label();
     this.timerClockSec = new System.Windows.Forms.Timer(this.components);
     this.timerClockMs  = new System.Windows.Forms.Timer(this.components);
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nmFontSize)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nmTotalSecond)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.txtFontFamily);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Controls.Add(this.rbModeMs);
     this.groupBox3.Controls.Add(this.cbUseBgImage);
     this.groupBox3.Controls.Add(this.btnBgImage);
     this.groupBox3.Controls.Add(this.nmFontSize);
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.btnBgColor);
     this.groupBox3.Controls.Add(this.btnFontColor);
     this.groupBox3.Controls.Add(this.btnInit);
     this.groupBox3.Controls.Add(this.rbModeSec);
     this.groupBox3.Location = new System.Drawing.Point(3, 2);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(163, 178);
     this.groupBox3.TabIndex = 13;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Renderer";
     //
     // txtFontFamily
     //
     this.txtFontFamily.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtFontFamily.Location    = new System.Drawing.Point(86, 151);
     this.txtFontFamily.Name        = "txtFontFamily";
     this.txtFontFamily.Size        = new System.Drawing.Size(69, 20);
     this.txtFontFamily.TabIndex    = 18;
     this.txtFontFamily.Text        = "Tahoma";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(9, 151);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(71, 21);
     this.label2.TabIndex  = 17;
     this.label2.Text      = "Font Family";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // rbModeMs
     //
     this.rbModeMs.Checked  = true;
     this.rbModeMs.Location = new System.Drawing.Point(86, 10);
     this.rbModeMs.Name     = "rbModeMs";
     this.rbModeMs.Size     = new System.Drawing.Size(69, 24);
     this.rbModeMs.TabIndex = 16;
     this.rbModeMs.TabStop  = true;
     this.rbModeMs.Text     = "ms mode";
     this.rbModeMs.UseVisualStyleBackColor = true;
     //
     // cbUseBgImage
     //
     this.cbUseBgImage.BackColor = System.Drawing.Color.Transparent;
     this.cbUseBgImage.Location  = new System.Drawing.Point(16, 69);
     this.cbUseBgImage.Name      = "cbUseBgImage";
     this.cbUseBgImage.Size      = new System.Drawing.Size(14, 15);
     this.cbUseBgImage.TabIndex  = 15;
     this.cbUseBgImage.UseVisualStyleBackColor = false;
     //
     // btnBgImage
     //
     this.btnBgImage.Location  = new System.Drawing.Point(6, 60);
     this.btnBgImage.Name      = "btnBgImage";
     this.btnBgImage.Size      = new System.Drawing.Size(151, 33);
     this.btnBgImage.TabIndex  = 14;
     this.btnBgImage.Text      = "Use Background Image";
     this.btnBgImage.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnBgImage.UseVisualStyleBackColor = true;
     this.btnBgImage.Click += new System.EventHandler(this.BtnBgImageClick);
     //
     // nmFontSize
     //
     this.nmFontSize.Location = new System.Drawing.Point(9, 121);
     this.nmFontSize.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.nmFontSize.Name      = "nmFontSize";
     this.nmFontSize.Size      = new System.Drawing.Size(55, 20);
     this.nmFontSize.TabIndex  = 12;
     this.nmFontSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.nmFontSize.Value     = new decimal(new int[] {
         180,
         0,
         0,
         0
     });
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(9, 96);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(55, 21);
     this.label4.TabIndex  = 11;
     this.label4.Text      = "Font Size";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // btnBgColor
     //
     this.btnBgColor.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7F);
     this.btnBgColor.Location = new System.Drawing.Point(70, 121);
     this.btnBgColor.Name     = "btnBgColor";
     this.btnBgColor.Size     = new System.Drawing.Size(87, 21);
     this.btnBgColor.TabIndex = 10;
     this.btnBgColor.Text     = "BG COLOR";
     this.btnBgColor.UseVisualStyleBackColor = true;
     this.btnBgColor.Click += new System.EventHandler(this.BtnBgColorClick);
     //
     // btnFontColor
     //
     this.btnFontColor.Font      = new System.Drawing.Font("Microsoft Sans Serif", 7F);
     this.btnFontColor.ForeColor = System.Drawing.Color.White;
     this.btnFontColor.Location  = new System.Drawing.Point(70, 97);
     this.btnFontColor.Name      = "btnFontColor";
     this.btnFontColor.Size      = new System.Drawing.Size(87, 21);
     this.btnFontColor.TabIndex  = 10;
     this.btnFontColor.Text      = "FONT COLOR";
     this.btnFontColor.UseVisualStyleBackColor = true;
     this.btnFontColor.Click += new System.EventHandler(this.BtnFontColorClick);
     //
     // btnInit
     //
     this.btnInit.Location = new System.Drawing.Point(6, 19);
     this.btnInit.Name     = "btnInit";
     this.btnInit.Size     = new System.Drawing.Size(74, 37);
     this.btnInit.TabIndex = 9;
     this.btnInit.Text     = "Init Display";
     this.btnInit.UseVisualStyleBackColor = true;
     this.btnInit.Click += new System.EventHandler(this.BtnInitClick);
     //
     // rbModeSec
     //
     this.rbModeSec.Location = new System.Drawing.Point(86, 32);
     this.rbModeSec.Name     = "rbModeSec";
     this.rbModeSec.Size     = new System.Drawing.Size(75, 24);
     this.rbModeSec.TabIndex = 16;
     this.rbModeSec.Text     = "sec mode";
     this.rbModeSec.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnReset);
     this.groupBox1.Controls.Add(this.btnStopTimer);
     this.groupBox1.Controls.Add(this.btnStartTimer);
     this.groupBox1.Controls.Add(this.nmTotalSecond);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(172, 2);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(200, 178);
     this.groupBox1.TabIndex = 14;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Gameplay";
     //
     // btnReset
     //
     this.btnReset.Location = new System.Drawing.Point(6, 139);
     this.btnReset.Name     = "btnReset";
     this.btnReset.Size     = new System.Drawing.Size(186, 32);
     this.btnReset.TabIndex = 2;
     this.btnReset.Text     = "RESET TIMER";
     this.btnReset.UseVisualStyleBackColor = true;
     this.btnReset.Click += new System.EventHandler(this.BtnResetClick);
     //
     // btnStopTimer
     //
     this.btnStopTimer.Location = new System.Drawing.Point(6, 102);
     this.btnStopTimer.Name     = "btnStopTimer";
     this.btnStopTimer.Size     = new System.Drawing.Size(186, 32);
     this.btnStopTimer.TabIndex = 2;
     this.btnStopTimer.Text     = "STOP TIMER";
     this.btnStopTimer.UseVisualStyleBackColor = true;
     this.btnStopTimer.Click += new System.EventHandler(this.BtnStopTimerClick);
     //
     // btnStartTimer
     //
     this.btnStartTimer.Location = new System.Drawing.Point(6, 64);
     this.btnStartTimer.Name     = "btnStartTimer";
     this.btnStartTimer.Size     = new System.Drawing.Size(186, 34);
     this.btnStartTimer.TabIndex = 2;
     this.btnStartTimer.Text     = "START TIMER";
     this.btnStartTimer.UseVisualStyleBackColor = true;
     this.btnStartTimer.Click += new System.EventHandler(this.BtnStartTimerClick);
     //
     // nmTotalSecond
     //
     this.nmTotalSecond.Location = new System.Drawing.Point(51, 37);
     this.nmTotalSecond.Maximum  = new decimal(new int[] {
         1000000,
         0,
         0,
         0
     });
     this.nmTotalSecond.Name      = "nmTotalSecond";
     this.nmTotalSecond.Size      = new System.Drawing.Size(110, 20);
     this.nmTotalSecond.TabIndex  = 1;
     this.nmTotalSecond.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.nmTotalSecond.Value     = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(62, 20);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(74, 14);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Total Second";
     //
     // timerClockSec
     //
     this.timerClockSec.Interval = 1000;
     this.timerClockSec.Tick    += new System.EventHandler(this.TimerClockSecTick);
     //
     // timerClockMs
     //
     this.timerClockMs.Interval = 1;
     this.timerClockMs.Tick    += new System.EventHandler(this.TimerClockMsTick);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(377, 183);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox3);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "MainForm";
     this.Text            = "Timer Mania Controller";
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nmFontSize)).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.nmTotalSecond)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #47
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(SettingsWindow));
     this.ignoredStereoTypesGrid = new System.Windows.Forms.DataGridView();
     this.StereotypeColumn       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.deleteStereotypeButton = new System.Windows.Forms.Button();
     this.okButton                                   = new System.Windows.Forms.Button();
     this.cancelButton                               = new System.Windows.Forms.Button();
     this.applyButton                                = new System.Windows.Forms.Button();
     this.ignoredTaggedValuesGrid                    = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn1                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.deleteTaggedValueButton                    = new System.Windows.Forms.Button();
     this.splitContainer1                            = new System.Windows.Forms.SplitContainer();
     this.diagramOptionsGroupBox                     = new System.Windows.Forms.GroupBox();
     this.deleteHiddenElementButton                  = new System.Windows.Forms.Button();
     this.hiddenElementGrid                          = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn3                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.addSourceElementCheckBox                   = new System.Windows.Forms.CheckBox();
     this.addDataTypesCheckBox                       = new System.Windows.Forms.CheckBox();
     this.copyDatatypesCheckbox                      = new System.Windows.Forms.CheckBox();
     this.dataTypeOptionsGroupBox                    = new System.Windows.Forms.GroupBox();
     this.copyDataTypeGeneralizationsCheckBox        = new System.Windows.Forms.CheckBox();
     this.limitDatatypesCheckBox                     = new System.Windows.Forms.CheckBox();
     this.deleteDataTypeButton                       = new System.Windows.Forms.Button();
     this.dataTypesGridView                          = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn2                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.traceabilityGroupBox                       = new System.Windows.Forms.GroupBox();
     this.associationTagLabel                        = new System.Windows.Forms.Label();
     this.associationTagTextBox                      = new System.Windows.Forms.TextBox();
     this.attributeTagLabel                          = new System.Windows.Forms.Label();
     this.attributeTagTextBox                        = new System.Windows.Forms.TextBox();
     this.GeneralGroupBox                            = new System.Windows.Forms.GroupBox();
     this.usePackageSubsetsOnlyCheckBox              = new System.Windows.Forms.CheckBox();
     this.deleteUnusedElementsCheckBox               = new System.Windows.Forms.CheckBox();
     this.generalCopyGeneralizationsCheckbox         = new System.Windows.Forms.CheckBox();
     this.checkSecurityCheckBox                      = new System.Windows.Forms.CheckBox();
     this.notesPrefixTextBox                         = new System.Windows.Forms.TextBox();
     this.prefixNotesCheckBox                        = new System.Windows.Forms.CheckBox();
     this.RedirectGeneralizationsCheckBox            = new System.Windows.Forms.CheckBox();
     this.xmlSchemaGroup                             = new System.Windows.Forms.GroupBox();
     this.elementTagLabel                            = new System.Windows.Forms.Label();
     this.elementTagTextBox                          = new System.Windows.Forms.TextBox();
     this.tvInsteadOfTraceCheckBox                   = new System.Windows.Forms.CheckBox();
     this.orderAssociationsAmongstAttributesCheckbox = new System.Windows.Forms.CheckBox();
     this.orderAssociationsCheckbox                  = new System.Windows.Forms.CheckBox();
     this.noAttributeDependenciesCheckbox            = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.ignoredStereoTypesGrid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ignoredTaggedValuesGrid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.diagramOptionsGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.hiddenElementGrid)).BeginInit();
     this.dataTypeOptionsGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataTypesGridView)).BeginInit();
     this.traceabilityGroupBox.SuspendLayout();
     this.GeneralGroupBox.SuspendLayout();
     this.xmlSchemaGroup.SuspendLayout();
     this.SuspendLayout();
     //
     // ignoredStereoTypesGrid
     //
     this.ignoredStereoTypesGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.ignoredStereoTypesGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.StereotypeColumn
     });
     this.ignoredStereoTypesGrid.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.ignoredStereoTypesGrid.Location          = new System.Drawing.Point(0, 0);
     this.ignoredStereoTypesGrid.Name              = "ignoredStereoTypesGrid";
     this.ignoredStereoTypesGrid.RowHeadersVisible = false;
     this.ignoredStereoTypesGrid.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.ignoredStereoTypesGrid.Size              = new System.Drawing.Size(177, 151);
     this.ignoredStereoTypesGrid.TabIndex          = 0;
     //
     // StereotypeColumn
     //
     this.StereotypeColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.StereotypeColumn.HeaderText   = "Ignored Stereotypes";
     this.StereotypeColumn.Name         = "StereotypeColumn";
     this.StereotypeColumn.ToolTipText  = "Classes with these stereotypes will not be deleted when updating a subset model";
     //
     // deleteStereotypeButton
     //
     this.deleteStereotypeButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.deleteStereotypeButton.Location = new System.Drawing.Point(478, 172);
     this.deleteStereotypeButton.Name     = "deleteStereotypeButton";
     this.deleteStereotypeButton.Size     = new System.Drawing.Size(75, 23);
     this.deleteStereotypeButton.TabIndex = 1;
     this.deleteStereotypeButton.Text     = "Delete";
     this.deleteStereotypeButton.UseVisualStyleBackColor = true;
     this.deleteStereotypeButton.Click += new System.EventHandler(this.DeleteStereotypeButtonClick);
     //
     // 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(496, 542);
     this.okButton.Name     = "okButton";
     this.okButton.Size     = new System.Drawing.Size(75, 23);
     this.okButton.TabIndex = 2;
     this.okButton.Text     = "OK";
     this.okButton.UseVisualStyleBackColor = true;
     this.okButton.Click += new System.EventHandler(this.OkButtonClick);
     //
     // 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(577, 542);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.Size                    = new System.Drawing.Size(75, 23);
     this.cancelButton.TabIndex                = 3;
     this.cancelButton.Text                    = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = true;
     this.cancelButton.Click                  += new System.EventHandler(this.CancelButtonClick);
     //
     // 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(658, 542);
     this.applyButton.Name     = "applyButton";
     this.applyButton.Size     = new System.Drawing.Size(75, 23);
     this.applyButton.TabIndex = 4;
     this.applyButton.Text     = "Apply";
     this.applyButton.UseVisualStyleBackColor = true;
     this.applyButton.Click += new System.EventHandler(this.ApplyButtonClick);
     //
     // ignoredTaggedValuesGrid
     //
     this.ignoredTaggedValuesGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.ignoredTaggedValuesGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn1
     });
     this.ignoredTaggedValuesGrid.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.ignoredTaggedValuesGrid.Location          = new System.Drawing.Point(0, 0);
     this.ignoredTaggedValuesGrid.Name              = "ignoredTaggedValuesGrid";
     this.ignoredTaggedValuesGrid.RowHeadersVisible = false;
     this.ignoredTaggedValuesGrid.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.ignoredTaggedValuesGrid.Size              = new System.Drawing.Size(176, 151);
     this.ignoredTaggedValuesGrid.TabIndex          = 5;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn1.HeaderText   = "Ignored Tagged Values";
     this.dataGridViewTextBoxColumn1.Name         = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ToolTipText  = "These tagged values will be left untouched when they have a value in the subset m" +
                                                    "odel";
     //
     // deleteTaggedValueButton
     //
     this.deleteTaggedValueButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.deleteTaggedValueButton.Location = new System.Drawing.Point(660, 172);
     this.deleteTaggedValueButton.Name     = "deleteTaggedValueButton";
     this.deleteTaggedValueButton.Size     = new System.Drawing.Size(75, 23);
     this.deleteTaggedValueButton.TabIndex = 6;
     this.deleteTaggedValueButton.Text     = "Delete";
     this.deleteTaggedValueButton.UseVisualStyleBackColor = true;
     this.deleteTaggedValueButton.Click += new System.EventHandler(this.DeleteTaggedValueButtonClick);
     //
     // splitContainer1
     //
     this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.splitContainer1.Location = new System.Drawing.Point(376, 15);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.ignoredStereoTypesGrid);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.ignoredTaggedValuesGrid);
     this.splitContainer1.Size             = new System.Drawing.Size(357, 151);
     this.splitContainer1.SplitterDistance = 177;
     this.splitContainer1.TabIndex         = 7;
     //
     // diagramOptionsGroupBox
     //
     this.diagramOptionsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.diagramOptionsGroupBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.diagramOptionsGroupBox.Controls.Add(this.deleteHiddenElementButton);
     this.diagramOptionsGroupBox.Controls.Add(this.hiddenElementGrid);
     this.diagramOptionsGroupBox.Controls.Add(this.addSourceElementCheckBox);
     this.diagramOptionsGroupBox.Controls.Add(this.addDataTypesCheckBox);
     this.diagramOptionsGroupBox.Location    = new System.Drawing.Point(14, 389);
     this.diagramOptionsGroupBox.MinimumSize = new System.Drawing.Size(0, 75);
     this.diagramOptionsGroupBox.Name        = "diagramOptionsGroupBox";
     this.diagramOptionsGroupBox.Size        = new System.Drawing.Size(357, 158);
     this.diagramOptionsGroupBox.TabIndex    = 8;
     this.diagramOptionsGroupBox.TabStop     = false;
     this.diagramOptionsGroupBox.Text        = "Diagram Options";
     //
     // deleteHiddenElementButton
     //
     this.deleteHiddenElementButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.deleteHiddenElementButton.Location = new System.Drawing.Point(276, 130);
     this.deleteHiddenElementButton.Name     = "deleteHiddenElementButton";
     this.deleteHiddenElementButton.Size     = new System.Drawing.Size(75, 23);
     this.deleteHiddenElementButton.TabIndex = 9;
     this.deleteHiddenElementButton.Text     = "Delete";
     this.deleteHiddenElementButton.UseVisualStyleBackColor = true;
     //
     // hiddenElementGrid
     //
     this.hiddenElementGrid.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.hiddenElementGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.hiddenElementGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn3
     });
     this.hiddenElementGrid.Location          = new System.Drawing.Point(175, 19);
     this.hiddenElementGrid.Name              = "hiddenElementGrid";
     this.hiddenElementGrid.RowHeadersVisible = false;
     this.hiddenElementGrid.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.hiddenElementGrid.Size              = new System.Drawing.Size(176, 105);
     this.hiddenElementGrid.TabIndex          = 8;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn3.HeaderText   = "Hidden Element Types";
     this.dataGridViewTextBoxColumn3.Name         = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ToolTipText  = "List of Element types and sterereotypes that should not be shown on diagrams";
     //
     // addSourceElementCheckBox
     //
     this.addSourceElementCheckBox.Location = new System.Drawing.Point(7, 49);
     this.addSourceElementCheckBox.Name     = "addSourceElementCheckBox";
     this.addSourceElementCheckBox.Size     = new System.Drawing.Size(143, 24);
     this.addSourceElementCheckBox.TabIndex = 1;
     this.addSourceElementCheckBox.Text     = "Add Source Elements";
     this.addSourceElementCheckBox.UseVisualStyleBackColor = true;
     //
     // addDataTypesCheckBox
     //
     this.addDataTypesCheckBox.Location = new System.Drawing.Point(7, 19);
     this.addDataTypesCheckBox.Name     = "addDataTypesCheckBox";
     this.addDataTypesCheckBox.Size     = new System.Drawing.Size(104, 24);
     this.addDataTypesCheckBox.TabIndex = 0;
     this.addDataTypesCheckBox.Text     = "Add Datatypes";
     this.addDataTypesCheckBox.UseVisualStyleBackColor = true;
     //
     // copyDatatypesCheckbox
     //
     this.copyDatatypesCheckbox.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.copyDatatypesCheckbox.Location = new System.Drawing.Point(6, 19);
     this.copyDatatypesCheckbox.Name     = "copyDatatypesCheckbox";
     this.copyDatatypesCheckbox.Size     = new System.Drawing.Size(162, 24);
     this.copyDatatypesCheckbox.TabIndex = 2;
     this.copyDatatypesCheckbox.Text     = "Copy Datatypes to subset";
     this.copyDatatypesCheckbox.UseVisualStyleBackColor = true;
     this.copyDatatypesCheckbox.CheckedChanged         += new System.EventHandler(this.CopyDatatypesCheckboxCheckedChanged);
     //
     // dataTypeOptionsGroupBox
     //
     this.dataTypeOptionsGroupBox.Controls.Add(this.copyDataTypeGeneralizationsCheckBox);
     this.dataTypeOptionsGroupBox.Controls.Add(this.limitDatatypesCheckBox);
     this.dataTypeOptionsGroupBox.Controls.Add(this.deleteDataTypeButton);
     this.dataTypeOptionsGroupBox.Controls.Add(this.dataTypesGridView);
     this.dataTypeOptionsGroupBox.Controls.Add(this.copyDatatypesCheckbox);
     this.dataTypeOptionsGroupBox.Location    = new System.Drawing.Point(14, 221);
     this.dataTypeOptionsGroupBox.MinimumSize = new System.Drawing.Size(0, 45);
     this.dataTypeOptionsGroupBox.Name        = "dataTypeOptionsGroupBox";
     this.dataTypeOptionsGroupBox.Size        = new System.Drawing.Size(351, 162);
     this.dataTypeOptionsGroupBox.TabIndex    = 9;
     this.dataTypeOptionsGroupBox.TabStop     = false;
     this.dataTypeOptionsGroupBox.Text        = "Datatype Options";
     //
     // copyDataTypeGeneralizationsCheckBox
     //
     this.copyDataTypeGeneralizationsCheckBox.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.copyDataTypeGeneralizationsCheckBox.Location = new System.Drawing.Point(6, 79);
     this.copyDataTypeGeneralizationsCheckBox.Name     = "copyDataTypeGeneralizationsCheckBox";
     this.copyDataTypeGeneralizationsCheckBox.Size     = new System.Drawing.Size(162, 24);
     this.copyDataTypeGeneralizationsCheckBox.TabIndex = 9;
     this.copyDataTypeGeneralizationsCheckBox.Text     = "Copy Generalizations";
     this.copyDataTypeGeneralizationsCheckBox.UseVisualStyleBackColor = true;
     //
     // limitDatatypesCheckBox
     //
     this.limitDatatypesCheckBox.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.limitDatatypesCheckBox.Location = new System.Drawing.Point(6, 49);
     this.limitDatatypesCheckBox.Name     = "limitDatatypesCheckBox";
     this.limitDatatypesCheckBox.Size     = new System.Drawing.Size(162, 24);
     this.limitDatatypesCheckBox.TabIndex = 8;
     this.limitDatatypesCheckBox.Text     = "Limit Datatypes to copy";
     this.limitDatatypesCheckBox.UseVisualStyleBackColor = true;
     this.limitDatatypesCheckBox.CheckedChanged         += new System.EventHandler(this.LimitDatatypesCheckBoxCheckedChanged);
     //
     // deleteDataTypeButton
     //
     this.deleteDataTypeButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.deleteDataTypeButton.Location = new System.Drawing.Point(269, 130);
     this.deleteDataTypeButton.Name     = "deleteDataTypeButton";
     this.deleteDataTypeButton.Size     = new System.Drawing.Size(75, 23);
     this.deleteDataTypeButton.TabIndex = 7;
     this.deleteDataTypeButton.Text     = "Delete";
     this.deleteDataTypeButton.UseVisualStyleBackColor = true;
     this.deleteDataTypeButton.Click += new System.EventHandler(this.DeleteDataTypeButtonClick);
     //
     // dataTypesGridView
     //
     this.dataTypesGridView.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.dataTypesGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataTypesGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn2
     });
     this.dataTypesGridView.Location          = new System.Drawing.Point(174, 19);
     this.dataTypesGridView.Name              = "dataTypesGridView";
     this.dataTypesGridView.RowHeadersVisible = false;
     this.dataTypesGridView.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataTypesGridView.Size              = new System.Drawing.Size(170, 105);
     this.dataTypesGridView.TabIndex          = 6;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn2.HeaderText   = "Datatypes to copy";
     this.dataGridViewTextBoxColumn2.Name         = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ToolTipText  = "Only copy these datatypes to the subset model";
     //
     // traceabilityGroupBox
     //
     this.traceabilityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.traceabilityGroupBox.Controls.Add(this.associationTagLabel);
     this.traceabilityGroupBox.Controls.Add(this.associationTagTextBox);
     this.traceabilityGroupBox.Controls.Add(this.attributeTagLabel);
     this.traceabilityGroupBox.Controls.Add(this.attributeTagTextBox);
     this.traceabilityGroupBox.Location = new System.Drawing.Point(383, 201);
     this.traceabilityGroupBox.Name     = "traceabilityGroupBox";
     this.traceabilityGroupBox.Size     = new System.Drawing.Size(357, 76);
     this.traceabilityGroupBox.TabIndex = 10;
     this.traceabilityGroupBox.TabStop  = false;
     this.traceabilityGroupBox.Text     = "Traceability tags";
     //
     // associationTagLabel
     //
     this.associationTagLabel.Location = new System.Drawing.Point(185, 20);
     this.associationTagLabel.Name     = "associationTagLabel";
     this.associationTagLabel.Size     = new System.Drawing.Size(100, 17);
     this.associationTagLabel.TabIndex = 3;
     this.associationTagLabel.Text     = "AssociationTag";
     //
     // associationTagTextBox
     //
     this.associationTagTextBox.Location = new System.Drawing.Point(185, 40);
     this.associationTagTextBox.Name     = "associationTagTextBox";
     this.associationTagTextBox.Size     = new System.Drawing.Size(164, 20);
     this.associationTagTextBox.TabIndex = 2;
     //
     // attributeTagLabel
     //
     this.attributeTagLabel.Location = new System.Drawing.Point(5, 20);
     this.attributeTagLabel.Name     = "attributeTagLabel";
     this.attributeTagLabel.Size     = new System.Drawing.Size(100, 17);
     this.attributeTagLabel.TabIndex = 1;
     this.attributeTagLabel.Text     = "AttributeTag";
     //
     // attributeTagTextBox
     //
     this.attributeTagTextBox.Location = new System.Drawing.Point(5, 40);
     this.attributeTagTextBox.Name     = "attributeTagTextBox";
     this.attributeTagTextBox.Size     = new System.Drawing.Size(164, 20);
     this.attributeTagTextBox.TabIndex = 0;
     //
     // GeneralGroupBox
     //
     this.GeneralGroupBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.GeneralGroupBox.Controls.Add(this.usePackageSubsetsOnlyCheckBox);
     this.GeneralGroupBox.Controls.Add(this.deleteUnusedElementsCheckBox);
     this.GeneralGroupBox.Controls.Add(this.generalCopyGeneralizationsCheckbox);
     this.GeneralGroupBox.Controls.Add(this.checkSecurityCheckBox);
     this.GeneralGroupBox.Controls.Add(this.notesPrefixTextBox);
     this.GeneralGroupBox.Controls.Add(this.prefixNotesCheckBox);
     this.GeneralGroupBox.Controls.Add(this.RedirectGeneralizationsCheckBox);
     this.GeneralGroupBox.Location    = new System.Drawing.Point(14, 12);
     this.GeneralGroupBox.MinimumSize = new System.Drawing.Size(0, 20);
     this.GeneralGroupBox.Name        = "GeneralGroupBox";
     this.GeneralGroupBox.Size        = new System.Drawing.Size(349, 203);
     this.GeneralGroupBox.TabIndex    = 11;
     this.GeneralGroupBox.TabStop     = false;
     this.GeneralGroupBox.Text        = "General Options";
     //
     // usePackageSubsetsOnlyCheckBox
     //
     this.usePackageSubsetsOnlyCheckBox.Location = new System.Drawing.Point(6, 165);
     this.usePackageSubsetsOnlyCheckBox.Name     = "usePackageSubsetsOnlyCheckBox";
     this.usePackageSubsetsOnlyCheckBox.Size     = new System.Drawing.Size(276, 24);
     this.usePackageSubsetsOnlyCheckBox.TabIndex = 7;
     this.usePackageSubsetsOnlyCheckBox.Text     = "Use Package Structure for subset determination";
     this.usePackageSubsetsOnlyCheckBox.UseVisualStyleBackColor = true;
     //
     // deleteUnusedElementsCheckBox
     //
     this.deleteUnusedElementsCheckBox.Location = new System.Drawing.Point(6, 135);
     this.deleteUnusedElementsCheckBox.Name     = "deleteUnusedElementsCheckBox";
     this.deleteUnusedElementsCheckBox.Size     = new System.Drawing.Size(248, 24);
     this.deleteUnusedElementsCheckBox.TabIndex = 6;
     this.deleteUnusedElementsCheckBox.Text     = "Delete unused subset elements";
     this.deleteUnusedElementsCheckBox.UseVisualStyleBackColor = true;
     //
     // generalCopyGeneralizationsCheckbox
     //
     this.generalCopyGeneralizationsCheckbox.Location = new System.Drawing.Point(6, 19);
     this.generalCopyGeneralizationsCheckbox.Name     = "generalCopyGeneralizationsCheckbox";
     this.generalCopyGeneralizationsCheckbox.Size     = new System.Drawing.Size(247, 24);
     this.generalCopyGeneralizationsCheckbox.TabIndex = 5;
     this.generalCopyGeneralizationsCheckbox.Text     = "Copy Generalizations";
     this.generalCopyGeneralizationsCheckbox.UseVisualStyleBackColor = true;
     //
     // checkSecurityCheckBox
     //
     this.checkSecurityCheckBox.Location = new System.Drawing.Point(6, 105);
     this.checkSecurityCheckBox.Name     = "checkSecurityCheckBox";
     this.checkSecurityCheckBox.Size     = new System.Drawing.Size(248, 24);
     this.checkSecurityCheckBox.TabIndex = 4;
     this.checkSecurityCheckBox.Text     = "Check Security locks";
     this.checkSecurityCheckBox.UseVisualStyleBackColor = true;
     //
     // notesPrefixTextBox
     //
     this.notesPrefixTextBox.Location = new System.Drawing.Point(100, 77);
     this.notesPrefixTextBox.Name     = "notesPrefixTextBox";
     this.notesPrefixTextBox.Size     = new System.Drawing.Size(242, 20);
     this.notesPrefixTextBox.TabIndex = 3;
     //
     // prefixNotesCheckBox
     //
     this.prefixNotesCheckBox.Location = new System.Drawing.Point(6, 75);
     this.prefixNotesCheckBox.Name     = "prefixNotesCheckBox";
     this.prefixNotesCheckBox.Size     = new System.Drawing.Size(102, 24);
     this.prefixNotesCheckBox.TabIndex = 1;
     this.prefixNotesCheckBox.Text     = "Prefix Notes";
     this.prefixNotesCheckBox.UseVisualStyleBackColor = true;
     this.prefixNotesCheckBox.CheckedChanged         += new System.EventHandler(this.PrefixNotesCheckBoxCheckedChanged);
     //
     // RedirectGeneralizationsCheckBox
     //
     this.RedirectGeneralizationsCheckBox.Location = new System.Drawing.Point(6, 45);
     this.RedirectGeneralizationsCheckBox.Name     = "RedirectGeneralizationsCheckBox";
     this.RedirectGeneralizationsCheckBox.Size     = new System.Drawing.Size(247, 24);
     this.RedirectGeneralizationsCheckBox.TabIndex = 0;
     this.RedirectGeneralizationsCheckBox.Text     = "Redirect Generalizations to subset";
     this.RedirectGeneralizationsCheckBox.UseVisualStyleBackColor = true;
     //
     // xmlSchemaGroup
     //
     this.xmlSchemaGroup.Controls.Add(this.elementTagLabel);
     this.xmlSchemaGroup.Controls.Add(this.elementTagTextBox);
     this.xmlSchemaGroup.Controls.Add(this.tvInsteadOfTraceCheckBox);
     this.xmlSchemaGroup.Controls.Add(this.orderAssociationsAmongstAttributesCheckbox);
     this.xmlSchemaGroup.Controls.Add(this.orderAssociationsCheckbox);
     this.xmlSchemaGroup.Controls.Add(this.noAttributeDependenciesCheckbox);
     this.xmlSchemaGroup.Location = new System.Drawing.Point(388, 283);
     this.xmlSchemaGroup.Name     = "xmlSchemaGroup";
     this.xmlSchemaGroup.Size     = new System.Drawing.Size(345, 193);
     this.xmlSchemaGroup.TabIndex = 12;
     this.xmlSchemaGroup.TabStop  = false;
     this.xmlSchemaGroup.Text     = "XML Schema Options";
     //
     // elementTagLabel
     //
     this.elementTagLabel.Location = new System.Drawing.Point(6, 139);
     this.elementTagLabel.Name     = "elementTagLabel";
     this.elementTagLabel.Size     = new System.Drawing.Size(100, 17);
     this.elementTagLabel.TabIndex = 13;
     this.elementTagLabel.Text     = "Element Tag";
     //
     // elementTagTextBox
     //
     this.elementTagTextBox.Location = new System.Drawing.Point(6, 159);
     this.elementTagTextBox.Name     = "elementTagTextBox";
     this.elementTagTextBox.Size     = new System.Drawing.Size(164, 20);
     this.elementTagTextBox.TabIndex = 12;
     //
     // tvInsteadOfTraceCheckBox
     //
     this.tvInsteadOfTraceCheckBox.Location = new System.Drawing.Point(6, 112);
     this.tvInsteadOfTraceCheckBox.Name     = "tvInsteadOfTraceCheckBox";
     this.tvInsteadOfTraceCheckBox.Size     = new System.Drawing.Size(276, 24);
     this.tvInsteadOfTraceCheckBox.TabIndex = 11;
     this.tvInsteadOfTraceCheckBox.Text     = "Use Tagged Values instead of Trace";
     this.tvInsteadOfTraceCheckBox.UseVisualStyleBackColor = true;
     this.tvInsteadOfTraceCheckBox.CheckedChanged         += new System.EventHandler(this.TtvInsteadOfTraceCheckBoxCheckedChanged);
     //
     // orderAssociationsAmongstAttributesCheckbox
     //
     this.orderAssociationsAmongstAttributesCheckbox.Location = new System.Drawing.Point(6, 82);
     this.orderAssociationsAmongstAttributesCheckbox.Name     = "orderAssociationsAmongstAttributesCheckbox";
     this.orderAssociationsAmongstAttributesCheckbox.Size     = new System.Drawing.Size(276, 24);
     this.orderAssociationsAmongstAttributesCheckbox.TabIndex = 10;
     this.orderAssociationsAmongstAttributesCheckbox.Text     = "Order Associations between Attributes";
     this.orderAssociationsAmongstAttributesCheckbox.UseVisualStyleBackColor = true;
     //
     // orderAssociationsCheckbox
     //
     this.orderAssociationsCheckbox.Location = new System.Drawing.Point(6, 52);
     this.orderAssociationsCheckbox.Name     = "orderAssociationsCheckbox";
     this.orderAssociationsCheckbox.Size     = new System.Drawing.Size(276, 24);
     this.orderAssociationsCheckbox.TabIndex = 9;
     this.orderAssociationsCheckbox.Text     = "Order Associations Alphabetically";
     this.orderAssociationsCheckbox.UseVisualStyleBackColor = true;
     this.orderAssociationsCheckbox.CheckedChanged         += new System.EventHandler(this.OrderAssociationsCheckboxCheckedChanged);
     //
     // noAttributeDependenciesCheckbox
     //
     this.noAttributeDependenciesCheckbox.Location = new System.Drawing.Point(6, 22);
     this.noAttributeDependenciesCheckbox.Name     = "noAttributeDependenciesCheckbox";
     this.noAttributeDependenciesCheckbox.Size     = new System.Drawing.Size(248, 24);
     this.noAttributeDependenciesCheckbox.TabIndex = 8;
     this.noAttributeDependenciesCheckbox.Text     = "Do not create Attribute dependencies";
     this.noAttributeDependenciesCheckbox.UseVisualStyleBackColor = true;
     //
     // SettingsWindow
     //
     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(745, 573);
     this.Controls.Add(this.xmlSchemaGroup);
     this.Controls.Add(this.deleteTaggedValueButton);
     this.Controls.Add(this.deleteStereotypeButton);
     this.Controls.Add(this.GeneralGroupBox);
     this.Controls.Add(this.traceabilityGroupBox);
     this.Controls.Add(this.dataTypeOptionsGroupBox);
     this.Controls.Add(this.diagramOptionsGroupBox);
     this.Controls.Add(this.applyButton);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.splitContainer1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "SettingsWindow";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "EA Message Composer settings";
     ((System.ComponentModel.ISupportInitialize)(this.ignoredStereoTypesGrid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ignoredTaggedValuesGrid)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.diagramOptionsGroupBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.hiddenElementGrid)).EndInit();
     this.dataTypeOptionsGroupBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataTypesGridView)).EndInit();
     this.traceabilityGroupBox.ResumeLayout(false);
     this.traceabilityGroupBox.PerformLayout();
     this.GeneralGroupBox.ResumeLayout(false);
     this.GeneralGroupBox.PerformLayout();
     this.xmlSchemaGroup.ResumeLayout(false);
     this.xmlSchemaGroup.PerformLayout();
     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();
     this.buttonActionX       = new System.Windows.Forms.Button();
     this.buttonZamknuti      = new System.Windows.Forms.Button();
     this.buttonActionW       = new System.Windows.Forms.Button();
     this.labelWidth          = new System.Windows.Forms.Label();
     this.textBoxWidth        = new System.Windows.Forms.TextBox();
     this.textBoxDepth        = new System.Windows.Forms.TextBox();
     this.labelDepth          = new System.Windows.Forms.Label();
     this.textBoxEdges        = new System.Windows.Forms.TextBox();
     this.labelEdges          = new System.Windows.Forms.Label();
     this.checkBoxIsolateAuto = new System.Windows.Forms.CheckBox();
     this.toolTip1            = new System.Windows.Forms.ToolTip(this.components);
     this.SuspendLayout();
     //
     // buttonActionX
     //
     this.buttonActionX.Location = new System.Drawing.Point(12, 6);
     this.buttonActionX.Name     = "buttonActionX";
     this.buttonActionX.Size     = new System.Drawing.Size(25, 23);
     this.buttonActionX.TabIndex = 0;
     this.buttonActionX.TabStop  = false;
     this.buttonActionX.Text     = "X";
     this.buttonActionX.UseVisualStyleBackColor = true;
     this.buttonActionX.Click += new System.EventHandler(this.ButtonActionXClick);
     //
     // buttonZamknuti
     //
     this.buttonZamknuti.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonZamknuti.BackColor = System.Drawing.Color.Red;
     this.buttonZamknuti.Location  = new System.Drawing.Point(462, 9);
     this.buttonZamknuti.Name      = "buttonZamknuti";
     this.buttonZamknuti.Size      = new System.Drawing.Size(20, 20);
     this.buttonZamknuti.TabIndex  = 22;
     this.buttonZamknuti.TabStop   = false;
     this.toolTip1.SetToolTip(this.buttonZamknuti, "TopMost");
     this.buttonZamknuti.UseVisualStyleBackColor = false;
     this.buttonZamknuti.Click += new System.EventHandler(this.ButtonZamknutiClick);
     //
     // buttonActionW
     //
     this.buttonActionW.Location = new System.Drawing.Point(43, 6);
     this.buttonActionW.Name     = "buttonActionW";
     this.buttonActionW.Size     = new System.Drawing.Size(25, 23);
     this.buttonActionW.TabIndex = 23;
     this.buttonActionW.TabStop  = false;
     this.buttonActionW.Text     = "W";
     this.buttonActionW.UseVisualStyleBackColor = true;
     this.buttonActionW.Click += new System.EventHandler(this.ButtonActionWClick);
     //
     // labelWidth
     //
     this.labelWidth.Location  = new System.Drawing.Point(75, 5);
     this.labelWidth.Name      = "labelWidth";
     this.labelWidth.Size      = new System.Drawing.Size(38, 22);
     this.labelWidth.TabIndex  = 24;
     this.labelWidth.Text      = "Width:";
     this.labelWidth.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBoxWidth
     //
     this.textBoxWidth.Location = new System.Drawing.Point(119, 8);
     this.textBoxWidth.Name     = "textBoxWidth";
     this.textBoxWidth.Size     = new System.Drawing.Size(30, 20);
     this.textBoxWidth.TabIndex = 25;
     this.textBoxWidth.Click   += new System.EventHandler(this.textBox_Enter);
     this.textBoxWidth.Enter   += new System.EventHandler(this.textBox_Enter);
     this.textBoxWidth.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox_KeyDown);
     //
     // textBoxDepth
     //
     this.textBoxDepth.Location = new System.Drawing.Point(199, 8);
     this.textBoxDepth.Name     = "textBoxDepth";
     this.textBoxDepth.Size     = new System.Drawing.Size(30, 20);
     this.textBoxDepth.TabIndex = 27;
     this.textBoxDepth.Click   += new System.EventHandler(this.textBox_Enter);
     this.textBoxDepth.Enter   += new System.EventHandler(this.textBox_Enter);
     this.textBoxDepth.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox_KeyDown);
     //
     // labelDepth
     //
     this.labelDepth.Location  = new System.Drawing.Point(155, 5);
     this.labelDepth.Name      = "labelDepth";
     this.labelDepth.Size      = new System.Drawing.Size(39, 22);
     this.labelDepth.TabIndex  = 26;
     this.labelDepth.Text      = "Depth:";
     this.labelDepth.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBoxEdges
     //
     this.textBoxEdges.Location = new System.Drawing.Point(279, 8);
     this.textBoxEdges.Name     = "textBoxEdges";
     this.textBoxEdges.Size     = new System.Drawing.Size(30, 20);
     this.textBoxEdges.TabIndex = 29;
     this.textBoxEdges.Click   += new System.EventHandler(this.textBox_Enter);
     this.textBoxEdges.Enter   += new System.EventHandler(this.textBox_Enter);
     this.textBoxEdges.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox_KeyDown);
     //
     // labelEdges
     //
     this.labelEdges.Location  = new System.Drawing.Point(235, 5);
     this.labelEdges.Name      = "labelEdges";
     this.labelEdges.Size      = new System.Drawing.Size(40, 22);
     this.labelEdges.TabIndex  = 28;
     this.labelEdges.Text      = "Edges:";
     this.labelEdges.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkBoxIsolateAuto
     //
     this.checkBoxIsolateAuto.Location = new System.Drawing.Point(315, 6);
     this.checkBoxIsolateAuto.Name     = "checkBoxIsolateAuto";
     this.checkBoxIsolateAuto.Size     = new System.Drawing.Size(119, 24);
     this.checkBoxIsolateAuto.TabIndex = 30;
     this.checkBoxIsolateAuto.TabStop  = false;
     this.checkBoxIsolateAuto.Text     = "Isolate -> AutoKeys";
     this.checkBoxIsolateAuto.UseVisualStyleBackColor = true;
     //
     // MainForm
     //
     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.ClientSize          = new System.Drawing.Size(494, 36);
     this.Controls.Add(this.checkBoxIsolateAuto);
     this.Controls.Add(this.textBoxEdges);
     this.Controls.Add(this.labelEdges);
     this.Controls.Add(this.textBoxDepth);
     this.Controls.Add(this.labelDepth);
     this.Controls.Add(this.textBoxWidth);
     this.Controls.Add(this.labelWidth);
     this.Controls.Add(this.buttonActionW);
     this.Controls.Add(this.buttonZamknuti);
     this.Controls.Add(this.buttonActionX);
     this.MaximizeBox  = false;
     this.MaximumSize  = new System.Drawing.Size(510, 100);
     this.MinimumSize  = new System.Drawing.Size(510, 75);
     this.Name         = "MainForm";
     this.ShowIcon     = false;
     this.Text         = "CatiaLubeGroove";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFormFormClosing);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     pnlCheck1                     = new System.Windows.Forms.Panel();
     Load                         += new EventHandler(ComponentsCheck_Load);
     txtCheck1                     = new System.Windows.Forms.TextBox();
     lblCheck1                     = new System.Windows.Forms.Label();
     pbCheck1                      = new System.Windows.Forms.PictureBox();
     pnlCheck2                     = new System.Windows.Forms.Panel();
     txtCheck2                     = new System.Windows.Forms.TextBox();
     lblCheck2                     = new System.Windows.Forms.Label();
     pbCheck2                      = new System.Windows.Forms.PictureBox();
     pnlCheck3                     = new System.Windows.Forms.Panel();
     txtCheck3                     = new System.Windows.Forms.TextBox();
     lblCheck3                     = new System.Windows.Forms.Label();
     pbCheck3                      = new System.Windows.Forms.PictureBox();
     pnlCheck4                     = new System.Windows.Forms.Panel();
     txtCheck4                     = new System.Windows.Forms.TextBox();
     lblCheck4                     = new System.Windows.Forms.Label();
     pbCheck4                      = new System.Windows.Forms.PictureBox();
     pnlCheck5                     = new System.Windows.Forms.Panel();
     txtCheck5                     = new System.Windows.Forms.TextBox();
     lblCheck5                     = new System.Windows.Forms.Label();
     pbCheck5                      = new System.Windows.Forms.PictureBox();
     btnCheckAgain                 = new System.Windows.Forms.Button();
     btnCheckAgain.Click          += new EventHandler(btnCheckAgain_Click);
     chkAlwaysShow                 = new System.Windows.Forms.CheckBox();
     chkAlwaysShow.CheckedChanged += new EventHandler(chkAlwaysShow_CheckedChanged);
     pnlChecks                     = new System.Windows.Forms.Panel();
     pnlCheck1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)pbCheck1).BeginInit();
     pnlCheck2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)pbCheck2).BeginInit();
     pnlCheck3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)pbCheck3).BeginInit();
     pnlCheck4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)pbCheck4).BeginInit();
     pnlCheck5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)pbCheck5).BeginInit();
     pnlChecks.SuspendLayout();
     SuspendLayout();
     //
     //pnlCheck1
     //
     pnlCheck1.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right;
     pnlCheck1.Controls.Add(txtCheck1);
     pnlCheck1.Controls.Add(lblCheck1);
     pnlCheck1.Controls.Add(pbCheck1);
     pnlCheck1.Location = new Point(3, 3);
     pnlCheck1.Name     = "pnlCheck1";
     pnlCheck1.Size     = new Size(562, 130);
     pnlCheck1.TabIndex = 10;
     pnlCheck1.Visible  = false;
     //
     //txtCheck1
     //
     txtCheck1.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                         | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right;
     txtCheck1.BackColor   = SystemColors.Control;
     txtCheck1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     txtCheck1.Location    = new Point(129, 29);
     txtCheck1.Multiline   = true;
     txtCheck1.Name        = "txtCheck1";
     txtCheck1.ReadOnly    = true;
     txtCheck1.Size        = new Size(430, 97);
     txtCheck1.TabIndex    = 2;
     //
     //lblCheck1
     //
     lblCheck1.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right;
     lblCheck1.Font      = new Font("Segoe UI", 12.0F, FontStyle.Bold, GraphicsUnit.Point, Convert.ToByte(0));
     lblCheck1.ForeColor = SystemColors.ControlText;
     lblCheck1.Location  = new Point(108, 3);
     lblCheck1.Name      = "lblCheck1";
     lblCheck1.Size      = new Size(451, 23);
     lblCheck1.TabIndex  = 1;
     lblCheck1.Text      = "RDP check succeeded!";
     //
     //pbCheck1
     //
     pbCheck1.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                       | System.Windows.Forms.AnchorStyles.Left;
     pbCheck1.Location = new Point(3, 3);
     pbCheck1.Name     = "pbCheck1";
     pbCheck1.Size     = new Size(72, 123);
     pbCheck1.TabIndex = 0;
     pbCheck1.TabStop  = false;
     //
     //pnlCheck2
     //
     pnlCheck2.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right;
     pnlCheck2.Controls.Add(txtCheck2);
     pnlCheck2.Controls.Add(lblCheck2);
     pnlCheck2.Controls.Add(pbCheck2);
     pnlCheck2.Location = new Point(3, 139);
     pnlCheck2.Name     = "pnlCheck2";
     pnlCheck2.Size     = new Size(562, 130);
     pnlCheck2.TabIndex = 20;
     pnlCheck2.Visible  = false;
     //
     //txtCheck2
     //
     txtCheck2.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                         | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right;
     txtCheck2.BackColor   = SystemColors.Control;
     txtCheck2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     txtCheck2.Location    = new Point(129, 29);
     txtCheck2.Multiline   = true;
     txtCheck2.Name        = "txtCheck2";
     txtCheck2.ReadOnly    = true;
     txtCheck2.Size        = new Size(430, 97);
     txtCheck2.TabIndex    = 2;
     //
     //lblCheck2
     //
     lblCheck2.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right;
     lblCheck2.Font     = new Font("Segoe UI", 12.0F, FontStyle.Bold, GraphicsUnit.Point, Convert.ToByte(0));
     lblCheck2.Location = new Point(112, 3);
     lblCheck2.Name     = "lblCheck2";
     lblCheck2.Size     = new Size(447, 23);
     lblCheck2.TabIndex = 1;
     lblCheck2.Text     = "RDP check succeeded!";
     //
     //pbCheck2
     //
     pbCheck2.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                       | System.Windows.Forms.AnchorStyles.Left;
     pbCheck2.Location = new Point(3, 3);
     pbCheck2.Name     = "pbCheck2";
     pbCheck2.Size     = new Size(72, 123);
     pbCheck2.TabIndex = 0;
     pbCheck2.TabStop  = false;
     //
     //pnlCheck3
     //
     pnlCheck3.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right;
     pnlCheck3.Controls.Add(txtCheck3);
     pnlCheck3.Controls.Add(lblCheck3);
     pnlCheck3.Controls.Add(pbCheck3);
     pnlCheck3.Location = new Point(3, 275);
     pnlCheck3.Name     = "pnlCheck3";
     pnlCheck3.Size     = new Size(562, 130);
     pnlCheck3.TabIndex = 30;
     pnlCheck3.Visible  = false;
     //
     //txtCheck3
     //
     txtCheck3.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                         | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right;
     txtCheck3.BackColor   = SystemColors.Control;
     txtCheck3.BorderStyle = System.Windows.Forms.BorderStyle.None;
     txtCheck3.Location    = new Point(129, 29);
     txtCheck3.Multiline   = true;
     txtCheck3.Name        = "txtCheck3";
     txtCheck3.ReadOnly    = true;
     txtCheck3.Size        = new Size(430, 97);
     txtCheck3.TabIndex    = 2;
     //
     //lblCheck3
     //
     lblCheck3.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right;
     lblCheck3.Font     = new Font("Segoe UI", 12.0F, FontStyle.Bold, GraphicsUnit.Point, Convert.ToByte(0));
     lblCheck3.Location = new Point(112, 3);
     lblCheck3.Name     = "lblCheck3";
     lblCheck3.Size     = new Size(447, 23);
     lblCheck3.TabIndex = 1;
     lblCheck3.Text     = "RDP check succeeded!";
     //
     //pbCheck3
     //
     pbCheck3.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                       | System.Windows.Forms.AnchorStyles.Left;
     pbCheck3.Location = new Point(3, 3);
     pbCheck3.Name     = "pbCheck3";
     pbCheck3.Size     = new Size(72, 123);
     pbCheck3.TabIndex = 0;
     pbCheck3.TabStop  = false;
     //
     //pnlCheck4
     //
     pnlCheck4.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right;
     pnlCheck4.Controls.Add(txtCheck4);
     pnlCheck4.Controls.Add(lblCheck4);
     pnlCheck4.Controls.Add(pbCheck4);
     pnlCheck4.Location = new Point(3, 411);
     pnlCheck4.Name     = "pnlCheck4";
     pnlCheck4.Size     = new Size(562, 130);
     pnlCheck4.TabIndex = 40;
     pnlCheck4.Visible  = false;
     //
     //txtCheck4
     //
     txtCheck4.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                         | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right;
     txtCheck4.BackColor   = SystemColors.Control;
     txtCheck4.BorderStyle = System.Windows.Forms.BorderStyle.None;
     txtCheck4.Location    = new Point(129, 30);
     txtCheck4.Multiline   = true;
     txtCheck4.Name        = "txtCheck4";
     txtCheck4.ReadOnly    = true;
     txtCheck4.Size        = new Size(430, 97);
     txtCheck4.TabIndex    = 2;
     //
     //lblCheck4
     //
     lblCheck4.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right;
     lblCheck4.Font     = new Font("Segoe UI", 12.0F, FontStyle.Bold, GraphicsUnit.Point, Convert.ToByte(0));
     lblCheck4.Location = new Point(112, 3);
     lblCheck4.Name     = "lblCheck4";
     lblCheck4.Size     = new Size(447, 23);
     lblCheck4.TabIndex = 1;
     lblCheck4.Text     = "RDP check succeeded!";
     //
     //pbCheck4
     //
     pbCheck4.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                       | System.Windows.Forms.AnchorStyles.Left;
     pbCheck4.Location = new Point(3, 3);
     pbCheck4.Name     = "pbCheck4";
     pbCheck4.Size     = new Size(72, 123);
     pbCheck4.TabIndex = 0;
     pbCheck4.TabStop  = false;
     //
     //pnlCheck5
     //
     pnlCheck5.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right;
     pnlCheck5.Controls.Add(txtCheck5);
     pnlCheck5.Controls.Add(lblCheck5);
     pnlCheck5.Controls.Add(pbCheck5);
     pnlCheck5.Location = new Point(3, 547);
     pnlCheck5.Name     = "pnlCheck5";
     pnlCheck5.Size     = new Size(562, 130);
     pnlCheck5.TabIndex = 50;
     pnlCheck5.Visible  = false;
     //
     //txtCheck5
     //
     txtCheck5.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                         | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right;
     txtCheck5.BackColor   = SystemColors.Control;
     txtCheck5.BorderStyle = System.Windows.Forms.BorderStyle.None;
     txtCheck5.Location    = new Point(129, 29);
     txtCheck5.Multiline   = true;
     txtCheck5.Name        = "txtCheck5";
     txtCheck5.ReadOnly    = true;
     txtCheck5.Size        = new Size(430, 97);
     txtCheck5.TabIndex    = 2;
     //
     //lblCheck5
     //
     lblCheck5.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right;
     lblCheck5.Font     = new Font("Segoe UI", 12.0F, FontStyle.Bold, GraphicsUnit.Point, Convert.ToByte(0));
     lblCheck5.Location = new Point(112, 3);
     lblCheck5.Name     = "lblCheck5";
     lblCheck5.Size     = new Size(447, 23);
     lblCheck5.TabIndex = 1;
     lblCheck5.Text     = "RDP check succeeded!";
     //
     //pbCheck5
     //
     pbCheck5.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                       | System.Windows.Forms.AnchorStyles.Left;
     pbCheck5.Location = new Point(3, 3);
     pbCheck5.Name     = "pbCheck5";
     pbCheck5.Size     = new Size(72, 123);
     pbCheck5.TabIndex = 0;
     pbCheck5.TabStop  = false;
     //
     //btnCheckAgain
     //
     btnCheckAgain.Anchor    = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
     btnCheckAgain.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     btnCheckAgain.Location  = new Point(476, 842);
     btnCheckAgain.Name      = "btnCheckAgain";
     btnCheckAgain.Size      = new Size(104, 23);
     btnCheckAgain.TabIndex  = 0;
     btnCheckAgain.Text      = "Check again";
     btnCheckAgain.UseVisualStyleBackColor = true;
     //
     //chkAlwaysShow
     //
     chkAlwaysShow.Anchor    = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
     chkAlwaysShow.AutoSize  = true;
     chkAlwaysShow.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     chkAlwaysShow.Location  = new Point(12, 846);
     chkAlwaysShow.Name      = "chkAlwaysShow";
     chkAlwaysShow.Size      = new Size(185, 17);
     chkAlwaysShow.TabIndex  = 51;
     chkAlwaysShow.Text      = "Always show this screen at startup";
     chkAlwaysShow.UseVisualStyleBackColor = true;
     //
     //pnlChecks
     //
     pnlChecks.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                         | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right;
     pnlChecks.AutoScroll = true;
     pnlChecks.Controls.Add(pnlCheck1);
     pnlChecks.Controls.Add(pnlCheck2);
     pnlChecks.Controls.Add(pnlCheck3);
     pnlChecks.Controls.Add(pnlCheck5);
     pnlChecks.Controls.Add(pnlCheck4);
     pnlChecks.Location = new Point(12, 12);
     pnlChecks.Name     = "pnlChecks";
     pnlChecks.Size     = new Size(568, 824);
     pnlChecks.TabIndex = 52;
     //
     //ComponentsCheck
     //
     ClientSize = new Size(592, 877);
     Controls.Add(pnlChecks);
     Controls.Add(chkAlwaysShow);
     Controls.Add(btnCheckAgain);
     Icon    = Resources.ComponentsCheck_Icon;
     Name    = "ComponentsCheck";
     TabText = "Components Check";
     Text    = "Components Check";
     pnlCheck1.ResumeLayout(false);
     pnlCheck1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)pbCheck1).EndInit();
     pnlCheck2.ResumeLayout(false);
     pnlCheck2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)pbCheck2).EndInit();
     pnlCheck3.ResumeLayout(false);
     pnlCheck3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)pbCheck3).EndInit();
     pnlCheck4.ResumeLayout(false);
     pnlCheck4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)pbCheck4).EndInit();
     pnlCheck5.ResumeLayout(false);
     pnlCheck5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)pbCheck5).EndInit();
     pnlChecks.ResumeLayout(false);
     ResumeLayout(false);
     PerformLayout();
 }
Exemple #50
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.groupBoxAvto = new System.Windows.Forms.GroupBox();
     this.comboBoxBenz = new System.Windows.Forms.ComboBox();
     this.labelCenaBenz = new System.Windows.Forms.Label();
     this.labelBenz = new System.Windows.Forms.Label();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.radioButton2 = new System.Windows.Forms.RadioButton();
     this.labelRubBenz = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.textBox10 = new System.Windows.Forms.TextBox();
     this.textBoxCenaBenz = new System.Windows.Forms.TextBox();
     this.textBox9 = new System.Windows.Forms.TextBox();
     this.groupBoxOplataBenz = new System.Windows.Forms.GroupBox();
     this.labelItogoBenz = new System.Windows.Forms.Label();
     this.labelItogoRubBenz = new System.Windows.Forms.Label();
     this.groupBoxCafe = new System.Windows.Forms.GroupBox();
     this.labelCenaKafe = new System.Windows.Forms.Label();
     this.labelKolih = new System.Windows.Forms.Label();
     this.textBoxCoca = new System.Windows.Forms.TextBox();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.textBoxFri = new System.Windows.Forms.TextBox();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.textBoxGamb = new System.Windows.Forms.TextBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.textBoxDog = new System.Windows.Forms.TextBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.checkBoxCoca = new System.Windows.Forms.CheckBox();
     this.checkBoxFri = new System.Windows.Forms.CheckBox();
     this.checkBoxGamb = new System.Windows.Forms.CheckBox();
     this.checkBoxDog = new System.Windows.Forms.CheckBox();
     this.groupBoxOplataCafe = new System.Windows.Forms.GroupBox();
     this.labelItogoCafe = new System.Windows.Forms.Label();
     this.labelItogoRubCafe = new System.Windows.Forms.Label();
     this.groupBoxItogo = new System.Windows.Forms.GroupBox();
     this.labelItogo = new System.Windows.Forms.Label();
     this.labelItogoRub = new System.Windows.Forms.Label();
     this.buttonItogo = new System.Windows.Forms.Button();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.groupBoxAvto.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.groupBoxOplataBenz.SuspendLayout();
     this.groupBoxCafe.SuspendLayout();
     this.groupBoxOplataCafe.SuspendLayout();
     this.groupBoxItogo.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBoxAvto
     //
     this.groupBoxAvto.Controls.Add(this.comboBoxBenz);
     this.groupBoxAvto.Controls.Add(this.labelCenaBenz);
     this.groupBoxAvto.Controls.Add(this.labelBenz);
     this.groupBoxAvto.Controls.Add(this.groupBox6);
     this.groupBoxAvto.Controls.Add(this.labelRubBenz);
     this.groupBoxAvto.Controls.Add(this.label10);
     this.groupBoxAvto.Controls.Add(this.label9);
     this.groupBoxAvto.Controls.Add(this.textBox10);
     this.groupBoxAvto.Controls.Add(this.textBoxCenaBenz);
     this.groupBoxAvto.Controls.Add(this.textBox9);
     this.groupBoxAvto.Controls.Add(this.groupBoxOplataBenz);
     this.groupBoxAvto.Location = new System.Drawing.Point(12, 32);
     this.groupBoxAvto.Name = "groupBoxAvto";
     this.groupBoxAvto.Size = new System.Drawing.Size(251, 361);
     this.groupBoxAvto.TabIndex = 0;
     this.groupBoxAvto.TabStop = false;
     this.groupBoxAvto.Text = "Автозаправка";
     //
     // comboBoxBenz
     //
     this.comboBoxBenz.CausesValidation = false;
     this.comboBoxBenz.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxBenz.FormattingEnabled = true;
     this.comboBoxBenz.Items.AddRange(new object[] {
     "АИ-92",
     "АИ-95",
     "АИ-98",
     "Газ",
     "Дизтопливо"});
     this.comboBoxBenz.Location = new System.Drawing.Point(70, 58);
     this.comboBoxBenz.Name = "comboBoxBenz";
     this.comboBoxBenz.Size = new System.Drawing.Size(134, 21);
     this.comboBoxBenz.TabIndex = 5;
     this.comboBoxBenz.SelectedIndexChanged += new System.EventHandler(this.comboBoxBenz_VisibleChanged);
     //
     // labelCenaBenz
     //
     this.labelCenaBenz.AutoSize = true;
     this.labelCenaBenz.Location = new System.Drawing.Point(9, 98);
     this.labelCenaBenz.Name = "labelCenaBenz";
     this.labelCenaBenz.Size = new System.Drawing.Size(33, 13);
     this.labelCenaBenz.TabIndex = 4;
     this.labelCenaBenz.Text = "Цена";
     //
     // labelBenz
     //
     this.labelBenz.AutoSize = true;
     this.labelBenz.Location = new System.Drawing.Point(9, 58);
     this.labelBenz.Name = "labelBenz";
     this.labelBenz.Size = new System.Drawing.Size(44, 13);
     this.labelBenz.TabIndex = 4;
     this.labelBenz.Text = "Бензин";
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.radioButton1);
     this.groupBox6.Controls.Add(this.radioButton2);
     this.groupBox6.Location = new System.Drawing.Point(9, 148);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(125, 83);
     this.groupBox6.TabIndex = 3;
     this.groupBox6.TabStop = false;
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.Checked = true;
     this.radioButton1.Location = new System.Drawing.Point(6, 19);
     this.radioButton1.Name = "radioButton1";
     this.radioButton1.Size = new System.Drawing.Size(84, 17);
     this.radioButton1.TabIndex = 0;
     this.radioButton1.TabStop = true;
     this.radioButton1.Text = "Количество";
     this.radioButton1.UseVisualStyleBackColor = true;
     this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
     //
     // radioButton2
     //
     this.radioButton2.AutoSize = true;
     this.radioButton2.Location = new System.Drawing.Point(6, 55);
     this.radioButton2.Name = "radioButton2";
     this.radioButton2.Size = new System.Drawing.Size(59, 17);
     this.radioButton2.TabIndex = 0;
     this.radioButton2.Text = "Сумма";
     this.radioButton2.UseVisualStyleBackColor = true;
     this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
     //
     // labelRubBenz
     //
     this.labelRubBenz.AutoSize = true;
     this.labelRubBenz.Location = new System.Drawing.Point(210, 98);
     this.labelRubBenz.Name = "labelRubBenz";
     this.labelRubBenz.Size = new System.Drawing.Size(27, 13);
     this.labelRubBenz.TabIndex = 0;
     this.labelRubBenz.Text = "руб.";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(210, 171);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(16, 13);
     this.label10.TabIndex = 0;
     this.label10.Text = "л.";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(210, 203);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(27, 13);
     this.label9.TabIndex = 0;
     this.label9.Text = "руб.";
     //
     // textBox10
     //
     this.textBox10.Location = new System.Drawing.Point(140, 200);
     this.textBox10.Name = "textBox10";
     this.textBox10.ReadOnly = true;
     this.textBox10.Size = new System.Drawing.Size(64, 20);
     this.textBox10.TabIndex = 2;
     this.textBox10.Text = "0";
     this.textBox10.TextChanged += new System.EventHandler(this.textBox9_TextChanged);
     this.textBox10.Enter += new System.EventHandler(this.textBox9_Enter);
     this.textBox10.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox10_KeyPress);
     this.textBox10.Leave += new System.EventHandler(this.textBoxDog_Leave);
     //
     // textBoxCenaBenz
     //
     this.textBoxCenaBenz.Location = new System.Drawing.Point(70, 98);
     this.textBoxCenaBenz.Name = "textBoxCenaBenz";
     this.textBoxCenaBenz.ReadOnly = true;
     this.textBoxCenaBenz.Size = new System.Drawing.Size(134, 20);
     this.textBoxCenaBenz.TabIndex = 2;
     this.textBoxCenaBenz.Text = "1.13";
     //
     // textBox9
     //
     this.textBox9.Location = new System.Drawing.Point(140, 164);
     this.textBox9.MaxLength = 3;
     this.textBox9.Name = "textBox9";
     this.textBox9.Size = new System.Drawing.Size(64, 20);
     this.textBox9.TabIndex = 2;
     this.textBox9.Text = "0";
     this.textBox9.TextChanged += new System.EventHandler(this.textBox9_TextChanged);
     this.textBox9.Enter += new System.EventHandler(this.textBox9_Enter);
     this.textBox9.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxDog_KeyPress);
     this.textBox9.Leave += new System.EventHandler(this.textBoxDog_Leave);
     //
     // groupBoxOplataBenz
     //
     this.groupBoxOplataBenz.Controls.Add(this.labelItogoBenz);
     this.groupBoxOplataBenz.Controls.Add(this.labelItogoRubBenz);
     this.groupBoxOplataBenz.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.groupBoxOplataBenz.Location = new System.Drawing.Point(7, 244);
     this.groupBoxOplataBenz.Name = "groupBoxOplataBenz";
     this.groupBoxOplataBenz.Size = new System.Drawing.Size(238, 111);
     this.groupBoxOplataBenz.TabIndex = 0;
     this.groupBoxOplataBenz.TabStop = false;
     this.groupBoxOplataBenz.Text = "К оплате:";
     //
     // labelItogoBenz
     //
     this.labelItogoBenz.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelItogoBenz.Location = new System.Drawing.Point(5, 36);
     this.labelItogoBenz.Name = "labelItogoBenz";
     this.labelItogoBenz.Size = new System.Drawing.Size(170, 56);
     this.labelItogoBenz.TabIndex = 1;
     this.labelItogoBenz.Text = "0.00";
     this.labelItogoBenz.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelItogoRubBenz
     //
     this.labelItogoRubBenz.AutoSize = true;
     this.labelItogoRubBenz.Location = new System.Drawing.Point(193, 79);
     this.labelItogoRubBenz.Name = "labelItogoRubBenz";
     this.labelItogoRubBenz.Size = new System.Drawing.Size(27, 13);
     this.labelItogoRubBenz.TabIndex = 0;
     this.labelItogoRubBenz.Text = "руб.";
     //
     // groupBoxCafe
     //
     this.groupBoxCafe.Controls.Add(this.labelCenaKafe);
     this.groupBoxCafe.Controls.Add(this.labelKolih);
     this.groupBoxCafe.Controls.Add(this.textBoxCoca);
     this.groupBoxCafe.Controls.Add(this.textBox4);
     this.groupBoxCafe.Controls.Add(this.textBoxFri);
     this.groupBoxCafe.Controls.Add(this.textBox3);
     this.groupBoxCafe.Controls.Add(this.textBoxGamb);
     this.groupBoxCafe.Controls.Add(this.textBox2);
     this.groupBoxCafe.Controls.Add(this.textBoxDog);
     this.groupBoxCafe.Controls.Add(this.textBox1);
     this.groupBoxCafe.Controls.Add(this.checkBoxCoca);
     this.groupBoxCafe.Controls.Add(this.checkBoxFri);
     this.groupBoxCafe.Controls.Add(this.checkBoxGamb);
     this.groupBoxCafe.Controls.Add(this.checkBoxDog);
     this.groupBoxCafe.Controls.Add(this.groupBoxOplataCafe);
     this.groupBoxCafe.Location = new System.Drawing.Point(320, 32);
     this.groupBoxCafe.Name = "groupBoxCafe";
     this.groupBoxCafe.Size = new System.Drawing.Size(251, 361);
     this.groupBoxCafe.TabIndex = 0;
     this.groupBoxCafe.TabStop = false;
     this.groupBoxCafe.Text = "Кафе";
     //
     // labelCenaKafe
     //
     this.labelCenaKafe.AutoSize = true;
     this.labelCenaKafe.Location = new System.Drawing.Point(104, 28);
     this.labelCenaKafe.Name = "labelCenaKafe";
     this.labelCenaKafe.Size = new System.Drawing.Size(33, 13);
     this.labelCenaKafe.TabIndex = 3;
     this.labelCenaKafe.Text = "Цена";
     //
     // labelKolih
     //
     this.labelKolih.AutoSize = true;
     this.labelKolih.Location = new System.Drawing.Point(180, 28);
     this.labelKolih.Name = "labelKolih";
     this.labelKolih.Size = new System.Drawing.Size(66, 13);
     this.labelKolih.TabIndex = 3;
     this.labelKolih.Text = "Количество";
     //
     // textBoxCoca
     //
     this.textBoxCoca.Location = new System.Drawing.Point(180, 148);
     this.textBoxCoca.MaxLength = 3;
     this.textBoxCoca.Name = "textBoxCoca";
     this.textBoxCoca.ReadOnly = true;
     this.textBoxCoca.Size = new System.Drawing.Size(52, 20);
     this.textBoxCoca.TabIndex = 2;
     this.textBoxCoca.Text = "0";
     this.textBoxCoca.TextChanged += new System.EventHandler(this.textBoxDog_TextChanged);
     this.textBoxCoca.Enter += new System.EventHandler(this.textBox9_Enter);
     this.textBoxCoca.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxDog_KeyPress);
     this.textBoxCoca.Leave += new System.EventHandler(this.textBoxDog_Leave);
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(104, 148);
     this.textBox4.Name = "textBox4";
     this.textBox4.ReadOnly = true;
     this.textBox4.Size = new System.Drawing.Size(52, 20);
     this.textBox4.TabIndex = 2;
     this.textBox4.Text = "4.40";
     //
     // textBoxFri
     //
     this.textBoxFri.Location = new System.Drawing.Point(180, 118);
     this.textBoxFri.MaxLength = 3;
     this.textBoxFri.Name = "textBoxFri";
     this.textBoxFri.ReadOnly = true;
     this.textBoxFri.Size = new System.Drawing.Size(52, 20);
     this.textBoxFri.TabIndex = 2;
     this.textBoxFri.Text = "0";
     this.textBoxFri.TextChanged += new System.EventHandler(this.textBoxDog_TextChanged);
     this.textBoxFri.Enter += new System.EventHandler(this.textBox9_Enter);
     this.textBoxFri.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxDog_KeyPress);
     this.textBoxFri.Leave += new System.EventHandler(this.textBoxDog_Leave);
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(104, 118);
     this.textBox3.Name = "textBox3";
     this.textBox3.ReadOnly = true;
     this.textBox3.Size = new System.Drawing.Size(52, 20);
     this.textBox3.TabIndex = 2;
     this.textBox3.Text = "7.20";
     //
     // textBoxGamb
     //
     this.textBoxGamb.Location = new System.Drawing.Point(180, 88);
     this.textBoxGamb.MaxLength = 3;
     this.textBoxGamb.Name = "textBoxGamb";
     this.textBoxGamb.ReadOnly = true;
     this.textBoxGamb.Size = new System.Drawing.Size(52, 20);
     this.textBoxGamb.TabIndex = 2;
     this.textBoxGamb.Text = "0";
     this.textBoxGamb.TextChanged += new System.EventHandler(this.textBoxDog_TextChanged);
     this.textBoxGamb.Enter += new System.EventHandler(this.textBox9_Enter);
     this.textBoxGamb.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxDog_KeyPress);
     this.textBoxGamb.Leave += new System.EventHandler(this.textBoxDog_Leave);
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(104, 88);
     this.textBox2.Name = "textBox2";
     this.textBox2.ReadOnly = true;
     this.textBox2.Size = new System.Drawing.Size(52, 20);
     this.textBox2.TabIndex = 2;
     this.textBox2.Text = "5.40";
     //
     // textBoxDog
     //
     this.textBoxDog.Location = new System.Drawing.Point(180, 58);
     this.textBoxDog.MaxLength = 3;
     this.textBoxDog.Name = "textBoxDog";
     this.textBoxDog.ReadOnly = true;
     this.textBoxDog.Size = new System.Drawing.Size(52, 20);
     this.textBoxDog.TabIndex = 2;
     this.textBoxDog.Text = "0";
     this.textBoxDog.TextChanged += new System.EventHandler(this.textBoxDog_TextChanged);
     this.textBoxDog.Enter += new System.EventHandler(this.textBox9_Enter);
     this.textBoxDog.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxDog_KeyPress);
     this.textBoxDog.Leave += new System.EventHandler(this.textBoxDog_Leave);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(104, 58);
     this.textBox1.Name = "textBox1";
     this.textBox1.ReadOnly = true;
     this.textBox1.Size = new System.Drawing.Size(52, 20);
     this.textBox1.TabIndex = 2;
     this.textBox1.Text = "4.00";
     //
     // checkBoxCoca
     //
     this.checkBoxCoca.AutoSize = true;
     this.checkBoxCoca.Location = new System.Drawing.Point(6, 148);
     this.checkBoxCoca.Name = "checkBoxCoca";
     this.checkBoxCoca.Size = new System.Drawing.Size(78, 17);
     this.checkBoxCoca.TabIndex = 1;
     this.checkBoxCoca.Text = "Кока-кола";
     this.checkBoxCoca.UseVisualStyleBackColor = true;
     this.checkBoxCoca.CheckStateChanged += new System.EventHandler(this.checkBoxDog_CheckedChanged);
     //
     // checkBoxFri
     //
     this.checkBoxFri.AutoSize = true;
     this.checkBoxFri.Location = new System.Drawing.Point(6, 118);
     this.checkBoxFri.Name = "checkBoxFri";
     this.checkBoxFri.Size = new System.Drawing.Size(99, 17);
     this.checkBoxFri.TabIndex = 1;
     this.checkBoxFri.Text = "Картошка-фри";
     this.checkBoxFri.UseVisualStyleBackColor = true;
     this.checkBoxFri.CheckStateChanged += new System.EventHandler(this.checkBoxDog_CheckedChanged);
     //
     // checkBoxGamb
     //
     this.checkBoxGamb.AutoSize = true;
     this.checkBoxGamb.Location = new System.Drawing.Point(6, 88);
     this.checkBoxGamb.Name = "checkBoxGamb";
     this.checkBoxGamb.Size = new System.Drawing.Size(80, 17);
     this.checkBoxGamb.TabIndex = 1;
     this.checkBoxGamb.Text = "Гамбургер";
     this.checkBoxGamb.UseVisualStyleBackColor = true;
     this.checkBoxGamb.CheckStateChanged += new System.EventHandler(this.checkBoxDog_CheckedChanged);
     //
     // checkBoxDog
     //
     this.checkBoxDog.AutoSize = true;
     this.checkBoxDog.Location = new System.Drawing.Point(6, 58);
     this.checkBoxDog.Name = "checkBoxDog";
     this.checkBoxDog.Size = new System.Drawing.Size(64, 17);
     this.checkBoxDog.TabIndex = 1;
     this.checkBoxDog.Text = "Хот-дог";
     this.checkBoxDog.UseVisualStyleBackColor = true;
     this.checkBoxDog.CheckStateChanged += new System.EventHandler(this.checkBoxDog_CheckedChanged);
     //
     // groupBoxOplataCafe
     //
     this.groupBoxOplataCafe.Controls.Add(this.labelItogoCafe);
     this.groupBoxOplataCafe.Controls.Add(this.labelItogoRubCafe);
     this.groupBoxOplataCafe.Location = new System.Drawing.Point(7, 244);
     this.groupBoxOplataCafe.Name = "groupBoxOplataCafe";
     this.groupBoxOplataCafe.Size = new System.Drawing.Size(238, 111);
     this.groupBoxOplataCafe.TabIndex = 0;
     this.groupBoxOplataCafe.TabStop = false;
     this.groupBoxOplataCafe.Text = "К оплате:";
     //
     // labelItogoCafe
     //
     this.labelItogoCafe.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelItogoCafe.Location = new System.Drawing.Point(5, 36);
     this.labelItogoCafe.Name = "labelItogoCafe";
     this.labelItogoCafe.Size = new System.Drawing.Size(170, 56);
     this.labelItogoCafe.TabIndex = 1;
     this.labelItogoCafe.Text = "0.00";
     this.labelItogoCafe.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelItogoRubCafe
     //
     this.labelItogoRubCafe.AutoSize = true;
     this.labelItogoRubCafe.Location = new System.Drawing.Point(193, 79);
     this.labelItogoRubCafe.Name = "labelItogoRubCafe";
     this.labelItogoRubCafe.Size = new System.Drawing.Size(27, 13);
     this.labelItogoRubCafe.TabIndex = 0;
     this.labelItogoRubCafe.Text = "руб.";
     //
     // groupBoxItogo
     //
     this.groupBoxItogo.Controls.Add(this.labelItogo);
     this.groupBoxItogo.Controls.Add(this.labelItogoRub);
     this.groupBoxItogo.Controls.Add(this.buttonItogo);
     this.groupBoxItogo.Location = new System.Drawing.Point(12, 400);
     this.groupBoxItogo.Name = "groupBoxItogo";
     this.groupBoxItogo.Size = new System.Drawing.Size(559, 114);
     this.groupBoxItogo.TabIndex = 1;
     this.groupBoxItogo.TabStop = false;
     this.groupBoxItogo.Text = "ИТОГО к оплате:";
     //
     // labelItogo
     //
     this.labelItogo.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelItogo.Location = new System.Drawing.Point(371, 31);
     this.labelItogo.Name = "labelItogo";
     this.labelItogo.Size = new System.Drawing.Size(117, 56);
     this.labelItogo.TabIndex = 1;
     this.labelItogo.Text = "0.00";
     //
     // labelItogoRub
     //
     this.labelItogoRub.AutoSize = true;
     this.labelItogoRub.Location = new System.Drawing.Point(506, 74);
     this.labelItogoRub.Name = "labelItogoRub";
     this.labelItogoRub.Size = new System.Drawing.Size(27, 13);
     this.labelItogoRub.TabIndex = 0;
     this.labelItogoRub.Text = "руб.";
     //
     // buttonItogo
     //
     this.buttonItogo.Location = new System.Drawing.Point(6, 31);
     this.buttonItogo.Name = "buttonItogo";
     this.buttonItogo.Size = new System.Drawing.Size(245, 56);
     this.buttonItogo.TabIndex = 0;
     this.buttonItogo.Text = "ПОДСЧИТАТЬ";
     this.buttonItogo.UseVisualStyleBackColor = true;
     this.buttonItogo.Click += new System.EventHandler(this.button1_Click);
     //
     // timer1
     //
     this.timer1.Interval = 1000;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // BestOil
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(583, 527);
     this.Controls.Add(this.groupBoxItogo);
     this.Controls.Add(this.groupBoxCafe);
     this.Controls.Add(this.groupBoxAvto);
     this.Name = "BestOil";
     this.Text = "BestOil";
     this.groupBoxAvto.ResumeLayout(false);
     this.groupBoxAvto.PerformLayout();
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     this.groupBoxOplataBenz.ResumeLayout(false);
     this.groupBoxOplataBenz.PerformLayout();
     this.groupBoxCafe.ResumeLayout(false);
     this.groupBoxCafe.PerformLayout();
     this.groupBoxOplataCafe.ResumeLayout(false);
     this.groupBoxOplataCafe.PerformLayout();
     this.groupBoxItogo.ResumeLayout(false);
     this.groupBoxItogo.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();
     this.FindTextRadioBox  = new System.Windows.Forms.RadioButton();
     this.FindOkButton      = new System.Windows.Forms.Button();
     this.FindCancelButton  = new System.Windows.Forms.Button();
     this.PercentLabel      = new System.Windows.Forms.Label();
     this.FindingLabel      = new System.Windows.Forms.Label();
     this.FindPercent       = new System.Windows.Forms.Timer(this.components);
     this.FindTimer         = new System.Windows.Forms.Timer(this.components);
     this.FindHexRadioBox   = new System.Windows.Forms.RadioButton();
     this.FindTextBox       = new System.Windows.Forms.TextBox();
     this.MatchCaseCheckBox = new System.Windows.Forms.CheckBox();
     this.FindHexBox        = new Components.HexBox();
     this.SuspendLayout();
     //
     // FindTextRadioBox
     //
     this.FindTextRadioBox.Checked         = true;
     this.FindTextRadioBox.Location        = new System.Drawing.Point(12, 12);
     this.FindTextRadioBox.Name            = "FindTextRadioBox";
     this.FindTextRadioBox.Size            = new System.Drawing.Size(104, 17);
     this.FindTextRadioBox.TabIndex        = 4;
     this.FindTextRadioBox.TabStop         = true;
     this.FindTextRadioBox.Text            = "ASCII Text";
     this.FindTextRadioBox.CheckedChanged += new System.EventHandler(this.Find_FindText_Checked);
     //
     // FindOkButton
     //
     this.FindOkButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.FindOkButton.Location = new System.Drawing.Point(147, 259);
     this.FindOkButton.Name     = "FindOkButton";
     this.FindOkButton.Size     = new System.Drawing.Size(125, 40);
     this.FindOkButton.TabIndex = 1;
     this.FindOkButton.Text     = "Find";
     this.FindOkButton.Click   += new System.EventHandler(this.Find_FindOKButton_Click);
     //
     // FindCancelButton
     //
     this.FindCancelButton.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.FindCancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.FindCancelButton.Location     = new System.Drawing.Point(12, 260);
     this.FindCancelButton.Name         = "FindCancelButton";
     this.FindCancelButton.Size         = new System.Drawing.Size(125, 40);
     this.FindCancelButton.TabIndex     = 0;
     this.FindCancelButton.Text         = "Cancel";
     this.FindCancelButton.Click       += new System.EventHandler(this.Find_CancelButton_Click);
     //
     // lblPercent
     //
     this.PercentLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.PercentLabel.Location = new System.Drawing.Point(210, 233);
     this.PercentLabel.Name     = "lblPercent";
     this.PercentLabel.Size     = new System.Drawing.Size(62, 23);
     this.PercentLabel.TabIndex = 3;
     //
     // lblFinding
     //
     this.FindingLabel.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.FindingLabel.ForeColor = System.Drawing.Color.Blue;
     this.FindingLabel.Location  = new System.Drawing.Point(144, 233);
     this.FindingLabel.Name      = "lblFinding";
     this.FindingLabel.Size      = new System.Drawing.Size(57, 23);
     this.FindingLabel.TabIndex  = 2;
     //
     // timerPercent
     //
     this.FindPercent.Tick += new System.EventHandler(this.Find_TimerPercent_Tick);
     //
     // timer
     //
     this.FindTimer.Interval = 50;
     this.FindTimer.Tick    += new System.EventHandler(this.Find_Timer_Tick);
     //
     // FindHexRadioBox
     //
     this.FindHexRadioBox.Location        = new System.Drawing.Point(12, 61);
     this.FindHexRadioBox.Name            = "FindHexRadioBox";
     this.FindHexRadioBox.Size            = new System.Drawing.Size(87, 24);
     this.FindHexRadioBox.TabIndex        = 7;
     this.FindHexRadioBox.Text            = "Hex Values";
     this.FindHexRadioBox.CheckedChanged += new System.EventHandler(this.Find_FindHex_Checked);
     //
     // FindTextBox
     //
     this.FindTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.FindTextBox.Location = new System.Drawing.Point(12, 35);
     this.FindTextBox.Name     = "FindTextBox";
     this.FindTextBox.Size     = new System.Drawing.Size(260, 20);
     this.FindTextBox.TabIndex = 8;
     //
     // MatchCaseCheckBox
     //
     this.MatchCaseCheckBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.MatchCaseCheckBox.AutoSize = true;
     this.MatchCaseCheckBox.Location = new System.Drawing.Point(189, 12);
     this.MatchCaseCheckBox.Name     = "MatchCaseCheckBox";
     this.MatchCaseCheckBox.Size     = new System.Drawing.Size(83, 17);
     this.MatchCaseCheckBox.TabIndex = 9;
     this.MatchCaseCheckBox.Text     = "Match Case";
     this.MatchCaseCheckBox.UseVisualStyleBackColor = true;
     //
     // FindHexBox
     //
     this.FindHexBox.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.FindHexBox.Enabled              = false;
     this.FindHexBox.Font                 = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FindHexBox.InfoForeColor        = System.Drawing.Color.Empty;
     this.FindHexBox.Location             = new System.Drawing.Point(12, 91);
     this.FindHexBox.Name                 = "FindHexBox";
     this.FindHexBox.SelectionBackColor   = System.Drawing.SystemColors.Highlight;
     this.FindHexBox.ShadowSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(188)))), ((int)(((byte)(255)))));
     this.FindHexBox.Size                 = new System.Drawing.Size(260, 139);
     this.FindHexBox.TabIndex             = 6;
     //
     // FormFind
     //
     this.AcceptButton        = this.FindOkButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(284, 312);
     this.Controls.Add(this.MatchCaseCheckBox);
     this.Controls.Add(this.FindTextBox);
     this.Controls.Add(this.FindHexRadioBox);
     this.Controls.Add(this.FindingLabel);
     this.Controls.Add(this.FindCancelButton);
     this.Controls.Add(this.PercentLabel);
     this.Controls.Add(this.FindOkButton);
     this.Controls.Add(this.FindTextRadioBox);
     this.Controls.Add(this.FindHexBox);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.MinimumSize     = new System.Drawing.Size(300, 350);
     this.Name            = "FormFind";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Text            = "Hex Editor - Find";
     this.Activated      += new System.EventHandler(this.Core_OnFocus);
     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(MainForm));
     this.lblSave      = new System.Windows.Forms.Label();
     this.cmdExit      = new System.Windows.Forms.Button();
     this.txtExist     = new System.Windows.Forms.TextBox();
     this.opnExist     = new System.Windows.Forms.OpenFileDialog();
     this.savConvert   = new System.Windows.Forms.SaveFileDialog();
     this.chkXvT2      = new System.Windows.Forms.CheckBox();
     this.chkXWA       = new System.Windows.Forms.CheckBox();
     this.txtSave      = new System.Windows.Forms.TextBox();
     this.cmdConvert   = new System.Windows.Forms.Button();
     this.lblType      = new System.Windows.Forms.Label();
     this.cmdExist     = new System.Windows.Forms.Button();
     this.lblTest      = new System.Windows.Forms.Label();
     this.lblExist     = new System.Windows.Forms.Label();
     this.cmdSave      = new System.Windows.Forms.Button();
     this.optImp       = new System.Windows.Forms.RadioButton();
     this.optReb       = new System.Windows.Forms.RadioButton();
     this.lblPlayer    = new System.Windows.Forms.Label();
     this.chkXvtCombat = new System.Windows.Forms.CheckBox();
     this.chkXvtBop    = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // lblSave
     //
     this.lblSave.Location = new System.Drawing.Point(48, 97);
     this.lblSave.Name     = "lblSave";
     this.lblSave.Size     = new System.Drawing.Size(72, 14);
     this.lblSave.TabIndex = 11;
     this.lblSave.Text     = "Save as...";
     //
     // cmdExit
     //
     this.cmdExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cmdExit.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.cmdExit.Location     = new System.Drawing.Point(235, 160);
     this.cmdExit.Name         = "cmdExit";
     this.cmdExit.Size         = new System.Drawing.Size(80, 22);
     this.cmdExit.TabIndex     = 9;
     this.cmdExit.Text         = "Exit";
     this.cmdExit.Click       += new System.EventHandler(this.CmdExitClick);
     //
     // txtExist
     //
     this.txtExist.Location = new System.Drawing.Point(48, 30);
     this.txtExist.Name     = "txtExist";
     this.txtExist.Size     = new System.Drawing.Size(272, 20);
     this.txtExist.TabIndex = 0;
     //
     // opnExist
     //
     this.opnExist.DefaultExt = "tie";
     this.opnExist.Filter     = "Mission Files|*.tie";
     this.opnExist.Title      = "Existing Mission";
     this.opnExist.FileOk    += new System.ComponentModel.CancelEventHandler(this.OpnExistFileOk);
     //
     // savConvert
     //
     this.savConvert.DefaultExt = "tie";
     this.savConvert.Filter     = "Mission Files|*.tie";
     this.savConvert.Title      = "Save as...";
     this.savConvert.FileOk    += new System.ComponentModel.CancelEventHandler(this.SavConvertFileOk);
     //
     // chkXvT2
     //
     this.chkXvT2.Checked         = true;
     this.chkXvT2.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.chkXvT2.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.chkXvT2.Location        = new System.Drawing.Point(328, 104);
     this.chkXvT2.Name            = "chkXvT2";
     this.chkXvT2.Size            = new System.Drawing.Size(56, 15);
     this.chkXvT2.TabIndex        = 14;
     this.chkXvT2.Text            = "XvT";
     this.chkXvT2.CheckedChanged += new System.EventHandler(this.ChkXvT2CheckedChanged);
     //
     // chkXWA
     //
     this.chkXWA.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.chkXWA.Location        = new System.Drawing.Point(328, 126);
     this.chkXWA.Name            = "chkXWA";
     this.chkXWA.Size            = new System.Drawing.Size(56, 15);
     this.chkXWA.TabIndex        = 15;
     this.chkXWA.Text            = "XWA";
     this.chkXWA.CheckedChanged += new System.EventHandler(this.ChkXWACheckedChanged);
     //
     // txtSave
     //
     this.txtSave.Location = new System.Drawing.Point(48, 111);
     this.txtSave.Name     = "txtSave";
     this.txtSave.Size     = new System.Drawing.Size(272, 20);
     this.txtSave.TabIndex = 1;
     //
     // cmdConvert
     //
     this.cmdConvert.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmdConvert.Location  = new System.Drawing.Point(72, 160);
     this.cmdConvert.Name      = "cmdConvert";
     this.cmdConvert.Size      = new System.Drawing.Size(80, 22);
     this.cmdConvert.TabIndex  = 8;
     this.cmdConvert.Text      = "Convert";
     this.cmdConvert.Click    += new System.EventHandler(this.CmdConvertClick);
     //
     // lblType
     //
     this.lblType.Location  = new System.Drawing.Point(328, 30);
     this.lblType.Name      = "lblType";
     this.lblType.Size      = new System.Drawing.Size(56, 15);
     this.lblType.TabIndex  = 17;
     this.lblType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cmdExist
     //
     this.cmdExist.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmdExist.Location  = new System.Drawing.Point(16, 30);
     this.cmdExist.Name      = "cmdExist";
     this.cmdExist.Size      = new System.Drawing.Size(24, 22);
     this.cmdExist.TabIndex  = 6;
     this.cmdExist.Text      = "...";
     this.cmdExist.Click    += new System.EventHandler(this.CmdExistClick);
     //
     // lblTest
     //
     this.lblTest.Location = new System.Drawing.Point(56, 141);
     this.lblTest.Name     = "lblTest";
     this.lblTest.Size     = new System.Drawing.Size(96, 15);
     this.lblTest.TabIndex = 16;
     //
     // lblExist
     //
     this.lblExist.Location = new System.Drawing.Point(48, 15);
     this.lblExist.Name     = "lblExist";
     this.lblExist.Size     = new System.Drawing.Size(88, 15);
     this.lblExist.TabIndex = 10;
     this.lblExist.Text     = "Existing File";
     //
     // cmdSave
     //
     this.cmdSave.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmdSave.Location  = new System.Drawing.Point(16, 111);
     this.cmdSave.Name      = "cmdSave";
     this.cmdSave.Size      = new System.Drawing.Size(24, 23);
     this.cmdSave.TabIndex  = 7;
     this.cmdSave.Text      = "...";
     this.cmdSave.Click    += new System.EventHandler(this.CmdSaveClick);
     //
     // optImp
     //
     this.optImp.Checked  = true;
     this.optImp.Location = new System.Drawing.Point(112, 56);
     this.optImp.Name     = "optImp";
     this.optImp.Size     = new System.Drawing.Size(64, 16);
     this.optImp.TabIndex = 18;
     this.optImp.TabStop  = true;
     this.optImp.Text     = "Imperial";
     this.optImp.Visible  = false;
     //
     // optReb
     //
     this.optReb.Location = new System.Drawing.Point(184, 56);
     this.optReb.Name     = "optReb";
     this.optReb.Size     = new System.Drawing.Size(56, 16);
     this.optReb.TabIndex = 18;
     this.optReb.Text     = "Rebel";
     this.optReb.Visible  = false;
     //
     // lblPlayer
     //
     this.lblPlayer.Location = new System.Drawing.Point(48, 56);
     this.lblPlayer.Name     = "lblPlayer";
     this.lblPlayer.Size     = new System.Drawing.Size(56, 16);
     this.lblPlayer.TabIndex = 19;
     this.lblPlayer.Text     = "Player is:";
     this.lblPlayer.Visible  = false;
     //
     // chkXvtCombat
     //
     this.chkXvtCombat.AutoSize = true;
     this.chkXvtCombat.Location = new System.Drawing.Point(48, 141);
     this.chkXvtCombat.Name     = "chkXvtCombat";
     this.chkXvtCombat.Size     = new System.Drawing.Size(267, 17);
     this.chkXvtCombat.TabIndex = 20;
     this.chkXvtCombat.Text     = "Convert to skirmish, multiplayer slots + second team";
     this.chkXvtCombat.UseVisualStyleBackColor = true;
     this.chkXvtCombat.Visible = false;
     //
     // chkXvtBop
     //
     this.chkXvtBop.AutoSize   = true;
     this.chkXvtBop.Checked    = true;
     this.chkXvtBop.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkXvtBop.Location   = new System.Drawing.Point(96, 141);
     this.chkXvtBop.Name       = "chkXvtBop";
     this.chkXvtBop.Size       = new System.Drawing.Size(188, 17);
     this.chkXvtBop.TabIndex   = 21;
     this.chkXvtBop.Text       = "Save as BoP (longer descriptions).";
     this.chkXvtBop.UseVisualStyleBackColor = true;
     this.chkXvtBop.Visible = false;
     //
     // MainForm
     //
     this.AcceptButton      = this.cmdConvert;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.cmdExit;
     this.ClientSize        = new System.Drawing.Size(392, 204);
     this.Controls.Add(this.chkXvtBop);
     this.Controls.Add(this.chkXvtCombat);
     this.Controls.Add(this.lblPlayer);
     this.Controls.Add(this.optImp);
     this.Controls.Add(this.lblType);
     this.Controls.Add(this.lblTest);
     this.Controls.Add(this.chkXWA);
     this.Controls.Add(this.chkXvT2);
     this.Controls.Add(this.lblSave);
     this.Controls.Add(this.lblExist);
     this.Controls.Add(this.cmdExit);
     this.Controls.Add(this.cmdConvert);
     this.Controls.Add(this.cmdSave);
     this.Controls.Add(this.cmdExist);
     this.Controls.Add(this.txtSave);
     this.Controls.Add(this.txtExist);
     this.Controls.Add(this.optReb);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name        = "MainForm";
     this.Text        = "IDMR Mission Converter";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #53
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._chkPrefixInitials    = new System.Windows.Forms.CheckBox();
     this._boxPrefix            = new System.Windows.Forms.TextBox();
     this._chkGreetingInReplies = new System.Windows.Forms.CheckBox();
     this._signatureBox         = new System.Windows.Forms.TextBox();
     this._chkUseSignature      = new System.Windows.Forms.CheckBox();
     this.label1    = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label2    = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this._grpSignatureInReplies     = new System.Windows.Forms.GroupBox();
     this._radSignatureAfterQuoting  = new System.Windows.Forms.RadioButton();
     this._radSignatureBeforeQuoting = new System.Windows.Forms.RadioButton();
     this._radReplySignatureNone     = new System.Windows.Forms.RadioButton();
     this._grpSignatureInReplies.SuspendLayout();
     this.SuspendLayout();
     //
     // _chkGreetingInReplies
     //
     this._chkGreetingInReplies.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this._chkGreetingInReplies.Location        = new System.Drawing.Point(0, 20);
     this._chkGreetingInReplies.Name            = "_chkGreetingInReplies";
     this._chkGreetingInReplies.Size            = new System.Drawing.Size(155, 16);
     this._chkGreetingInReplies.TabIndex        = 1;
     this._chkGreetingInReplies.Text            = "Include greeting in replies";
     this._chkGreetingInReplies.CheckedChanged += new System.EventHandler(_chkGreetingInReplies_CheckedChanged);
     //
     // _boxPrefix
     //
     this._boxPrefix.AcceptsReturn = false;
     this._boxPrefix.Location      = new System.Drawing.Point(168, 18);
     this._boxPrefix.Multiline     = false;
     this._boxPrefix.Name          = "_boxPrefix";
     this._boxPrefix.ScrollBars    = System.Windows.Forms.ScrollBars.Vertical;
     this._boxPrefix.Size          = new System.Drawing.Size(100, 19);
     this._boxPrefix.TabIndex      = 2;
     this._boxPrefix.Text          = "";
     this._boxPrefix.TextChanged  += new System.EventHandler(_boxPrefix_TextChanged);
     //
     // _chkPrefixInitials
     //
     this._chkPrefixInitials.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._chkPrefixInitials.Location  = new System.Drawing.Point(0, 44);
     this._chkPrefixInitials.Name      = "_chkPrefixInitials";
     this._chkPrefixInitials.Size      = new System.Drawing.Size(232, 16);
     this._chkPrefixInitials.TabIndex  = 3;
     this._chkPrefixInitials.Text      = "Prefix replies with sender\'s initials";
     //
     // _signatureBox
     //
     this._signatureBox.AcceptsReturn = true;
     this._signatureBox.Location      = new System.Drawing.Point(12, 124);
     this._signatureBox.Multiline     = true;
     this._signatureBox.Name          = "_signatureBox";
     this._signatureBox.ScrollBars    = System.Windows.Forms.ScrollBars.Vertical;
     this._signatureBox.Size          = new System.Drawing.Size(240, 80);
     this._signatureBox.TabIndex      = 14;
     this._signatureBox.Text          = "";
     //
     // _useSignature
     //
     this._chkUseSignature.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this._chkUseSignature.Location        = new System.Drawing.Point(0, 100);
     this._chkUseSignature.Name            = "_chkUseSignature";
     this._chkUseSignature.Size            = new System.Drawing.Size(280, 20);
     this._chkUseSignature.TabIndex        = 13;
     this._chkUseSignature.Text            = "Include signature in outgoing messages";
     this._chkUseSignature.CheckedChanged += new System.EventHandler(this._useSignature_CheckedChanged);
     //
     // label1
     //
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.Location  = new System.Drawing.Point(0, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(56, 16);
     this.label1.TabIndex  = 16;
     this.label1.Text      = "Replies";
     //
     // 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.Location = new System.Drawing.Point(56, 2);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(336, 8);
     this.groupBox1.TabIndex = 17;
     this.groupBox1.TabStop  = false;
     //
     // label2
     //
     this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label2.Location  = new System.Drawing.Point(0, 80);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(64, 16);
     this.label2.TabIndex  = 18;
     this.label2.Text      = "Signature";
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Location = new System.Drawing.Point(68, 82);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(320, 8);
     this.groupBox2.TabIndex = 19;
     this.groupBox2.TabStop  = false;
     //
     // _grpSignatureInReplies
     //
     this._grpSignatureInReplies.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this._grpSignatureInReplies.Controls.Add(this._radSignatureAfterQuoting);
     this._grpSignatureInReplies.Controls.Add(this._radSignatureBeforeQuoting);
     this._grpSignatureInReplies.Controls.Add(this._radReplySignatureNone);
     this._grpSignatureInReplies.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._grpSignatureInReplies.Location  = new System.Drawing.Point(12, 212);
     this._grpSignatureInReplies.Name      = "_grpSignatureInReplies";
     this._grpSignatureInReplies.Size      = new System.Drawing.Size(380, 84);
     this._grpSignatureInReplies.TabIndex  = 20;
     this._grpSignatureInReplies.TabStop   = false;
     this._grpSignatureInReplies.Text      = "Signature in Replies";
     //
     // _radSignatureAfterQuoting
     //
     this._radSignatureAfterQuoting.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._radSignatureAfterQuoting.Location  = new System.Drawing.Point(8, 60);
     this._radSignatureAfterQuoting.Name      = "_radSignatureAfterQuoting";
     this._radSignatureAfterQuoting.Size      = new System.Drawing.Size(236, 20);
     this._radSignatureAfterQuoting.TabIndex  = 2;
     this._radSignatureAfterQuoting.Text      = "After quoted text";
     //
     // _radSignatureBeforeQuoting
     //
     this._radSignatureBeforeQuoting.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._radSignatureBeforeQuoting.Location  = new System.Drawing.Point(8, 40);
     this._radSignatureBeforeQuoting.Name      = "_radSignatureBeforeQuoting";
     this._radSignatureBeforeQuoting.Size      = new System.Drawing.Size(240, 20);
     this._radSignatureBeforeQuoting.TabIndex  = 1;
     this._radSignatureBeforeQuoting.Text      = "Before quoted text";
     //
     // _radReplySignatureNone
     //
     this._radReplySignatureNone.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._radReplySignatureNone.Location  = new System.Drawing.Point(8, 20);
     this._radReplySignatureNone.Name      = "_radReplySignatureNone";
     this._radReplySignatureNone.Size      = new System.Drawing.Size(104, 20);
     this._radReplySignatureNone.TabIndex  = 0;
     this._radReplySignatureNone.Text      = "None";
     //
     // MailFormatPane
     //
     this.Controls.Add(this._grpSignatureInReplies);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this._signatureBox);
     this.Controls.Add(this._chkUseSignature);
     this.Controls.Add(this._chkGreetingInReplies);
     this.Controls.Add(this._boxPrefix);
     this.Controls.Add(this._chkPrefixInitials);
     this.Name = "MailFormatPane";
     this.Size = new System.Drawing.Size(396, 324);
     this._grpSignatureInReplies.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #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
 private void InitializeComponent()
 {
     this.components                    = new System.ComponentModel.Container();
     this.FlowLayoutPanel1              = new System.Windows.Forms.FlowLayoutPanel();
     this.Button2                       = new System.Windows.Forms.Button();
     this.Button3                       = new System.Windows.Forms.Button();
     this.Button4                       = new System.Windows.Forms.Button();
     this.wrapContentsCheckBox          = new System.Windows.Forms.CheckBox();
     this.flowTopDownBtn                = new System.Windows.Forms.RadioButton();
     this.flowBottomUpBtn               = new System.Windows.Forms.RadioButton();
     this.flowLeftToRight               = new System.Windows.Forms.RadioButton();
     this.flowRightToLeftBtn            = new System.Windows.Forms.RadioButton();
     this.menuStrip1                    = new System.Windows.Forms.MenuStrip();
     this.dateiToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.öffnenToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.neuToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.speichernToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.xmlToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.xMLNeuToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.xMLÖffnenToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.xMLEditierenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ansichtToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.openFileDialog1               = new System.Windows.Forms.OpenFileDialog();
     this.listBox1                      = new System.Windows.Forms.ListBox();
     this.flowLayoutPanel2              = new System.Windows.Forms.Panel();
     this.contextMenuStrip1             = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.itemLöschenToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.bildDrehenToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.alleLöschenToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.attrToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.clearItemToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.clearPlaneToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.groupBox1                     = new System.Windows.Forms.GroupBox();
     this.btLast                = new System.Windows.Forms.Button();
     this.hScrollBar1           = new System.Windows.Forms.HScrollBar();
     this.tbDescr               = new System.Windows.Forms.TextBox();
     this.label13               = new System.Windows.Forms.Label();
     this.tbKarte               = new System.Windows.Forms.TextBox();
     this.label12               = new System.Windows.Forms.Label();
     this.tbZeit                = new System.Windows.Forms.TextBox();
     this.label11               = new System.Windows.Forms.Label();
     this.tbTitel               = new System.Windows.Forms.TextBox();
     this.label10               = new System.Windows.Forms.Label();
     this.tbID                  = new System.Windows.Forms.TextBox();
     this.label1                = new System.Windows.Forms.Label();
     this.groupBox2             = new System.Windows.Forms.GroupBox();
     this.label5                = new System.Windows.Forms.Label();
     this.tbFDescr              = new System.Windows.Forms.TextBox();
     this.tbPfad                = new System.Windows.Forms.TextBox();
     this.label2                = new System.Windows.Forms.Label();
     this.tbFTitel              = new System.Windows.Forms.TextBox();
     this.label3                = new System.Windows.Forms.Label();
     this.tbFName               = new System.Windows.Forms.TextBox();
     this.label4                = new System.Windows.Forms.Label();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.neueBilderSchiebenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // FlowLayoutPanel1
     //
     this.FlowLayoutPanel1.AutoScroll  = true;
     this.FlowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.FlowLayoutPanel1.Location    = new System.Drawing.Point(253, 306);
     this.FlowLayoutPanel1.Name        = "FlowLayoutPanel1";
     this.FlowLayoutPanel1.Size        = new System.Drawing.Size(869, 189);
     this.FlowLayoutPanel1.TabIndex    = 0;
     //
     // Button2
     //
     this.Button2.Location = new System.Drawing.Point(84, 3);
     this.Button2.Name     = "Button2";
     this.Button2.Size     = new System.Drawing.Size(75, 23);
     this.Button2.TabIndex = 1;
     this.Button2.Text     = "Button2";
     //
     // Button3
     //
     this.Button3.Location = new System.Drawing.Point(3, 32);
     this.Button3.Name     = "Button3";
     this.Button3.Size     = new System.Drawing.Size(75, 23);
     this.Button3.TabIndex = 2;
     this.Button3.Text     = "Button3";
     //
     // Button4
     //
     this.Button4.Location = new System.Drawing.Point(84, 32);
     this.Button4.Name     = "Button4";
     this.Button4.Size     = new System.Drawing.Size(75, 23);
     this.Button4.TabIndex = 3;
     this.Button4.Text     = "Button4";
     //
     // wrapContentsCheckBox
     //
     this.wrapContentsCheckBox.Location        = new System.Drawing.Point(656, 513);
     this.wrapContentsCheckBox.Name            = "wrapContentsCheckBox";
     this.wrapContentsCheckBox.Size            = new System.Drawing.Size(87, 24);
     this.wrapContentsCheckBox.TabIndex        = 1;
     this.wrapContentsCheckBox.Text            = "Wrap";
     this.wrapContentsCheckBox.CheckedChanged += new System.EventHandler(this.wrapContentsCheckBox_CheckedChanged);
     //
     // flowTopDownBtn
     //
     this.flowTopDownBtn.Location        = new System.Drawing.Point(749, 513);
     this.flowTopDownBtn.Name            = "flowTopDownBtn";
     this.flowTopDownBtn.Size            = new System.Drawing.Size(104, 24);
     this.flowTopDownBtn.TabIndex        = 2;
     this.flowTopDownBtn.Text            = "Flow TopDown";
     this.flowTopDownBtn.CheckedChanged += new System.EventHandler(this.flowTopDownBtn_CheckedChanged);
     //
     // flowBottomUpBtn
     //
     this.flowBottomUpBtn.Location        = new System.Drawing.Point(916, 513);
     this.flowBottomUpBtn.Name            = "flowBottomUpBtn";
     this.flowBottomUpBtn.Size            = new System.Drawing.Size(104, 24);
     this.flowBottomUpBtn.TabIndex        = 3;
     this.flowBottomUpBtn.Text            = "Flow BottomUp";
     this.flowBottomUpBtn.CheckedChanged += new System.EventHandler(this.flowBottomUpBtn_CheckedChanged);
     //
     // flowLeftToRight
     //
     this.flowLeftToRight.Location        = new System.Drawing.Point(860, 513);
     this.flowLeftToRight.Name            = "flowLeftToRight";
     this.flowLeftToRight.Size            = new System.Drawing.Size(49, 24);
     this.flowLeftToRight.TabIndex        = 4;
     this.flowLeftToRight.Text            = "Flow LeftToRight";
     this.flowLeftToRight.CheckedChanged += new System.EventHandler(this.flowLeftToRight_CheckedChanged);
     //
     // flowRightToLeftBtn
     //
     this.flowRightToLeftBtn.Location        = new System.Drawing.Point(1027, 513);
     this.flowRightToLeftBtn.Name            = "flowRightToLeftBtn";
     this.flowRightToLeftBtn.Size            = new System.Drawing.Size(96, 24);
     this.flowRightToLeftBtn.TabIndex        = 5;
     this.flowRightToLeftBtn.Text            = "Flow RightToLeft";
     this.flowRightToLeftBtn.CheckedChanged += new System.EventHandler(this.flowRightToLeftBtn_CheckedChanged);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.dateiToolStripMenuItem,
         this.xmlToolStripMenuItem,
         this.ansichtToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(754, 24);
     this.menuStrip1.TabIndex = 6;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // dateiToolStripMenuItem
     //
     this.dateiToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.öffnenToolStripMenuItem,
         this.neuToolStripMenuItem,
         this.speichernToolStripMenuItem
     });
     this.dateiToolStripMenuItem.Name = "dateiToolStripMenuItem";
     this.dateiToolStripMenuItem.Size = new System.Drawing.Size(46, 20);
     this.dateiToolStripMenuItem.Text = "Datei";
     //
     // öffnenToolStripMenuItem
     //
     this.öffnenToolStripMenuItem.Name   = "öffnenToolStripMenuItem";
     this.öffnenToolStripMenuItem.Size   = new System.Drawing.Size(125, 22);
     this.öffnenToolStripMenuItem.Text   = "öffnen";
     this.öffnenToolStripMenuItem.Click += new System.EventHandler(this.oeffnen_Click);
     //
     // neuToolStripMenuItem
     //
     this.neuToolStripMenuItem.Name = "neuToolStripMenuItem";
     this.neuToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
     this.neuToolStripMenuItem.Text = "neu";
     //
     // speichernToolStripMenuItem
     //
     this.speichernToolStripMenuItem.Name = "speichernToolStripMenuItem";
     this.speichernToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
     this.speichernToolStripMenuItem.Text = "speichern";
     //
     // xmlToolStripMenuItem
     //
     this.xmlToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.xMLNeuToolStripMenuItem,
         this.xMLÖffnenToolStripMenuItem,
         this.xMLEditierenToolStripMenuItem
     });
     this.xmlToolStripMenuItem.Name = "xmlToolStripMenuItem";
     this.xmlToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
     this.xmlToolStripMenuItem.Text = "XML";
     //
     // xMLNeuToolStripMenuItem
     //
     this.xMLNeuToolStripMenuItem.Name = "xMLNeuToolStripMenuItem";
     this.xMLNeuToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
     this.xMLNeuToolStripMenuItem.Text = "XML neu";
     //
     // xMLÖffnenToolStripMenuItem
     //
     this.xMLÖffnenToolStripMenuItem.Name   = "xMLÖffnenToolStripMenuItem";
     this.xMLÖffnenToolStripMenuItem.Size   = new System.Drawing.Size(147, 22);
     this.xMLÖffnenToolStripMenuItem.Text   = "XML öffnen";
     this.xMLÖffnenToolStripMenuItem.Click += new System.EventHandler(this.xmlOpen_Click);
     //
     // xMLEditierenToolStripMenuItem
     //
     this.xMLEditierenToolStripMenuItem.Name = "xMLEditierenToolStripMenuItem";
     this.xMLEditierenToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
     this.xMLEditierenToolStripMenuItem.Text = "XML editieren";
     //
     // ansichtToolStripMenuItem
     //
     this.ansichtToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.neueBilderSchiebenToolStripMenuItem
     });
     this.ansichtToolStripMenuItem.Name = "ansichtToolStripMenuItem";
     this.ansichtToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
     this.ansichtToolStripMenuItem.Text = "Ansicht";
     //
     // listBox1
     //
     this.listBox1.FormattingEnabled = true;
     this.listBox1.Location          = new System.Drawing.Point(22, 27);
     this.listBox1.Name                  = "listBox1";
     this.listBox1.Size                  = new System.Drawing.Size(221, 56);
     this.listBox1.TabIndex              = 7;
     this.listBox1.SelectedIndexChanged += new System.EventHandler(this.selListbox);
     //
     // flowLayoutPanel2
     //
     this.flowLayoutPanel2.AutoScroll       = true;
     this.flowLayoutPanel2.BorderStyle      = System.Windows.Forms.BorderStyle.FixedSingle;
     this.flowLayoutPanel2.ContextMenuStrip = this.contextMenuStrip1;
     this.flowLayoutPanel2.Location         = new System.Drawing.Point(253, 27);
     this.flowLayoutPanel2.Name             = "flowLayoutPanel2";
     this.flowLayoutPanel2.Size             = new System.Drawing.Size(869, 266);
     this.flowLayoutPanel2.TabIndex         = 8;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.itemLöschenToolStripMenuItem,
         this.bildDrehenToolStripMenuItem,
         this.alleLöschenToolStripMenuItem,
         this.attrToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(149, 92);
     //
     // itemLöschenToolStripMenuItem
     //
     this.itemLöschenToolStripMenuItem.Name   = "itemLöschenToolStripMenuItem";
     this.itemLöschenToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.itemLöschenToolStripMenuItem.Text   = "Item löschen";
     this.itemLöschenToolStripMenuItem.Click += new System.EventHandler(this.itemloeschen_Click);
     //
     // bildDrehenToolStripMenuItem
     //
     this.bildDrehenToolStripMenuItem.Name = "bildDrehenToolStripMenuItem";
     this.bildDrehenToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
     this.bildDrehenToolStripMenuItem.Text = "Bild drehen";
     //
     // alleLöschenToolStripMenuItem
     //
     this.alleLöschenToolStripMenuItem.Name   = "alleLöschenToolStripMenuItem";
     this.alleLöschenToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.alleLöschenToolStripMenuItem.Text   = "alle löschen";
     this.alleLöschenToolStripMenuItem.Click += new System.EventHandler(this.alleloeschen_Click);
     //
     // attrToolStripMenuItem
     //
     this.attrToolStripMenuItem.Name    = "attrToolStripMenuItem";
     this.attrToolStripMenuItem.Size    = new System.Drawing.Size(148, 22);
     this.attrToolStripMenuItem.Text    = "Eigenschaften";
     this.attrToolStripMenuItem.Visible = false;
     this.attrToolStripMenuItem.Click  += new System.EventHandler(this.att_Click);
     //
     // clearItemToolStripMenuItem
     //
     this.clearItemToolStripMenuItem.Name = "clearItemToolStripMenuItem";
     this.clearItemToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.clearItemToolStripMenuItem.Text = "Clear Item";
     //
     // clearPlaneToolStripMenuItem
     //
     this.clearPlaneToolStripMenuItem.Name = "clearPlaneToolStripMenuItem";
     this.clearPlaneToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.clearPlaneToolStripMenuItem.Text = "Clear Plane";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btLast);
     this.groupBox1.Controls.Add(this.hScrollBar1);
     this.groupBox1.Controls.Add(this.tbDescr);
     this.groupBox1.Controls.Add(this.label13);
     this.groupBox1.Controls.Add(this.tbKarte);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.tbZeit);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.tbTitel);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.tbID);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(25, 96);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(218, 243);
     this.groupBox1.TabIndex = 9;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Beschreibung Etappen:";
     //
     // btLast
     //
     this.btLast.Location = new System.Drawing.Point(180, 19);
     this.btLast.Name     = "btLast";
     this.btLast.Size     = new System.Drawing.Size(29, 20);
     this.btLast.TabIndex = 36;
     this.btLast.Text     = ">>";
     this.btLast.UseVisualStyleBackColor = true;
     this.btLast.Click += new System.EventHandler(this.btLast_Click);
     //
     // hScrollBar1
     //
     this.hScrollBar1.LargeChange = 5;
     this.hScrollBar1.Location    = new System.Drawing.Point(119, 18);
     this.hScrollBar1.Minimum     = 1;
     this.hScrollBar1.Name        = "hScrollBar1";
     this.hScrollBar1.ScaleScrollBarForDpiChange = false;
     this.hScrollBar1.Size          = new System.Drawing.Size(55, 20);
     this.hScrollBar1.TabIndex      = 35;
     this.hScrollBar1.Value         = 1;
     this.hScrollBar1.ValueChanged += new System.EventHandler(this.doScroll);
     //
     // tbDescr
     //
     this.tbDescr.Location  = new System.Drawing.Point(62, 118);
     this.tbDescr.Multiline = true;
     this.tbDescr.Name      = "tbDescr";
     this.tbDescr.Size      = new System.Drawing.Size(147, 119);
     this.tbDescr.TabIndex  = 34;
     this.tbDescr.Leave    += new System.EventHandler(this.textChanged);
     //
     // label13
     //
     this.label13.Location  = new System.Drawing.Point(9, 120);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(47, 20);
     this.label13.TabIndex  = 33;
     this.label13.Text      = "Text";
     this.label13.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // tbKarte
     //
     this.tbKarte.Location = new System.Drawing.Point(62, 92);
     this.tbKarte.Name     = "tbKarte";
     this.tbKarte.Size     = new System.Drawing.Size(147, 20);
     this.tbKarte.TabIndex = 32;
     this.tbKarte.Leave   += new System.EventHandler(this.textChanged);
     //
     // label12
     //
     this.label12.Location  = new System.Drawing.Point(9, 95);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(47, 20);
     this.label12.TabIndex  = 31;
     this.label12.Text      = "KarteID";
     this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // tbZeit
     //
     this.tbZeit.Location = new System.Drawing.Point(62, 66);
     this.tbZeit.Name     = "tbZeit";
     this.tbZeit.Size     = new System.Drawing.Size(147, 20);
     this.tbZeit.TabIndex = 30;
     this.tbZeit.Leave   += new System.EventHandler(this.textChanged);
     //
     // label11
     //
     this.label11.Location  = new System.Drawing.Point(9, 68);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(47, 20);
     this.label11.TabIndex  = 29;
     this.label11.Text      = "Zeit";
     this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // tbTitel
     //
     this.tbTitel.Location = new System.Drawing.Point(62, 40);
     this.tbTitel.Name     = "tbTitel";
     this.tbTitel.Size     = new System.Drawing.Size(147, 20);
     this.tbTitel.TabIndex = 28;
     this.tbTitel.Leave   += new System.EventHandler(this.textChanged);
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(9, 42);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(47, 20);
     this.label10.TabIndex  = 27;
     this.label10.Text      = "Titel";
     this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // tbID
     //
     this.tbID.Enabled  = false;
     this.tbID.Location = new System.Drawing.Point(62, 16);
     this.tbID.Name     = "tbID";
     this.tbID.Size     = new System.Drawing.Size(54, 20);
     this.tbID.TabIndex = 1;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(9, 18);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(47, 20);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "ID";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.tbFDescr);
     this.groupBox2.Controls.Add(this.tbPfad);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.tbFTitel);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.tbFName);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Location = new System.Drawing.Point(25, 345);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(218, 171);
     this.groupBox2.TabIndex = 10;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Beschreibung Fotos:";
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(9, 100);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(47, 20);
     this.label5.TabIndex  = 34;
     this.label5.Text      = "Text";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // tbFDescr
     //
     this.tbFDescr.Location  = new System.Drawing.Point(62, 97);
     this.tbFDescr.Multiline = true;
     this.tbFDescr.Name      = "tbFDescr";
     this.tbFDescr.Size      = new System.Drawing.Size(147, 74);
     this.tbFDescr.TabIndex  = 35;
     //
     // tbPfad
     //
     this.tbPfad.Location  = new System.Drawing.Point(62, 19);
     this.tbPfad.Name      = "tbPfad";
     this.tbPfad.Size      = new System.Drawing.Size(147, 20);
     this.tbPfad.TabIndex  = 36;
     this.tbPfad.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(9, 21);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(47, 18);
     this.label2.TabIndex  = 35;
     this.label2.Text      = "Pfad";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // tbFTitel
     //
     this.tbFTitel.Location = new System.Drawing.Point(62, 71);
     this.tbFTitel.Name     = "tbFTitel";
     this.tbFTitel.Size     = new System.Drawing.Size(147, 20);
     this.tbFTitel.TabIndex = 34;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(9, 74);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(47, 18);
     this.label3.TabIndex  = 33;
     this.label3.Text      = "Titel";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // tbFName
     //
     this.tbFName.Location = new System.Drawing.Point(62, 45);
     this.tbFName.Name     = "tbFName";
     this.tbFName.Size     = new System.Drawing.Size(147, 20);
     this.tbFName.TabIndex = 32;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(9, 47);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(47, 18);
     this.label4.TabIndex  = 31;
     this.label4.Text      = "Name";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 388);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(754, 22);
     this.statusStrip1.TabIndex = 11;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 17);
     this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
     //
     // neueBilderSchiebenToolStripMenuItem
     //
     this.neueBilderSchiebenToolStripMenuItem.Name = "neueBilderSchiebenToolStripMenuItem";
     this.neueBilderSchiebenToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
     this.neueBilderSchiebenToolStripMenuItem.Text = "neue Bilder schieben";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(754, 410);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.flowLayoutPanel2);
     this.Controls.Add(this.listBox1);
     this.Controls.Add(this.flowRightToLeftBtn);
     this.Controls.Add(this.flowLeftToRight);
     this.Controls.Add(this.flowBottomUpBtn);
     this.Controls.Add(this.flowTopDownBtn);
     this.Controls.Add(this.wrapContentsCheckBox);
     this.Controls.Add(this.FlowLayoutPanel1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "MainForm";
     this.Text          = "Beschreibung Etappen/Abschnitte/Phasen";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }//
Exemple #55
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmReceptionApproval));
     this.ToolTipMain         = new System.Windows.Forms.ToolTip(this.components);
     this.cmdApprove          = new System.Windows.Forms.Button();
     this.cmdInfo             = new System.Windows.Forms.Button();
     this.fgOrders            = new UpgradeHelpers.Windows.Forms.DataGridViewFlex(this.components);
     this.sbStatusBar         = new System.Windows.Forms.StatusStrip();
     this._sbStatusBar_Panel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.cmdCancel           = new System.Windows.Forms.Button();
     this.cmdClose            = new System.Windows.Forms.Button();
     this.Frame1             = new System.Windows.Forms.GroupBox();
     this.cmbStatus          = new System.Windows.Forms.ComboBox();
     this.chkTo              = new System.Windows.Forms.CheckBox();
     this.chkFrom            = new System.Windows.Forms.CheckBox();
     this.txtProductID       = new System.Windows.Forms.TextBox();
     this.txtOrderID         = new System.Windows.Forms.TextBox();
     this.txtContactLastName = new System.Windows.Forms.TextBox();
     this.txtContactName     = new System.Windows.Forms.TextBox();
     this.cmdProviders       = new System.Windows.Forms.Button();
     this.txtProviderName    = new System.Windows.Forms.TextBox();
     this.dtFrom             = new System.Windows.Forms.DateTimePicker();
     this.dtTo   = new System.Windows.Forms.DateTimePicker();
     this.Label5 = new System.Windows.Forms.Label();
     this.Label8 = new System.Windows.Forms.Label();
     this.Label1 = new System.Windows.Forms.Label();
     this.Label6 = new System.Windows.Forms.Label();
     this.Label3 = new System.Windows.Forms.Label();
     this.Label4 = new System.Windows.Forms.Label();
     this.Label2 = new System.Windows.Forms.Label();
     this.sbStatusBar.SuspendLayout();
     this.Frame1.SuspendLayout();
     this.SuspendLayout();
     this.listBoxComboBoxHelper1 = new UpgradeHelpers.VB6.Gui.ListControlHelper(this.components);
     ((System.ComponentModel.ISupportInitialize) this.listBoxComboBoxHelper1).BeginInit();
     //
     // cmdApprove
     //
     this.cmdApprove.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdApprove.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdApprove.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdApprove.Location                = new System.Drawing.Point(232, 440);
     this.cmdApprove.Name                    = "cmdApprove";
     this.cmdApprove.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdApprove.Size                    = new System.Drawing.Size(89, 25);
     this.cmdApprove.TabIndex                = 10;
     this.cmdApprove.Text                    = "&Approve Order";
     this.cmdApprove.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdApprove.UseVisualStyleBackColor = false;
     this.cmdApprove.Click                  += new System.EventHandler(this.cmdApprove_Click);
     //
     // cmdInfo
     //
     this.cmdInfo.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdInfo.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdInfo.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdInfo.Location                = new System.Drawing.Point(136, 440);
     this.cmdInfo.Name                    = "cmdInfo";
     this.cmdInfo.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdInfo.Size                    = new System.Drawing.Size(89, 25);
     this.cmdInfo.TabIndex                = 9;
     this.cmdInfo.Text                    = "&Information";
     this.cmdInfo.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdInfo.UseVisualStyleBackColor = false;
     this.cmdInfo.Click                  += new System.EventHandler(this.cmdInfo_Click);
     //
     // fgOrders
     //
     this.fgOrders.AllowBigSelection = false;
     this.fgOrders.BorderStyle       = System.Windows.Forms.BorderStyle.None;
     this.fgOrders.ColumnsCount      = 1;
     this.fgOrders.FixedColumns      = 0;
     this.fgOrders.FixedRows         = 0;
     this.fgOrders.Location          = new System.Drawing.Point(8, 168);
     this.fgOrders.Name          = "fgOrders";
     this.fgOrders.RowsCount     = 1;
     this.fgOrders.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.fgOrders.Size          = new System.Drawing.Size(505, 265);
     this.fgOrders.TabIndex      = 8;
     this.fgOrders.DoubleClick  += new System.EventHandler(this.fgOrders_DoubleClick);
     //
     // sbStatusBar
     //
     this.sbStatusBar.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.sbStatusBar.Location         = new System.Drawing.Point(0, 471);
     this.sbStatusBar.Name             = "sbStatusBar";
     this.sbStatusBar.ShowItemToolTips = true;
     this.sbStatusBar.Size             = new System.Drawing.Size(523, 25);
     this.sbStatusBar.TabIndex         = 18;
     this.sbStatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._sbStatusBar_Panel1 });
     //
     // _sbStatusBar_Panel1
     //
     this._sbStatusBar_Panel1.AutoSize           = true;
     this._sbStatusBar_Panel1.AutoSize           = false;
     this._sbStatusBar_Panel1.BorderSides        = (System.Windows.Forms.ToolStripStatusLabelBorderSides)(System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom);
     this._sbStatusBar_Panel1.BorderStyle        = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this._sbStatusBar_Panel1.DoubleClickEnabled = true;
     this._sbStatusBar_Panel1.Margin             = new System.Windows.Forms.Padding(0);
     this._sbStatusBar_Panel1.Size              = new System.Drawing.Size(505, 25);
     this._sbStatusBar_Panel1.TextAlign         = System.Drawing.ContentAlignment.MiddleLeft;
     this._sbStatusBar_Panel1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     //
     // cmdCancel
     //
     this.cmdCancel.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdCancel.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdCancel.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdCancel.Location                = new System.Drawing.Point(328, 440);
     this.cmdCancel.Name                    = "cmdCancel";
     this.cmdCancel.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdCancel.Size                    = new System.Drawing.Size(89, 25);
     this.cmdCancel.TabIndex                = 11;
     this.cmdCancel.Text                    = "&Cancel Order";
     this.cmdCancel.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdCancel.UseVisualStyleBackColor = false;
     this.cmdCancel.Click                  += new System.EventHandler(this.cmdCancel_Click);
     //
     // cmdClose
     //
     this.cmdClose.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdClose.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdClose.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdClose.Location                = new System.Drawing.Point(424, 440);
     this.cmdClose.Name                    = "cmdClose";
     this.cmdClose.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdClose.Size                    = new System.Drawing.Size(89, 25);
     this.cmdClose.TabIndex                = 12;
     this.cmdClose.Text                    = "&Close";
     this.cmdClose.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdClose.UseVisualStyleBackColor = false;
     this.cmdClose.Click                  += new System.EventHandler(this.cmdClose_Click);
     //
     // Frame1
     //
     this.Frame1.BackColor = System.Drawing.SystemColors.Control;
     this.Frame1.Controls.Add(this.cmbStatus);
     this.Frame1.Controls.Add(this.chkTo);
     this.Frame1.Controls.Add(this.chkFrom);
     this.Frame1.Controls.Add(this.txtProductID);
     this.Frame1.Controls.Add(this.txtOrderID);
     this.Frame1.Controls.Add(this.txtContactLastName);
     this.Frame1.Controls.Add(this.txtContactName);
     this.Frame1.Controls.Add(this.cmdProviders);
     this.Frame1.Controls.Add(this.txtProviderName);
     this.Frame1.Controls.Add(this.dtFrom);
     this.Frame1.Controls.Add(this.dtTo);
     this.Frame1.Controls.Add(this.Label5);
     this.Frame1.Controls.Add(this.Label8);
     this.Frame1.Controls.Add(this.Label1);
     this.Frame1.Controls.Add(this.Label6);
     this.Frame1.Controls.Add(this.Label3);
     this.Frame1.Controls.Add(this.Label4);
     this.Frame1.Controls.Add(this.Label2);
     this.Frame1.Enabled     = true;
     this.Frame1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame1.Location    = new System.Drawing.Point(8, 8);
     this.Frame1.Name        = "Frame1";
     this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame1.Size        = new System.Drawing.Size(505, 153);
     this.Frame1.TabIndex    = 13;
     this.Frame1.Text        = "Search supplier";
     this.Frame1.Visible     = true;
     //
     // cmbStatus
     //
     this.cmbStatus.BackColor        = System.Drawing.SystemColors.Window;
     this.cmbStatus.CausesValidation = true;
     this.cmbStatus.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cmbStatus.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbStatus.Enabled          = true;
     this.cmbStatus.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.cmbStatus.IntegralHeight   = true;
     this.cmbStatus.Location         = new System.Drawing.Point(336, 16);
     this.cmbStatus.Name             = "cmbStatus";
     this.cmbStatus.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cmbStatus.Size             = new System.Drawing.Size(145, 21);
     this.cmbStatus.Sorted           = false;
     this.cmbStatus.TabIndex         = 1;
     this.cmbStatus.TabStop          = true;
     this.cmbStatus.Visible          = true;
     this.cmbStatus.Items.AddRange(new object[] { "All", "Received", "Cancelled", "Approved" });
     this.cmbStatus.SelectedIndexChanged += new System.EventHandler(this.cmbStatus_SelectedIndexChanged);
     //
     // chkTo
     //
     this.chkTo.Appearance       = System.Windows.Forms.Appearance.Normal;
     this.chkTo.BackColor        = System.Drawing.SystemColors.Control;
     this.chkTo.CausesValidation = true;
     this.chkTo.CheckAlign       = System.Drawing.ContentAlignment.MiddleLeft;
     this.chkTo.CheckState       = System.Windows.Forms.CheckState.Unchecked;
     this.chkTo.Cursor           = System.Windows.Forms.Cursors.Default;
     this.chkTo.Enabled          = true;
     this.chkTo.ForeColor        = System.Drawing.SystemColors.ControlText;
     this.chkTo.Location         = new System.Drawing.Point(336, 80);
     this.chkTo.Name             = "chkTo";
     this.chkTo.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.chkTo.Size             = new System.Drawing.Size(41, 17);
     this.chkTo.TabIndex         = 23;
     this.chkTo.TabStop          = false;
     this.chkTo.Text             = "To:";
     this.chkTo.Visible          = true;
     //
     // chkFrom
     //
     this.chkFrom.Appearance       = System.Windows.Forms.Appearance.Normal;
     this.chkFrom.BackColor        = System.Drawing.SystemColors.Control;
     this.chkFrom.CausesValidation = true;
     this.chkFrom.CheckAlign       = System.Drawing.ContentAlignment.MiddleLeft;
     this.chkFrom.CheckState       = System.Windows.Forms.CheckState.Unchecked;
     this.chkFrom.Cursor           = System.Windows.Forms.Cursors.Default;
     this.chkFrom.Enabled          = true;
     this.chkFrom.ForeColor        = System.Drawing.SystemColors.ControlText;
     this.chkFrom.Location         = new System.Drawing.Point(88, 80);
     this.chkFrom.Name             = "chkFrom";
     this.chkFrom.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.chkFrom.Size             = new System.Drawing.Size(47, 17);
     this.chkFrom.TabIndex         = 22;
     this.chkFrom.TabStop          = false;
     this.chkFrom.Text             = "From:";
     this.chkFrom.Visible          = true;
     //
     // txtProductID
     //
     this.txtProductID.AcceptsReturn = true;
     this.txtProductID.BackColor     = System.Drawing.SystemColors.Window;
     this.txtProductID.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtProductID.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtProductID.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtProductID.Location      = new System.Drawing.Point(336, 112);
     this.txtProductID.MaxLength     = 0;
     this.txtProductID.Name          = "txtProductID";
     this.txtProductID.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtProductID.Size          = new System.Drawing.Size(145, 20);
     this.txtProductID.TabIndex      = 7;
     this.txtProductID.TextChanged  += new System.EventHandler(this.txtProductID_TextChanged);
     //
     // txtOrderID
     //
     this.txtOrderID.AcceptsReturn = true;
     this.txtOrderID.BackColor     = System.Drawing.SystemColors.Window;
     this.txtOrderID.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtOrderID.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtOrderID.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtOrderID.Location      = new System.Drawing.Point(88, 112);
     this.txtOrderID.MaxLength     = 0;
     this.txtOrderID.Name          = "txtOrderID";
     this.txtOrderID.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtOrderID.Size          = new System.Drawing.Size(145, 20);
     this.txtOrderID.TabIndex      = 6;
     this.txtOrderID.TextChanged  += new System.EventHandler(this.txtOrderID_TextChanged);
     //
     // txtContactLastName
     //
     this.txtContactLastName.AcceptsReturn = true;
     this.txtContactLastName.BackColor     = System.Drawing.SystemColors.Window;
     this.txtContactLastName.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtContactLastName.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtContactLastName.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtContactLastName.Location      = new System.Drawing.Point(336, 48);
     this.txtContactLastName.MaxLength     = 0;
     this.txtContactLastName.Name          = "txtContactLastName";
     this.txtContactLastName.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtContactLastName.Size          = new System.Drawing.Size(145, 20);
     this.txtContactLastName.TabIndex      = 3;
     this.txtContactLastName.TextChanged  += new System.EventHandler(this.txtContactLastName_TextChanged);
     //
     // txtContactName
     //
     this.txtContactName.AcceptsReturn = true;
     this.txtContactName.BackColor     = System.Drawing.SystemColors.Window;
     this.txtContactName.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtContactName.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtContactName.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtContactName.Location      = new System.Drawing.Point(88, 48);
     this.txtContactName.MaxLength     = 0;
     this.txtContactName.Name          = "txtContactName";
     this.txtContactName.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtContactName.Size          = new System.Drawing.Size(145, 20);
     this.txtContactName.TabIndex      = 2;
     this.txtContactName.TextChanged  += new System.EventHandler(this.txtContactName_TextChanged);
     //
     // cmdProviders
     //
     this.cmdProviders.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdProviders.Cursor                  = System.Windows.Forms.Cursors.Default;
     this.cmdProviders.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdProviders.Location                = new System.Drawing.Point(240, 16);
     this.cmdProviders.Name                    = "cmdProviders";
     this.cmdProviders.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdProviders.Size                    = new System.Drawing.Size(25, 21);
     this.cmdProviders.TabIndex                = 14;
     this.cmdProviders.TabStop                 = false;
     this.cmdProviders.Text                    = "...";
     this.cmdProviders.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdProviders.UseVisualStyleBackColor = false;
     this.cmdProviders.Click                  += new System.EventHandler(this.cmdProviders_Click);
     //
     // txtProviderName
     //
     this.txtProviderName.AcceptsReturn = true;
     this.txtProviderName.BackColor     = System.Drawing.SystemColors.Window;
     this.txtProviderName.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtProviderName.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtProviderName.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtProviderName.Location      = new System.Drawing.Point(88, 16);
     this.txtProviderName.MaxLength     = 0;
     this.txtProviderName.Name          = "txtProviderName";
     this.txtProviderName.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtProviderName.Size          = new System.Drawing.Size(145, 20);
     this.txtProviderName.TabIndex      = 0;
     this.txtProviderName.TextChanged  += new System.EventHandler(this.txtProviderName_TextChanged);
     //
     // dtFrom
     //
     this.dtFrom.Checked       = false;
     this.dtFrom.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtFrom.Location      = new System.Drawing.Point(136, 80);
     this.dtFrom.Name          = "dtFrom";
     this.dtFrom.Size          = new System.Drawing.Size(97, 20);
     this.dtFrom.TabIndex      = 4;
     this.dtFrom.ValueChanged += new System.EventHandler(this.dtFrom_ValueChanged);
     //
     // dtTo
     //
     this.dtTo.Checked       = false;
     this.dtTo.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtTo.Location      = new System.Drawing.Point(384, 80);
     this.dtTo.Name          = "dtTo";
     this.dtTo.Size          = new System.Drawing.Size(97, 20);
     this.dtTo.TabIndex      = 5;
     this.dtTo.ValueChanged += new System.EventHandler(this.dtTo_ValueChanged);
     //
     // Label5
     //
     this.Label5.BackColor   = System.Drawing.SystemColors.Control;
     this.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label5.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label5.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label5.Location    = new System.Drawing.Point(288, 16);
     this.Label5.Name        = "Label5";
     this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label5.Size        = new System.Drawing.Size(41, 17);
     this.Label5.TabIndex    = 24;
     this.Label5.Text        = "Status:";
     //
     // Label8
     //
     this.Label8.BackColor   = System.Drawing.SystemColors.Control;
     this.Label8.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label8.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label8.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label8.Location    = new System.Drawing.Point(256, 112);
     this.Label8.Name        = "Label8";
     this.Label8.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label8.Size        = new System.Drawing.Size(89, 17);
     this.Label8.TabIndex    = 21;
     this.Label8.Text        = "Product code:";
     //
     // Label1
     //
     this.Label1.BackColor   = System.Drawing.SystemColors.Control;
     this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label1.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label1.Location    = new System.Drawing.Point(8, 112);
     this.Label1.Name        = "Label1";
     this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label1.Size        = new System.Drawing.Size(89, 17);
     this.Label1.TabIndex    = 20;
     this.Label1.Text        = "Order number:";
     //
     // Label6
     //
     this.Label6.BackColor   = System.Drawing.SystemColors.Control;
     this.Label6.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label6.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label6.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label6.Location    = new System.Drawing.Point(8, 80);
     this.Label6.Name        = "Label6";
     this.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label6.Size        = new System.Drawing.Size(65, 17);
     this.Label6.TabIndex    = 19;
     this.Label6.Text        = "Date range:";
     //
     // Label3
     //
     this.Label3.BackColor   = System.Drawing.SystemColors.Control;
     this.Label3.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label3.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label3.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label3.Location    = new System.Drawing.Point(240, 48);
     this.Label3.Name        = "Label3";
     this.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label3.Size        = new System.Drawing.Size(97, 17);
     this.Label3.TabIndex    = 17;
     this.Label3.Text        = "Contact last name:";
     //
     // Label4
     //
     this.Label4.BackColor   = System.Drawing.SystemColors.Control;
     this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label4.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label4.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label4.Location    = new System.Drawing.Point(8, 16);
     this.Label4.Name        = "Label4";
     this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label4.Size        = new System.Drawing.Size(89, 17);
     this.Label4.TabIndex    = 16;
     this.Label4.Text        = "Supplier name:";
     //
     // Label2
     //
     this.Label2.BackColor   = System.Drawing.SystemColors.Control;
     this.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label2.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Label2.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label2.Location    = new System.Drawing.Point(8, 48);
     this.Label2.Name        = "Label2";
     this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label2.Size        = new System.Drawing.Size(89, 17);
     this.Label2.TabIndex    = 15;
     this.Label2.Text        = "Contact name:";
     //
     // frmReceptionApproval
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(523, 496);
     this.Controls.Add(this.cmdApprove);
     this.Controls.Add(this.cmdInfo);
     this.Controls.Add(this.fgOrders);
     this.Controls.Add(this.sbStatusBar);
     this.Controls.Add(this.cmdCancel);
     this.Controls.Add(this.cmdClose);
     this.Controls.Add(this.Frame1);
     this.Cursor      = System.Windows.Forms.Cursors.Default;
     this.Location    = new System.Drawing.Point(8, 30);
     this.MaximizeBox = true;
     this.MinimizeBox = true;
     this.Name        = "frmReceptionApproval";
     this.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Text        = "Add Stock to Inventory";
     this.listBoxComboBoxHelper1.SetItemData(this.cmbStatus, new int[] { 0, 0, 0, 0 });
     this.Closed += new System.EventHandler(this.frmReceptionApproval_Closed);
     this.Load   += new System.EventHandler(this.frmReceptionApproval_Load);
     ((System.ComponentModel.ISupportInitialize) this.listBoxComboBoxHelper1).EndInit();
     this.sbStatusBar.ResumeLayout(false);
     this.Frame1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #56
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(ProjectEditorControl));
     this.ProjectFolderTextBox         = new System.Windows.Forms.TextBox();
     this.ProjectNameTextBox           = new System.Windows.Forms.TextBox();
     this.ProjectFolderLabel           = new System.Windows.Forms.Label();
     this.ProjectNameLabel             = new System.Windows.Forms.Label();
     this.AutoFillChildFoldersCheckBox = new System.Windows.Forms.CheckBox();
     this.BlazorServicesCheckBox       = new System.Windows.Forms.CheckBox();
     this.BindingCallbackOptionControl = new DataJuggler.Win.Controls.LabelComboBoxControl();
     this.CreateDotNetProject          = new System.Windows.Forms.Label();
     this.Graph                     = new System.Windows.Forms.Label();
     this.UIFolderTextBox           = new System.Windows.Forms.TextBox();
     this.UIPathLabel               = new System.Windows.Forms.Label();
     this.AutoFillChildFolderInfo   = new System.Windows.Forms.PictureBox();
     this.ShowAutoFillHelpButton    = new System.Windows.Forms.Button();
     this.BrowseUIPathButton        = new DataTierClient.Controls.TabButton();
     this.HelpButton                = new System.Windows.Forms.Button();
     this.BrowseProjectFolderButton = new DataTierClient.Controls.TabButton();
     this.EnumerationsButton        = new DataTierClient.Controls.TabButton();
     this.ProjectTypeControl        = new DataJuggler.Win.Controls.LabelComboBoxControl();
     ((System.ComponentModel.ISupportInitialize)(this.AutoFillChildFolderInfo)).BeginInit();
     this.SuspendLayout();
     //
     // ProjectFolderTextBox
     //
     this.ProjectFolderTextBox.Font         = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ProjectFolderTextBox.Location     = new System.Drawing.Point(210, 60);
     this.ProjectFolderTextBox.Name         = "ProjectFolderTextBox";
     this.ProjectFolderTextBox.Size         = new System.Drawing.Size(373, 27);
     this.ProjectFolderTextBox.TabIndex     = 74;
     this.ProjectFolderTextBox.TextChanged += new System.EventHandler(this.ProjectFolderTextBox_TextChanged);
     //
     // ProjectNameTextBox
     //
     this.ProjectNameTextBox.Font         = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ProjectNameTextBox.Location     = new System.Drawing.Point(210, 20);
     this.ProjectNameTextBox.Name         = "ProjectNameTextBox";
     this.ProjectNameTextBox.Size         = new System.Drawing.Size(218, 27);
     this.ProjectNameTextBox.TabIndex     = 73;
     this.ProjectNameTextBox.TextChanged += new System.EventHandler(this.ProjectNameTextBox_TextChanged);
     //
     // ProjectFolderLabel
     //
     this.ProjectFolderLabel.Font      = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ProjectFolderLabel.Location  = new System.Drawing.Point(32, 63);
     this.ProjectFolderLabel.Name      = "ProjectFolderLabel";
     this.ProjectFolderLabel.Size      = new System.Drawing.Size(180, 20);
     this.ProjectFolderLabel.TabIndex  = 71;
     this.ProjectFolderLabel.Text      = "Project Folder:";
     this.ProjectFolderLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ProjectNameLabel
     //
     this.ProjectNameLabel.Font      = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ProjectNameLabel.Location  = new System.Drawing.Point(32, 24);
     this.ProjectNameLabel.Name      = "ProjectNameLabel";
     this.ProjectNameLabel.Size      = new System.Drawing.Size(180, 20);
     this.ProjectNameLabel.TabIndex  = 70;
     this.ProjectNameLabel.Text      = "Project Name:";
     this.ProjectNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // AutoFillChildFoldersCheckBox
     //
     this.AutoFillChildFoldersCheckBox.AutoSize   = true;
     this.AutoFillChildFoldersCheckBox.Checked    = true;
     this.AutoFillChildFoldersCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.AutoFillChildFoldersCheckBox.Font       = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.AutoFillChildFoldersCheckBox.Location   = new System.Drawing.Point(90, 137);
     this.AutoFillChildFoldersCheckBox.Name       = "AutoFillChildFoldersCheckBox";
     this.AutoFillChildFoldersCheckBox.Size       = new System.Drawing.Size(199, 22);
     this.AutoFillChildFoldersCheckBox.TabIndex   = 77;
     this.AutoFillChildFoldersCheckBox.Text       = "Auto Fill Child Folders";
     this.AutoFillChildFoldersCheckBox.UseVisualStyleBackColor = true;
     //
     // BlazorServicesCheckBox
     //
     this.BlazorServicesCheckBox.AutoSize = true;
     this.BlazorServicesCheckBox.Font     = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BlazorServicesCheckBox.Location = new System.Drawing.Point(90, 233);
     this.BlazorServicesCheckBox.Name     = "BlazorServicesCheckBox";
     this.BlazorServicesCheckBox.Size     = new System.Drawing.Size(213, 22);
     this.BlazorServicesCheckBox.TabIndex = 83;
     this.BlazorServicesCheckBox.Text     = "Enable Blazor Features";
     this.BlazorServicesCheckBox.UseVisualStyleBackColor = true;
     this.BlazorServicesCheckBox.Visible         = false;
     this.BlazorServicesCheckBox.CheckedChanged += new System.EventHandler(this.BlazorServicesCheckBox_CheckedChanged);
     //
     // BindingCallbackOptionControl
     //
     this.BindingCallbackOptionControl.BackColor          = System.Drawing.Color.Transparent;
     this.BindingCallbackOptionControl.ComboBoxLeftMargin = 1;
     this.BindingCallbackOptionControl.ComboBoxText       = "";
     this.BindingCallbackOptionControl.ComoboBoxFont      = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BindingCallbackOptionControl.Editable           = true;
     this.BindingCallbackOptionControl.Font                  = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BindingCallbackOptionControl.HideLabel             = false;
     this.BindingCallbackOptionControl.LabelBottomMargin     = 0;
     this.BindingCallbackOptionControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.BindingCallbackOptionControl.LabelFont             = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BindingCallbackOptionControl.LabelText             = "Bindings:";
     this.BindingCallbackOptionControl.LabelTopMargin        = 0;
     this.BindingCallbackOptionControl.LabelWidth            = 96;
     this.BindingCallbackOptionControl.List                  = null;
     this.BindingCallbackOptionControl.Location              = new System.Drawing.Point(293, 230);
     this.BindingCallbackOptionControl.Name                  = "BindingCallbackOptionControl";
     this.BindingCallbackOptionControl.SelectedIndex         = -1;
     this.BindingCallbackOptionControl.SelectedIndexListener = null;
     this.BindingCallbackOptionControl.Size                  = new System.Drawing.Size(329, 28);
     this.BindingCallbackOptionControl.Sorted                = false;
     this.BindingCallbackOptionControl.Source                = null;
     this.BindingCallbackOptionControl.TabIndex              = 84;
     this.BindingCallbackOptionControl.Visible               = false;
     //
     // CreateDotNetProject
     //
     this.CreateDotNetProject.AutoSize    = true;
     this.CreateDotNetProject.Font        = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CreateDotNetProject.Location    = new System.Drawing.Point(347, 139);
     this.CreateDotNetProject.Name        = "CreateDotNetProject";
     this.CreateDotNetProject.Size        = new System.Drawing.Size(271, 18);
     this.CreateDotNetProject.TabIndex    = 85;
     this.CreateDotNetProject.Text        = "Create DataTier in Project Folder";
     this.CreateDotNetProject.Visible     = false;
     this.CreateDotNetProject.Click      += new System.EventHandler(this.CreateDotNetProject_Click);
     this.CreateDotNetProject.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.CreateDotNetProject.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // Graph
     //
     this.Graph.BackColor = System.Drawing.Color.MidnightBlue;
     this.Graph.Location  = new System.Drawing.Point(347, 162);
     this.Graph.Name      = "Graph";
     this.Graph.Size      = new System.Drawing.Size(268, 13);
     this.Graph.TabIndex  = 86;
     this.Graph.Visible   = false;
     //
     // UIFolderTextBox
     //
     this.UIFolderTextBox.Font         = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UIFolderTextBox.Location     = new System.Drawing.Point(210, 99);
     this.UIFolderTextBox.Name         = "UIFolderTextBox";
     this.UIFolderTextBox.Size         = new System.Drawing.Size(373, 27);
     this.UIFolderTextBox.TabIndex     = 88;
     this.UIFolderTextBox.TextChanged += new System.EventHandler(this.UIFolderTextBox_TextChanged);
     //
     // UIPathLabel
     //
     this.UIPathLabel.Font      = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.UIPathLabel.Location  = new System.Drawing.Point(32, 102);
     this.UIPathLabel.Name      = "UIPathLabel";
     this.UIPathLabel.Size      = new System.Drawing.Size(180, 20);
     this.UIPathLabel.TabIndex  = 87;
     this.UIPathLabel.Text      = "UI Folder:";
     this.UIPathLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // AutoFillChildFolderInfo
     //
     this.AutoFillChildFolderInfo.BackgroundImage       = global::DataTierClient.Properties.Resources.AutoFill_Child_Folders;
     this.AutoFillChildFolderInfo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.AutoFillChildFolderInfo.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.AutoFillChildFolderInfo.Location    = new System.Drawing.Point(2048, 19);
     this.AutoFillChildFolderInfo.Name        = "AutoFillChildFolderInfo";
     this.AutoFillChildFolderInfo.Size        = new System.Drawing.Size(600, 160);
     this.AutoFillChildFolderInfo.TabIndex    = 91;
     this.AutoFillChildFolderInfo.TabStop     = false;
     this.AutoFillChildFolderInfo.Visible     = false;
     this.AutoFillChildFolderInfo.Click      += new System.EventHandler(this.AutoFillChildFolderInfo_Click);
     this.AutoFillChildFolderInfo.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.AutoFillChildFolderInfo.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // ShowAutoFillHelpButton
     //
     this.ShowAutoFillHelpButton.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("ShowAutoFillHelpButton.BackgroundImage")));
     this.ShowAutoFillHelpButton.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
     this.ShowAutoFillHelpButton.FlatAppearance.BorderSize = 0;
     this.ShowAutoFillHelpButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ShowAutoFillHelpButton.Location  = new System.Drawing.Point(285, 132);
     this.ShowAutoFillHelpButton.Name      = "ShowAutoFillHelpButton";
     this.ShowAutoFillHelpButton.Size      = new System.Drawing.Size(32, 32);
     this.ShowAutoFillHelpButton.TabIndex  = 90;
     this.ShowAutoFillHelpButton.UseVisualStyleBackColor = true;
     this.ShowAutoFillHelpButton.Click      += new System.EventHandler(this.ShowAutoFillHelpButton_Click);
     this.ShowAutoFillHelpButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.ShowAutoFillHelpButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // BrowseUIPathButton
     //
     this.BrowseUIPathButton.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("BrowseUIPathButton.BackgroundImage")));
     this.BrowseUIPathButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.BrowseUIPathButton.ButtonNumber          = 0;
     this.BrowseUIPathButton.ButtonText            = "...";
     this.BrowseUIPathButton.Font             = new System.Drawing.Font("Arial Rounded MT Bold", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BrowseUIPathButton.Location         = new System.Drawing.Point(582, 98);
     this.BrowseUIPathButton.Margin           = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.BrowseUIPathButton.Name             = "BrowseUIPathButton";
     this.BrowseUIPathButton.NotSelectedImage = null;
     this.BrowseUIPathButton.Selected         = false;
     this.BrowseUIPathButton.SelectedImage    = null;
     this.BrowseUIPathButton.ShowNotSelectedImageWhenDisabled = true;
     this.BrowseUIPathButton.Size        = new System.Drawing.Size(40, 28);
     this.BrowseUIPathButton.TabIndex    = 89;
     this.BrowseUIPathButton.Click      += new System.EventHandler(this.BrowseUIPathButton_Click);
     this.BrowseUIPathButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.BrowseUIPathButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // HelpButton
     //
     this.HelpButton.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("HelpButton.BackgroundImage")));
     this.HelpButton.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
     this.HelpButton.FlatAppearance.BorderSize = 0;
     this.HelpButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.HelpButton.Location  = new System.Drawing.Point(629, 57);
     this.HelpButton.Name      = "HelpButton";
     this.HelpButton.Size      = new System.Drawing.Size(32, 32);
     this.HelpButton.TabIndex  = 81;
     this.HelpButton.UseVisualStyleBackColor = true;
     this.HelpButton.Click      += new System.EventHandler(this.HelpButton_Click);
     this.HelpButton.MouseEnter += new System.EventHandler(this.Button_Enter);
     this.HelpButton.MouseLeave += new System.EventHandler(this.Button_Leave);
     //
     // BrowseProjectFolderButton
     //
     this.BrowseProjectFolderButton.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("BrowseProjectFolderButton.BackgroundImage")));
     this.BrowseProjectFolderButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.BrowseProjectFolderButton.ButtonNumber          = 0;
     this.BrowseProjectFolderButton.ButtonText            = "...";
     this.BrowseProjectFolderButton.Font             = new System.Drawing.Font("Arial Rounded MT Bold", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BrowseProjectFolderButton.Location         = new System.Drawing.Point(582, 59);
     this.BrowseProjectFolderButton.Margin           = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.BrowseProjectFolderButton.Name             = "BrowseProjectFolderButton";
     this.BrowseProjectFolderButton.NotSelectedImage = null;
     this.BrowseProjectFolderButton.Selected         = false;
     this.BrowseProjectFolderButton.SelectedImage    = null;
     this.BrowseProjectFolderButton.ShowNotSelectedImageWhenDisabled = true;
     this.BrowseProjectFolderButton.Size     = new System.Drawing.Size(40, 28);
     this.BrowseProjectFolderButton.TabIndex = 80;
     //
     // EnumerationsButton
     //
     this.EnumerationsButton.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("EnumerationsButton.BackgroundImage")));
     this.EnumerationsButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.EnumerationsButton.ButtonNumber          = 0;
     this.EnumerationsButton.ButtonText            = "Enumerations";
     this.EnumerationsButton.Font             = new System.Drawing.Font("Arial Rounded MT Bold", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EnumerationsButton.Location         = new System.Drawing.Point(430, 19);
     this.EnumerationsButton.Margin           = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.EnumerationsButton.Name             = "EnumerationsButton";
     this.EnumerationsButton.NotSelectedImage = null;
     this.EnumerationsButton.Selected         = false;
     this.EnumerationsButton.SelectedImage    = null;
     this.EnumerationsButton.ShowNotSelectedImageWhenDisabled = true;
     this.EnumerationsButton.Size     = new System.Drawing.Size(132, 28);
     this.EnumerationsButton.TabIndex = 79;
     //
     // ProjectTypeControl
     //
     this.ProjectTypeControl.BackColor          = System.Drawing.Color.Transparent;
     this.ProjectTypeControl.ComboBoxLeftMargin = 1;
     this.ProjectTypeControl.ComboBoxText       = "";
     this.ProjectTypeControl.ComoboBoxFont      = null;
     this.ProjectTypeControl.Editable           = true;
     this.ProjectTypeControl.Font                  = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ProjectTypeControl.HideLabel             = false;
     this.ProjectTypeControl.LabelBottomMargin     = 0;
     this.ProjectTypeControl.LabelColor            = System.Drawing.SystemColors.ControlText;
     this.ProjectTypeControl.LabelFont             = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ProjectTypeControl.LabelText             = "Project Type:";
     this.ProjectTypeControl.LabelTopMargin        = 0;
     this.ProjectTypeControl.LabelWidth            = 120;
     this.ProjectTypeControl.List                  = null;
     this.ProjectTypeControl.Location              = new System.Drawing.Point(90, 186);
     this.ProjectTypeControl.Name                  = "ProjectTypeControl";
     this.ProjectTypeControl.SelectedIndex         = -1;
     this.ProjectTypeControl.SelectedIndexListener = null;
     this.ProjectTypeControl.Size                  = new System.Drawing.Size(360, 28);
     this.ProjectTypeControl.Sorted                = false;
     this.ProjectTypeControl.Source                = null;
     this.ProjectTypeControl.TabIndex              = 92;
     //
     // ProjectEditorControl
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor     = System.Drawing.Color.Transparent;
     this.Controls.Add(this.ProjectTypeControl);
     this.Controls.Add(this.AutoFillChildFolderInfo);
     this.Controls.Add(this.ShowAutoFillHelpButton);
     this.Controls.Add(this.BrowseUIPathButton);
     this.Controls.Add(this.UIFolderTextBox);
     this.Controls.Add(this.UIPathLabel);
     this.Controls.Add(this.Graph);
     this.Controls.Add(this.CreateDotNetProject);
     this.Controls.Add(this.BindingCallbackOptionControl);
     this.Controls.Add(this.BlazorServicesCheckBox);
     this.Controls.Add(this.HelpButton);
     this.Controls.Add(this.BrowseProjectFolderButton);
     this.Controls.Add(this.EnumerationsButton);
     this.Controls.Add(this.AutoFillChildFoldersCheckBox);
     this.Controls.Add(this.ProjectFolderTextBox);
     this.Controls.Add(this.ProjectNameTextBox);
     this.Controls.Add(this.ProjectFolderLabel);
     this.Controls.Add(this.ProjectNameLabel);
     this.Font = new System.Drawing.Font("Arial Rounded MT Bold", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "ProjectEditorControl";
     this.Size = new System.Drawing.Size(680, 308);
     ((System.ComponentModel.ISupportInitialize)(this.AutoFillChildFolderInfo)).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.labelBoardSize   = new System.Windows.Forms.Label();
     this.radioButtonSix   = new System.Windows.Forms.RadioButton();
     this.radioButtonEight = new System.Windows.Forms.RadioButton();
     this.radioButtonTen   = new System.Windows.Forms.RadioButton();
     this.labelPlayer      = new System.Windows.Forms.Label();
     this.labelPlayerOne   = new System.Windows.Forms.Label();
     this.textBoxplayer1   = new System.Windows.Forms.TextBox();
     this.labelPlayer2     = new System.Windows.Forms.Label();
     this.textBoxPlayer2   = new System.Windows.Forms.TextBox();
     this.checkBoxPlayer2  = new System.Windows.Forms.CheckBox();
     this.buttonDone       = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // labelBoardSize
     //
     this.labelBoardSize.AutoSize = true;
     this.labelBoardSize.Location = new System.Drawing.Point(27, 23);
     this.labelBoardSize.Name     = "labelBoardSize";
     this.labelBoardSize.Size     = new System.Drawing.Size(137, 29);
     this.labelBoardSize.TabIndex = 0;
     this.labelBoardSize.Text     = "Board Size:";
     //
     // radioButtonSix
     //
     this.radioButtonSix.AutoSize = true;
     this.radioButtonSix.Location = new System.Drawing.Point(68, 69);
     this.radioButtonSix.Name     = "radioButtonSix";
     this.radioButtonSix.Size     = new System.Drawing.Size(81, 33);
     this.radioButtonSix.TabIndex = 1;
     this.radioButtonSix.TabStop  = true;
     this.radioButtonSix.Text     = "6x6";
     this.radioButtonSix.UseVisualStyleBackColor = true;
     //
     // radioButtonEight
     //
     this.radioButtonEight.AutoSize = true;
     this.radioButtonEight.Location = new System.Drawing.Point(202, 69);
     this.radioButtonEight.Name     = "radioButtonEight";
     this.radioButtonEight.Size     = new System.Drawing.Size(81, 33);
     this.radioButtonEight.TabIndex = 2;
     this.radioButtonEight.TabStop  = true;
     this.radioButtonEight.Text     = "8x8";
     this.radioButtonEight.UseVisualStyleBackColor = true;
     //
     // radioButtonTen
     //
     this.radioButtonTen.AutoSize = true;
     this.radioButtonTen.Location = new System.Drawing.Point(326, 69);
     this.radioButtonTen.Name     = "radioButtonTen";
     this.radioButtonTen.Size     = new System.Drawing.Size(107, 33);
     this.radioButtonTen.TabIndex = 3;
     this.radioButtonTen.TabStop  = true;
     this.radioButtonTen.Text     = "10x10";
     this.radioButtonTen.UseVisualStyleBackColor = true;
     //
     // labelPlayer
     //
     this.labelPlayer.AutoSize = true;
     this.labelPlayer.Location = new System.Drawing.Point(27, 151);
     this.labelPlayer.Name     = "labelPlayer";
     this.labelPlayer.Size     = new System.Drawing.Size(99, 29);
     this.labelPlayer.TabIndex = 4;
     this.labelPlayer.Text     = "Players:";
     //
     // labelPlayerOne
     //
     this.labelPlayerOne.AutoSize = true;
     this.labelPlayerOne.Location = new System.Drawing.Point(27, 221);
     this.labelPlayerOne.Name     = "labelPlayerOne";
     this.labelPlayerOne.Size     = new System.Drawing.Size(106, 29);
     this.labelPlayerOne.TabIndex = 5;
     this.labelPlayerOne.Text     = "Player 1:";
     //
     // textBoxplayer1
     //
     this.textBoxplayer1.Location = new System.Drawing.Point(221, 221);
     this.textBoxplayer1.Name     = "textBoxplayer1";
     this.textBoxplayer1.Size     = new System.Drawing.Size(212, 35);
     this.textBoxplayer1.TabIndex = 6;
     //
     // labelPlayer2
     //
     this.labelPlayer2.AutoSize = true;
     this.labelPlayer2.Location = new System.Drawing.Point(58, 292);
     this.labelPlayer2.Name     = "labelPlayer2";
     this.labelPlayer2.Size     = new System.Drawing.Size(106, 29);
     this.labelPlayer2.TabIndex = 7;
     this.labelPlayer2.Text     = "Player 2:";
     //
     // textBoxPlayer2
     //
     this.textBoxPlayer2.Enabled  = false;
     this.textBoxPlayer2.Location = new System.Drawing.Point(221, 292);
     this.textBoxPlayer2.Name     = "textBoxPlayer2";
     this.textBoxPlayer2.Size     = new System.Drawing.Size(212, 35);
     this.textBoxPlayer2.TabIndex = 8;
     this.textBoxPlayer2.Text     = "[Computer]";
     //
     // checkBoxPlayer2
     //
     this.checkBoxPlayer2.AutoSize = true;
     this.checkBoxPlayer2.Location = new System.Drawing.Point(24, 292);
     this.checkBoxPlayer2.Name     = "checkBoxPlayer2";
     this.checkBoxPlayer2.Size     = new System.Drawing.Size(28, 27);
     this.checkBoxPlayer2.TabIndex = 9;
     this.checkBoxPlayer2.UseVisualStyleBackColor = true;
     this.checkBoxPlayer2.CheckedChanged         += new System.EventHandler(this.checkBoxPlayer2_CheckedChanged);
     //
     // buttonDone
     //
     this.buttonDone.Location = new System.Drawing.Point(362, 376);
     this.buttonDone.Name     = "buttonDone";
     this.buttonDone.Size     = new System.Drawing.Size(225, 49);
     this.buttonDone.TabIndex = 10;
     this.buttonDone.Text     = "Done";
     this.buttonDone.UseVisualStyleBackColor = true;
     this.buttonDone.Click += new System.EventHandler(this.buttonDone_Click);
     //
     // GameSettings
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 29F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(633, 448);
     this.Controls.Add(this.buttonDone);
     this.Controls.Add(this.checkBoxPlayer2);
     this.Controls.Add(this.textBoxPlayer2);
     this.Controls.Add(this.labelPlayer2);
     this.Controls.Add(this.textBoxplayer1);
     this.Controls.Add(this.labelPlayerOne);
     this.Controls.Add(this.labelPlayer);
     this.Controls.Add(this.radioButtonTen);
     this.Controls.Add(this.radioButtonEight);
     this.Controls.Add(this.radioButtonSix);
     this.Controls.Add(this.labelBoardSize);
     this.Name     = "GameSettings";
     this.ShowIcon = false;
     this.Text     = "GameSettings";
     this.Load    += new System.EventHandler(this.GameSettings_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("Trends");
     this.PageControl1  = new System.Windows.Forms.TabControl();
     this.tsBasic       = new System.Windows.Forms.TabPage();
     this.TreeView1     = new System.Windows.Forms.TreeView();
     this.Panel1        = new System.Windows.Forms.GroupBox();
     this.GroupBox1     = new System.Windows.Forms.GroupBox();
     this.Label2        = new System.Windows.Forms.Label();
     this.chkMin        = new System.Windows.Forms.CheckBox();
     this.chkMax        = new System.Windows.Forms.CheckBox();
     this.txtMax        = new System.Windows.Forms.TextBox();
     this.txtMin        = new System.Windows.Forms.TextBox();
     this.chkVisible    = new System.Windows.Forms.CheckBox();
     this.GroupBox2     = new System.Windows.Forms.GroupBox();
     this.chkShowSource = new System.Windows.Forms.CheckBox();
     this.rgPrepareMode = new BSLib.Controls.RadioGroup();
     this.btnApply      = new System.Windows.Forms.Button();
     this.btnReset      = new System.Windows.Forms.Button();
     this.GroupBox3     = new System.Windows.Forms.GroupBox();
     this.lblBandWidth  = new System.Windows.Forms.Label();
     this.lblSubstractionNoiseDegree = new System.Windows.Forms.Label();
     this.lblSuppressionDegree       = new System.Windows.Forms.Label();
     this.txtBandWidth = new System.Windows.Forms.TextBox();
     this.cmbSubstractionNoiseDegree = new System.Windows.Forms.ComboBox();
     this.chkOvershoot         = new System.Windows.Forms.CheckBox();
     this.cmbSuppressionDegree = new System.Windows.Forms.ComboBox();
     this.rgFilterMode         = new BSLib.Controls.RadioGroup();
     this.tsOther       = new System.Windows.Forms.TabPage();
     this.chkCrossSight = new System.Windows.Forms.CheckBox();
     this.btnClose      = new System.Windows.Forms.Button();
     this.PageControl1.SuspendLayout();
     this.tsBasic.SuspendLayout();
     this.Panel1.SuspendLayout();
     this.GroupBox1.SuspendLayout();
     this.GroupBox2.SuspendLayout();
     this.GroupBox3.SuspendLayout();
     this.tsOther.SuspendLayout();
     this.SuspendLayout();
     //
     // PageControl1
     //
     this.PageControl1.Controls.Add(this.tsBasic);
     this.PageControl1.Controls.Add(this.tsOther);
     this.PageControl1.Dock          = System.Windows.Forms.DockStyle.Top;
     this.PageControl1.Location      = new System.Drawing.Point(0, 0);
     this.PageControl1.Name          = "PageControl1";
     this.PageControl1.SelectedIndex = 0;
     this.PageControl1.Size          = new System.Drawing.Size(759, 401);
     this.PageControl1.TabIndex      = 0;
     //
     // tsBasic
     //
     this.tsBasic.Controls.Add(this.TreeView1);
     this.tsBasic.Controls.Add(this.Panel1);
     this.tsBasic.Location = new System.Drawing.Point(4, 26);
     this.tsBasic.Name     = "tsBasic";
     this.tsBasic.Size     = new System.Drawing.Size(751, 371);
     this.tsBasic.TabIndex = 0;
     this.tsBasic.Text     = "Basic";
     //
     // TreeView1
     //
     this.TreeView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.TreeView1.Location = new System.Drawing.Point(0, 0);
     this.TreeView1.Name     = "TreeView1";
     treeNode1.Name          = "Node0";
     treeNode1.Text          = "Trends";
     this.TreeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         treeNode1
     });
     this.TreeView1.Size         = new System.Drawing.Size(240, 371);
     this.TreeView1.TabIndex     = 0;
     this.TreeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TreeView1_AfterSelect);
     //
     // Panel1
     //
     this.Panel1.Controls.Add(this.GroupBox1);
     this.Panel1.Controls.Add(this.chkVisible);
     this.Panel1.Controls.Add(this.GroupBox2);
     this.Panel1.Controls.Add(this.btnApply);
     this.Panel1.Controls.Add(this.btnReset);
     this.Panel1.Controls.Add(this.GroupBox3);
     this.Panel1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.Panel1.Location = new System.Drawing.Point(240, 0);
     this.Panel1.Name     = "Panel1";
     this.Panel1.Size     = new System.Drawing.Size(511, 371);
     this.Panel1.TabIndex = 1;
     this.Panel1.TabStop  = false;
     this.Panel1.Text     = "?";
     //
     // GroupBox1
     //
     this.GroupBox1.Controls.Add(this.Label2);
     this.GroupBox1.Controls.Add(this.chkMin);
     this.GroupBox1.Controls.Add(this.chkMax);
     this.GroupBox1.Controls.Add(this.txtMax);
     this.GroupBox1.Controls.Add(this.txtMin);
     this.GroupBox1.Location = new System.Drawing.Point(8, 48);
     this.GroupBox1.Name     = "GroupBox1";
     this.GroupBox1.Size     = new System.Drawing.Size(241, 105);
     this.GroupBox1.TabIndex = 0;
     this.GroupBox1.TabStop  = false;
     //
     // Label2
     //
     this.Label2.Location = new System.Drawing.Point(8, 24);
     this.Label2.Name     = "Label2";
     this.Label2.Size     = new System.Drawing.Size(30, 14);
     this.Label2.TabIndex = 0;
     //
     // chkMin
     //
     this.chkMin.AutoSize = true;
     this.chkMin.Location = new System.Drawing.Point(16, 34);
     this.chkMin.Name     = "chkMin";
     this.chkMin.Size     = new System.Drawing.Size(50, 21);
     this.chkMin.TabIndex = 1;
     this.chkMin.Text     = "Min";
     //
     // chkMax
     //
     this.chkMax.AutoSize = true;
     this.chkMax.Location = new System.Drawing.Point(16, 66);
     this.chkMax.Name     = "chkMax";
     this.chkMax.Size     = new System.Drawing.Size(55, 21);
     this.chkMax.TabIndex = 2;
     this.chkMax.Text     = "Max";
     //
     // txtMax
     //
     this.txtMax.Location     = new System.Drawing.Point(128, 64);
     this.txtMax.Name         = "txtMax";
     this.txtMax.Size         = new System.Drawing.Size(97, 24);
     this.txtMax.TabIndex     = 3;
     this.txtMax.Text         = "0.00";
     this.txtMax.TextChanged += new System.EventHandler(this.txtMax_Change);
     //
     // txtMin
     //
     this.txtMin.Location     = new System.Drawing.Point(128, 32);
     this.txtMin.Name         = "txtMin";
     this.txtMin.Size         = new System.Drawing.Size(97, 24);
     this.txtMin.TabIndex     = 4;
     this.txtMin.Text         = "0.00";
     this.txtMin.TextChanged += new System.EventHandler(this.txtMin_Change);
     //
     // chkVisible
     //
     this.chkVisible.AutoSize = true;
     this.chkVisible.Location = new System.Drawing.Point(8, 24);
     this.chkVisible.Name     = "chkVisible";
     this.chkVisible.Size     = new System.Drawing.Size(65, 21);
     this.chkVisible.TabIndex = 1;
     this.chkVisible.Text     = "Visible";
     //
     // GroupBox2
     //
     this.GroupBox2.Controls.Add(this.chkShowSource);
     this.GroupBox2.Controls.Add(this.rgPrepareMode);
     this.GroupBox2.Location = new System.Drawing.Point(264, 16);
     this.GroupBox2.Name     = "GroupBox2";
     this.GroupBox2.Size     = new System.Drawing.Size(241, 137);
     this.GroupBox2.TabIndex = 2;
     this.GroupBox2.TabStop  = false;
     //
     // chkShowSource
     //
     this.chkShowSource.AutoSize = true;
     this.chkShowSource.Location = new System.Drawing.Point(8, 110);
     this.chkShowSource.Name     = "chkShowSource";
     this.chkShowSource.Size     = new System.Drawing.Size(107, 21);
     this.chkShowSource.TabIndex = 0;
     this.chkShowSource.Text     = "ShowSource";
     //
     // rgPrepareMode
     //
     this.rgPrepareMode.Columns               = 1;
     this.rgPrepareMode.Items                 = new string[0];
     this.rgPrepareMode.Location              = new System.Drawing.Point(8, 24);
     this.rgPrepareMode.Name                  = "rgPrepareMode";
     this.rgPrepareMode.SelectedIndex         = -1;
     this.rgPrepareMode.Size                  = new System.Drawing.Size(225, 73);
     this.rgPrepareMode.TabIndex              = 1;
     this.rgPrepareMode.TabStop               = false;
     this.rgPrepareMode.Text                  = "PrepareMode";
     this.rgPrepareMode.SelectedIndexChanged += new System.EventHandler(this.rgPrepareMode_SelectedIndexChanged);
     //
     // btnApply
     //
     this.btnApply.Location = new System.Drawing.Point(349, 336);
     this.btnApply.Name     = "btnApply";
     this.btnApply.Size     = new System.Drawing.Size(75, 25);
     this.btnApply.TabIndex = 3;
     this.btnApply.Text     = "Apply";
     this.btnApply.Click   += new System.EventHandler(this.btnApply_Click);
     //
     // btnReset
     //
     this.btnReset.Location = new System.Drawing.Point(429, 336);
     this.btnReset.Name     = "btnReset";
     this.btnReset.Size     = new System.Drawing.Size(75, 25);
     this.btnReset.TabIndex = 4;
     this.btnReset.Text     = "Reset";
     this.btnReset.Click   += new System.EventHandler(this.btnReset_Click);
     //
     // GroupBox3
     //
     this.GroupBox3.Controls.Add(this.lblBandWidth);
     this.GroupBox3.Controls.Add(this.lblSubstractionNoiseDegree);
     this.GroupBox3.Controls.Add(this.lblSuppressionDegree);
     this.GroupBox3.Controls.Add(this.txtBandWidth);
     this.GroupBox3.Controls.Add(this.cmbSubstractionNoiseDegree);
     this.GroupBox3.Controls.Add(this.chkOvershoot);
     this.GroupBox3.Controls.Add(this.cmbSuppressionDegree);
     this.GroupBox3.Controls.Add(this.rgFilterMode);
     this.GroupBox3.Location = new System.Drawing.Point(8, 168);
     this.GroupBox3.Name     = "GroupBox3";
     this.GroupBox3.Size     = new System.Drawing.Size(497, 161);
     this.GroupBox3.TabIndex = 5;
     this.GroupBox3.TabStop  = false;
     //
     // lblBandWidth
     //
     this.lblBandWidth.AutoSize = true;
     this.lblBandWidth.Location = new System.Drawing.Point(208, 35);
     this.lblBandWidth.Name     = "lblBandWidth";
     this.lblBandWidth.Size     = new System.Drawing.Size(76, 17);
     this.lblBandWidth.TabIndex = 0;
     this.lblBandWidth.Text     = "BandWidth";
     //
     // lblSubstractionNoiseDegree
     //
     this.lblSubstractionNoiseDegree.AutoSize = true;
     this.lblSubstractionNoiseDegree.Location = new System.Drawing.Point(208, 123);
     this.lblSubstractionNoiseDegree.Name     = "lblSubstractionNoiseDegree";
     this.lblSubstractionNoiseDegree.Size     = new System.Drawing.Size(161, 17);
     this.lblSubstractionNoiseDegree.TabIndex = 1;
     this.lblSubstractionNoiseDegree.Text     = "SubstractionNoiseDegree";
     //
     // lblSuppressionDegree
     //
     this.lblSuppressionDegree.AutoSize = true;
     this.lblSuppressionDegree.Location = new System.Drawing.Point(208, 91);
     this.lblSuppressionDegree.Name     = "lblSuppressionDegree";
     this.lblSuppressionDegree.Size     = new System.Drawing.Size(126, 17);
     this.lblSuppressionDegree.TabIndex = 2;
     this.lblSuppressionDegree.Text     = "SuppressionDegree";
     //
     // txtBandWidth
     //
     this.txtBandWidth.Location = new System.Drawing.Point(368, 32);
     this.txtBandWidth.Name     = "txtBandWidth";
     this.txtBandWidth.Size     = new System.Drawing.Size(121, 24);
     this.txtBandWidth.TabIndex = 3;
     //
     // cmbSubstractionNoiseDegree
     //
     this.cmbSubstractionNoiseDegree.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbSubstractionNoiseDegree.Location      = new System.Drawing.Point(368, 120);
     this.cmbSubstractionNoiseDegree.Name          = "cmbSubstractionNoiseDegree";
     this.cmbSubstractionNoiseDegree.Size          = new System.Drawing.Size(121, 25);
     this.cmbSubstractionNoiseDegree.TabIndex      = 4;
     //
     // chkOvershoot
     //
     this.chkOvershoot.Location = new System.Drawing.Point(208, 64);
     this.chkOvershoot.Name     = "chkOvershoot";
     this.chkOvershoot.Size     = new System.Drawing.Size(281, 22);
     this.chkOvershoot.TabIndex = 5;
     this.chkOvershoot.Text     = "Overshoot";
     this.chkOvershoot.Click   += new System.EventHandler(this.chkOvershoot_Click);
     //
     // cmbSuppressionDegree
     //
     this.cmbSuppressionDegree.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbSuppressionDegree.Location      = new System.Drawing.Point(368, 88);
     this.cmbSuppressionDegree.Name          = "cmbSuppressionDegree";
     this.cmbSuppressionDegree.Size          = new System.Drawing.Size(121, 25);
     this.cmbSuppressionDegree.TabIndex      = 6;
     //
     // rgFilterMode
     //
     this.rgFilterMode.Columns               = 1;
     this.rgFilterMode.Items                 = new string[0];
     this.rgFilterMode.Location              = new System.Drawing.Point(8, 24);
     this.rgFilterMode.Name                  = "rgFilterMode";
     this.rgFilterMode.SelectedIndex         = -1;
     this.rgFilterMode.Size                  = new System.Drawing.Size(185, 121);
     this.rgFilterMode.TabIndex              = 7;
     this.rgFilterMode.TabStop               = false;
     this.rgFilterMode.Text                  = "Mode";
     this.rgFilterMode.SelectedIndexChanged += new System.EventHandler(this.rgMode_SelectedIndexChanged);
     //
     // tsOther
     //
     this.tsOther.Controls.Add(this.chkCrossSight);
     this.tsOther.Location = new System.Drawing.Point(4, 26);
     this.tsOther.Name     = "tsOther";
     this.tsOther.Size     = new System.Drawing.Size(751, 371);
     this.tsOther.TabIndex = 1;
     this.tsOther.Text     = "Other";
     //
     // chkCrossSight
     //
     this.chkCrossSight.Location = new System.Drawing.Point(8, 8);
     this.chkCrossSight.Name     = "chkCrossSight";
     this.chkCrossSight.Size     = new System.Drawing.Size(313, 17);
     this.chkCrossSight.TabIndex = 0;
     this.chkCrossSight.Text     = "CrossSight";
     this.chkCrossSight.Click   += new System.EventHandler(this.chkCrossSight_Click);
     //
     // btnClose
     //
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Location     = new System.Drawing.Point(680, 408);
     this.btnClose.Name         = "btnClose";
     this.btnClose.Size         = new System.Drawing.Size(75, 25);
     this.btnClose.TabIndex     = 1;
     this.btnClose.Text         = "Close";
     this.btnClose.Click       += new System.EventHandler(this.btnClose_Click);
     //
     // TrendsOptionsDlg
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnClose;
     this.ClientSize          = new System.Drawing.Size(759, 441);
     this.Controls.Add(this.PageControl1);
     this.Controls.Add(this.btnClose);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "TrendsOptionsDlg";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Shown          += new System.EventHandler(this.FormShow);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.FormKeyDown);
     this.PageControl1.ResumeLayout(false);
     this.tsBasic.ResumeLayout(false);
     this.Panel1.ResumeLayout(false);
     this.Panel1.PerformLayout();
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox1.PerformLayout();
     this.GroupBox2.ResumeLayout(false);
     this.GroupBox2.PerformLayout();
     this.GroupBox3.ResumeLayout(false);
     this.GroupBox3.PerformLayout();
     this.tsOther.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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.txtArchivoFinal      = new System.Windows.Forms.TextBox();
     this.label1               = new System.Windows.Forms.Label();
     this.cmbExtension         = new System.Windows.Forms.ComboBox();
     this.label2               = new System.Windows.Forms.Label();
     this.tabControl           = new System.Windows.Forms.TabControl();
     this.tabMenu              = new System.Windows.Forms.TabPage();
     this.label6               = new System.Windows.Forms.Label();
     this.cmbCantidadCodFuente = new System.Windows.Forms.ComboBox();
     this.txtDirCarpeta        = new System.Windows.Forms.TextBox();
     this.btnDirCarpeta        = new System.Windows.Forms.Button();
     this.txtArchivo8          = new System.Windows.Forms.TextBox();
     this.btnBuscar8           = new System.Windows.Forms.Button();
     this.txtArchivo7          = new System.Windows.Forms.TextBox();
     this.btnBuscar7           = new System.Windows.Forms.Button();
     this.txtArchivo6          = new System.Windows.Forms.TextBox();
     this.btnBuscar6           = new System.Windows.Forms.Button();
     this.txtArchivo5          = new System.Windows.Forms.TextBox();
     this.btnBuscar5           = new System.Windows.Forms.Button();
     this.txtArchivo4          = new System.Windows.Forms.TextBox();
     this.btnBuscar4           = new System.Windows.Forms.Button();
     this.txtArchivo3          = new System.Windows.Forms.TextBox();
     this.btnBuscar3           = new System.Windows.Forms.Button();
     this.txtArchivo2          = new System.Windows.Forms.TextBox();
     this.btnBuscar2           = new System.Windows.Forms.Button();
     this.txtArchivo1          = new System.Windows.Forms.TextBox();
     this.btnBuscar1           = new System.Windows.Forms.Button();
     this.btnCompilar          = new System.Windows.Forms.Button();
     this.label5               = new System.Windows.Forms.Label();
     this.label4               = new System.Windows.Forms.Label();
     this.tabConfigAvanzadas   = new System.Windows.Forms.TabPage();
     this.chbMostrarStartInfo  = new System.Windows.Forms.CheckBox();
     this.cmbDirCSC            = new System.Windows.Forms.ComboBox();
     this.label3               = new System.Windows.Forms.Label();
     this.tabControl.SuspendLayout();
     this.tabMenu.SuspendLayout();
     this.tabConfigAvanzadas.SuspendLayout();
     this.SuspendLayout();
     //
     // txtArchivoFinal
     //
     this.txtArchivoFinal.Location = new System.Drawing.Point(19, 34);
     this.txtArchivoFinal.Name     = "txtArchivoFinal";
     this.txtArchivoFinal.Size     = new System.Drawing.Size(208, 20);
     this.txtArchivoFinal.TabIndex = 0;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(235, 9);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(75, 23);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Extensión";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // cmbExtension
     //
     this.cmbExtension.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbExtension.FormattingEnabled = true;
     this.cmbExtension.Items.AddRange(new object[] {
         ".exe",
         ".dll"
     });
     this.cmbExtension.Location = new System.Drawing.Point(235, 34);
     this.cmbExtension.Name     = "cmbExtension";
     this.cmbExtension.Size     = new System.Drawing.Size(75, 21);
     this.cmbExtension.TabIndex = 1;
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location  = new System.Drawing.Point(14, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(224, 45);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "Nombre del archivo final";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // tabControl
     //
     this.tabControl.Controls.Add(this.tabMenu);
     this.tabControl.Controls.Add(this.tabConfigAvanzadas);
     this.tabControl.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl.Location      = new System.Drawing.Point(0, 0);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(570, 262);
     this.tabControl.TabIndex      = 0;
     //
     // tabMenu
     //
     this.tabMenu.BackColor = System.Drawing.Color.LightSeaGreen;
     this.tabMenu.Controls.Add(this.label6);
     this.tabMenu.Controls.Add(this.cmbCantidadCodFuente);
     this.tabMenu.Controls.Add(this.txtDirCarpeta);
     this.tabMenu.Controls.Add(this.btnDirCarpeta);
     this.tabMenu.Controls.Add(this.txtArchivo8);
     this.tabMenu.Controls.Add(this.btnBuscar8);
     this.tabMenu.Controls.Add(this.txtArchivo7);
     this.tabMenu.Controls.Add(this.btnBuscar7);
     this.tabMenu.Controls.Add(this.txtArchivo6);
     this.tabMenu.Controls.Add(this.btnBuscar6);
     this.tabMenu.Controls.Add(this.txtArchivo5);
     this.tabMenu.Controls.Add(this.btnBuscar5);
     this.tabMenu.Controls.Add(this.txtArchivo4);
     this.tabMenu.Controls.Add(this.btnBuscar4);
     this.tabMenu.Controls.Add(this.txtArchivo3);
     this.tabMenu.Controls.Add(this.btnBuscar3);
     this.tabMenu.Controls.Add(this.txtArchivo2);
     this.tabMenu.Controls.Add(this.btnBuscar2);
     this.tabMenu.Controls.Add(this.txtArchivo1);
     this.tabMenu.Controls.Add(this.btnBuscar1);
     this.tabMenu.Controls.Add(this.btnCompilar);
     this.tabMenu.Controls.Add(this.txtArchivoFinal);
     this.tabMenu.Controls.Add(this.cmbExtension);
     this.tabMenu.Controls.Add(this.label2);
     this.tabMenu.Controls.Add(this.label1);
     this.tabMenu.Controls.Add(this.label5);
     this.tabMenu.Controls.Add(this.label4);
     this.tabMenu.Location = new System.Drawing.Point(4, 22);
     this.tabMenu.Name     = "tabMenu";
     this.tabMenu.Padding  = new System.Windows.Forms.Padding(3);
     this.tabMenu.Size     = new System.Drawing.Size(562, 236);
     this.tabMenu.TabIndex = 0;
     this.tabMenu.Text     = "Menú Principal";
     //
     // label6
     //
     this.label6.Font     = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(34, 57);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(213, 23);
     this.label6.TabIndex = 26;
     this.label6.Text     = "Carpeta donde se guardará";
     //
     // cmbCantidadCodFuente
     //
     this.cmbCantidadCodFuente.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbCantidadCodFuente.FormattingEnabled = true;
     this.cmbCantidadCodFuente.Items.AddRange(new object[] {
         "1",
         "2",
         "3",
         "4",
         "5",
         "6",
         "7",
         "8"
     });
     this.cmbCantidadCodFuente.Location              = new System.Drawing.Point(262, 120);
     this.cmbCantidadCodFuente.Name                  = "cmbCantidadCodFuente";
     this.cmbCantidadCodFuente.Size                  = new System.Drawing.Size(42, 21);
     this.cmbCantidadCodFuente.TabIndex              = 4;
     this.cmbCantidadCodFuente.SelectedIndexChanged += new System.EventHandler(this.CmbCantidadCodFuenteSelectedIndexChanged);
     //
     // txtDirCarpeta
     //
     this.txtDirCarpeta.Location = new System.Drawing.Point(19, 81);
     this.txtDirCarpeta.Name     = "txtDirCarpeta";
     this.txtDirCarpeta.Size     = new System.Drawing.Size(208, 20);
     this.txtDirCarpeta.TabIndex = 2;
     //
     // btnDirCarpeta
     //
     this.btnDirCarpeta.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.btnDirCarpeta.Location = new System.Drawing.Point(235, 79);
     this.btnDirCarpeta.Name     = "btnDirCarpeta";
     this.btnDirCarpeta.Size     = new System.Drawing.Size(75, 23);
     this.btnDirCarpeta.TabIndex = 3;
     this.btnDirCarpeta.Text     = "Buscar";
     this.btnDirCarpeta.UseVisualStyleBackColor = true;
     this.btnDirCarpeta.Click += new System.EventHandler(this.BtnDirCarpetaClick);
     //
     // txtArchivo8
     //
     this.txtArchivo8.Location   = new System.Drawing.Point(320, 208);
     this.txtArchivo8.Name       = "txtArchivo8";
     this.txtArchivo8.Size       = new System.Drawing.Size(142, 20);
     this.txtArchivo8.TabIndex   = 19;
     this.txtArchivo8.DragDrop  += new System.Windows.Forms.DragEventHandler(this.TxtArchivo8DragDrop);
     this.txtArchivo8.DragEnter += new System.Windows.Forms.DragEventHandler(this.TxtArchivo8DragEnter);
     //
     // btnBuscar8
     //
     this.btnBuscar8.Location = new System.Drawing.Point(468, 205);
     this.btnBuscar8.Name     = "btnBuscar8";
     this.btnBuscar8.Size     = new System.Drawing.Size(88, 24);
     this.btnBuscar8.TabIndex = 20;
     this.btnBuscar8.Text     = "Buscar Archivo";
     this.btnBuscar8.UseVisualStyleBackColor = true;
     this.btnBuscar8.Click += new System.EventHandler(this.BtnBuscar8Click);
     //
     // txtArchivo7
     //
     this.txtArchivo7.Location   = new System.Drawing.Point(320, 182);
     this.txtArchivo7.Name       = "txtArchivo7";
     this.txtArchivo7.Size       = new System.Drawing.Size(142, 20);
     this.txtArchivo7.TabIndex   = 17;
     this.txtArchivo7.DragDrop  += new System.Windows.Forms.DragEventHandler(this.TxtArchivo7DragDrop);
     this.txtArchivo7.DragEnter += new System.Windows.Forms.DragEventHandler(this.TxtArchivo7DragEnter);
     //
     // btnBuscar7
     //
     this.btnBuscar7.Location = new System.Drawing.Point(468, 179);
     this.btnBuscar7.Name     = "btnBuscar7";
     this.btnBuscar7.Size     = new System.Drawing.Size(88, 24);
     this.btnBuscar7.TabIndex = 18;
     this.btnBuscar7.Text     = "Buscar Archivo";
     this.btnBuscar7.UseVisualStyleBackColor = true;
     this.btnBuscar7.Click += new System.EventHandler(this.BtnBuscar7Click);
     //
     // txtArchivo6
     //
     this.txtArchivo6.Location   = new System.Drawing.Point(320, 156);
     this.txtArchivo6.Name       = "txtArchivo6";
     this.txtArchivo6.Size       = new System.Drawing.Size(142, 20);
     this.txtArchivo6.TabIndex   = 15;
     this.txtArchivo6.DragDrop  += new System.Windows.Forms.DragEventHandler(this.TxtArchivo6DragDrop);
     this.txtArchivo6.DragEnter += new System.Windows.Forms.DragEventHandler(this.TxtArchivo6DragEnter);
     //
     // btnBuscar6
     //
     this.btnBuscar6.Location = new System.Drawing.Point(468, 153);
     this.btnBuscar6.Name     = "btnBuscar6";
     this.btnBuscar6.Size     = new System.Drawing.Size(88, 24);
     this.btnBuscar6.TabIndex = 16;
     this.btnBuscar6.Text     = "Buscar Archivo";
     this.btnBuscar6.UseVisualStyleBackColor = true;
     this.btnBuscar6.Click += new System.EventHandler(this.BtnBuscar6Click);
     //
     // txtArchivo5
     //
     this.txtArchivo5.Location   = new System.Drawing.Point(320, 130);
     this.txtArchivo5.Name       = "txtArchivo5";
     this.txtArchivo5.Size       = new System.Drawing.Size(142, 20);
     this.txtArchivo5.TabIndex   = 13;
     this.txtArchivo5.DragDrop  += new System.Windows.Forms.DragEventHandler(this.TxtArchivo5DragDrop);
     this.txtArchivo5.DragEnter += new System.Windows.Forms.DragEventHandler(this.TxtArchivo5DragEnter);
     //
     // btnBuscar5
     //
     this.btnBuscar5.Location = new System.Drawing.Point(468, 127);
     this.btnBuscar5.Name     = "btnBuscar5";
     this.btnBuscar5.Size     = new System.Drawing.Size(88, 24);
     this.btnBuscar5.TabIndex = 14;
     this.btnBuscar5.Text     = "Buscar Archivo";
     this.btnBuscar5.UseVisualStyleBackColor = true;
     this.btnBuscar5.Click += new System.EventHandler(this.BtnBuscar5Click);
     //
     // txtArchivo4
     //
     this.txtArchivo4.Location   = new System.Drawing.Point(320, 104);
     this.txtArchivo4.Name       = "txtArchivo4";
     this.txtArchivo4.Size       = new System.Drawing.Size(142, 20);
     this.txtArchivo4.TabIndex   = 11;
     this.txtArchivo4.DragDrop  += new System.Windows.Forms.DragEventHandler(this.TxtArchivo4DragDrop);
     this.txtArchivo4.DragEnter += new System.Windows.Forms.DragEventHandler(this.TxtArchivo4DragEnter);
     //
     // btnBuscar4
     //
     this.btnBuscar4.Location = new System.Drawing.Point(468, 101);
     this.btnBuscar4.Name     = "btnBuscar4";
     this.btnBuscar4.Size     = new System.Drawing.Size(88, 24);
     this.btnBuscar4.TabIndex = 12;
     this.btnBuscar4.Text     = "Buscar Archivo";
     this.btnBuscar4.UseVisualStyleBackColor = true;
     this.btnBuscar4.Click += new System.EventHandler(this.BtnBuscar4Click);
     //
     // txtArchivo3
     //
     this.txtArchivo3.Location   = new System.Drawing.Point(320, 78);
     this.txtArchivo3.Name       = "txtArchivo3";
     this.txtArchivo3.Size       = new System.Drawing.Size(142, 20);
     this.txtArchivo3.TabIndex   = 9;
     this.txtArchivo3.DragDrop  += new System.Windows.Forms.DragEventHandler(this.TxtArchivo3DragDrop);
     this.txtArchivo3.DragEnter += new System.Windows.Forms.DragEventHandler(this.TxtArchivo3DragEnter);
     //
     // btnBuscar3
     //
     this.btnBuscar3.Location = new System.Drawing.Point(468, 76);
     this.btnBuscar3.Name     = "btnBuscar3";
     this.btnBuscar3.Size     = new System.Drawing.Size(89, 23);
     this.btnBuscar3.TabIndex = 10;
     this.btnBuscar3.Text     = "Buscar Archivo";
     this.btnBuscar3.UseVisualStyleBackColor = true;
     this.btnBuscar3.Click += new System.EventHandler(this.BtnBuscar3Click);
     //
     // txtArchivo2
     //
     this.txtArchivo2.Location   = new System.Drawing.Point(320, 52);
     this.txtArchivo2.Name       = "txtArchivo2";
     this.txtArchivo2.Size       = new System.Drawing.Size(142, 20);
     this.txtArchivo2.TabIndex   = 7;
     this.txtArchivo2.DragDrop  += new System.Windows.Forms.DragEventHandler(this.TxtArchivo2DragDrop);
     this.txtArchivo2.DragEnter += new System.Windows.Forms.DragEventHandler(this.TxtArchivo2DragEnter);
     //
     // btnBuscar2
     //
     this.btnBuscar2.Location = new System.Drawing.Point(468, 50);
     this.btnBuscar2.Name     = "btnBuscar2";
     this.btnBuscar2.Size     = new System.Drawing.Size(89, 23);
     this.btnBuscar2.TabIndex = 8;
     this.btnBuscar2.Text     = "Buscar Archivo";
     this.btnBuscar2.UseVisualStyleBackColor = true;
     this.btnBuscar2.Click += new System.EventHandler(this.BtnBuscar2Click);
     //
     // txtArchivo1
     //
     this.txtArchivo1.AllowDrop  = true;
     this.txtArchivo1.Location   = new System.Drawing.Point(320, 26);
     this.txtArchivo1.Name       = "txtArchivo1";
     this.txtArchivo1.Size       = new System.Drawing.Size(142, 20);
     this.txtArchivo1.TabIndex   = 5;
     this.txtArchivo1.Text       = "Suelte su archivo aquí o -->";
     this.txtArchivo1.DragDrop  += new System.Windows.Forms.DragEventHandler(this.TxtArchivo1DragDrop);
     this.txtArchivo1.DragEnter += new System.Windows.Forms.DragEventHandler(this.TxtArchivo1DragEnter);
     //
     // btnBuscar1
     //
     this.btnBuscar1.Location = new System.Drawing.Point(468, 24);
     this.btnBuscar1.Name     = "btnBuscar1";
     this.btnBuscar1.Size     = new System.Drawing.Size(89, 23);
     this.btnBuscar1.TabIndex = 6;
     this.btnBuscar1.Text     = "Buscar Archivo";
     this.btnBuscar1.UseVisualStyleBackColor = true;
     this.btnBuscar1.Click += new System.EventHandler(this.BtnBuscar1Click);
     //
     // btnCompilar
     //
     this.btnCompilar.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.btnCompilar.Location = new System.Drawing.Point(8, 156);
     this.btnCompilar.Name     = "btnCompilar";
     this.btnCompilar.Size     = new System.Drawing.Size(296, 72);
     this.btnCompilar.TabIndex = 21;
     this.btnCompilar.Text     = "Compilar";
     this.btnCompilar.UseVisualStyleBackColor = true;
     this.btnCompilar.Click += new System.EventHandler(this.BtnCompilarClick);
     //
     // label5
     //
     this.label5.Font      = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location  = new System.Drawing.Point(8, 120);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(248, 30);
     this.label5.TabIndex  = 9;
     this.label5.Text      = "Número de archivos Código Fuente a usar";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(320, 3);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(198, 23);
     this.label4.TabIndex = 7;
     this.label4.Text     = "Archivos de Código Fuente";
     //
     // tabConfigAvanzadas
     //
     this.tabConfigAvanzadas.BackColor = System.Drawing.Color.LightSeaGreen;
     this.tabConfigAvanzadas.Controls.Add(this.chbMostrarStartInfo);
     this.tabConfigAvanzadas.Controls.Add(this.cmbDirCSC);
     this.tabConfigAvanzadas.Controls.Add(this.label3);
     this.tabConfigAvanzadas.Location = new System.Drawing.Point(4, 22);
     this.tabConfigAvanzadas.Name     = "tabConfigAvanzadas";
     this.tabConfigAvanzadas.Padding  = new System.Windows.Forms.Padding(3);
     this.tabConfigAvanzadas.Size     = new System.Drawing.Size(562, 236);
     this.tabConfigAvanzadas.TabIndex = 1;
     this.tabConfigAvanzadas.Text     = "Config. Avanzadas";
     //
     // chbMostrarStartInfo
     //
     this.chbMostrarStartInfo.Font     = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chbMostrarStartInfo.Location = new System.Drawing.Point(189, 33);
     this.chbMostrarStartInfo.Name     = "chbMostrarStartInfo";
     this.chbMostrarStartInfo.Size     = new System.Drawing.Size(231, 24);
     this.chbMostrarStartInfo.TabIndex = 3;
     this.chbMostrarStartInfo.Text     = "Mostrar StartInfo.Arguments";
     this.chbMostrarStartInfo.UseVisualStyleBackColor = true;
     this.chbMostrarStartInfo.CheckedChanged         += new System.EventHandler(this.CheckBox1CheckedChanged);
     //
     // cmbDirCSC
     //
     this.cmbDirCSC.FormattingEnabled = true;
     this.cmbDirCSC.Items.AddRange(new object[] {
         "C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319",
         "C:\\Windows\\Microsoft.NET\\Framework\\v3.5",
         "C:\\Windows\\Microsoft.NET\\Framework\\v2.0.50727",
         "C:\\Windows\\winsxs\\x86_netfx35linq-csharp_31bf3856ad364e35_6.1.7601.17514_none_193" +
         "318f5726bf1d7",
         "C:\\Windows\\winsxs\\x86_netfx-csharp_compiler_csc_b03f5f7f11d50a3a_6.1.7600.16385_n" +
         "one_d2fff1dae966863c"
     });
     this.cmbDirCSC.Location = new System.Drawing.Point(189, 6);
     this.cmbDirCSC.Name     = "cmbDirCSC";
     this.cmbDirCSC.Size     = new System.Drawing.Size(365, 21);
     this.cmbDirCSC.TabIndex = 1;
     //
     // label3
     //
     this.label3.Font      = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location  = new System.Drawing.Point(0, 4);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(191, 23);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "Direcciones de \"csc.exe\"";
     this.label3.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(570, 262);
     this.Controls.Add(this.tabControl);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "MainForm";
     this.Text            = "C#mpilador";
     this.tabControl.ResumeLayout(false);
     this.tabMenu.ResumeLayout(false);
     this.tabMenu.PerformLayout();
     this.tabConfigAvanzadas.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #60
0
 /// <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.TabControl       tabControl1;
     System.Windows.Forms.TabPage          tabPage1;
     System.Windows.Forms.GroupBox         groupBox1;
     System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     System.Windows.Forms.Label            label1;
     System.Windows.Forms.CheckBox         headerCheckBox;
     System.Windows.Forms.Button           cancelButton;
     System.Windows.Forms.Button           okButton;
     System.Windows.Forms.FlowLayoutPanel  flowLayoutPanel1;
     this.namespaceTextBox = new System.Windows.Forms.TextBox();
     tabControl1           = new System.Windows.Forms.TabControl();
     tabPage1          = new System.Windows.Forms.TabPage();
     groupBox1         = new System.Windows.Forms.GroupBox();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     label1            = new System.Windows.Forms.Label();
     headerCheckBox    = new System.Windows.Forms.CheckBox();
     cancelButton      = new System.Windows.Forms.Button();
     okButton          = new System.Windows.Forms.Button();
     flowLayoutPanel1  = new System.Windows.Forms.FlowLayoutPanel();
     tabControl1.SuspendLayout();
     tabPage1.SuspendLayout();
     groupBox1.SuspendLayout();
     tableLayoutPanel1.SuspendLayout();
     flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     tabControl1.Controls.Add(tabPage1);
     tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     tabControl1.Location      = new System.Drawing.Point(5, 5);
     tabControl1.Name          = "tabControl1";
     tabControl1.SelectedIndex = 0;
     tabControl1.Size          = new System.Drawing.Size(284, 308);
     tabControl1.TabIndex      = 0;
     //
     // tabPage1
     //
     tabPage1.Controls.Add(groupBox1);
     tabPage1.Location = new System.Drawing.Point(4, 24);
     tabPage1.Name     = "tabPage1";
     tabPage1.Padding  = new System.Windows.Forms.Padding(8, 5, 8, 5);
     tabPage1.Size     = new System.Drawing.Size(276, 280);
     tabPage1.TabIndex = 0;
     tabPage1.Text     = "Options";
     tabPage1.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     groupBox1.AutoSize = true;
     groupBox1.Controls.Add(tableLayoutPanel1);
     groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     groupBox1.Location = new System.Drawing.Point(8, 5);
     groupBox1.Name     = "groupBox1";
     groupBox1.Padding  = new System.Windows.Forms.Padding(5, 3, 5, 5);
     groupBox1.Size     = new System.Drawing.Size(260, 97);
     groupBox1.TabIndex = 0;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Code generation";
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.AutoSize    = true;
     tableLayoutPanel1.ColumnCount = 1;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     tableLayoutPanel1.Controls.Add(label1, 0, 0);
     tableLayoutPanel1.Controls.Add(headerCheckBox, 0, 2);
     tableLayoutPanel1.Controls.Add(this.namespaceTextBox, 0, 1);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Top;
     tableLayoutPanel1.Location = new System.Drawing.Point(5, 19);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 3;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     tableLayoutPanel1.Size     = new System.Drawing.Size(250, 73);
     tableLayoutPanel1.TabIndex = 0;
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(0, 0);
     label1.Margin   = new System.Windows.Forms.Padding(0, 0, 3, 0);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(72, 15);
     label1.TabIndex = 0;
     label1.Text     = "&Namespace:";
     //
     // headerCheckBox
     //
     headerCheckBox.AutoSize   = true;
     headerCheckBox.Checked    = global::ToolStripCustomizer.Properties.Settings.Default.IncludeHeader;
     headerCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     headerCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::ToolStripCustomizer.Properties.Settings.Default, "IncludeHeader", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     headerCheckBox.Location = new System.Drawing.Point(3, 51);
     headerCheckBox.Margin   = new System.Windows.Forms.Padding(3, 7, 3, 3);
     headerCheckBox.Name     = "headerCheckBox";
     headerCheckBox.Size     = new System.Drawing.Size(196, 19);
     headerCheckBox.TabIndex = 4;
     headerCheckBox.Text     = "Print <auto-generated/> header";
     headerCheckBox.UseVisualStyleBackColor = true;
     //
     // namespaceTextBox
     //
     this.namespaceTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.namespaceTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::ToolStripCustomizer.Properties.Settings.Default, "DefaultNamespace", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.namespaceTextBox.Location = new System.Drawing.Point(3, 18);
     this.namespaceTextBox.Name     = "namespaceTextBox";
     this.namespaceTextBox.Size     = new System.Drawing.Size(244, 23);
     this.namespaceTextBox.TabIndex = 1;
     this.namespaceTextBox.Text     = global::ToolStripCustomizer.Properties.Settings.Default.DefaultNamespace;
     //
     // cancelButton
     //
     cancelButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     cancelButton.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     cancelButton.Location                = new System.Drawing.Point(206, 8);
     cancelButton.Name                    = "cancelButton";
     cancelButton.Size                    = new System.Drawing.Size(75, 23);
     cancelButton.TabIndex                = 2;
     cancelButton.Text                    = "Cancel";
     cancelButton.UseVisualStyleBackColor = true;
     //
     // okButton
     //
     okButton.DialogResult            = System.Windows.Forms.DialogResult.OK;
     okButton.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     okButton.Location                = new System.Drawing.Point(125, 8);
     okButton.Name                    = "okButton";
     okButton.Size                    = new System.Drawing.Size(75, 23);
     okButton.TabIndex                = 1;
     okButton.Text                    = "OK";
     okButton.UseVisualStyleBackColor = true;
     //
     // flowLayoutPanel1
     //
     flowLayoutPanel1.AutoSize = true;
     flowLayoutPanel1.Controls.Add(cancelButton);
     flowLayoutPanel1.Controls.Add(okButton);
     flowLayoutPanel1.Dock          = System.Windows.Forms.DockStyle.Bottom;
     flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     flowLayoutPanel1.Location      = new System.Drawing.Point(5, 313);
     flowLayoutPanel1.Name          = "flowLayoutPanel1";
     flowLayoutPanel1.Padding       = new System.Windows.Forms.Padding(0, 5, 0, 0);
     flowLayoutPanel1.Size          = new System.Drawing.Size(284, 34);
     flowLayoutPanel1.TabIndex      = 3;
     //
     // OptionsForm
     //
     this.AcceptButton        = okButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.CancelButton        = cancelButton;
     this.ClientSize          = new System.Drawing.Size(294, 352);
     this.Controls.Add(tabControl1);
     this.Controls.Add(flowLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "OptionsForm";
     this.Padding         = new System.Windows.Forms.Padding(5);
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Options";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.OptionsFormFormClosing);
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.OptionsFormFormClosed);
     tabControl1.ResumeLayout(false);
     tabPage1.ResumeLayout(false);
     tabPage1.PerformLayout();
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     flowLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }