namespace EquipmentCollectionForm
{
partial class EquipmentCollectionForm
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
this.cmbEquipFile = new System.Windows.Forms.ComboBox();
this.txtEquipFile = new System.Windows.Forms.Label();
this.btnBegin = new System.Windows.Forms.Button();
this.txtBegin = new System.Windows.Forms.TextBox();
this.txtEnd = new System.Windows.Forms.TextBox();
this.btnEnd = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.txtLj = new System.Windows.Forms.TextBox();
this.btnLj = new System.Windows.Forms.Button();
this.txtHBathNo = new System.Windows.Forms.TextBox();
this.HBathNo = new System.Windows.Forms.Label();
this.btnRest = new System.Windows.Forms.Button();
this.ListData = new System.Windows.Forms.ListBox();
this.txtHMaterNumber = new System.Windows.Forms.TextBox();
this.HMaterID = new System.Windows.Forms.Label();
this.timer = new System.Windows.Forms.Timer(this.components);
this.Time_CLHB = new System.Windows.Forms.Timer(this.components);
this.labHMakerID = new System.Windows.Forms.Label();
this.txtHMakerNumber = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtHMaker = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// cmbEquipFile
//
this.cmbEquipFile.FormattingEnabled = true;
this.cmbEquipFile.Location = new System.Drawing.Point(121, 74);
this.cmbEquipFile.Name = "cmbEquipFile";
this.cmbEquipFile.Size = new System.Drawing.Size(186, 26);
this.cmbEquipFile.TabIndex = 13;
this.cmbEquipFile.SelectedIndexChanged += new System.EventHandler(this.cmbEquipFile_SelectedIndexChanged);
//
// txtEquipFile
//
this.txtEquipFile.AutoSize = true;
this.txtEquipFile.Location = new System.Drawing.Point(62, 82);
this.txtEquipFile.Name = "txtEquipFile";
this.txtEquipFile.Size = new System.Drawing.Size(53, 18);
this.txtEquipFile.TabIndex = 14;
this.txtEquipFile.Text = "设备:";
//
// btnBegin
//
this.btnBegin.Location = new System.Drawing.Point(45, 126);
this.btnBegin.Name = "btnBegin";
this.btnBegin.Size = new System.Drawing.Size(70, 37);
this.btnBegin.TabIndex = 15;
this.btnBegin.Text = "开始";
this.btnBegin.UseVisualStyleBackColor = true;
this.btnBegin.Click += new System.EventHandler(this.btnBegin_Click);
//
// txtBegin
//
this.txtBegin.Location = new System.Drawing.Point(121, 132);
this.txtBegin.Name = "txtBegin";
this.txtBegin.Size = new System.Drawing.Size(186, 28);
this.txtBegin.TabIndex = 16;
//
// txtEnd
//
this.txtEnd.Location = new System.Drawing.Point(471, 135);
this.txtEnd.Name = "txtEnd";
this.txtEnd.Size = new System.Drawing.Size(186, 28);
this.txtEnd.TabIndex = 18;
//
// btnEnd
//
this.btnEnd.Location = new System.Drawing.Point(395, 129);
this.btnEnd.Name = "btnEnd";
this.btnEnd.Size = new System.Drawing.Size(70, 37);
this.btnEnd.TabIndex = 17;
this.btnEnd.Text = "结束";
this.btnEnd.UseVisualStyleBackColor = true;
this.btnEnd.Click += new System.EventHandler(this.btnEnd_Click);
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(737, 61);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(115, 37);
this.btnSave.TabIndex = 19;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(33, 202);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 18);
this.label4.TabIndex = 21;
this.label4.Text = "路径:";
//
// txtLj
//
this.txtLj.Location = new System.Drawing.Point(105, 199);
this.txtLj.Name = "txtLj";
this.txtLj.Size = new System.Drawing.Size(608, 28);
this.txtLj.TabIndex = 20;
//
// btnLj
//
this.btnLj.Location = new System.Drawing.Point(728, 190);
this.btnLj.Name = "btnLj";
this.btnLj.Size = new System.Drawing.Size(115, 42);
this.btnLj.TabIndex = 22;
this.btnLj.Text = "选择路径";
this.btnLj.UseVisualStyleBackColor = true;
this.btnLj.Click += new System.EventHandler(this.btnLj_Click);
//
// txtHBathNo
//
this.txtHBathNo.Location = new System.Drawing.Point(471, 66);
this.txtHBathNo.Name = "txtHBathNo";
this.txtHBathNo.Size = new System.Drawing.Size(186, 28);
this.txtHBathNo.TabIndex = 24;
this.txtHBathNo.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtHBathNo_KeyUp);
//
// HBathNo
//
this.HBathNo.AutoSize = true;
this.HBathNo.Location = new System.Drawing.Point(401, 71);
this.HBathNo.Name = "HBathNo";
this.HBathNo.Size = new System.Drawing.Size(62, 18);
this.HBathNo.TabIndex = 25;
this.HBathNo.Text = "批次号";
//
// btnRest
//
this.btnRest.Location = new System.Drawing.Point(737, 123);
this.btnRest.Name = "btnRest";
this.btnRest.Size = new System.Drawing.Size(115, 37);
this.btnRest.TabIndex = 26;
this.btnRest.Text = "重置";
this.btnRest.UseVisualStyleBackColor = true;
this.btnRest.Click += new System.EventHandler(this.btnRest_Click);
//
// ListData
//
this.ListData.FormattingEnabled = true;
this.ListData.ItemHeight = 18;
this.ListData.Location = new System.Drawing.Point(-2, 239);
this.ListData.Name = "ListData";
this.ListData.Size = new System.Drawing.Size(932, 472);
this.ListData.TabIndex = 27;
//
// txtHMaterNumber
//
this.txtHMaterNumber.Location = new System.Drawing.Point(471, 101);
this.txtHMaterNumber.Name = "txtHMaterNumber";
this.txtHMaterNumber.Size = new System.Drawing.Size(186, 28);
this.txtHMaterNumber.TabIndex = 28;
//
// HMaterID
//
this.HMaterID.AutoSize = true;
this.HMaterID.Location = new System.Drawing.Point(326, 74);
this.HMaterID.Name = "HMaterID";
this.HMaterID.Size = new System.Drawing.Size(80, 18);
this.HMaterID.TabIndex = 29;
this.HMaterID.Text = "HMaterID";
this.HMaterID.Visible = false;
//
// timer
//
this.timer.Interval = 60000;
this.timer.Tick += new System.EventHandler(this.timer_Tick);
//
// Time_CLHB
//
this.Time_CLHB.Interval = 600000;
this.Time_CLHB.Tick += new System.EventHandler(this.Time_CLHB_Tick);
//
// labHMakerID
//
this.labHMakerID.AutoSize = true;
this.labHMakerID.Location = new System.Drawing.Point(674, 20);
this.labHMakerID.Name = "labHMakerID";
this.labHMakerID.Size = new System.Drawing.Size(107, 18);
this.labHMakerID.TabIndex = 34;
this.labHMakerID.Text = "labHMakerID";
this.labHMakerID.Visible = false;
//
// txtHMakerNumber
//
this.txtHMakerNumber.Location = new System.Drawing.Point(471, 17);
this.txtHMakerNumber.Name = "txtHMakerNumber";
this.txtHMakerNumber.Size = new System.Drawing.Size(186, 28);
this.txtHMakerNumber.TabIndex = 33;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(401, 22);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 18);
this.label5.TabIndex = 32;
this.label5.Text = "编码:";
//
// txtHMaker
//
this.txtHMaker.Location = new System.Drawing.Point(125, 17);
this.txtHMaker.Name = "txtHMaker";
this.txtHMaker.Size = new System.Drawing.Size(189, 28);
this.txtHMaker.TabIndex = 20;
this.txtHMaker.Enter += new System.EventHandler(this.txtHMaker_Enter);
this.txtHMaker.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHMaker_KeyDown);
this.txtHMaker.Leave += new System.EventHandler(this.txtHMaker_Leave);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(47, 22);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(71, 18);
this.label6.TabIndex = 31;
this.label6.Text = "制单人:";
//
// EquipmentCollectionForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(942, 723);
this.Controls.Add(this.labHMakerID);
this.Controls.Add(this.txtHMakerNumber);
this.Controls.Add(this.label5);
this.Controls.Add(this.txtHMaker);
this.Controls.Add(this.label6);
this.Controls.Add(this.HMaterID);
this.Controls.Add(this.txtHMaterNumber);
this.Controls.Add(this.ListData);
this.Controls.Add(this.btnRest);
this.Controls.Add(this.HBathNo);
this.Controls.Add(this.txtHBathNo);
this.Controls.Add(this.btnLj);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtLj);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.txtEnd);
this.Controls.Add(this.btnEnd);
this.Controls.Add(this.txtBegin);
this.Controls.Add(this.btnBegin);
this.Controls.Add(this.txtEquipFile);
this.Controls.Add(this.cmbEquipFile);
this.Name = "EquipmentCollectionForm";
this.Text = "设备数据采集";
this.Activated += new System.EventHandler(this.EquipmentCollectionForm_Activated);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EquipmentCollectionForm_FormClosing);
this.Load += new System.EventHandler(this.EquipmentCollectionForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ComboBox cmbEquipFile;
private System.Windows.Forms.Label txtEquipFile;
private System.Windows.Forms.Button btnBegin;
private System.Windows.Forms.TextBox txtBegin;
private System.Windows.Forms.TextBox txtEnd;
private System.Windows.Forms.Button btnEnd;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtLj;
private System.Windows.Forms.Button btnLj;
private System.Windows.Forms.TextBox txtHBathNo;
private System.Windows.Forms.Label HBathNo;
private System.Windows.Forms.Button btnRest;
private System.Windows.Forms.ListBox ListData;
private System.Windows.Forms.TextBox txtHMaterNumber;
private System.Windows.Forms.Label HMaterID;
private System.Windows.Forms.Timer Time_CLHB;
private System.Windows.Forms.Timer timer;
private System.Windows.Forms.Label labHMakerID;
private System.Windows.Forms.TextBox txtHMakerNumber;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtHMaker;
private System.Windows.Forms.Label label6;
}
}