694 lines
37 KiB
C#
694 lines
37 KiB
C#
namespace Workplace.Forms
|
|
{
|
|
partial class SettingsDlg
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.connStrForTracingGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.connectionStringTextBox = new System.Windows.Forms.TextBox();
|
|
this.modeGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.radioButton4 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton3 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton2 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton1 = new System.Windows.Forms.RadioButton();
|
|
this.workstepNameGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.workplaceNameTextBox = new System.Windows.Forms.TextBox();
|
|
this.saveButton = new System.Windows.Forms.Button();
|
|
this.cancelButton = new System.Windows.Forms.Button();
|
|
this.workplaceOptionsGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.extraBatteryLifetimeTextBox = new System.Windows.Forms.TextBox();
|
|
this.oracleGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.readFromOracleCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.searchHeTestInOracleCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.searchOtherProcessFlowtubeCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.checkPcbIsInOracleCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.saveCmpntsToOracleCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.connStrForUsersGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.usersDBConnStringTextBox = new System.Windows.Forms.TextBox();
|
|
this.logoutTimesGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.timePicker3 = new System.Windows.Forms.DateTimePicker();
|
|
this.timePicker2 = new System.Windows.Forms.DateTimePicker();
|
|
this.timePicker1 = new System.Windows.Forms.DateTimePicker();
|
|
this.activateAfterProcessingGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.windowClassNameToActivateTextBox = new System.Windows.Forms.TextBox();
|
|
this.processedRecordsComboBox = new System.Windows.Forms.ComboBox();
|
|
this.radioButton5 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton6 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton7 = new System.Windows.Forms.RadioButton();
|
|
this.multipleWorkplacesGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.workplace3TextBox = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.workplace2TextBox = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.workplace1TextBox = new System.Windows.Forms.TextBox();
|
|
this.serialPortGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.massSpreadTextBox = new System.Windows.Forms.TextBox();
|
|
this.massRepeatsTextBox = new System.Windows.Forms.TextBox();
|
|
this.massMethodComboBox = new System.Windows.Forms.ComboBox();
|
|
this.serialPortTextBox = new System.Windows.Forms.TextBox();
|
|
this.flashDurationGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.nokDurationTextBox = new System.Windows.Forms.TextBox();
|
|
this.okDurationTextBox = new System.Windows.Forms.TextBox();
|
|
this.languageComboBox = new System.Windows.Forms.ComboBox();
|
|
this.languageGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.connStrForTracingGroupBox.SuspendLayout();
|
|
this.modeGroupBox.SuspendLayout();
|
|
this.workstepNameGroupBox.SuspendLayout();
|
|
this.workplaceOptionsGroupBox.SuspendLayout();
|
|
this.oracleGroupBox.SuspendLayout();
|
|
this.connStrForUsersGroupBox.SuspendLayout();
|
|
this.logoutTimesGroupBox.SuspendLayout();
|
|
this.activateAfterProcessingGroupBox.SuspendLayout();
|
|
this.multipleWorkplacesGroupBox.SuspendLayout();
|
|
this.serialPortGroupBox.SuspendLayout();
|
|
this.flashDurationGroupBox.SuspendLayout();
|
|
this.languageGroupBox.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// connStrForTracingGroupBox
|
|
//
|
|
this.connStrForTracingGroupBox.Controls.Add(this.connectionStringTextBox);
|
|
this.connStrForTracingGroupBox.Location = new System.Drawing.Point(12, 129);
|
|
this.connStrForTracingGroupBox.Name = "connStrForTracingGroupBox";
|
|
this.connStrForTracingGroupBox.Size = new System.Drawing.Size(620, 50);
|
|
this.connStrForTracingGroupBox.TabIndex = 1;
|
|
this.connStrForTracingGroupBox.TabStop = false;
|
|
this.connStrForTracingGroupBox.Text = "Connection string for production tracing records";
|
|
//
|
|
// connectionStringTextBox
|
|
//
|
|
this.connectionStringTextBox.Location = new System.Drawing.Point(17, 18);
|
|
this.connectionStringTextBox.Name = "connectionStringTextBox";
|
|
this.connectionStringTextBox.Size = new System.Drawing.Size(586, 20);
|
|
this.connectionStringTextBox.TabIndex = 0;
|
|
//
|
|
// modeGroupBox
|
|
//
|
|
this.modeGroupBox.Controls.Add(this.radioButton4);
|
|
this.modeGroupBox.Controls.Add(this.radioButton3);
|
|
this.modeGroupBox.Controls.Add(this.radioButton2);
|
|
this.modeGroupBox.Controls.Add(this.radioButton1);
|
|
this.modeGroupBox.Location = new System.Drawing.Point(233, 242);
|
|
this.modeGroupBox.Name = "modeGroupBox";
|
|
this.modeGroupBox.Size = new System.Drawing.Size(144, 110);
|
|
this.modeGroupBox.TabIndex = 4;
|
|
this.modeGroupBox.TabStop = false;
|
|
this.modeGroupBox.Text = "Mode of function";
|
|
//
|
|
// radioButton4
|
|
//
|
|
this.radioButton4.AutoSize = true;
|
|
this.radioButton4.Location = new System.Drawing.Point(13, 82);
|
|
this.radioButton4.Name = "radioButton4";
|
|
this.radioButton4.Size = new System.Drawing.Size(63, 17);
|
|
this.radioButton4.TabIndex = 3;
|
|
this.radioButton4.TabStop = true;
|
|
this.radioButton4.Text = "Test LU";
|
|
this.radioButton4.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton3
|
|
//
|
|
this.radioButton3.AutoSize = true;
|
|
this.radioButton3.Location = new System.Drawing.Point(13, 62);
|
|
this.radioButton3.Name = "radioButton3";
|
|
this.radioButton3.Size = new System.Drawing.Size(93, 17);
|
|
this.radioButton3.TabIndex = 2;
|
|
this.radioButton3.TabStop = true;
|
|
this.radioButton3.Text = "Production LU";
|
|
this.radioButton3.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton2
|
|
//
|
|
this.radioButton2.AutoSize = true;
|
|
this.radioButton2.Location = new System.Drawing.Point(13, 42);
|
|
this.radioButton2.Name = "radioButton2";
|
|
this.radioButton2.Size = new System.Drawing.Size(63, 17);
|
|
this.radioButton2.TabIndex = 1;
|
|
this.radioButton2.TabStop = true;
|
|
this.radioButton2.Text = "Test ST";
|
|
this.radioButton2.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton1
|
|
//
|
|
this.radioButton1.AutoSize = true;
|
|
this.radioButton1.Location = new System.Drawing.Point(13, 22);
|
|
this.radioButton1.Name = "radioButton1";
|
|
this.radioButton1.Size = new System.Drawing.Size(93, 17);
|
|
this.radioButton1.TabIndex = 0;
|
|
this.radioButton1.TabStop = true;
|
|
this.radioButton1.Text = "Production ST";
|
|
this.radioButton1.UseVisualStyleBackColor = true;
|
|
//
|
|
// workstepNameGroupBox
|
|
//
|
|
this.workstepNameGroupBox.Controls.Add(this.workplaceNameTextBox);
|
|
this.workstepNameGroupBox.Location = new System.Drawing.Point(12, 12);
|
|
this.workstepNameGroupBox.Name = "workstepNameGroupBox";
|
|
this.workstepNameGroupBox.Size = new System.Drawing.Size(270, 50);
|
|
this.workstepNameGroupBox.TabIndex = 0;
|
|
this.workstepNameGroupBox.TabStop = false;
|
|
this.workstepNameGroupBox.Text = "Unique workplace name";
|
|
//
|
|
// workplaceNameTextBox
|
|
//
|
|
this.workplaceNameTextBox.Location = new System.Drawing.Point(17, 18);
|
|
this.workplaceNameTextBox.Name = "workplaceNameTextBox";
|
|
this.workplaceNameTextBox.Size = new System.Drawing.Size(240, 20);
|
|
this.workplaceNameTextBox.TabIndex = 0;
|
|
//
|
|
// saveButton
|
|
//
|
|
this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.saveButton.Location = new System.Drawing.Point(597, 373);
|
|
this.saveButton.Name = "saveButton";
|
|
this.saveButton.Size = new System.Drawing.Size(104, 35);
|
|
this.saveButton.TabIndex = 6;
|
|
this.saveButton.Text = "Save";
|
|
this.saveButton.UseVisualStyleBackColor = true;
|
|
this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
|
|
//
|
|
// cancelButton
|
|
//
|
|
this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cancelButton.Location = new System.Drawing.Point(720, 373);
|
|
this.cancelButton.Name = "cancelButton";
|
|
this.cancelButton.Size = new System.Drawing.Size(104, 35);
|
|
this.cancelButton.TabIndex = 7;
|
|
this.cancelButton.Text = "Cancel";
|
|
this.cancelButton.UseVisualStyleBackColor = true;
|
|
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
|
|
//
|
|
// workplaceOptionsGroupBox
|
|
//
|
|
this.workplaceOptionsGroupBox.Controls.Add(this.extraBatteryLifetimeTextBox);
|
|
this.workplaceOptionsGroupBox.Location = new System.Drawing.Point(12, 242);
|
|
this.workplaceOptionsGroupBox.Name = "workplaceOptionsGroupBox";
|
|
this.workplaceOptionsGroupBox.Size = new System.Drawing.Size(215, 50);
|
|
this.workplaceOptionsGroupBox.TabIndex = 3;
|
|
this.workplaceOptionsGroupBox.TabStop = false;
|
|
this.workplaceOptionsGroupBox.Text = "Workplace options";
|
|
//
|
|
// extraBatteryLifetimeTextBox
|
|
//
|
|
this.extraBatteryLifetimeTextBox.Location = new System.Drawing.Point(17, 19);
|
|
this.extraBatteryLifetimeTextBox.Name = "extraBatteryLifetimeTextBox";
|
|
this.extraBatteryLifetimeTextBox.Size = new System.Drawing.Size(189, 20);
|
|
this.extraBatteryLifetimeTextBox.TabIndex = 0;
|
|
//
|
|
// oracleGroupBox
|
|
//
|
|
this.oracleGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.oracleGroupBox.Controls.Add(this.readFromOracleCheckBox);
|
|
this.oracleGroupBox.Controls.Add(this.searchHeTestInOracleCheckBox);
|
|
this.oracleGroupBox.Controls.Add(this.searchOtherProcessFlowtubeCheckBox);
|
|
this.oracleGroupBox.Controls.Add(this.checkPcbIsInOracleCheckBox);
|
|
this.oracleGroupBox.Controls.Add(this.saveCmpntsToOracleCheckBox);
|
|
this.oracleGroupBox.Location = new System.Drawing.Point(383, 242);
|
|
this.oracleGroupBox.Name = "oracleGroupBox";
|
|
this.oracleGroupBox.Size = new System.Drawing.Size(249, 111);
|
|
this.oracleGroupBox.TabIndex = 5;
|
|
this.oracleGroupBox.TabStop = false;
|
|
this.oracleGroupBox.Text = "Oracle";
|
|
//
|
|
// readFromOracleCheckBox
|
|
//
|
|
this.readFromOracleCheckBox.AutoSize = true;
|
|
this.readFromOracleCheckBox.Location = new System.Drawing.Point(18, 90);
|
|
this.readFromOracleCheckBox.Name = "readFromOracleCheckBox";
|
|
this.readFromOracleCheckBox.Size = new System.Drawing.Size(170, 17);
|
|
this.readFromOracleCheckBox.TabIndex = 3;
|
|
this.readFromOracleCheckBox.Text = "Read various data from Oracle";
|
|
this.readFromOracleCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// searchHeTestInOracleCheckBox
|
|
//
|
|
this.searchHeTestInOracleCheckBox.AutoSize = true;
|
|
this.searchHeTestInOracleCheckBox.Location = new System.Drawing.Point(18, 72);
|
|
this.searchHeTestInOracleCheckBox.Name = "searchHeTestInOracleCheckBox";
|
|
this.searchHeTestInOracleCheckBox.Size = new System.Drawing.Size(208, 17);
|
|
this.searchHeTestInOracleCheckBox.TabIndex = 2;
|
|
this.searchHeTestInOracleCheckBox.Text = "Search for Helium test results in Oracle";
|
|
this.searchHeTestInOracleCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// searchOtherProcessFlowtubeCheckBox
|
|
//
|
|
this.searchOtherProcessFlowtubeCheckBox.AutoSize = true;
|
|
this.searchOtherProcessFlowtubeCheckBox.Location = new System.Drawing.Point(18, 54);
|
|
this.searchOtherProcessFlowtubeCheckBox.Name = "searchOtherProcessFlowtubeCheckBox";
|
|
this.searchOtherProcessFlowtubeCheckBox.Size = new System.Drawing.Size(224, 17);
|
|
this.searchOtherProcessFlowtubeCheckBox.TabIndex = 1;
|
|
this.searchOtherProcessFlowtubeCheckBox.Text = "Search for flowtubes from other processes";
|
|
this.searchOtherProcessFlowtubeCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkPcbIsInOracleCheckBox
|
|
//
|
|
this.checkPcbIsInOracleCheckBox.AutoSize = true;
|
|
this.checkPcbIsInOracleCheckBox.Location = new System.Drawing.Point(18, 36);
|
|
this.checkPcbIsInOracleCheckBox.Name = "checkPcbIsInOracleCheckBox";
|
|
this.checkPcbIsInOracleCheckBox.Size = new System.Drawing.Size(229, 17);
|
|
this.checkPcbIsInOracleCheckBox.TabIndex = 0;
|
|
this.checkPcbIsInOracleCheckBox.Text = "Verify whether PCB was already assembled";
|
|
this.checkPcbIsInOracleCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// saveCmpntsToOracleCheckBox
|
|
//
|
|
this.saveCmpntsToOracleCheckBox.AutoSize = true;
|
|
this.saveCmpntsToOracleCheckBox.Location = new System.Drawing.Point(18, 18);
|
|
this.saveCmpntsToOracleCheckBox.Name = "saveCmpntsToOracleCheckBox";
|
|
this.saveCmpntsToOracleCheckBox.Size = new System.Drawing.Size(158, 17);
|
|
this.saveCmpntsToOracleCheckBox.TabIndex = 0;
|
|
this.saveCmpntsToOracleCheckBox.Text = "Save components to Oracle";
|
|
this.saveCmpntsToOracleCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// connStrForUsersGroupBox
|
|
//
|
|
this.connStrForUsersGroupBox.Controls.Add(this.usersDBConnStringTextBox);
|
|
this.connStrForUsersGroupBox.Location = new System.Drawing.Point(12, 185);
|
|
this.connStrForUsersGroupBox.Name = "connStrForUsersGroupBox";
|
|
this.connStrForUsersGroupBox.Size = new System.Drawing.Size(620, 50);
|
|
this.connStrForUsersGroupBox.TabIndex = 2;
|
|
this.connStrForUsersGroupBox.TabStop = false;
|
|
this.connStrForUsersGroupBox.Text = "Connection string for central DB of users";
|
|
//
|
|
// usersDBConnStringTextBox
|
|
//
|
|
this.usersDBConnStringTextBox.Location = new System.Drawing.Point(17, 18);
|
|
this.usersDBConnStringTextBox.Name = "usersDBConnStringTextBox";
|
|
this.usersDBConnStringTextBox.Size = new System.Drawing.Size(586, 20);
|
|
this.usersDBConnStringTextBox.TabIndex = 0;
|
|
//
|
|
// logoutTimesGroupBox
|
|
//
|
|
this.logoutTimesGroupBox.Controls.Add(this.label1);
|
|
this.logoutTimesGroupBox.Controls.Add(this.timePicker3);
|
|
this.logoutTimesGroupBox.Controls.Add(this.timePicker2);
|
|
this.logoutTimesGroupBox.Controls.Add(this.timePicker1);
|
|
this.logoutTimesGroupBox.Location = new System.Drawing.Point(698, 12);
|
|
this.logoutTimesGroupBox.Name = "logoutTimesGroupBox";
|
|
this.logoutTimesGroupBox.Size = new System.Drawing.Size(138, 111);
|
|
this.logoutTimesGroupBox.TabIndex = 8;
|
|
this.logoutTimesGroupBox.TabStop = false;
|
|
this.logoutTimesGroupBox.Text = "Logout times";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(17, 17);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(108, 13);
|
|
this.label1.TabIndex = 3;
|
|
this.label1.Text = "00:00 = do not logout";
|
|
//
|
|
// timePicker3
|
|
//
|
|
this.timePicker3.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.timePicker3.Location = new System.Drawing.Point(19, 80);
|
|
this.timePicker3.Name = "timePicker3";
|
|
this.timePicker3.Size = new System.Drawing.Size(98, 20);
|
|
this.timePicker3.TabIndex = 2;
|
|
//
|
|
// timePicker2
|
|
//
|
|
this.timePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.timePicker2.Location = new System.Drawing.Point(19, 57);
|
|
this.timePicker2.Name = "timePicker2";
|
|
this.timePicker2.Size = new System.Drawing.Size(98, 20);
|
|
this.timePicker2.TabIndex = 1;
|
|
//
|
|
// timePicker1
|
|
//
|
|
this.timePicker1.AllowDrop = true;
|
|
this.timePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.timePicker1.Location = new System.Drawing.Point(19, 34);
|
|
this.timePicker1.Name = "timePicker1";
|
|
this.timePicker1.Size = new System.Drawing.Size(98, 20);
|
|
this.timePicker1.TabIndex = 0;
|
|
//
|
|
// activateAfterProcessingGroupBox
|
|
//
|
|
this.activateAfterProcessingGroupBox.Controls.Add(this.windowClassNameToActivateTextBox);
|
|
this.activateAfterProcessingGroupBox.Controls.Add(this.processedRecordsComboBox);
|
|
this.activateAfterProcessingGroupBox.Location = new System.Drawing.Point(12, 357);
|
|
this.activateAfterProcessingGroupBox.Name = "activateAfterProcessingGroupBox";
|
|
this.activateAfterProcessingGroupBox.Size = new System.Drawing.Size(372, 50);
|
|
this.activateAfterProcessingGroupBox.TabIndex = 10;
|
|
this.activateAfterProcessingGroupBox.TabStop = false;
|
|
this.activateAfterProcessingGroupBox.Text = "Process records --> Then activate window";
|
|
//
|
|
// windowClassNameToActivateTextBox
|
|
//
|
|
this.windowClassNameToActivateTextBox.Location = new System.Drawing.Point(187, 19);
|
|
this.windowClassNameToActivateTextBox.Name = "windowClassNameToActivateTextBox";
|
|
this.windowClassNameToActivateTextBox.Size = new System.Drawing.Size(170, 20);
|
|
this.windowClassNameToActivateTextBox.TabIndex = 1;
|
|
//
|
|
// processedRecordsComboBox
|
|
//
|
|
this.processedRecordsComboBox.FormattingEnabled = true;
|
|
this.processedRecordsComboBox.Location = new System.Drawing.Point(17, 19);
|
|
this.processedRecordsComboBox.Name = "processedRecordsComboBox";
|
|
this.processedRecordsComboBox.Size = new System.Drawing.Size(151, 21);
|
|
this.processedRecordsComboBox.TabIndex = 0;
|
|
//
|
|
// radioButton5
|
|
//
|
|
this.radioButton5.AutoSize = true;
|
|
this.radioButton5.Location = new System.Drawing.Point(18, 28);
|
|
this.radioButton5.Name = "radioButton5";
|
|
this.radioButton5.Size = new System.Drawing.Size(87, 17);
|
|
this.radioButton5.TabIndex = 11;
|
|
this.radioButton5.TabStop = true;
|
|
this.radioButton5.Text = "One operator";
|
|
this.radioButton5.UseVisualStyleBackColor = true;
|
|
this.radioButton5.CheckedChanged += new System.EventHandler(this.radioButton5_CheckedChanged);
|
|
//
|
|
// radioButton6
|
|
//
|
|
this.radioButton6.AutoSize = true;
|
|
this.radioButton6.Location = new System.Drawing.Point(18, 51);
|
|
this.radioButton6.Name = "radioButton6";
|
|
this.radioButton6.Size = new System.Drawing.Size(93, 17);
|
|
this.radioButton6.TabIndex = 12;
|
|
this.radioButton6.TabStop = true;
|
|
this.radioButton6.Text = "Two operators";
|
|
this.radioButton6.UseVisualStyleBackColor = true;
|
|
this.radioButton6.CheckedChanged += new System.EventHandler(this.radioButton6_CheckedChanged);
|
|
//
|
|
// radioButton7
|
|
//
|
|
this.radioButton7.AutoSize = true;
|
|
this.radioButton7.Location = new System.Drawing.Point(18, 74);
|
|
this.radioButton7.Name = "radioButton7";
|
|
this.radioButton7.Size = new System.Drawing.Size(100, 17);
|
|
this.radioButton7.TabIndex = 13;
|
|
this.radioButton7.TabStop = true;
|
|
this.radioButton7.Text = "Three operators";
|
|
this.radioButton7.UseVisualStyleBackColor = true;
|
|
this.radioButton7.CheckedChanged += new System.EventHandler(this.radioButton7_CheckedChanged);
|
|
//
|
|
// multipleWorkplacesGroupBox
|
|
//
|
|
this.multipleWorkplacesGroupBox.Controls.Add(this.label4);
|
|
this.multipleWorkplacesGroupBox.Controls.Add(this.workplace3TextBox);
|
|
this.multipleWorkplacesGroupBox.Controls.Add(this.label3);
|
|
this.multipleWorkplacesGroupBox.Controls.Add(this.workplace2TextBox);
|
|
this.multipleWorkplacesGroupBox.Controls.Add(this.label2);
|
|
this.multipleWorkplacesGroupBox.Controls.Add(this.workplace1TextBox);
|
|
this.multipleWorkplacesGroupBox.Controls.Add(this.radioButton5);
|
|
this.multipleWorkplacesGroupBox.Controls.Add(this.radioButton7);
|
|
this.multipleWorkplacesGroupBox.Controls.Add(this.radioButton6);
|
|
this.multipleWorkplacesGroupBox.Location = new System.Drawing.Point(288, 12);
|
|
this.multipleWorkplacesGroupBox.Name = "multipleWorkplacesGroupBox";
|
|
this.multipleWorkplacesGroupBox.Size = new System.Drawing.Size(404, 111);
|
|
this.multipleWorkplacesGroupBox.TabIndex = 14;
|
|
this.multipleWorkplacesGroupBox.TabStop = false;
|
|
this.multipleWorkplacesGroupBox.Text = "Multiple workplaces and operators";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(131, 79);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(68, 13);
|
|
this.label4.TabIndex = 19;
|
|
this.label4.Text = "Workplace 3";
|
|
//
|
|
// workplace3TextBox
|
|
//
|
|
this.workplace3TextBox.Location = new System.Drawing.Point(218, 76);
|
|
this.workplace3TextBox.Name = "workplace3TextBox";
|
|
this.workplace3TextBox.Size = new System.Drawing.Size(177, 20);
|
|
this.workplace3TextBox.TabIndex = 18;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(131, 53);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(68, 13);
|
|
this.label3.TabIndex = 17;
|
|
this.label3.Text = "Workplace 2";
|
|
//
|
|
// workplace2TextBox
|
|
//
|
|
this.workplace2TextBox.Location = new System.Drawing.Point(218, 50);
|
|
this.workplace2TextBox.Name = "workplace2TextBox";
|
|
this.workplace2TextBox.Size = new System.Drawing.Size(177, 20);
|
|
this.workplace2TextBox.TabIndex = 16;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(131, 27);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(68, 13);
|
|
this.label2.TabIndex = 15;
|
|
this.label2.Text = "Workplace 1";
|
|
//
|
|
// workplace1TextBox
|
|
//
|
|
this.workplace1TextBox.Location = new System.Drawing.Point(218, 24);
|
|
this.workplace1TextBox.Name = "workplace1TextBox";
|
|
this.workplace1TextBox.Size = new System.Drawing.Size(177, 20);
|
|
this.workplace1TextBox.TabIndex = 14;
|
|
//
|
|
// serialPortGroupBox
|
|
//
|
|
this.serialPortGroupBox.Controls.Add(this.massSpreadTextBox);
|
|
this.serialPortGroupBox.Controls.Add(this.massRepeatsTextBox);
|
|
this.serialPortGroupBox.Controls.Add(this.massMethodComboBox);
|
|
this.serialPortGroupBox.Controls.Add(this.serialPortTextBox);
|
|
this.serialPortGroupBox.Location = new System.Drawing.Point(12, 301);
|
|
this.serialPortGroupBox.Name = "serialPortGroupBox";
|
|
this.serialPortGroupBox.Size = new System.Drawing.Size(215, 50);
|
|
this.serialPortGroupBox.TabIndex = 15;
|
|
this.serialPortGroupBox.TabStop = false;
|
|
this.serialPortGroupBox.Text = "Mettler-Toledo";
|
|
//
|
|
// massSpreadTextBox
|
|
//
|
|
this.massSpreadTextBox.Location = new System.Drawing.Point(163, 19);
|
|
this.massSpreadTextBox.Name = "massSpreadTextBox";
|
|
this.massSpreadTextBox.Size = new System.Drawing.Size(43, 20);
|
|
this.massSpreadTextBox.TabIndex = 4;
|
|
//
|
|
// massRepeatsTextBox
|
|
//
|
|
this.massRepeatsTextBox.Location = new System.Drawing.Point(129, 19);
|
|
this.massRepeatsTextBox.Name = "massRepeatsTextBox";
|
|
this.massRepeatsTextBox.Size = new System.Drawing.Size(26, 20);
|
|
this.massRepeatsTextBox.TabIndex = 3;
|
|
//
|
|
// massMethodComboBox
|
|
//
|
|
this.massMethodComboBox.FormattingEnabled = true;
|
|
this.massMethodComboBox.Location = new System.Drawing.Point(50, 18);
|
|
this.massMethodComboBox.Name = "massMethodComboBox";
|
|
this.massMethodComboBox.Size = new System.Drawing.Size(71, 21);
|
|
this.massMethodComboBox.TabIndex = 2;
|
|
//
|
|
// serialPortTextBox
|
|
//
|
|
this.serialPortTextBox.Location = new System.Drawing.Point(17, 19);
|
|
this.serialPortTextBox.Name = "serialPortTextBox";
|
|
this.serialPortTextBox.Size = new System.Drawing.Size(25, 20);
|
|
this.serialPortTextBox.TabIndex = 1;
|
|
//
|
|
// flashDurationGroupBox
|
|
//
|
|
this.flashDurationGroupBox.Controls.Add(this.label6);
|
|
this.flashDurationGroupBox.Controls.Add(this.label5);
|
|
this.flashDurationGroupBox.Controls.Add(this.nokDurationTextBox);
|
|
this.flashDurationGroupBox.Controls.Add(this.okDurationTextBox);
|
|
this.flashDurationGroupBox.Location = new System.Drawing.Point(390, 357);
|
|
this.flashDurationGroupBox.Name = "flashDurationGroupBox";
|
|
this.flashDurationGroupBox.Size = new System.Drawing.Size(181, 50);
|
|
this.flashDurationGroupBox.TabIndex = 18;
|
|
this.flashDurationGroupBox.TabStop = false;
|
|
this.flashDurationGroupBox.Text = "Flash duration [ms]";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(93, 22);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(30, 13);
|
|
this.label6.TabIndex = 3;
|
|
this.label6.Text = "NOK";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(14, 22);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(22, 13);
|
|
this.label5.TabIndex = 2;
|
|
this.label5.Text = "OK";
|
|
//
|
|
// nokDurationTextBox
|
|
//
|
|
this.nokDurationTextBox.Location = new System.Drawing.Point(123, 19);
|
|
this.nokDurationTextBox.Name = "nokDurationTextBox";
|
|
this.nokDurationTextBox.Size = new System.Drawing.Size(37, 20);
|
|
this.nokDurationTextBox.TabIndex = 1;
|
|
//
|
|
// okDurationTextBox
|
|
//
|
|
this.okDurationTextBox.Location = new System.Drawing.Point(36, 19);
|
|
this.okDurationTextBox.Name = "okDurationTextBox";
|
|
this.okDurationTextBox.Size = new System.Drawing.Size(37, 20);
|
|
this.okDurationTextBox.TabIndex = 0;
|
|
//
|
|
// languageComboBox
|
|
//
|
|
this.languageComboBox.FormattingEnabled = true;
|
|
this.languageComboBox.Location = new System.Drawing.Point(136, 21);
|
|
this.languageComboBox.Name = "languageComboBox";
|
|
this.languageComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.languageComboBox.TabIndex = 19;
|
|
//
|
|
// languageGroupBox
|
|
//
|
|
this.languageGroupBox.Controls.Add(this.languageComboBox);
|
|
this.languageGroupBox.Location = new System.Drawing.Point(12, 67);
|
|
this.languageGroupBox.Name = "languageGroupBox";
|
|
this.languageGroupBox.Size = new System.Drawing.Size(270, 56);
|
|
this.languageGroupBox.TabIndex = 20;
|
|
this.languageGroupBox.TabStop = false;
|
|
this.languageGroupBox.Text = "Language / Sprache / Jazyk";
|
|
//
|
|
// SettingsDlg
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(845, 420);
|
|
this.Controls.Add(this.languageGroupBox);
|
|
this.Controls.Add(this.flashDurationGroupBox);
|
|
this.Controls.Add(this.serialPortGroupBox);
|
|
this.Controls.Add(this.multipleWorkplacesGroupBox);
|
|
this.Controls.Add(this.activateAfterProcessingGroupBox);
|
|
this.Controls.Add(this.logoutTimesGroupBox);
|
|
this.Controls.Add(this.connStrForUsersGroupBox);
|
|
this.Controls.Add(this.oracleGroupBox);
|
|
this.Controls.Add(this.workplaceOptionsGroupBox);
|
|
this.Controls.Add(this.cancelButton);
|
|
this.Controls.Add(this.saveButton);
|
|
this.Controls.Add(this.workstepNameGroupBox);
|
|
this.Controls.Add(this.modeGroupBox);
|
|
this.Controls.Add(this.connStrForTracingGroupBox);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.Name = "SettingsDlg";
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
this.Text = "Settings";
|
|
this.Load += new System.EventHandler(this.SettingsDlg_Load);
|
|
this.connStrForTracingGroupBox.ResumeLayout(false);
|
|
this.connStrForTracingGroupBox.PerformLayout();
|
|
this.modeGroupBox.ResumeLayout(false);
|
|
this.modeGroupBox.PerformLayout();
|
|
this.workstepNameGroupBox.ResumeLayout(false);
|
|
this.workstepNameGroupBox.PerformLayout();
|
|
this.workplaceOptionsGroupBox.ResumeLayout(false);
|
|
this.workplaceOptionsGroupBox.PerformLayout();
|
|
this.oracleGroupBox.ResumeLayout(false);
|
|
this.oracleGroupBox.PerformLayout();
|
|
this.connStrForUsersGroupBox.ResumeLayout(false);
|
|
this.connStrForUsersGroupBox.PerformLayout();
|
|
this.logoutTimesGroupBox.ResumeLayout(false);
|
|
this.logoutTimesGroupBox.PerformLayout();
|
|
this.activateAfterProcessingGroupBox.ResumeLayout(false);
|
|
this.activateAfterProcessingGroupBox.PerformLayout();
|
|
this.multipleWorkplacesGroupBox.ResumeLayout(false);
|
|
this.multipleWorkplacesGroupBox.PerformLayout();
|
|
this.serialPortGroupBox.ResumeLayout(false);
|
|
this.serialPortGroupBox.PerformLayout();
|
|
this.flashDurationGroupBox.ResumeLayout(false);
|
|
this.flashDurationGroupBox.PerformLayout();
|
|
this.languageGroupBox.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox connStrForTracingGroupBox;
|
|
private System.Windows.Forms.TextBox connectionStringTextBox;
|
|
private System.Windows.Forms.GroupBox modeGroupBox;
|
|
private System.Windows.Forms.GroupBox workstepNameGroupBox;
|
|
private System.Windows.Forms.TextBox workplaceNameTextBox;
|
|
private System.Windows.Forms.Button saveButton;
|
|
private System.Windows.Forms.Button cancelButton;
|
|
private System.Windows.Forms.RadioButton radioButton2;
|
|
private System.Windows.Forms.RadioButton radioButton1;
|
|
private System.Windows.Forms.GroupBox workplaceOptionsGroupBox;
|
|
private System.Windows.Forms.TextBox extraBatteryLifetimeTextBox;
|
|
private System.Windows.Forms.GroupBox oracleGroupBox;
|
|
private System.Windows.Forms.CheckBox saveCmpntsToOracleCheckBox;
|
|
private System.Windows.Forms.CheckBox checkPcbIsInOracleCheckBox;
|
|
private System.Windows.Forms.GroupBox connStrForUsersGroupBox;
|
|
private System.Windows.Forms.TextBox usersDBConnStringTextBox;
|
|
private System.Windows.Forms.GroupBox logoutTimesGroupBox;
|
|
private System.Windows.Forms.DateTimePicker timePicker3;
|
|
private System.Windows.Forms.DateTimePicker timePicker2;
|
|
private System.Windows.Forms.DateTimePicker timePicker1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.CheckBox searchOtherProcessFlowtubeCheckBox;
|
|
private System.Windows.Forms.CheckBox searchHeTestInOracleCheckBox;
|
|
private System.Windows.Forms.GroupBox activateAfterProcessingGroupBox;
|
|
private System.Windows.Forms.ComboBox processedRecordsComboBox;
|
|
private System.Windows.Forms.TextBox windowClassNameToActivateTextBox;
|
|
private System.Windows.Forms.RadioButton radioButton4;
|
|
private System.Windows.Forms.RadioButton radioButton3;
|
|
private System.Windows.Forms.RadioButton radioButton5;
|
|
private System.Windows.Forms.RadioButton radioButton6;
|
|
private System.Windows.Forms.RadioButton radioButton7;
|
|
private System.Windows.Forms.GroupBox multipleWorkplacesGroupBox;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox workplace3TextBox;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox workplace2TextBox;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox workplace1TextBox;
|
|
private System.Windows.Forms.GroupBox serialPortGroupBox;
|
|
private System.Windows.Forms.TextBox serialPortTextBox;
|
|
private System.Windows.Forms.TextBox massRepeatsTextBox;
|
|
private System.Windows.Forms.ComboBox massMethodComboBox;
|
|
private System.Windows.Forms.TextBox massSpreadTextBox;
|
|
private System.Windows.Forms.CheckBox readFromOracleCheckBox;
|
|
private System.Windows.Forms.GroupBox flashDurationGroupBox;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox nokDurationTextBox;
|
|
private System.Windows.Forms.TextBox okDurationTextBox;
|
|
private System.Windows.Forms.ComboBox languageComboBox;
|
|
private System.Windows.Forms.GroupBox languageGroupBox;
|
|
}
|
|
} |