433 lines
22 KiB
C#
433 lines
22 KiB
C#
///
|
|
/// Copyright (c) 2019 Sensus Slovensko a.s.
|
|
///
|
|
namespace TBF.UI.Procedures.TestWizard
|
|
{
|
|
partial class OracleWZTypSelection
|
|
{
|
|
/// <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.horizSplitContainer = new System.Windows.Forms.SplitContainer();
|
|
this.horizSplitContainer2 = new System.Windows.Forms.SplitContainer();
|
|
this.meterTypeComboBox = new System.Windows.Forms.ComboBox();
|
|
this.dnLabel = new System.Windows.Forms.Label();
|
|
this.q3TextBox = new System.Windows.Forms.TextBox();
|
|
this.q3Label = new System.Windows.Forms.Label();
|
|
this.approvalTextBox = new System.Windows.Forms.TextBox();
|
|
this.approvalLabel = new System.Windows.Forms.Label();
|
|
this.metroClassTextBox = new System.Windows.Forms.TextBox();
|
|
this.metroClassLabel = new System.Windows.Forms.Label();
|
|
this.testInfoNameLabel = new System.Windows.Forms.Label();
|
|
this.timeStampTextBox = new System.Windows.Forms.TextBox();
|
|
this.timeStampLabel = new System.Windows.Forms.Label();
|
|
this.remarkTextBox = new System.Windows.Forms.TextBox();
|
|
this.remarkLabel = new System.Windows.Forms.Label();
|
|
this.wzTypTextBox = new System.Windows.Forms.TextBox();
|
|
this.wzTypLabel = new System.Windows.Forms.Label();
|
|
this.revWZTypLabel = new System.Windows.Forms.Label();
|
|
this.revWZTypTextBox = new System.Windows.Forms.TextBox();
|
|
this.searchButton = new System.Windows.Forms.Button();
|
|
this.materialCodeTextBox = new System.Windows.Forms.TextBox();
|
|
this.idWZTypTextBox = new System.Windows.Forms.TextBox();
|
|
this.materialCodeRadioButton = new System.Windows.Forms.RadioButton();
|
|
this.idWZTypRadioButton = new System.Windows.Forms.RadioButton();
|
|
this.listViewEx = new TracingDB.Forms.ListViewEx();
|
|
this.cancelButton = new System.Windows.Forms.Button();
|
|
this.nextButton = new System.Windows.Forms.Button();
|
|
this.backButton = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.horizSplitContainer)).BeginInit();
|
|
this.horizSplitContainer.Panel1.SuspendLayout();
|
|
this.horizSplitContainer.Panel2.SuspendLayout();
|
|
this.horizSplitContainer.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.horizSplitContainer2)).BeginInit();
|
|
this.horizSplitContainer2.Panel1.SuspendLayout();
|
|
this.horizSplitContainer2.Panel2.SuspendLayout();
|
|
this.horizSplitContainer2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// horizSplitContainer
|
|
//
|
|
this.horizSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.horizSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
|
|
this.horizSplitContainer.Location = new System.Drawing.Point(0, 0);
|
|
this.horizSplitContainer.Name = "horizSplitContainer";
|
|
this.horizSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// horizSplitContainer.Panel1
|
|
//
|
|
this.horizSplitContainer.Panel1.Controls.Add(this.horizSplitContainer2);
|
|
//
|
|
// horizSplitContainer.Panel2
|
|
//
|
|
this.horizSplitContainer.Panel2.Controls.Add(this.cancelButton);
|
|
this.horizSplitContainer.Panel2.Controls.Add(this.nextButton);
|
|
this.horizSplitContainer.Panel2.Controls.Add(this.backButton);
|
|
this.horizSplitContainer.Size = new System.Drawing.Size(820, 363);
|
|
this.horizSplitContainer.SplitterDistance = 283;
|
|
this.horizSplitContainer.TabIndex = 0;
|
|
//
|
|
// horizSplitContainer2
|
|
//
|
|
this.horizSplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.horizSplitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.horizSplitContainer2.IsSplitterFixed = true;
|
|
this.horizSplitContainer2.Location = new System.Drawing.Point(0, 0);
|
|
this.horizSplitContainer2.Name = "horizSplitContainer2";
|
|
this.horizSplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// horizSplitContainer2.Panel1
|
|
//
|
|
this.horizSplitContainer2.Panel1.Controls.Add(this.meterTypeComboBox);
|
|
this.horizSplitContainer2.Panel1.Controls.Add(this.dnLabel);
|
|
this.horizSplitContainer2.Panel1.Controls.Add(this.q3TextBox);
|
|
this.horizSplitContainer2.Panel1.Controls.Add(this.q3Label);
|
|
this.horizSplitContainer2.Panel1.Controls.Add(this.approvalTextBox);
|
|
this.horizSplitContainer2.Panel1.Controls.Add(this.approvalLabel);
|
|
this.horizSplitContainer2.Panel1.Controls.Add(this.metroClassTextBox);
|
|
this.horizSplitContainer2.Panel1.Controls.Add(this.metroClassLabel);
|
|
this.horizSplitContainer2.Panel1.Controls.Add(this.testInfoNameLabel);
|
|
this.horizSplitContainer2.Panel1.Controls.Add(this.timeStampTextBox);
|
|
this.horizSplitContainer2.Panel1.Controls.Add(this.timeStampLabel);
|
|
this.horizSplitContainer2.Panel1.Controls.Add(this.remarkTextBox);
|
|
this.horizSplitContainer2.Panel1.Controls.Add(this.remarkLabel);
|
|
this.horizSplitContainer2.Panel1.Controls.Add(this.wzTypTextBox);
|
|
this.horizSplitContainer2.Panel1.Controls.Add(this.wzTypLabel);
|
|
this.horizSplitContainer2.Panel1.Controls.Add(this.revWZTypLabel);
|
|
this.horizSplitContainer2.Panel1.Controls.Add(this.revWZTypTextBox);
|
|
this.horizSplitContainer2.Panel1.Controls.Add(this.searchButton);
|
|
this.horizSplitContainer2.Panel1.Controls.Add(this.materialCodeTextBox);
|
|
this.horizSplitContainer2.Panel1.Controls.Add(this.idWZTypTextBox);
|
|
this.horizSplitContainer2.Panel1.Controls.Add(this.materialCodeRadioButton);
|
|
this.horizSplitContainer2.Panel1.Controls.Add(this.idWZTypRadioButton);
|
|
//
|
|
// horizSplitContainer2.Panel2
|
|
//
|
|
this.horizSplitContainer2.Panel2.Controls.Add(this.listViewEx);
|
|
this.horizSplitContainer2.Size = new System.Drawing.Size(820, 283);
|
|
this.horizSplitContainer2.SplitterDistance = 115;
|
|
this.horizSplitContainer2.TabIndex = 0;
|
|
//
|
|
// meterTypeComboBox
|
|
//
|
|
this.meterTypeComboBox.FormattingEnabled = true;
|
|
this.meterTypeComboBox.Location = new System.Drawing.Point(73, 85);
|
|
this.meterTypeComboBox.Name = "meterTypeComboBox";
|
|
this.meterTypeComboBox.Size = new System.Drawing.Size(65, 21);
|
|
this.meterTypeComboBox.TabIndex = 17;
|
|
//
|
|
// dnLabel
|
|
//
|
|
this.dnLabel.AutoSize = true;
|
|
this.dnLabel.Location = new System.Drawing.Point(31, 88);
|
|
this.dnLabel.Name = "dnLabel";
|
|
this.dnLabel.Size = new System.Drawing.Size(23, 13);
|
|
this.dnLabel.TabIndex = 16;
|
|
this.dnLabel.Text = "DN";
|
|
//
|
|
// q3TextBox
|
|
//
|
|
this.q3TextBox.Location = new System.Drawing.Point(103, 61);
|
|
this.q3TextBox.Name = "q3TextBox";
|
|
this.q3TextBox.Size = new System.Drawing.Size(35, 20);
|
|
this.q3TextBox.TabIndex = 11;
|
|
this.q3TextBox.TextChanged += new System.EventHandler(this.q3TextBox_TextChanged);
|
|
//
|
|
// q3Label
|
|
//
|
|
this.q3Label.AutoSize = true;
|
|
this.q3Label.Location = new System.Drawing.Point(31, 64);
|
|
this.q3Label.Name = "q3Label";
|
|
this.q3Label.Size = new System.Drawing.Size(46, 13);
|
|
this.q3Label.TabIndex = 10;
|
|
this.q3Label.Text = "Q3 / Qn";
|
|
//
|
|
// approvalTextBox
|
|
//
|
|
this.approvalTextBox.Location = new System.Drawing.Point(220, 61);
|
|
this.approvalTextBox.Name = "approvalTextBox";
|
|
this.approvalTextBox.Size = new System.Drawing.Size(275, 20);
|
|
this.approvalTextBox.TabIndex = 13;
|
|
this.approvalTextBox.TextChanged += new System.EventHandler(this.approvalTextBox_TextChanged);
|
|
//
|
|
// approvalLabel
|
|
//
|
|
this.approvalLabel.AutoSize = true;
|
|
this.approvalLabel.Location = new System.Drawing.Point(150, 64);
|
|
this.approvalLabel.Name = "approvalLabel";
|
|
this.approvalLabel.Size = new System.Drawing.Size(49, 13);
|
|
this.approvalLabel.TabIndex = 12;
|
|
this.approvalLabel.Text = "Approval";
|
|
//
|
|
// metroClassTextBox
|
|
//
|
|
this.metroClassTextBox.Location = new System.Drawing.Point(596, 37);
|
|
this.metroClassTextBox.Name = "metroClassTextBox";
|
|
this.metroClassTextBox.Size = new System.Drawing.Size(104, 20);
|
|
this.metroClassTextBox.TabIndex = 9;
|
|
this.metroClassTextBox.TextChanged += new System.EventHandler(this.metroClassTextBox_TextChanged);
|
|
//
|
|
// metroClassLabel
|
|
//
|
|
this.metroClassLabel.AutoSize = true;
|
|
this.metroClassLabel.Location = new System.Drawing.Point(517, 40);
|
|
this.metroClassLabel.Name = "metroClassLabel";
|
|
this.metroClassLabel.Size = new System.Drawing.Size(78, 13);
|
|
this.metroClassLabel.TabIndex = 8;
|
|
this.metroClassLabel.Text = "Metrolog. class";
|
|
//
|
|
// testInfoNameLabel
|
|
//
|
|
this.testInfoNameLabel.AutoSize = true;
|
|
this.testInfoNameLabel.Location = new System.Drawing.Point(595, 88);
|
|
this.testInfoNameLabel.Name = "testInfoNameLabel";
|
|
this.testInfoNameLabel.Size = new System.Drawing.Size(0, 13);
|
|
this.testInfoNameLabel.TabIndex = 20;
|
|
//
|
|
// timeStampTextBox
|
|
//
|
|
this.timeStampTextBox.Enabled = false;
|
|
this.timeStampTextBox.Location = new System.Drawing.Point(596, 61);
|
|
this.timeStampTextBox.Name = "timeStampTextBox";
|
|
this.timeStampTextBox.Size = new System.Drawing.Size(104, 20);
|
|
this.timeStampTextBox.TabIndex = 15;
|
|
//
|
|
// timeStampLabel
|
|
//
|
|
this.timeStampLabel.AutoSize = true;
|
|
this.timeStampLabel.Location = new System.Drawing.Point(517, 64);
|
|
this.timeStampLabel.Name = "timeStampLabel";
|
|
this.timeStampLabel.Size = new System.Drawing.Size(73, 13);
|
|
this.timeStampLabel.TabIndex = 14;
|
|
this.timeStampLabel.Text = "Date and time";
|
|
//
|
|
// remarkTextBox
|
|
//
|
|
this.remarkTextBox.Enabled = false;
|
|
this.remarkTextBox.Location = new System.Drawing.Point(220, 85);
|
|
this.remarkTextBox.Name = "remarkTextBox";
|
|
this.remarkTextBox.Size = new System.Drawing.Size(346, 20);
|
|
this.remarkTextBox.TabIndex = 19;
|
|
//
|
|
// remarkLabel
|
|
//
|
|
this.remarkLabel.AutoSize = true;
|
|
this.remarkLabel.Location = new System.Drawing.Point(150, 88);
|
|
this.remarkLabel.Name = "remarkLabel";
|
|
this.remarkLabel.Size = new System.Drawing.Size(44, 13);
|
|
this.remarkLabel.TabIndex = 18;
|
|
this.remarkLabel.Text = "Remark";
|
|
//
|
|
// wzTypTextBox
|
|
//
|
|
this.wzTypTextBox.Enabled = false;
|
|
this.wzTypTextBox.Location = new System.Drawing.Point(220, 37);
|
|
this.wzTypTextBox.Name = "wzTypTextBox";
|
|
this.wzTypTextBox.Size = new System.Drawing.Size(275, 20);
|
|
this.wzTypTextBox.TabIndex = 7;
|
|
//
|
|
// wzTypLabel
|
|
//
|
|
this.wzTypLabel.AutoSize = true;
|
|
this.wzTypLabel.Location = new System.Drawing.Point(150, 40);
|
|
this.wzTypLabel.Name = "wzTypLabel";
|
|
this.wzTypLabel.Size = new System.Drawing.Size(65, 13);
|
|
this.wzTypLabel.TabIndex = 6;
|
|
this.wzTypLabel.Text = "Water meter";
|
|
//
|
|
// revWZTypLabel
|
|
//
|
|
this.revWZTypLabel.AutoSize = true;
|
|
this.revWZTypLabel.Location = new System.Drawing.Point(31, 40);
|
|
this.revWZTypLabel.Name = "revWZTypLabel";
|
|
this.revWZTypLabel.Size = new System.Drawing.Size(66, 13);
|
|
this.revWZTypLabel.TabIndex = 4;
|
|
this.revWZTypLabel.Text = "Rev WZTyp";
|
|
//
|
|
// revWZTypTextBox
|
|
//
|
|
this.revWZTypTextBox.Enabled = false;
|
|
this.revWZTypTextBox.Location = new System.Drawing.Point(103, 37);
|
|
this.revWZTypTextBox.Name = "revWZTypTextBox";
|
|
this.revWZTypTextBox.Size = new System.Drawing.Size(35, 20);
|
|
this.revWZTypTextBox.TabIndex = 5;
|
|
//
|
|
// searchButton
|
|
//
|
|
this.searchButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.searchButton.Location = new System.Drawing.Point(722, 17);
|
|
this.searchButton.Name = "searchButton";
|
|
this.searchButton.Size = new System.Drawing.Size(75, 42);
|
|
this.searchButton.TabIndex = 21;
|
|
this.searchButton.Text = "Search";
|
|
this.searchButton.UseVisualStyleBackColor = true;
|
|
this.searchButton.Click += new System.EventHandler(this.searchButton_Click);
|
|
//
|
|
// materialCodeTextBox
|
|
//
|
|
this.materialCodeTextBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.materialCodeTextBox.Location = new System.Drawing.Point(220, 13);
|
|
this.materialCodeTextBox.Name = "materialCodeTextBox";
|
|
this.materialCodeTextBox.Size = new System.Drawing.Size(480, 20);
|
|
this.materialCodeTextBox.TabIndex = 3;
|
|
this.materialCodeTextBox.TextChanged += new System.EventHandler(this.productCodeTextBox_TextChanged);
|
|
//
|
|
// idWZTypTextBox
|
|
//
|
|
this.idWZTypTextBox.Location = new System.Drawing.Point(103, 13);
|
|
this.idWZTypTextBox.Name = "idWZTypTextBox";
|
|
this.idWZTypTextBox.Size = new System.Drawing.Size(35, 20);
|
|
this.idWZTypTextBox.TabIndex = 1;
|
|
this.idWZTypTextBox.TextChanged += new System.EventHandler(this.wzTypTextBox_TextChanged);
|
|
//
|
|
// materialCodeRadioButton
|
|
//
|
|
this.materialCodeRadioButton.AutoSize = true;
|
|
this.materialCodeRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.materialCodeRadioButton.Location = new System.Drawing.Point(153, 14);
|
|
this.materialCodeRadioButton.Name = "materialCodeRadioButton";
|
|
this.materialCodeRadioButton.Size = new System.Drawing.Size(62, 17);
|
|
this.materialCodeRadioButton.TabIndex = 2;
|
|
this.materialCodeRadioButton.TabStop = true;
|
|
this.materialCodeRadioButton.Text = "Material";
|
|
this.materialCodeRadioButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// idWZTypRadioButton
|
|
//
|
|
this.idWZTypRadioButton.AutoSize = true;
|
|
this.idWZTypRadioButton.Location = new System.Drawing.Point(15, 14);
|
|
this.idWZTypRadioButton.Name = "idWZTypRadioButton";
|
|
this.idWZTypRadioButton.Size = new System.Drawing.Size(75, 17);
|
|
this.idWZTypRadioButton.TabIndex = 0;
|
|
this.idWZTypRadioButton.TabStop = true;
|
|
this.idWZTypRadioButton.Text = "ID WZTyp";
|
|
this.idWZTypRadioButton.UseVisualStyleBackColor = true;
|
|
this.idWZTypRadioButton.CheckedChanged += new System.EventHandler(this.idWZTypRadioButton_CheckedChanged);
|
|
//
|
|
// listViewEx
|
|
//
|
|
this.listViewEx.AllowColumnReorder = true;
|
|
this.listViewEx.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.listViewEx.DoubleClickActivation = false;
|
|
this.listViewEx.FullRowSelect = true;
|
|
this.listViewEx.GridLines = true;
|
|
this.listViewEx.Location = new System.Drawing.Point(0, 0);
|
|
this.listViewEx.Name = "listViewEx";
|
|
this.listViewEx.Size = new System.Drawing.Size(820, 164);
|
|
this.listViewEx.TabIndex = 0;
|
|
this.listViewEx.UseCompatibleStateImageBehavior = false;
|
|
this.listViewEx.View = System.Windows.Forms.View.Details;
|
|
this.listViewEx.SubItemClicked += new TracingDB.Forms.SubItemEventHandler(this.listViewEx_SubItemClicked);
|
|
this.listViewEx.SubItemEndEditing += new TracingDB.Forms.SubItemEndEditingEventHandler(this.listViewEx_SubItemEndEditing);
|
|
//
|
|
// 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(722, 17);
|
|
this.cancelButton.Name = "cancelButton";
|
|
this.cancelButton.Size = new System.Drawing.Size(75, 42);
|
|
this.cancelButton.TabIndex = 27;
|
|
this.cancelButton.Text = "&Cancel";
|
|
this.cancelButton.UseVisualStyleBackColor = true;
|
|
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
|
|
//
|
|
// nextButton
|
|
//
|
|
this.nextButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.nextButton.Location = new System.Drawing.Point(641, 17);
|
|
this.nextButton.Name = "nextButton";
|
|
this.nextButton.Size = new System.Drawing.Size(75, 42);
|
|
this.nextButton.TabIndex = 26;
|
|
this.nextButton.Text = "&Next >";
|
|
this.nextButton.UseVisualStyleBackColor = true;
|
|
this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
|
|
//
|
|
// backButton
|
|
//
|
|
this.backButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.backButton.Location = new System.Drawing.Point(560, 17);
|
|
this.backButton.Name = "backButton";
|
|
this.backButton.Size = new System.Drawing.Size(75, 42);
|
|
this.backButton.TabIndex = 25;
|
|
this.backButton.Text = "< &Back";
|
|
this.backButton.UseVisualStyleBackColor = true;
|
|
this.backButton.Click += new System.EventHandler(this.backButton_Click);
|
|
//
|
|
// OracleWZTypSelection
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(820, 363);
|
|
this.Controls.Add(this.horizSplitContainer);
|
|
this.Name = "OracleWZTypSelection";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Výber typu vodomera (WZTyp alebo 25-miestny kód)";
|
|
this.Load += new System.EventHandler(this.OracleWZTypSelection_Load);
|
|
this.horizSplitContainer.Panel1.ResumeLayout(false);
|
|
this.horizSplitContainer.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.horizSplitContainer)).EndInit();
|
|
this.horizSplitContainer.ResumeLayout(false);
|
|
this.horizSplitContainer2.Panel1.ResumeLayout(false);
|
|
this.horizSplitContainer2.Panel1.PerformLayout();
|
|
this.horizSplitContainer2.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.horizSplitContainer2)).EndInit();
|
|
this.horizSplitContainer2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.SplitContainer horizSplitContainer;
|
|
private System.Windows.Forms.Button cancelButton;
|
|
private System.Windows.Forms.Button nextButton;
|
|
private System.Windows.Forms.Button backButton;
|
|
private System.Windows.Forms.SplitContainer horizSplitContainer2;
|
|
private System.Windows.Forms.TextBox materialCodeTextBox;
|
|
private System.Windows.Forms.TextBox idWZTypTextBox;
|
|
private System.Windows.Forms.RadioButton materialCodeRadioButton;
|
|
private System.Windows.Forms.RadioButton idWZTypRadioButton;
|
|
private System.Windows.Forms.Button searchButton;
|
|
private TracingDB.Forms.ListViewEx listViewEx;
|
|
private System.Windows.Forms.Label remarkLabel;
|
|
private System.Windows.Forms.TextBox wzTypTextBox;
|
|
private System.Windows.Forms.Label wzTypLabel;
|
|
private System.Windows.Forms.Label revWZTypLabel;
|
|
private System.Windows.Forms.TextBox revWZTypTextBox;
|
|
private System.Windows.Forms.TextBox remarkTextBox;
|
|
private System.Windows.Forms.TextBox timeStampTextBox;
|
|
private System.Windows.Forms.Label timeStampLabel;
|
|
private System.Windows.Forms.Label testInfoNameLabel;
|
|
private System.Windows.Forms.TextBox metroClassTextBox;
|
|
private System.Windows.Forms.Label metroClassLabel;
|
|
private System.Windows.Forms.TextBox q3TextBox;
|
|
private System.Windows.Forms.Label q3Label;
|
|
private System.Windows.Forms.TextBox approvalTextBox;
|
|
private System.Windows.Forms.Label approvalLabel;
|
|
private System.Windows.Forms.ComboBox meterTypeComboBox;
|
|
private System.Windows.Forms.Label dnLabel;
|
|
}
|
|
} |