namespace TBF { partial class ProcedureDlg { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.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.resultsWriterComboBox = new System.Windows.Forms.ComboBox(); this.resultsPrinterComboBox = new System.Windows.Forms.ComboBox(); this.dataEntryComboBox = new System.Windows.Forms.ComboBox(); this.resultsWriterLabel = new System.Windows.Forms.Label(); this.resultsPrinterLabel = 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.historyListViewEx = new TBF.UiControls.ListViewEx(); this.changedByClmnHdr = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.dateClmnHdr = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.descriptionClmnHdr = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.metrology1TabPage = new System.Windows.Forms.TabPage(); this.metrology1ListViewEx = new TBF.UiControls.ListViewEx(); this.metrology2TabPage = new System.Windows.Forms.TabPage(); this.metrology2ListViewEx = new TBF.UiControls.ListViewEx(); this.processTabPage = new System.Windows.Forms.TabPage(); this.processListViewEx = new TBF.UiControls.ListViewEx(); this.sharedButtons = new TBF.UiControls.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.SuspendLayout(); // // mainSplitContainer // resources.ApplyResources(this.mainSplitContainer, "mainSplitContainer"); this.mainSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.mainSplitContainer.Name = "mainSplitContainer"; // // mainSplitContainer.Panel1 // resources.ApplyResources(this.mainSplitContainer.Panel1, "mainSplitContainer.Panel1"); this.mainSplitContainer.Panel1.Controls.Add(this.tabControl); // // mainSplitContainer.Panel2 // resources.ApplyResources(this.mainSplitContainer.Panel2, "mainSplitContainer.Panel2"); this.mainSplitContainer.Panel2.Controls.Add(this.sharedButtons); // // tabControl // resources.ApplyResources(this.tabControl, "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.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged); // // generalTabPage // resources.ApplyResources(this.generalTabPage, "generalTabPage"); 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.resultsWriterComboBox); this.generalTabPage.Controls.Add(this.resultsPrinterComboBox); this.generalTabPage.Controls.Add(this.dataEntryComboBox); this.generalTabPage.Controls.Add(this.resultsWriterLabel); this.generalTabPage.Controls.Add(this.resultsPrinterLabel); 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); this.generalTabPage.Name = "generalTabPage"; this.generalTabPage.ToolTipText = global::TBF.Resources.Strings.String1; this.generalTabPage.UseVisualStyleBackColor = true; // // radioButton2 // resources.ApplyResources(this.metersKindRadioButton2, "radioButton2"); this.metersKindRadioButton2.Name = "radioButton2"; this.metersKindRadioButton2.TabStop = true; this.metersKindRadioButton2.UseVisualStyleBackColor = true; // // radioButton1 // resources.ApplyResources(this.metersKindRadioButton1, "radioButton1"); this.metersKindRadioButton1.Name = "radioButton1"; this.metersKindRadioButton1.TabStop = true; this.metersKindRadioButton1.UseVisualStyleBackColor = true; // // transitionEndComboBox // resources.ApplyResources(this.transitionEndComboBox, "transitionEndComboBox"); this.transitionEndComboBox.FormattingEnabled = true; this.transitionEndComboBox.Name = "transitionEndComboBox"; // // transitionEndLabel // resources.ApplyResources(this.transitionEndLabel, "transitionEndLabel"); this.transitionEndLabel.ImageKey = global::TBF.Resources.Strings.String1; this.transitionEndLabel.Name = "transitionEndLabel"; // // transitionStartComboBox // resources.ApplyResources(this.transitionStartComboBox, "transitionStartComboBox"); this.transitionStartComboBox.FormattingEnabled = true; this.transitionStartComboBox.Name = "transitionStartComboBox"; // // transitionStartLabel // resources.ApplyResources(this.transitionStartLabel, "transitionStartLabel"); this.transitionStartLabel.ImageKey = global::TBF.Resources.Strings.String1; this.transitionStartLabel.Name = "transitionStartLabel"; // // resultsWriterComboBox // resources.ApplyResources(this.resultsWriterComboBox, "resultsWriterComboBox"); this.resultsWriterComboBox.FormattingEnabled = true; this.resultsWriterComboBox.Name = "resultsWriterComboBox"; // // resultsPrinterComboBox // resources.ApplyResources(this.resultsPrinterComboBox, "resultsPrinterComboBox"); this.resultsPrinterComboBox.FormattingEnabled = true; this.resultsPrinterComboBox.Name = "resultsPrinterComboBox"; // // dataEntryComboBox // resources.ApplyResources(this.dataEntryComboBox, "dataEntryComboBox"); this.dataEntryComboBox.FormattingEnabled = true; this.dataEntryComboBox.Name = "dataEntryComboBox"; // // resultsWriterLabel // resources.ApplyResources(this.resultsWriterLabel, "resultsWriterLabel"); this.resultsWriterLabel.ImageKey = global::TBF.Resources.Strings.String1; this.resultsWriterLabel.Name = "resultsWriterLabel"; // // resultsPrinterLabel // resources.ApplyResources(this.resultsPrinterLabel, "resultsPrinterLabel"); this.resultsPrinterLabel.ImageKey = global::TBF.Resources.Strings.String1; this.resultsPrinterLabel.Name = "resultsPrinterLabel"; // // dataEntryLabel // resources.ApplyResources(this.dataEntryLabel, "dataEntryLabel"); this.dataEntryLabel.ImageKey = global::TBF.Resources.Strings.String1; this.dataEntryLabel.Name = "dataEntryLabel"; // // notesTextBox // resources.ApplyResources(this.notesTextBox, "notesTextBox"); this.notesTextBox.Name = "notesTextBox"; // // label18 // resources.ApplyResources(this.label18, "label18"); this.label18.ImageKey = global::TBF.Resources.Strings.String1; this.label18.Name = "label18"; // // watermetersTextBox // resources.ApplyResources(this.watermetersTextBox, "watermetersTextBox"); this.watermetersTextBox.Name = "watermetersTextBox"; // // watermetersLabel // resources.ApplyResources(this.watermetersLabel, "watermetersLabel"); this.watermetersLabel.ImageKey = global::TBF.Resources.Strings.String1; this.watermetersLabel.Name = "watermetersLabel"; // // lastChangedOnTextBox // resources.ApplyResources(this.lastChangedOnTextBox, "lastChangedOnTextBox"); this.lastChangedOnTextBox.Name = "lastChangedOnTextBox"; // // label15 // resources.ApplyResources(this.label15, "label15"); this.label15.ImageKey = global::TBF.Resources.Strings.String1; this.label15.Name = "label15"; // // lastChangedByTextBox // resources.ApplyResources(this.lastChangedByTextBox, "lastChangedByTextBox"); this.lastChangedByTextBox.Name = "lastChangedByTextBox"; // // label16 // resources.ApplyResources(this.label16, "label16"); this.label16.ImageKey = global::TBF.Resources.Strings.String1; this.label16.Name = "label16"; // // createdOnTextBox // resources.ApplyResources(this.createdOnTextBox, "createdOnTextBox"); this.createdOnTextBox.Name = "createdOnTextBox"; // // label14 // resources.ApplyResources(this.label14, "label14"); this.label14.ImageKey = global::TBF.Resources.Strings.String1; this.label14.Name = "label14"; // // createdByTextBox // resources.ApplyResources(this.createdByTextBox, "createdByTextBox"); this.createdByTextBox.Name = "createdByTextBox"; // // label13 // resources.ApplyResources(this.label13, "label13"); this.label13.ImageKey = global::TBF.Resources.Strings.String1; this.label13.Name = "label13"; // // descriptionTextBox // resources.ApplyResources(this.descriptionTextBox, "descriptionTextBox"); this.descriptionTextBox.Name = "descriptionTextBox"; // // label12 // resources.ApplyResources(this.label12, "label12"); this.label12.ImageKey = global::TBF.Resources.Strings.String1; this.label12.Name = "label12"; // // procNameTextBox // resources.ApplyResources(this.procNameTextBox, "procNameTextBox"); this.procNameTextBox.Name = "procNameTextBox"; // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.ImageKey = global::TBF.Resources.Strings.String1; this.label1.Name = "label1"; // // historyTabPage // resources.ApplyResources(this.historyTabPage, "historyTabPage"); this.historyTabPage.Controls.Add(this.historyListViewEx); this.historyTabPage.Name = "historyTabPage"; this.historyTabPage.ToolTipText = global::TBF.Resources.Strings.String1; this.historyTabPage.UseVisualStyleBackColor = true; // // historyListViewEx // resources.ApplyResources(this.historyListViewEx, "historyListViewEx"); this.historyListViewEx.AllowColumnReorder = true; this.historyListViewEx.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.changedByClmnHdr, this.dateClmnHdr, this.descriptionClmnHdr}); 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; // // changedByClmnHdr // resources.ApplyResources(this.changedByClmnHdr, "changedByClmnHdr"); // // dateClmnHdr // resources.ApplyResources(this.dateClmnHdr, "dateClmnHdr"); // // descriptionClmnHdr // resources.ApplyResources(this.descriptionClmnHdr, "descriptionClmnHdr"); // // metrology1TabPage // resources.ApplyResources(this.metrology1TabPage, "metrology1TabPage"); this.metrology1TabPage.Controls.Add(this.metrology1ListViewEx); this.metrology1TabPage.Name = "metrology1TabPage"; this.metrology1TabPage.ToolTipText = global::TBF.Resources.Strings.String1; this.metrology1TabPage.UseVisualStyleBackColor = true; // // metrology1ListViewEx // resources.ApplyResources(this.metrology1ListViewEx, "metrology1ListViewEx"); this.metrology1ListViewEx.AllowColumnReorder = true; 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); // // metrology2TabPage // resources.ApplyResources(this.metrology2TabPage, "metrology2TabPage"); this.metrology2TabPage.Controls.Add(this.metrology2ListViewEx); this.metrology2TabPage.Name = "metrology2TabPage"; this.metrology2TabPage.ToolTipText = global::TBF.Resources.Strings.String1; this.metrology2TabPage.UseVisualStyleBackColor = true; // // metrology2ListViewEx // resources.ApplyResources(this.metrology2ListViewEx, "metrology2ListViewEx"); this.metrology2ListViewEx.AllowColumnReorder = true; 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); // // processTabPage // resources.ApplyResources(this.processTabPage, "processTabPage"); this.processTabPage.Controls.Add(this.processListViewEx); this.processTabPage.Name = "processTabPage"; this.processTabPage.ToolTipText = global::TBF.Resources.Strings.String1; this.processTabPage.UseVisualStyleBackColor = true; // // processListViewEx // resources.ApplyResources(this.processListViewEx, "processListViewEx"); this.processListViewEx.AllowColumnReorder = true; 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); // // 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.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer mainSplitContainer; private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.TabPage historyTabPage; private UiControls.ListViewEx historyListViewEx; private System.Windows.Forms.ColumnHeader changedByClmnHdr; private System.Windows.Forms.ColumnHeader dateClmnHdr; private System.Windows.Forms.ColumnHeader descriptionClmnHdr; private System.Windows.Forms.TabPage metrology1TabPage; private UiControls.ListViewEx metrology1ListViewEx; private System.Windows.Forms.TabPage metrology2TabPage; private UiControls.ListViewEx metrology2ListViewEx; private System.Windows.Forms.TabPage processTabPage; private UiControls.ListViewEx processListViewEx; private UiControls.SharedButtons sharedButtons; private System.Windows.Forms.TabPage generalTabPage; private System.Windows.Forms.ComboBox resultsWriterComboBox; private System.Windows.Forms.ComboBox resultsPrinterComboBox; private System.Windows.Forms.ComboBox dataEntryComboBox; private System.Windows.Forms.Label resultsWriterLabel; private System.Windows.Forms.Label resultsPrinterLabel; 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; } }