491 lines
26 KiB
C#
491 lines
26 KiB
C#
namespace GenericTest
|
|
{
|
|
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.okButton = new System.Windows.Forms.Button();
|
|
this.cancelButton = new System.Windows.Forms.Button();
|
|
this.connectionStringTextBox = new System.Windows.Forms.TextBox();
|
|
this.oracleModeComboBox = new System.Windows.Forms.ComboBox();
|
|
this.workplaceTextBox = new System.Windows.Forms.TextBox();
|
|
this.archiveFolderTextBox = new System.Windows.Forms.TextBox();
|
|
this.tracingDBConnStringLabel = new System.Windows.Forms.Label();
|
|
this.testResultsFolderTextBox = new System.Windows.Forms.TextBox();
|
|
this.testResultsFolderLabel = new System.Windows.Forms.Label();
|
|
this.archiveFolderLabel = new System.Windows.Forms.Label();
|
|
this.oracleModeLabel = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.saveRFTestResultGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.saveTestResultToOracleCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.checkPreviousTracingRecordsCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.usersDBConnStringLabel = new System.Windows.Forms.Label();
|
|
this.usersDBConnStringTextBox = new System.Windows.Forms.TextBox();
|
|
this.validSNPrefixesLabel = new System.Windows.Forms.Label();
|
|
this.validSNPrefixesTextBox = new System.Windows.Forms.TextBox();
|
|
this.validPcbPrefixesGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.checkSNsValidityCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.printLabelsGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.printGoodLabelsOnlyCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.printLabelsCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.maximizeWindowOnErrorCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.readSensorGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.filterTimeMinLabel = new System.Windows.Forms.Label();
|
|
this.filterTimeMinTextBox = new System.Windows.Forms.TextBox();
|
|
this.sensorNameLabel = new System.Windows.Forms.Label();
|
|
this.sensorNameTextBox = new System.Windows.Forms.TextBox();
|
|
this.comPortNrLabel = new System.Windows.Forms.Label();
|
|
this.comPortNrTextBox = new System.Windows.Forms.TextBox();
|
|
this.addressLabel = new System.Windows.Forms.Label();
|
|
this.addressTextBox = new System.Windows.Forms.TextBox();
|
|
this.readSensorCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.loginRequiredCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.saveRFTestResultGroupBox.SuspendLayout();
|
|
this.validPcbPrefixesGroupBox.SuspendLayout();
|
|
this.printLabelsGroupBox.SuspendLayout();
|
|
this.readSensorGroupBox.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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(688, 383);
|
|
this.okButton.Name = "okButton";
|
|
this.okButton.Size = new System.Drawing.Size(85, 38);
|
|
this.okButton.TabIndex = 0;
|
|
this.okButton.Text = "OK";
|
|
this.okButton.UseVisualStyleBackColor = true;
|
|
this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
|
//
|
|
// 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(783, 383);
|
|
this.cancelButton.Name = "cancelButton";
|
|
this.cancelButton.Size = new System.Drawing.Size(85, 38);
|
|
this.cancelButton.TabIndex = 1;
|
|
this.cancelButton.Text = "Cancel";
|
|
this.cancelButton.UseVisualStyleBackColor = true;
|
|
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
|
|
//
|
|
// connectionStringTextBox
|
|
//
|
|
this.connectionStringTextBox.Location = new System.Drawing.Point(158, 56);
|
|
this.connectionStringTextBox.Name = "connectionStringTextBox";
|
|
this.connectionStringTextBox.Size = new System.Drawing.Size(708, 20);
|
|
this.connectionStringTextBox.TabIndex = 5;
|
|
//
|
|
// oracleModeComboBox
|
|
//
|
|
this.oracleModeComboBox.FormattingEnabled = true;
|
|
this.oracleModeComboBox.Location = new System.Drawing.Point(163, 22);
|
|
this.oracleModeComboBox.Name = "oracleModeComboBox";
|
|
this.oracleModeComboBox.Size = new System.Drawing.Size(190, 21);
|
|
this.oracleModeComboBox.TabIndex = 1;
|
|
//
|
|
// workplaceTextBox
|
|
//
|
|
this.workplaceTextBox.Location = new System.Drawing.Point(158, 19);
|
|
this.workplaceTextBox.Name = "workplaceTextBox";
|
|
this.workplaceTextBox.Size = new System.Drawing.Size(190, 20);
|
|
this.workplaceTextBox.TabIndex = 3;
|
|
//
|
|
// archiveFolderTextBox
|
|
//
|
|
this.archiveFolderTextBox.Location = new System.Drawing.Point(158, 134);
|
|
this.archiveFolderTextBox.Name = "archiveFolderTextBox";
|
|
this.archiveFolderTextBox.Size = new System.Drawing.Size(708, 20);
|
|
this.archiveFolderTextBox.TabIndex = 11;
|
|
//
|
|
// tracingDBConnStringLabel
|
|
//
|
|
this.tracingDBConnStringLabel.AutoSize = true;
|
|
this.tracingDBConnStringLabel.Location = new System.Drawing.Point(26, 59);
|
|
this.tracingDBConnStringLabel.Name = "tracingDBConnStringLabel";
|
|
this.tracingDBConnStringLabel.Size = new System.Drawing.Size(119, 13);
|
|
this.tracingDBConnStringLabel.TabIndex = 4;
|
|
this.tracingDBConnStringLabel.Text = "Tracing DB conn. string";
|
|
//
|
|
// testResultsFolderTextBox
|
|
//
|
|
this.testResultsFolderTextBox.Location = new System.Drawing.Point(158, 108);
|
|
this.testResultsFolderTextBox.Name = "testResultsFolderTextBox";
|
|
this.testResultsFolderTextBox.Size = new System.Drawing.Size(708, 20);
|
|
this.testResultsFolderTextBox.TabIndex = 9;
|
|
//
|
|
// testResultsFolderLabel
|
|
//
|
|
this.testResultsFolderLabel.AutoSize = true;
|
|
this.testResultsFolderLabel.Location = new System.Drawing.Point(26, 111);
|
|
this.testResultsFolderLabel.Name = "testResultsFolderLabel";
|
|
this.testResultsFolderLabel.Size = new System.Drawing.Size(88, 13);
|
|
this.testResultsFolderLabel.TabIndex = 8;
|
|
this.testResultsFolderLabel.Text = "Test resuts folder";
|
|
//
|
|
// archiveFolderLabel
|
|
//
|
|
this.archiveFolderLabel.AutoSize = true;
|
|
this.archiveFolderLabel.Location = new System.Drawing.Point(26, 137);
|
|
this.archiveFolderLabel.Name = "archiveFolderLabel";
|
|
this.archiveFolderLabel.Size = new System.Drawing.Size(72, 13);
|
|
this.archiveFolderLabel.TabIndex = 10;
|
|
this.archiveFolderLabel.Text = "Archive folder";
|
|
//
|
|
// oracleModeLabel
|
|
//
|
|
this.oracleModeLabel.AutoSize = true;
|
|
this.oracleModeLabel.Location = new System.Drawing.Point(31, 25);
|
|
this.oracleModeLabel.Name = "oracleModeLabel";
|
|
this.oracleModeLabel.Size = new System.Drawing.Size(101, 13);
|
|
this.oracleModeLabel.TabIndex = 0;
|
|
this.oracleModeLabel.Text = "Oracle DB selection";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(26, 22);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(59, 13);
|
|
this.label6.TabIndex = 2;
|
|
this.label6.Text = "Workplace";
|
|
//
|
|
// saveRFTestResultGroupBox
|
|
//
|
|
this.saveRFTestResultGroupBox.Controls.Add(this.saveTestResultToOracleCheckBox);
|
|
this.saveRFTestResultGroupBox.Controls.Add(this.oracleModeComboBox);
|
|
this.saveRFTestResultGroupBox.Controls.Add(this.oracleModeLabel);
|
|
this.saveRFTestResultGroupBox.Location = new System.Drawing.Point(29, 271);
|
|
this.saveRFTestResultGroupBox.Name = "saveRFTestResultGroupBox";
|
|
this.saveRFTestResultGroupBox.Size = new System.Drawing.Size(403, 55);
|
|
this.saveRFTestResultGroupBox.TabIndex = 18;
|
|
this.saveRFTestResultGroupBox.TabStop = false;
|
|
//
|
|
// saveTestResultToOracleCheckBox
|
|
//
|
|
this.saveTestResultToOracleCheckBox.AutoSize = true;
|
|
this.saveTestResultToOracleCheckBox.Location = new System.Drawing.Point(6, 0);
|
|
this.saveTestResultToOracleCheckBox.Name = "saveTestResultToOracleCheckBox";
|
|
this.saveTestResultToOracleCheckBox.Size = new System.Drawing.Size(163, 17);
|
|
this.saveTestResultToOracleCheckBox.TabIndex = 2;
|
|
this.saveTestResultToOracleCheckBox.Text = "Save test result to Oracle DB";
|
|
this.saveTestResultToOracleCheckBox.UseVisualStyleBackColor = true;
|
|
this.saveTestResultToOracleCheckBox.CheckedChanged += new System.EventHandler(this.saveTestResultToOracleCheckBox_CheckedChanged);
|
|
//
|
|
// checkPreviousTracingRecordsCheckBox
|
|
//
|
|
this.checkPreviousTracingRecordsCheckBox.AutoSize = true;
|
|
this.checkPreviousTracingRecordsCheckBox.Location = new System.Drawing.Point(35, 241);
|
|
this.checkPreviousTracingRecordsCheckBox.Name = "checkPreviousTracingRecordsCheckBox";
|
|
this.checkPreviousTracingRecordsCheckBox.Size = new System.Drawing.Size(173, 17);
|
|
this.checkPreviousTracingRecordsCheckBox.TabIndex = 16;
|
|
this.checkPreviousTracingRecordsCheckBox.Text = "Check previous tracing records";
|
|
this.checkPreviousTracingRecordsCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// usersDBConnStringLabel
|
|
//
|
|
this.usersDBConnStringLabel.AutoSize = true;
|
|
this.usersDBConnStringLabel.Location = new System.Drawing.Point(26, 85);
|
|
this.usersDBConnStringLabel.Name = "usersDBConnStringLabel";
|
|
this.usersDBConnStringLabel.Size = new System.Drawing.Size(110, 13);
|
|
this.usersDBConnStringLabel.TabIndex = 6;
|
|
this.usersDBConnStringLabel.Text = "Users DB conn. string";
|
|
//
|
|
// usersDBConnStringTextBox
|
|
//
|
|
this.usersDBConnStringTextBox.Location = new System.Drawing.Point(158, 82);
|
|
this.usersDBConnStringTextBox.Name = "usersDBConnStringTextBox";
|
|
this.usersDBConnStringTextBox.Size = new System.Drawing.Size(708, 20);
|
|
this.usersDBConnStringTextBox.TabIndex = 7;
|
|
//
|
|
// validSNPrefixesLabel
|
|
//
|
|
this.validSNPrefixesLabel.AutoSize = true;
|
|
this.validSNPrefixesLabel.Location = new System.Drawing.Point(31, 26);
|
|
this.validSNPrefixesLabel.Name = "validSNPrefixesLabel";
|
|
this.validSNPrefixesLabel.Size = new System.Drawing.Size(88, 13);
|
|
this.validSNPrefixesLabel.TabIndex = 12;
|
|
this.validSNPrefixesLabel.Text = "Valid s/n prefixes";
|
|
//
|
|
// validSNPrefixesTextBox
|
|
//
|
|
this.validSNPrefixesTextBox.Location = new System.Drawing.Point(163, 23);
|
|
this.validSNPrefixesTextBox.Name = "validSNPrefixesTextBox";
|
|
this.validSNPrefixesTextBox.Size = new System.Drawing.Size(656, 20);
|
|
this.validSNPrefixesTextBox.TabIndex = 13;
|
|
//
|
|
// validPcbPrefixesGroupBox
|
|
//
|
|
this.validPcbPrefixesGroupBox.Controls.Add(this.checkSNsValidityCheckBox);
|
|
this.validPcbPrefixesGroupBox.Controls.Add(this.validSNPrefixesTextBox);
|
|
this.validPcbPrefixesGroupBox.Controls.Add(this.validSNPrefixesLabel);
|
|
this.validPcbPrefixesGroupBox.Location = new System.Drawing.Point(29, 170);
|
|
this.validPcbPrefixesGroupBox.Name = "validPcbPrefixesGroupBox";
|
|
this.validPcbPrefixesGroupBox.Size = new System.Drawing.Size(837, 58);
|
|
this.validPcbPrefixesGroupBox.TabIndex = 20;
|
|
this.validPcbPrefixesGroupBox.TabStop = false;
|
|
//
|
|
// checkSNsValidityCheckBox
|
|
//
|
|
this.checkSNsValidityCheckBox.AutoSize = true;
|
|
this.checkSNsValidityCheckBox.Location = new System.Drawing.Point(6, 0);
|
|
this.checkSNsValidityCheckBox.Name = "checkSNsValidityCheckBox";
|
|
this.checkSNsValidityCheckBox.Size = new System.Drawing.Size(194, 17);
|
|
this.checkSNsValidityCheckBox.TabIndex = 14;
|
|
this.checkSNsValidityCheckBox.Text = "Check if PCB / flowtube s/n is valid";
|
|
this.checkSNsValidityCheckBox.UseVisualStyleBackColor = true;
|
|
this.checkSNsValidityCheckBox.CheckedChanged += new System.EventHandler(this.checkSNsValidityCheckBox_CheckedChanged);
|
|
//
|
|
// printLabelsGroupBox
|
|
//
|
|
this.printLabelsGroupBox.Controls.Add(this.printGoodLabelsOnlyCheckBox);
|
|
this.printLabelsGroupBox.Controls.Add(this.printLabelsCheckBox);
|
|
this.printLabelsGroupBox.Location = new System.Drawing.Point(29, 336);
|
|
this.printLabelsGroupBox.Name = "printLabelsGroupBox";
|
|
this.printLabelsGroupBox.Size = new System.Drawing.Size(403, 55);
|
|
this.printLabelsGroupBox.TabIndex = 21;
|
|
this.printLabelsGroupBox.TabStop = false;
|
|
//
|
|
// printGoodLabelsOnlyCheckBox
|
|
//
|
|
this.printGoodLabelsOnlyCheckBox.AutoSize = true;
|
|
this.printGoodLabelsOnlyCheckBox.Location = new System.Drawing.Point(163, 23);
|
|
this.printGoodLabelsOnlyCheckBox.Name = "printGoodLabelsOnlyCheckBox";
|
|
this.printGoodLabelsOnlyCheckBox.Size = new System.Drawing.Size(129, 17);
|
|
this.printGoodLabelsOnlyCheckBox.TabIndex = 22;
|
|
this.printGoodLabelsOnlyCheckBox.Text = "Print good results only";
|
|
this.printGoodLabelsOnlyCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// printLabelsCheckBox
|
|
//
|
|
this.printLabelsCheckBox.AutoSize = true;
|
|
this.printLabelsCheckBox.Location = new System.Drawing.Point(6, 0);
|
|
this.printLabelsCheckBox.Name = "printLabelsCheckBox";
|
|
this.printLabelsCheckBox.Size = new System.Drawing.Size(80, 17);
|
|
this.printLabelsCheckBox.TabIndex = 2;
|
|
this.printLabelsCheckBox.Text = "Print results";
|
|
this.printLabelsCheckBox.UseVisualStyleBackColor = true;
|
|
this.printLabelsCheckBox.CheckedChanged += new System.EventHandler(this.printLabelsCheckBox_CheckedChanged);
|
|
//
|
|
// maximizeWindowOnErrorCheckBox
|
|
//
|
|
this.maximizeWindowOnErrorCheckBox.AutoSize = true;
|
|
this.maximizeWindowOnErrorCheckBox.Location = new System.Drawing.Point(35, 404);
|
|
this.maximizeWindowOnErrorCheckBox.Name = "maximizeWindowOnErrorCheckBox";
|
|
this.maximizeWindowOnErrorCheckBox.Size = new System.Drawing.Size(147, 17);
|
|
this.maximizeWindowOnErrorCheckBox.TabIndex = 22;
|
|
this.maximizeWindowOnErrorCheckBox.Text = "Maximize window on error";
|
|
this.maximizeWindowOnErrorCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// readSensorGroupBox
|
|
//
|
|
this.readSensorGroupBox.Controls.Add(this.filterTimeMinLabel);
|
|
this.readSensorGroupBox.Controls.Add(this.filterTimeMinTextBox);
|
|
this.readSensorGroupBox.Controls.Add(this.sensorNameLabel);
|
|
this.readSensorGroupBox.Controls.Add(this.sensorNameTextBox);
|
|
this.readSensorGroupBox.Controls.Add(this.comPortNrLabel);
|
|
this.readSensorGroupBox.Controls.Add(this.comPortNrTextBox);
|
|
this.readSensorGroupBox.Controls.Add(this.addressLabel);
|
|
this.readSensorGroupBox.Controls.Add(this.addressTextBox);
|
|
this.readSensorGroupBox.Controls.Add(this.readSensorCheckBox);
|
|
this.readSensorGroupBox.Location = new System.Drawing.Point(450, 241);
|
|
this.readSensorGroupBox.Name = "readSensorGroupBox";
|
|
this.readSensorGroupBox.Size = new System.Drawing.Size(416, 123);
|
|
this.readSensorGroupBox.TabIndex = 23;
|
|
this.readSensorGroupBox.TabStop = false;
|
|
//
|
|
// filterTimeMinLabel
|
|
//
|
|
this.filterTimeMinLabel.AutoSize = true;
|
|
this.filterTimeMinLabel.Location = new System.Drawing.Point(81, 95);
|
|
this.filterTimeMinLabel.Name = "filterTimeMinLabel";
|
|
this.filterTimeMinLabel.Size = new System.Drawing.Size(96, 13);
|
|
this.filterTimeMinLabel.TabIndex = 31;
|
|
this.filterTimeMinLabel.Text = "Filter time (minutes)";
|
|
//
|
|
// filterTimeMinTextBox
|
|
//
|
|
this.filterTimeMinTextBox.Location = new System.Drawing.Point(197, 92);
|
|
this.filterTimeMinTextBox.Name = "filterTimeMinTextBox";
|
|
this.filterTimeMinTextBox.Size = new System.Drawing.Size(47, 20);
|
|
this.filterTimeMinTextBox.TabIndex = 32;
|
|
//
|
|
// sensorNameLabel
|
|
//
|
|
this.sensorNameLabel.AutoSize = true;
|
|
this.sensorNameLabel.Location = new System.Drawing.Point(81, 23);
|
|
this.sensorNameLabel.Name = "sensorNameLabel";
|
|
this.sensorNameLabel.Size = new System.Drawing.Size(69, 13);
|
|
this.sensorNameLabel.TabIndex = 29;
|
|
this.sensorNameLabel.Text = "Sensor name";
|
|
//
|
|
// sensorNameTextBox
|
|
//
|
|
this.sensorNameTextBox.Location = new System.Drawing.Point(197, 20);
|
|
this.sensorNameTextBox.Name = "sensorNameTextBox";
|
|
this.sensorNameTextBox.Size = new System.Drawing.Size(136, 20);
|
|
this.sensorNameTextBox.TabIndex = 30;
|
|
//
|
|
// comPortNrLabel
|
|
//
|
|
this.comPortNrLabel.AutoSize = true;
|
|
this.comPortNrLabel.Location = new System.Drawing.Point(81, 47);
|
|
this.comPortNrLabel.Name = "comPortNrLabel";
|
|
this.comPortNrLabel.Size = new System.Drawing.Size(90, 13);
|
|
this.comPortNrLabel.TabIndex = 27;
|
|
this.comPortNrLabel.Text = "COM port number";
|
|
//
|
|
// comPortNrTextBox
|
|
//
|
|
this.comPortNrTextBox.Location = new System.Drawing.Point(197, 44);
|
|
this.comPortNrTextBox.Name = "comPortNrTextBox";
|
|
this.comPortNrTextBox.Size = new System.Drawing.Size(47, 20);
|
|
this.comPortNrTextBox.TabIndex = 28;
|
|
//
|
|
// addressLabel
|
|
//
|
|
this.addressLabel.AutoSize = true;
|
|
this.addressLabel.Location = new System.Drawing.Point(81, 71);
|
|
this.addressLabel.Name = "addressLabel";
|
|
this.addressLabel.Size = new System.Drawing.Size(85, 13);
|
|
this.addressLabel.TabIndex = 25;
|
|
this.addressLabel.Text = "Modbus address";
|
|
//
|
|
// addressTextBox
|
|
//
|
|
this.addressTextBox.Location = new System.Drawing.Point(197, 68);
|
|
this.addressTextBox.Name = "addressTextBox";
|
|
this.addressTextBox.Size = new System.Drawing.Size(47, 20);
|
|
this.addressTextBox.TabIndex = 26;
|
|
//
|
|
// readSensorCheckBox
|
|
//
|
|
this.readSensorCheckBox.AutoSize = true;
|
|
this.readSensorCheckBox.Location = new System.Drawing.Point(6, 0);
|
|
this.readSensorCheckBox.Name = "readSensorCheckBox";
|
|
this.readSensorCheckBox.Size = new System.Drawing.Size(95, 17);
|
|
this.readSensorCheckBox.TabIndex = 24;
|
|
this.readSensorCheckBox.Text = "Read a sensor";
|
|
this.readSensorCheckBox.UseVisualStyleBackColor = true;
|
|
this.readSensorCheckBox.CheckedChanged += new System.EventHandler(this.readSensorCheckBox_CheckedChanged);
|
|
//
|
|
// loginRequiredCheckBox
|
|
//
|
|
this.loginRequiredCheckBox.AutoSize = true;
|
|
this.loginRequiredCheckBox.Location = new System.Drawing.Point(411, 21);
|
|
this.loginRequiredCheckBox.Name = "loginRequiredCheckBox";
|
|
this.loginRequiredCheckBox.Size = new System.Drawing.Size(114, 17);
|
|
this.loginRequiredCheckBox.TabIndex = 24;
|
|
this.loginRequiredCheckBox.Text = "User login required";
|
|
this.loginRequiredCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// SettingsDlg
|
|
//
|
|
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(895, 440);
|
|
this.Controls.Add(this.loginRequiredCheckBox);
|
|
this.Controls.Add(this.readSensorGroupBox);
|
|
this.Controls.Add(this.maximizeWindowOnErrorCheckBox);
|
|
this.Controls.Add(this.printLabelsGroupBox);
|
|
this.Controls.Add(this.validPcbPrefixesGroupBox);
|
|
this.Controls.Add(this.usersDBConnStringLabel);
|
|
this.Controls.Add(this.usersDBConnStringTextBox);
|
|
this.Controls.Add(this.checkPreviousTracingRecordsCheckBox);
|
|
this.Controls.Add(this.saveRFTestResultGroupBox);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.workplaceTextBox);
|
|
this.Controls.Add(this.archiveFolderLabel);
|
|
this.Controls.Add(this.archiveFolderTextBox);
|
|
this.Controls.Add(this.testResultsFolderLabel);
|
|
this.Controls.Add(this.testResultsFolderTextBox);
|
|
this.Controls.Add(this.tracingDBConnStringLabel);
|
|
this.Controls.Add(this.connectionStringTextBox);
|
|
this.Controls.Add(this.cancelButton);
|
|
this.Controls.Add(this.okButton);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "SettingsDlg";
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
this.Text = "Settings";
|
|
this.Load += new System.EventHandler(this.SettingsDlg_Load);
|
|
this.saveRFTestResultGroupBox.ResumeLayout(false);
|
|
this.saveRFTestResultGroupBox.PerformLayout();
|
|
this.validPcbPrefixesGroupBox.ResumeLayout(false);
|
|
this.validPcbPrefixesGroupBox.PerformLayout();
|
|
this.printLabelsGroupBox.ResumeLayout(false);
|
|
this.printLabelsGroupBox.PerformLayout();
|
|
this.readSensorGroupBox.ResumeLayout(false);
|
|
this.readSensorGroupBox.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button okButton;
|
|
private System.Windows.Forms.Button cancelButton;
|
|
private System.Windows.Forms.TextBox connectionStringTextBox;
|
|
private System.Windows.Forms.ComboBox oracleModeComboBox;
|
|
private System.Windows.Forms.TextBox workplaceTextBox;
|
|
private System.Windows.Forms.TextBox archiveFolderTextBox;
|
|
private System.Windows.Forms.Label tracingDBConnStringLabel;
|
|
private System.Windows.Forms.TextBox testResultsFolderTextBox;
|
|
private System.Windows.Forms.Label testResultsFolderLabel;
|
|
private System.Windows.Forms.Label archiveFolderLabel;
|
|
private System.Windows.Forms.Label oracleModeLabel;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.GroupBox saveRFTestResultGroupBox;
|
|
private System.Windows.Forms.CheckBox saveTestResultToOracleCheckBox;
|
|
private System.Windows.Forms.CheckBox checkPreviousTracingRecordsCheckBox;
|
|
private System.Windows.Forms.Label usersDBConnStringLabel;
|
|
private System.Windows.Forms.TextBox usersDBConnStringTextBox;
|
|
private System.Windows.Forms.Label validSNPrefixesLabel;
|
|
private System.Windows.Forms.TextBox validSNPrefixesTextBox;
|
|
private System.Windows.Forms.GroupBox validPcbPrefixesGroupBox;
|
|
private System.Windows.Forms.CheckBox checkSNsValidityCheckBox;
|
|
private System.Windows.Forms.GroupBox printLabelsGroupBox;
|
|
private System.Windows.Forms.CheckBox printLabelsCheckBox;
|
|
private System.Windows.Forms.CheckBox printGoodLabelsOnlyCheckBox;
|
|
private System.Windows.Forms.CheckBox maximizeWindowOnErrorCheckBox;
|
|
private System.Windows.Forms.GroupBox readSensorGroupBox;
|
|
private System.Windows.Forms.Label comPortNrLabel;
|
|
private System.Windows.Forms.TextBox comPortNrTextBox;
|
|
private System.Windows.Forms.Label addressLabel;
|
|
private System.Windows.Forms.TextBox addressTextBox;
|
|
private System.Windows.Forms.CheckBox readSensorCheckBox;
|
|
private System.Windows.Forms.Label sensorNameLabel;
|
|
private System.Windows.Forms.TextBox sensorNameTextBox;
|
|
private System.Windows.Forms.Label filterTimeMinLabel;
|
|
private System.Windows.Forms.TextBox filterTimeMinTextBox;
|
|
private System.Windows.Forms.CheckBox loginRequiredCheckBox;
|
|
}
|
|
} |