tijian_jichuang/Code/SOH.JianYan/frm_YiQiAdd.Designer.cs
2025-02-20 11:54:48 +08:00

159 lines
6.3 KiB
C#

namespace SOH.JianYan
{
partial class frm_YiQiAdd
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_YiQiAdd));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.btn_OK = new System.Windows.Forms.Button();
this.txt_yq = new System.Windows.Forms.TextBox();
this.txt_yqxh = new System.Windows.Forms.TextBox();
this.cbb_yqdl = new System.Windows.Forms.ComboBox();
this.txt_yqmc = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "仪器编号:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(13, 83);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 1;
this.label2.Text = "仪器型号:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(13, 118);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 2;
this.label3.Text = "仪器类型:";
//
// btn_OK
//
this.btn_OK.Location = new System.Drawing.Point(135, 164);
this.btn_OK.Name = "btn_OK";
this.btn_OK.Size = new System.Drawing.Size(75, 23);
this.btn_OK.TabIndex = 3;
this.btn_OK.Text = "确定";
this.btn_OK.UseVisualStyleBackColor = true;
this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
//
// txt_yq
//
this.txt_yq.Location = new System.Drawing.Point(84, 10);
this.txt_yq.Name = "txt_yq";
this.txt_yq.Size = new System.Drawing.Size(159, 21);
this.txt_yq.TabIndex = 4;
//
// txt_yqxh
//
this.txt_yqxh.Location = new System.Drawing.Point(84, 80);
this.txt_yqxh.Name = "txt_yqxh";
this.txt_yqxh.ReadOnly = true;
this.txt_yqxh.Size = new System.Drawing.Size(159, 21);
this.txt_yqxh.TabIndex = 5;
//
// cbb_yqdl
//
this.cbb_yqdl.DisplayMember = "lisdl";
this.cbb_yqdl.Enabled = false;
this.cbb_yqdl.FormattingEnabled = true;
this.cbb_yqdl.Location = new System.Drawing.Point(84, 115);
this.cbb_yqdl.Name = "cbb_yqdl";
this.cbb_yqdl.Size = new System.Drawing.Size(159, 20);
this.cbb_yqdl.TabIndex = 6;
this.cbb_yqdl.ValueMember = "id";
//
// txt_yqmc
//
this.txt_yqmc.Location = new System.Drawing.Point(84, 45);
this.txt_yqmc.Name = "txt_yqmc";
this.txt_yqmc.Size = new System.Drawing.Size(159, 21);
this.txt_yqmc.TabIndex = 8;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(13, 48);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 7;
this.label4.Text = "仪器名称:";
//
// frm_YiQiAdd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(395, 197);
this.Controls.Add(this.txt_yqmc);
this.Controls.Add(this.label4);
this.Controls.Add(this.cbb_yqdl);
this.Controls.Add(this.txt_yqxh);
this.Controls.Add(this.txt_yq);
this.Controls.Add(this.btn_OK);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frm_YiQiAdd";
this.Text = "LIS仪器安装";
this.Load += new System.EventHandler(this.frm_YiQiAdd_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btn_OK;
private System.Windows.Forms.TextBox txt_yq;
private System.Windows.Forms.TextBox txt_yqxh;
private System.Windows.Forms.ComboBox cbb_yqdl;
private System.Windows.Forms.TextBox txt_yqmc;
private System.Windows.Forms.Label label4;
}
}