namespace CNAS_DBSync
{
partial class frmInstrumentCode
{
///
/// 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(frmInstrumentCode));
this.txtCode = new System.Windows.Forms.TextBox();
this.btnOK = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.cbxInstruType = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// txtCode
//
this.txtCode.Location = new System.Drawing.Point(83, 25);
this.txtCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtCode.Name = "txtCode";
this.txtCode.Size = new System.Drawing.Size(275, 23);
this.txtCode.TabIndex = 0;
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(289, 89);
this.btnOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(90, 30);
this.btnOK.TabIndex = 1;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(11, 28);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(68, 17);
this.label1.TabIndex = 2;
this.label1.Text = "仪器编号:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(35, 60);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(44, 17);
this.label2.TabIndex = 3;
this.label2.Text = "类型:";
//
// cbxInstruType
//
this.cbxInstruType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbxInstruType.FormattingEnabled = true;
this.cbxInstruType.Items.AddRange(new object[] {
"水分仪",
"测硫仪",
"工业分析仪",
"灰熔点",
"红外测硫仪",
"元素分析仪",
"量热仪",
"其它"});
this.cbxInstruType.Location = new System.Drawing.Point(82, 56);
this.cbxInstruType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.cbxInstruType.Name = "cbxInstruType";
this.cbxInstruType.Size = new System.Drawing.Size(276, 25);
this.cbxInstruType.TabIndex = 4;
//
// frmInstrumentCode
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(395, 130);
this.Controls.Add(this.cbxInstruType);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.txtCode);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmInstrumentCode";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "请填写仪器编号";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtCode;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cbxInstruType;
}
}