|
namespace WFormReadData_SMR
|
{
|
partial class EquipmentCollectionForm
|
{
|
/// <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.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.SuspendLayout();
|
//
|
// cmbEquipFile
|
//
|
this.cmbEquipFile.FormattingEnabled = true;
|
this.cmbEquipFile.Location = new System.Drawing.Point(128, 39);
|
this.cmbEquipFile.Name = "cmbEquipFile";
|
this.cmbEquipFile.Size = new System.Drawing.Size(174, 26);
|
this.cmbEquipFile.TabIndex = 13;
|
//
|
// txtEquipFile
|
//
|
this.txtEquipFile.AutoSize = true;
|
this.txtEquipFile.Location = new System.Drawing.Point(69, 47);
|
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(52, 91);
|
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(128, 97);
|
this.txtBegin.Name = "txtBegin";
|
this.txtBegin.Size = new System.Drawing.Size(174, 28);
|
this.txtBegin.TabIndex = 16;
|
//
|
// txtEnd
|
//
|
this.txtEnd.Location = new System.Drawing.Point(478, 100);
|
this.txtEnd.Name = "txtEnd";
|
this.txtEnd.Size = new System.Drawing.Size(164, 28);
|
this.txtEnd.TabIndex = 18;
|
//
|
// btnEnd
|
//
|
this.btnEnd.Location = new System.Drawing.Point(402, 94);
|
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(744, 26);
|
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(40, 167);
|
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(112, 164);
|
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(735, 155);
|
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(478, 31);
|
this.txtHBathNo.Name = "txtHBathNo";
|
this.txtHBathNo.Size = new System.Drawing.Size(164, 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(408, 36);
|
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(744, 88);
|
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(5, 204);
|
this.ListData.Name = "ListData";
|
this.ListData.Size = new System.Drawing.Size(932, 472);
|
this.ListData.TabIndex = 27;
|
//
|
// EquipmentCollectionForm
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(942, 693);
|
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.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;
|
}
|
}
|