tbf/TBF/UI/Procedures/ProcedureDlg.Designer.cs

784 lines
42 KiB
C#

///
/// Copyright (c) 2013-2019 Sensus Slovensko a.s.
///
namespace TBF.UI.Procedures
{
partial class ProcedureDlg
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProcedureDlg));
this.mainSplitContainer = new System.Windows.Forms.SplitContainer();
this.tabControl = new System.Windows.Forms.TabControl();
this.generalTabPage = new System.Windows.Forms.TabPage();
this.eventTrigger3NokLabel = new System.Windows.Forms.Label();
this.eventTrigger2NokLabel = new System.Windows.Forms.Label();
this.eventTrigger1NokLabel = new System.Windows.Forms.Label();
this.fileWriter5NokLabel = new System.Windows.Forms.Label();
this.fileWriter4NokLabel = new System.Windows.Forms.Label();
this.fileWriter3NokLabel = new System.Windows.Forms.Label();
this.fileWriter2NokLabel = new System.Windows.Forms.Label();
this.fileWriter1NokLabel = new System.Windows.Forms.Label();
this.printer2NokLabel = new System.Windows.Forms.Label();
this.printer1NokLabel = new System.Windows.Forms.Label();
this.transitionEndNokLabel = new System.Windows.Forms.Label();
this.transitionStartNokLabel = new System.Windows.Forms.Label();
this.dataEntryNokLabel = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.fileWriter5ComboBox = new System.Windows.Forms.ComboBox();
this.eventTrigger3ComboBox = new System.Windows.Forms.ComboBox();
this.eventTrigger2ComboBox = new System.Windows.Forms.ComboBox();
this.eventTrigger1ComboBox = new System.Windows.Forms.ComboBox();
this.eventTriggersLabel = new System.Windows.Forms.Label();
this.testProfileTextBox = new System.Windows.Forms.TextBox();
this.testProfileLabel = new System.Windows.Forms.Label();
this.altProcPeriodTextBox = new System.Windows.Forms.TextBox();
this.altProcPeriodLabel = new System.Windows.Forms.Label();
this.altProcNameTextBox = new System.Windows.Forms.TextBox();
this.altProcNameLabel = new System.Windows.Forms.Label();
this.manualControlDisabledCheckBox = new System.Windows.Forms.CheckBox();
this.mustBeCompleteCheckBox = new System.Windows.Forms.CheckBox();
this.protectedCheckBox = new System.Windows.Forms.CheckBox();
this.metersKindRadioButton3 = new System.Windows.Forms.RadioButton();
this.fileWriter4ComboBox = new System.Windows.Forms.ComboBox();
this.fileWriter3ComboBox = new System.Windows.Forms.ComboBox();
this.printer2ComboBox = new System.Windows.Forms.ComboBox();
this.fileWriter2ComboBox = new System.Windows.Forms.ComboBox();
this.metersKindRadioButton2 = new System.Windows.Forms.RadioButton();
this.metersKindRadioButton1 = new System.Windows.Forms.RadioButton();
this.transitionEndComboBox = new System.Windows.Forms.ComboBox();
this.transitionEndLabel = new System.Windows.Forms.Label();
this.transitionStartComboBox = new System.Windows.Forms.ComboBox();
this.transitionStartLabel = new System.Windows.Forms.Label();
this.fileWriter1ComboBox = new System.Windows.Forms.ComboBox();
this.printer1ComboBox = new System.Windows.Forms.ComboBox();
this.dataEntryComboBox = new System.Windows.Forms.ComboBox();
this.fileWritersLabel = new System.Windows.Forms.Label();
this.printersLabel = new System.Windows.Forms.Label();
this.dataEntryLabel = new System.Windows.Forms.Label();
this.notesTextBox = new System.Windows.Forms.TextBox();
this.label18 = new System.Windows.Forms.Label();
this.watermetersTextBox = new System.Windows.Forms.TextBox();
this.watermetersLabel = new System.Windows.Forms.Label();
this.lastChangedOnTextBox = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.lastChangedByTextBox = new System.Windows.Forms.TextBox();
this.label16 = new System.Windows.Forms.Label();
this.createdOnTextBox = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.createdByTextBox = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.descriptionTextBox = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.procNameTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.historyTabPage = new System.Windows.Forms.TabPage();
this.metrology1TabPage = new System.Windows.Forms.TabPage();
this.metrology2TabPage = new System.Windows.Forms.TabPage();
this.processTabPage = new System.Windows.Forms.TabPage();
this.parametersTabPage = new System.Windows.Forms.TabPage();
this.historyListViewEx = new Results.Forms.ListViewEx();
this.metrology1ListViewEx = new Results.Forms.ListViewEx();
this.metrology2ListViewEx = new Results.Forms.ListViewEx();
this.processListViewEx = new Results.Forms.ListViewEx();
this.parametersListViewEx = new Results.Forms.ListViewEx();
this.sharedButtons = new TBF.UI.Shared.SharedButtons();
((System.ComponentModel.ISupportInitialize)(this.mainSplitContainer)).BeginInit();
this.mainSplitContainer.Panel1.SuspendLayout();
this.mainSplitContainer.Panel2.SuspendLayout();
this.mainSplitContainer.SuspendLayout();
this.tabControl.SuspendLayout();
this.generalTabPage.SuspendLayout();
this.historyTabPage.SuspendLayout();
this.metrology1TabPage.SuspendLayout();
this.metrology2TabPage.SuspendLayout();
this.processTabPage.SuspendLayout();
this.parametersTabPage.SuspendLayout();
this.SuspendLayout();
//
// mainSplitContainer
//
resources.ApplyResources(this.mainSplitContainer, "mainSplitContainer");
this.mainSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.mainSplitContainer.Name = "mainSplitContainer";
//
// mainSplitContainer.Panel1
//
this.mainSplitContainer.Panel1.Controls.Add(this.tabControl);
//
// mainSplitContainer.Panel2
//
this.mainSplitContainer.Panel2.Controls.Add(this.sharedButtons);
//
// tabControl
//
this.tabControl.Controls.Add(this.generalTabPage);
this.tabControl.Controls.Add(this.historyTabPage);
this.tabControl.Controls.Add(this.metrology1TabPage);
this.tabControl.Controls.Add(this.metrology2TabPage);
this.tabControl.Controls.Add(this.processTabPage);
this.tabControl.Controls.Add(this.parametersTabPage);
resources.ApplyResources(this.tabControl, "tabControl");
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged);
//
// generalTabPage
//
this.generalTabPage.Controls.Add(this.eventTrigger3NokLabel);
this.generalTabPage.Controls.Add(this.eventTrigger2NokLabel);
this.generalTabPage.Controls.Add(this.eventTrigger1NokLabel);
this.generalTabPage.Controls.Add(this.fileWriter5NokLabel);
this.generalTabPage.Controls.Add(this.fileWriter4NokLabel);
this.generalTabPage.Controls.Add(this.fileWriter3NokLabel);
this.generalTabPage.Controls.Add(this.fileWriter2NokLabel);
this.generalTabPage.Controls.Add(this.fileWriter1NokLabel);
this.generalTabPage.Controls.Add(this.printer2NokLabel);
this.generalTabPage.Controls.Add(this.printer1NokLabel);
this.generalTabPage.Controls.Add(this.transitionEndNokLabel);
this.generalTabPage.Controls.Add(this.transitionStartNokLabel);
this.generalTabPage.Controls.Add(this.dataEntryNokLabel);
this.generalTabPage.Controls.Add(this.label2);
this.generalTabPage.Controls.Add(this.fileWriter5ComboBox);
this.generalTabPage.Controls.Add(this.eventTrigger3ComboBox);
this.generalTabPage.Controls.Add(this.eventTrigger2ComboBox);
this.generalTabPage.Controls.Add(this.eventTrigger1ComboBox);
this.generalTabPage.Controls.Add(this.eventTriggersLabel);
this.generalTabPage.Controls.Add(this.testProfileTextBox);
this.generalTabPage.Controls.Add(this.testProfileLabel);
this.generalTabPage.Controls.Add(this.altProcPeriodTextBox);
this.generalTabPage.Controls.Add(this.altProcPeriodLabel);
this.generalTabPage.Controls.Add(this.altProcNameTextBox);
this.generalTabPage.Controls.Add(this.altProcNameLabel);
this.generalTabPage.Controls.Add(this.manualControlDisabledCheckBox);
this.generalTabPage.Controls.Add(this.mustBeCompleteCheckBox);
this.generalTabPage.Controls.Add(this.protectedCheckBox);
this.generalTabPage.Controls.Add(this.metersKindRadioButton3);
this.generalTabPage.Controls.Add(this.fileWriter4ComboBox);
this.generalTabPage.Controls.Add(this.fileWriter3ComboBox);
this.generalTabPage.Controls.Add(this.printer2ComboBox);
this.generalTabPage.Controls.Add(this.fileWriter2ComboBox);
this.generalTabPage.Controls.Add(this.metersKindRadioButton2);
this.generalTabPage.Controls.Add(this.metersKindRadioButton1);
this.generalTabPage.Controls.Add(this.transitionEndComboBox);
this.generalTabPage.Controls.Add(this.transitionEndLabel);
this.generalTabPage.Controls.Add(this.transitionStartComboBox);
this.generalTabPage.Controls.Add(this.transitionStartLabel);
this.generalTabPage.Controls.Add(this.fileWriter1ComboBox);
this.generalTabPage.Controls.Add(this.printer1ComboBox);
this.generalTabPage.Controls.Add(this.dataEntryComboBox);
this.generalTabPage.Controls.Add(this.fileWritersLabel);
this.generalTabPage.Controls.Add(this.printersLabel);
this.generalTabPage.Controls.Add(this.dataEntryLabel);
this.generalTabPage.Controls.Add(this.notesTextBox);
this.generalTabPage.Controls.Add(this.label18);
this.generalTabPage.Controls.Add(this.watermetersTextBox);
this.generalTabPage.Controls.Add(this.watermetersLabel);
this.generalTabPage.Controls.Add(this.lastChangedOnTextBox);
this.generalTabPage.Controls.Add(this.label15);
this.generalTabPage.Controls.Add(this.lastChangedByTextBox);
this.generalTabPage.Controls.Add(this.label16);
this.generalTabPage.Controls.Add(this.createdOnTextBox);
this.generalTabPage.Controls.Add(this.label14);
this.generalTabPage.Controls.Add(this.createdByTextBox);
this.generalTabPage.Controls.Add(this.label13);
this.generalTabPage.Controls.Add(this.descriptionTextBox);
this.generalTabPage.Controls.Add(this.label12);
this.generalTabPage.Controls.Add(this.procNameTextBox);
this.generalTabPage.Controls.Add(this.label1);
resources.ApplyResources(this.generalTabPage, "generalTabPage");
this.generalTabPage.Name = "generalTabPage";
this.generalTabPage.UseVisualStyleBackColor = true;
//
// eventTrigger3NokLabel
//
resources.ApplyResources(this.eventTrigger3NokLabel, "eventTrigger3NokLabel");
this.eventTrigger3NokLabel.ForeColor = System.Drawing.Color.Red;
this.eventTrigger3NokLabel.Name = "eventTrigger3NokLabel";
//
// eventTrigger2NokLabel
//
resources.ApplyResources(this.eventTrigger2NokLabel, "eventTrigger2NokLabel");
this.eventTrigger2NokLabel.ForeColor = System.Drawing.Color.Red;
this.eventTrigger2NokLabel.Name = "eventTrigger2NokLabel";
//
// eventTrigger1NokLabel
//
resources.ApplyResources(this.eventTrigger1NokLabel, "eventTrigger1NokLabel");
this.eventTrigger1NokLabel.ForeColor = System.Drawing.Color.Red;
this.eventTrigger1NokLabel.Name = "eventTrigger1NokLabel";
//
// fileWriter5NokLabel
//
resources.ApplyResources(this.fileWriter5NokLabel, "fileWriter5NokLabel");
this.fileWriter5NokLabel.ForeColor = System.Drawing.Color.Red;
this.fileWriter5NokLabel.Name = "fileWriter5NokLabel";
//
// fileWriter4NokLabel
//
resources.ApplyResources(this.fileWriter4NokLabel, "fileWriter4NokLabel");
this.fileWriter4NokLabel.ForeColor = System.Drawing.Color.Red;
this.fileWriter4NokLabel.Name = "fileWriter4NokLabel";
//
// fileWriter3NokLabel
//
resources.ApplyResources(this.fileWriter3NokLabel, "fileWriter3NokLabel");
this.fileWriter3NokLabel.ForeColor = System.Drawing.Color.Red;
this.fileWriter3NokLabel.Name = "fileWriter3NokLabel";
//
// fileWriter2NokLabel
//
resources.ApplyResources(this.fileWriter2NokLabel, "fileWriter2NokLabel");
this.fileWriter2NokLabel.ForeColor = System.Drawing.Color.Red;
this.fileWriter2NokLabel.Name = "fileWriter2NokLabel";
//
// fileWriter1NokLabel
//
resources.ApplyResources(this.fileWriter1NokLabel, "fileWriter1NokLabel");
this.fileWriter1NokLabel.ForeColor = System.Drawing.Color.Red;
this.fileWriter1NokLabel.Name = "fileWriter1NokLabel";
//
// printer2NokLabel
//
resources.ApplyResources(this.printer2NokLabel, "printer2NokLabel");
this.printer2NokLabel.ForeColor = System.Drawing.Color.Red;
this.printer2NokLabel.Name = "printer2NokLabel";
//
// printer1NokLabel
//
resources.ApplyResources(this.printer1NokLabel, "printer1NokLabel");
this.printer1NokLabel.ForeColor = System.Drawing.Color.Red;
this.printer1NokLabel.Name = "printer1NokLabel";
//
// transitionEndNokLabel
//
resources.ApplyResources(this.transitionEndNokLabel, "transitionEndNokLabel");
this.transitionEndNokLabel.ForeColor = System.Drawing.Color.Red;
this.transitionEndNokLabel.Name = "transitionEndNokLabel";
//
// transitionStartNokLabel
//
resources.ApplyResources(this.transitionStartNokLabel, "transitionStartNokLabel");
this.transitionStartNokLabel.ForeColor = System.Drawing.Color.Red;
this.transitionStartNokLabel.Name = "transitionStartNokLabel";
//
// dataEntryNokLabel
//
resources.ApplyResources(this.dataEntryNokLabel, "dataEntryNokLabel");
this.dataEntryNokLabel.ForeColor = System.Drawing.Color.Red;
this.dataEntryNokLabel.Name = "dataEntryNokLabel";
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// fileWriter5ComboBox
//
this.fileWriter5ComboBox.FormattingEnabled = true;
resources.ApplyResources(this.fileWriter5ComboBox, "fileWriter5ComboBox");
this.fileWriter5ComboBox.Name = "fileWriter5ComboBox";
this.fileWriter5ComboBox.SelectedIndexChanged += new System.EventHandler(this.fileWriter5ComboBox_SelectedIndexChanged);
this.fileWriter5ComboBox.TextChanged += new System.EventHandler(this.fileWriter5ComboBox_TextChanged);
//
// eventTrigger3ComboBox
//
this.eventTrigger3ComboBox.FormattingEnabled = true;
resources.ApplyResources(this.eventTrigger3ComboBox, "eventTrigger3ComboBox");
this.eventTrigger3ComboBox.Name = "eventTrigger3ComboBox";
this.eventTrigger3ComboBox.SelectedIndexChanged += new System.EventHandler(this.eventTrigger3ComboBox_SelectedIndexChanged);
this.eventTrigger3ComboBox.TextChanged += new System.EventHandler(this.eventTrigger3ComboBox_TextChanged);
//
// eventTrigger2ComboBox
//
this.eventTrigger2ComboBox.FormattingEnabled = true;
resources.ApplyResources(this.eventTrigger2ComboBox, "eventTrigger2ComboBox");
this.eventTrigger2ComboBox.Name = "eventTrigger2ComboBox";
this.eventTrigger2ComboBox.SelectedIndexChanged += new System.EventHandler(this.eventTrigger2ComboBox_SelectedIndexChanged);
this.eventTrigger2ComboBox.TextChanged += new System.EventHandler(this.eventTrigger2ComboBox_TextChanged);
//
// eventTrigger1ComboBox
//
this.eventTrigger1ComboBox.FormattingEnabled = true;
resources.ApplyResources(this.eventTrigger1ComboBox, "eventTrigger1ComboBox");
this.eventTrigger1ComboBox.Name = "eventTrigger1ComboBox";
this.eventTrigger1ComboBox.SelectedIndexChanged += new System.EventHandler(this.eventTrigger1ComboBox_SelectedIndexChanged);
this.eventTrigger1ComboBox.TextChanged += new System.EventHandler(this.eventTrigger1ComboBox_TextChanged);
//
// eventTriggersLabel
//
resources.ApplyResources(this.eventTriggersLabel, "eventTriggersLabel");
this.eventTriggersLabel.Name = "eventTriggersLabel";
//
// testProfileTextBox
//
resources.ApplyResources(this.testProfileTextBox, "testProfileTextBox");
this.testProfileTextBox.Name = "testProfileTextBox";
//
// testProfileLabel
//
resources.ApplyResources(this.testProfileLabel, "testProfileLabel");
this.testProfileLabel.Name = "testProfileLabel";
//
// altProcPeriodTextBox
//
resources.ApplyResources(this.altProcPeriodTextBox, "altProcPeriodTextBox");
this.altProcPeriodTextBox.Name = "altProcPeriodTextBox";
//
// altProcPeriodLabel
//
resources.ApplyResources(this.altProcPeriodLabel, "altProcPeriodLabel");
this.altProcPeriodLabel.Name = "altProcPeriodLabel";
//
// altProcNameTextBox
//
resources.ApplyResources(this.altProcNameTextBox, "altProcNameTextBox");
this.altProcNameTextBox.Name = "altProcNameTextBox";
//
// altProcNameLabel
//
resources.ApplyResources(this.altProcNameLabel, "altProcNameLabel");
this.altProcNameLabel.Name = "altProcNameLabel";
//
// manualControlDisabledCheckBox
//
resources.ApplyResources(this.manualControlDisabledCheckBox, "manualControlDisabledCheckBox");
this.manualControlDisabledCheckBox.Name = "manualControlDisabledCheckBox";
this.manualControlDisabledCheckBox.UseVisualStyleBackColor = true;
//
// mustBeCompleteCheckBox
//
resources.ApplyResources(this.mustBeCompleteCheckBox, "mustBeCompleteCheckBox");
this.mustBeCompleteCheckBox.Name = "mustBeCompleteCheckBox";
this.mustBeCompleteCheckBox.UseVisualStyleBackColor = true;
//
// protectedCheckBox
//
resources.ApplyResources(this.protectedCheckBox, "protectedCheckBox");
this.protectedCheckBox.Name = "protectedCheckBox";
this.protectedCheckBox.UseVisualStyleBackColor = true;
//
// metersKindRadioButton3
//
resources.ApplyResources(this.metersKindRadioButton3, "metersKindRadioButton3");
this.metersKindRadioButton3.Name = "metersKindRadioButton3";
this.metersKindRadioButton3.TabStop = true;
this.metersKindRadioButton3.UseVisualStyleBackColor = true;
//
// fileWriter4ComboBox
//
this.fileWriter4ComboBox.FormattingEnabled = true;
resources.ApplyResources(this.fileWriter4ComboBox, "fileWriter4ComboBox");
this.fileWriter4ComboBox.Name = "fileWriter4ComboBox";
this.fileWriter4ComboBox.SelectedIndexChanged += new System.EventHandler(this.fileWriter4ComboBox_SelectedIndexChanged);
this.fileWriter4ComboBox.TextChanged += new System.EventHandler(this.fileWriter4ComboBox_TextChanged);
//
// fileWriter3ComboBox
//
this.fileWriter3ComboBox.FormattingEnabled = true;
resources.ApplyResources(this.fileWriter3ComboBox, "fileWriter3ComboBox");
this.fileWriter3ComboBox.Name = "fileWriter3ComboBox";
this.fileWriter3ComboBox.SelectedIndexChanged += new System.EventHandler(this.fileWriter3ComboBox_SelectedIndexChanged);
this.fileWriter3ComboBox.TextChanged += new System.EventHandler(this.fileWriter3ComboBox_TextChanged);
//
// printer2ComboBox
//
this.printer2ComboBox.FormattingEnabled = true;
resources.ApplyResources(this.printer2ComboBox, "printer2ComboBox");
this.printer2ComboBox.Name = "printer2ComboBox";
this.printer2ComboBox.SelectedIndexChanged += new System.EventHandler(this.printer2ComboBox_SelectedIndexChanged);
this.printer2ComboBox.TextChanged += new System.EventHandler(this.printer2ComboBox_TextChanged);
//
// fileWriter2ComboBox
//
this.fileWriter2ComboBox.FormattingEnabled = true;
resources.ApplyResources(this.fileWriter2ComboBox, "fileWriter2ComboBox");
this.fileWriter2ComboBox.Name = "fileWriter2ComboBox";
this.fileWriter2ComboBox.SelectedIndexChanged += new System.EventHandler(this.fileWriter2ComboBox_SelectedIndexChanged);
this.fileWriter2ComboBox.TextChanged += new System.EventHandler(this.fileWriter2ComboBox_TextChanged);
//
// metersKindRadioButton2
//
resources.ApplyResources(this.metersKindRadioButton2, "metersKindRadioButton2");
this.metersKindRadioButton2.Name = "metersKindRadioButton2";
this.metersKindRadioButton2.TabStop = true;
this.metersKindRadioButton2.UseVisualStyleBackColor = true;
//
// metersKindRadioButton1
//
resources.ApplyResources(this.metersKindRadioButton1, "metersKindRadioButton1");
this.metersKindRadioButton1.Name = "metersKindRadioButton1";
this.metersKindRadioButton1.TabStop = true;
this.metersKindRadioButton1.UseVisualStyleBackColor = true;
//
// transitionEndComboBox
//
this.transitionEndComboBox.FormattingEnabled = true;
resources.ApplyResources(this.transitionEndComboBox, "transitionEndComboBox");
this.transitionEndComboBox.Name = "transitionEndComboBox";
this.transitionEndComboBox.SelectedIndexChanged += new System.EventHandler(this.transitionEndComboBox_SelectedIndexChanged);
this.transitionEndComboBox.TextChanged += new System.EventHandler(this.transitionEndComboBox_TextChanged);
//
// transitionEndLabel
//
resources.ApplyResources(this.transitionEndLabel, "transitionEndLabel");
this.transitionEndLabel.Name = "transitionEndLabel";
//
// transitionStartComboBox
//
this.transitionStartComboBox.FormattingEnabled = true;
resources.ApplyResources(this.transitionStartComboBox, "transitionStartComboBox");
this.transitionStartComboBox.Name = "transitionStartComboBox";
this.transitionStartComboBox.SelectedIndexChanged += new System.EventHandler(this.transitionStartComboBox_SelectedIndexChanged);
this.transitionStartComboBox.TextChanged += new System.EventHandler(this.transitionStartComboBox_TextChanged);
//
// transitionStartLabel
//
resources.ApplyResources(this.transitionStartLabel, "transitionStartLabel");
this.transitionStartLabel.Name = "transitionStartLabel";
//
// fileWriter1ComboBox
//
this.fileWriter1ComboBox.FormattingEnabled = true;
resources.ApplyResources(this.fileWriter1ComboBox, "fileWriter1ComboBox");
this.fileWriter1ComboBox.Name = "fileWriter1ComboBox";
this.fileWriter1ComboBox.SelectedIndexChanged += new System.EventHandler(this.fileWriter1ComboBox_SelectedIndexChanged);
this.fileWriter1ComboBox.TextChanged += new System.EventHandler(this.fileWriter1ComboBox_TextChanged);
//
// printer1ComboBox
//
this.printer1ComboBox.FormattingEnabled = true;
resources.ApplyResources(this.printer1ComboBox, "printer1ComboBox");
this.printer1ComboBox.Name = "printer1ComboBox";
this.printer1ComboBox.SelectedIndexChanged += new System.EventHandler(this.printer1ComboBox_SelectedIndexChanged);
this.printer1ComboBox.TextChanged += new System.EventHandler(this.printer1ComboBox_TextChanged);
//
// dataEntryComboBox
//
this.dataEntryComboBox.FormattingEnabled = true;
resources.ApplyResources(this.dataEntryComboBox, "dataEntryComboBox");
this.dataEntryComboBox.Name = "dataEntryComboBox";
this.dataEntryComboBox.SelectedIndexChanged += new System.EventHandler(this.dataEntryComboBox_SelectedIndexChanged);
this.dataEntryComboBox.TextChanged += new System.EventHandler(this.dataEntryComboBox_TextChanged);
//
// fileWritersLabel
//
resources.ApplyResources(this.fileWritersLabel, "fileWritersLabel");
this.fileWritersLabel.Name = "fileWritersLabel";
//
// printersLabel
//
resources.ApplyResources(this.printersLabel, "printersLabel");
this.printersLabel.Name = "printersLabel";
//
// dataEntryLabel
//
resources.ApplyResources(this.dataEntryLabel, "dataEntryLabel");
this.dataEntryLabel.Name = "dataEntryLabel";
//
// notesTextBox
//
resources.ApplyResources(this.notesTextBox, "notesTextBox");
this.notesTextBox.Name = "notesTextBox";
//
// label18
//
resources.ApplyResources(this.label18, "label18");
this.label18.Name = "label18";
//
// watermetersTextBox
//
resources.ApplyResources(this.watermetersTextBox, "watermetersTextBox");
this.watermetersTextBox.Name = "watermetersTextBox";
//
// watermetersLabel
//
resources.ApplyResources(this.watermetersLabel, "watermetersLabel");
this.watermetersLabel.Name = "watermetersLabel";
//
// lastChangedOnTextBox
//
resources.ApplyResources(this.lastChangedOnTextBox, "lastChangedOnTextBox");
this.lastChangedOnTextBox.Name = "lastChangedOnTextBox";
//
// label15
//
resources.ApplyResources(this.label15, "label15");
this.label15.Name = "label15";
//
// lastChangedByTextBox
//
resources.ApplyResources(this.lastChangedByTextBox, "lastChangedByTextBox");
this.lastChangedByTextBox.Name = "lastChangedByTextBox";
//
// label16
//
resources.ApplyResources(this.label16, "label16");
this.label16.Name = "label16";
//
// createdOnTextBox
//
resources.ApplyResources(this.createdOnTextBox, "createdOnTextBox");
this.createdOnTextBox.Name = "createdOnTextBox";
//
// label14
//
resources.ApplyResources(this.label14, "label14");
this.label14.Name = "label14";
//
// createdByTextBox
//
resources.ApplyResources(this.createdByTextBox, "createdByTextBox");
this.createdByTextBox.Name = "createdByTextBox";
//
// label13
//
resources.ApplyResources(this.label13, "label13");
this.label13.Name = "label13";
//
// descriptionTextBox
//
resources.ApplyResources(this.descriptionTextBox, "descriptionTextBox");
this.descriptionTextBox.Name = "descriptionTextBox";
//
// label12
//
resources.ApplyResources(this.label12, "label12");
this.label12.Name = "label12";
//
// procNameTextBox
//
resources.ApplyResources(this.procNameTextBox, "procNameTextBox");
this.procNameTextBox.Name = "procNameTextBox";
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// historyTabPage
//
this.historyTabPage.Controls.Add(this.historyListViewEx);
resources.ApplyResources(this.historyTabPage, "historyTabPage");
this.historyTabPage.Name = "historyTabPage";
this.historyTabPage.UseVisualStyleBackColor = true;
//
// metrology1TabPage
//
this.metrology1TabPage.Controls.Add(this.metrology1ListViewEx);
resources.ApplyResources(this.metrology1TabPage, "metrology1TabPage");
this.metrology1TabPage.Name = "metrology1TabPage";
this.metrology1TabPage.UseVisualStyleBackColor = true;
//
// metrology2TabPage
//
this.metrology2TabPage.Controls.Add(this.metrology2ListViewEx);
resources.ApplyResources(this.metrology2TabPage, "metrology2TabPage");
this.metrology2TabPage.Name = "metrology2TabPage";
this.metrology2TabPage.UseVisualStyleBackColor = true;
//
// processTabPage
//
this.processTabPage.Controls.Add(this.processListViewEx);
resources.ApplyResources(this.processTabPage, "processTabPage");
this.processTabPage.Name = "processTabPage";
this.processTabPage.UseVisualStyleBackColor = true;
//
// parametersTabPage
//
this.parametersTabPage.Controls.Add(this.parametersListViewEx);
resources.ApplyResources(this.parametersTabPage, "parametersTabPage");
this.parametersTabPage.Name = "parametersTabPage";
this.parametersTabPage.UseVisualStyleBackColor = true;
//
// historyListViewEx
//
this.historyListViewEx.AllowColumnReorder = true;
resources.ApplyResources(this.historyListViewEx, "historyListViewEx");
this.historyListViewEx.DoubleClickActivation = false;
this.historyListViewEx.FullRowSelect = true;
this.historyListViewEx.GridLines = true;
this.historyListViewEx.Name = "historyListViewEx";
this.historyListViewEx.UseCompatibleStateImageBehavior = false;
this.historyListViewEx.View = System.Windows.Forms.View.Details;
this.historyListViewEx.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.historyListViewEx_MouseDoubleClick);
//
// metrology1ListViewEx
//
this.metrology1ListViewEx.AllowColumnReorder = true;
resources.ApplyResources(this.metrology1ListViewEx, "metrology1ListViewEx");
this.metrology1ListViewEx.DoubleClickActivation = false;
this.metrology1ListViewEx.FullRowSelect = true;
this.metrology1ListViewEx.GridLines = true;
this.metrology1ListViewEx.Name = "metrology1ListViewEx";
this.metrology1ListViewEx.UseCompatibleStateImageBehavior = false;
this.metrology1ListViewEx.View = System.Windows.Forms.View.Details;
this.metrology1ListViewEx.SelectedIndexChanged += new System.EventHandler(this.metrology1ListViewEx_SelectedIndexChanged);
//
// metrology2ListViewEx
//
this.metrology2ListViewEx.AllowColumnReorder = true;
resources.ApplyResources(this.metrology2ListViewEx, "metrology2ListViewEx");
this.metrology2ListViewEx.DoubleClickActivation = false;
this.metrology2ListViewEx.FullRowSelect = true;
this.metrology2ListViewEx.GridLines = true;
this.metrology2ListViewEx.Name = "metrology2ListViewEx";
this.metrology2ListViewEx.UseCompatibleStateImageBehavior = false;
this.metrology2ListViewEx.View = System.Windows.Forms.View.Details;
this.metrology2ListViewEx.SelectedIndexChanged += new System.EventHandler(this.metrology2ListViewEx_SelectedIndexChanged);
//
// processListViewEx
//
this.processListViewEx.AllowColumnReorder = true;
resources.ApplyResources(this.processListViewEx, "processListViewEx");
this.processListViewEx.DoubleClickActivation = false;
this.processListViewEx.FullRowSelect = true;
this.processListViewEx.GridLines = true;
this.processListViewEx.Name = "processListViewEx";
this.processListViewEx.UseCompatibleStateImageBehavior = false;
this.processListViewEx.View = System.Windows.Forms.View.Details;
this.processListViewEx.SelectedIndexChanged += new System.EventHandler(this.processListViewEx_SelectedIndexChanged);
//
// parametersListViewEx
//
this.parametersListViewEx.AllowColumnReorder = true;
resources.ApplyResources(this.parametersListViewEx, "parametersListViewEx");
this.parametersListViewEx.DoubleClickActivation = false;
this.parametersListViewEx.FullRowSelect = true;
this.parametersListViewEx.GridLines = true;
this.parametersListViewEx.Name = "parametersListViewEx";
this.parametersListViewEx.UseCompatibleStateImageBehavior = false;
this.parametersListViewEx.View = System.Windows.Forms.View.Details;
this.parametersListViewEx.SelectedIndexChanged += new System.EventHandler(this.parametersListViewEx_SelectedIndexChanged);
//
// sharedButtons
//
resources.ApplyResources(this.sharedButtons, "sharedButtons");
this.sharedButtons.Name = "sharedButtons";
//
// ProcedureDlg
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.mainSplitContainer);
this.Name = "ProcedureDlg";
this.Load += new System.EventHandler(this.ProcedureDlg_Load);
this.mainSplitContainer.Panel1.ResumeLayout(false);
this.mainSplitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.mainSplitContainer)).EndInit();
this.mainSplitContainer.ResumeLayout(false);
this.tabControl.ResumeLayout(false);
this.generalTabPage.ResumeLayout(false);
this.generalTabPage.PerformLayout();
this.historyTabPage.ResumeLayout(false);
this.metrology1TabPage.ResumeLayout(false);
this.metrology2TabPage.ResumeLayout(false);
this.processTabPage.ResumeLayout(false);
this.parametersTabPage.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer mainSplitContainer;
private System.Windows.Forms.TabControl tabControl;
private System.Windows.Forms.TabPage historyTabPage;
private Results.Forms.ListViewEx historyListViewEx;
private System.Windows.Forms.TabPage metrology1TabPage;
private Results.Forms.ListViewEx metrology1ListViewEx;
private System.Windows.Forms.TabPage metrology2TabPage;
private Results.Forms.ListViewEx metrology2ListViewEx;
private System.Windows.Forms.TabPage processTabPage;
private Results.Forms.ListViewEx processListViewEx;
private TBF.UI.Shared.SharedButtons sharedButtons;
private System.Windows.Forms.TabPage generalTabPage;
private System.Windows.Forms.ComboBox fileWriter1ComboBox;
private System.Windows.Forms.ComboBox printer1ComboBox;
private System.Windows.Forms.ComboBox dataEntryComboBox;
private System.Windows.Forms.Label fileWritersLabel;
private System.Windows.Forms.Label printersLabel;
private System.Windows.Forms.Label dataEntryLabel;
private System.Windows.Forms.TextBox notesTextBox;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.TextBox watermetersTextBox;
private System.Windows.Forms.Label watermetersLabel;
private System.Windows.Forms.TextBox lastChangedOnTextBox;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox lastChangedByTextBox;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.TextBox createdOnTextBox;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TextBox createdByTextBox;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox descriptionTextBox;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox procNameTextBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox transitionEndComboBox;
private System.Windows.Forms.Label transitionEndLabel;
private System.Windows.Forms.ComboBox transitionStartComboBox;
private System.Windows.Forms.Label transitionStartLabel;
private System.Windows.Forms.RadioButton metersKindRadioButton2;
private System.Windows.Forms.RadioButton metersKindRadioButton1;
private System.Windows.Forms.TabPage parametersTabPage;
private Results.Forms.ListViewEx parametersListViewEx;
private System.Windows.Forms.ComboBox fileWriter2ComboBox;
private System.Windows.Forms.ComboBox fileWriter3ComboBox;
private System.Windows.Forms.ComboBox printer2ComboBox;
private System.Windows.Forms.ComboBox fileWriter4ComboBox;
private System.Windows.Forms.RadioButton metersKindRadioButton3;
private System.Windows.Forms.CheckBox mustBeCompleteCheckBox;
private System.Windows.Forms.CheckBox protectedCheckBox;
private System.Windows.Forms.CheckBox manualControlDisabledCheckBox;
private System.Windows.Forms.TextBox altProcNameTextBox;
private System.Windows.Forms.Label altProcNameLabel;
private System.Windows.Forms.TextBox altProcPeriodTextBox;
private System.Windows.Forms.Label altProcPeriodLabel;
private System.Windows.Forms.Label testProfileLabel;
private System.Windows.Forms.TextBox testProfileTextBox;
private System.Windows.Forms.ComboBox eventTrigger2ComboBox;
private System.Windows.Forms.ComboBox eventTrigger1ComboBox;
private System.Windows.Forms.Label eventTriggersLabel;
private System.Windows.Forms.ComboBox eventTrigger3ComboBox;
private System.Windows.Forms.ComboBox fileWriter5ComboBox;
private System.Windows.Forms.Label eventTrigger3NokLabel;
private System.Windows.Forms.Label eventTrigger2NokLabel;
private System.Windows.Forms.Label eventTrigger1NokLabel;
private System.Windows.Forms.Label fileWriter5NokLabel;
private System.Windows.Forms.Label fileWriter4NokLabel;
private System.Windows.Forms.Label fileWriter3NokLabel;
private System.Windows.Forms.Label fileWriter2NokLabel;
private System.Windows.Forms.Label fileWriter1NokLabel;
private System.Windows.Forms.Label printer2NokLabel;
private System.Windows.Forms.Label printer1NokLabel;
private System.Windows.Forms.Label transitionEndNokLabel;
private System.Windows.Forms.Label transitionStartNokLabel;
private System.Windows.Forms.Label dataEntryNokLabel;
private System.Windows.Forms.Label label2;
}
}