291 lines
12 KiB
C#
291 lines
12 KiB
C#
|
|
namespace SOH.JianYan
|
|||
|
|
{
|
|||
|
|
partial class frmAddZhiKongPin
|
|||
|
|
{
|
|||
|
|
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
|
|||
|
|
this.dtp_endrq = new System.Windows.Forms.DateTimePicker();
|
|||
|
|
this.dtp_strrq = new System.Windows.Forms.DateTimePicker();
|
|||
|
|
this.label9 = new System.Windows.Forms.Label();
|
|||
|
|
this.label10 = new System.Windows.Forms.Label();
|
|||
|
|
this.txb_bz = new System.Windows.Forms.TextBox();
|
|||
|
|
this.label5 = new System.Windows.Forms.Label();
|
|||
|
|
this.label6 = new System.Windows.Forms.Label();
|
|||
|
|
this.txb_hxsj = new System.Windows.Forms.TextBox();
|
|||
|
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
|
this.txb_sccj = new System.Windows.Forms.TextBox();
|
|||
|
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
|
this.txb_jyff = new System.Windows.Forms.TextBox();
|
|||
|
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
|
this.txb_pch = new System.Windows.Forms.TextBox();
|
|||
|
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
|
this.cbQybj = new System.Windows.Forms.CheckBox();
|
|||
|
|
this.button1 = new System.Windows.Forms.Button();
|
|||
|
|
this.button2 = new System.Windows.Forms.Button();
|
|||
|
|
this.cbNd = new System.Windows.Forms.ComboBox();
|
|||
|
|
this.groupBox1.SuspendLayout();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// groupBox1
|
|||
|
|
//
|
|||
|
|
this.groupBox1.Controls.Add(this.cbNd);
|
|||
|
|
this.groupBox1.Controls.Add(this.dtp_endrq);
|
|||
|
|
this.groupBox1.Controls.Add(this.dtp_strrq);
|
|||
|
|
this.groupBox1.Controls.Add(this.label9);
|
|||
|
|
this.groupBox1.Controls.Add(this.label10);
|
|||
|
|
this.groupBox1.Controls.Add(this.txb_bz);
|
|||
|
|
this.groupBox1.Controls.Add(this.label5);
|
|||
|
|
this.groupBox1.Controls.Add(this.label6);
|
|||
|
|
this.groupBox1.Controls.Add(this.txb_hxsj);
|
|||
|
|
this.groupBox1.Controls.Add(this.label3);
|
|||
|
|
this.groupBox1.Controls.Add(this.txb_sccj);
|
|||
|
|
this.groupBox1.Controls.Add(this.label4);
|
|||
|
|
this.groupBox1.Controls.Add(this.txb_jyff);
|
|||
|
|
this.groupBox1.Controls.Add(this.label2);
|
|||
|
|
this.groupBox1.Controls.Add(this.txb_pch);
|
|||
|
|
this.groupBox1.Controls.Add(this.label1);
|
|||
|
|
this.groupBox1.Controls.Add(this.cbQybj);
|
|||
|
|
this.groupBox1.Location = new System.Drawing.Point(31, 28);
|
|||
|
|
this.groupBox1.Name = "groupBox1";
|
|||
|
|
this.groupBox1.Size = new System.Drawing.Size(615, 324);
|
|||
|
|
this.groupBox1.TabIndex = 0;
|
|||
|
|
this.groupBox1.TabStop = false;
|
|||
|
|
this.groupBox1.Text = "常规";
|
|||
|
|
//
|
|||
|
|
// dtp_endrq
|
|||
|
|
//
|
|||
|
|
this.dtp_endrq.CustomFormat = "yyyy-MM-dd";
|
|||
|
|
this.dtp_endrq.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|||
|
|
this.dtp_endrq.Location = new System.Drawing.Point(396, 254);
|
|||
|
|
this.dtp_endrq.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
|
this.dtp_endrq.Name = "dtp_endrq";
|
|||
|
|
this.dtp_endrq.Size = new System.Drawing.Size(155, 25);
|
|||
|
|
this.dtp_endrq.TabIndex = 52;
|
|||
|
|
//
|
|||
|
|
// dtp_strrq
|
|||
|
|
//
|
|||
|
|
this.dtp_strrq.CustomFormat = "yyyy-MM-dd";
|
|||
|
|
this.dtp_strrq.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|||
|
|
this.dtp_strrq.Location = new System.Drawing.Point(115, 254);
|
|||
|
|
this.dtp_strrq.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
|
this.dtp_strrq.Name = "dtp_strrq";
|
|||
|
|
this.dtp_strrq.Size = new System.Drawing.Size(155, 25);
|
|||
|
|
this.dtp_strrq.TabIndex = 51;
|
|||
|
|
//
|
|||
|
|
// label9
|
|||
|
|
//
|
|||
|
|
this.label9.AutoSize = true;
|
|||
|
|
this.label9.Location = new System.Drawing.Point(313, 259);
|
|||
|
|
this.label9.Name = "label9";
|
|||
|
|
this.label9.Size = new System.Drawing.Size(82, 15);
|
|||
|
|
this.label9.TabIndex = 20;
|
|||
|
|
this.label9.Text = "结束时间:";
|
|||
|
|
//
|
|||
|
|
// label10
|
|||
|
|
//
|
|||
|
|
this.label10.AutoSize = true;
|
|||
|
|
this.label10.Location = new System.Drawing.Point(33, 259);
|
|||
|
|
this.label10.Name = "label10";
|
|||
|
|
this.label10.Size = new System.Drawing.Size(82, 15);
|
|||
|
|
this.label10.TabIndex = 18;
|
|||
|
|
this.label10.Text = "开始时间:";
|
|||
|
|
//
|
|||
|
|
// txb_bz
|
|||
|
|
//
|
|||
|
|
this.txb_bz.Location = new System.Drawing.Point(396, 203);
|
|||
|
|
this.txb_bz.Name = "txb_bz";
|
|||
|
|
this.txb_bz.Size = new System.Drawing.Size(155, 25);
|
|||
|
|
this.txb_bz.TabIndex = 13;
|
|||
|
|
//
|
|||
|
|
// label5
|
|||
|
|
//
|
|||
|
|
this.label5.AutoSize = true;
|
|||
|
|
this.label5.Location = new System.Drawing.Point(313, 208);
|
|||
|
|
this.label5.Name = "label5";
|
|||
|
|
this.label5.Size = new System.Drawing.Size(76, 15);
|
|||
|
|
this.label5.TabIndex = 12;
|
|||
|
|
this.label5.Text = "备 注:";
|
|||
|
|
//
|
|||
|
|
// label6
|
|||
|
|
//
|
|||
|
|
this.label6.AutoSize = true;
|
|||
|
|
this.label6.Location = new System.Drawing.Point(33, 208);
|
|||
|
|
this.label6.Name = "label6";
|
|||
|
|
this.label6.Size = new System.Drawing.Size(76, 15);
|
|||
|
|
this.label6.TabIndex = 10;
|
|||
|
|
this.label6.Text = "浓 度:";
|
|||
|
|
//
|
|||
|
|
// txb_hxsj
|
|||
|
|
//
|
|||
|
|
this.txb_hxsj.Location = new System.Drawing.Point(396, 152);
|
|||
|
|
this.txb_hxsj.Name = "txb_hxsj";
|
|||
|
|
this.txb_hxsj.Size = new System.Drawing.Size(155, 25);
|
|||
|
|
this.txb_hxsj.TabIndex = 9;
|
|||
|
|
//
|
|||
|
|
// label3
|
|||
|
|
//
|
|||
|
|
this.label3.AutoSize = true;
|
|||
|
|
this.label3.Location = new System.Drawing.Point(313, 157);
|
|||
|
|
this.label3.Name = "label3";
|
|||
|
|
this.label3.Size = new System.Drawing.Size(82, 15);
|
|||
|
|
this.label3.TabIndex = 8;
|
|||
|
|
this.label3.Text = "化学试剂:";
|
|||
|
|
//
|
|||
|
|
// txb_sccj
|
|||
|
|
//
|
|||
|
|
this.txb_sccj.Location = new System.Drawing.Point(115, 152);
|
|||
|
|
this.txb_sccj.Name = "txb_sccj";
|
|||
|
|
this.txb_sccj.Size = new System.Drawing.Size(155, 25);
|
|||
|
|
this.txb_sccj.TabIndex = 7;
|
|||
|
|
//
|
|||
|
|
// label4
|
|||
|
|
//
|
|||
|
|
this.label4.AutoSize = true;
|
|||
|
|
this.label4.Location = new System.Drawing.Point(33, 157);
|
|||
|
|
this.label4.Name = "label4";
|
|||
|
|
this.label4.Size = new System.Drawing.Size(82, 15);
|
|||
|
|
this.label4.TabIndex = 6;
|
|||
|
|
this.label4.Text = "生产厂家:";
|
|||
|
|
//
|
|||
|
|
// txb_jyff
|
|||
|
|
//
|
|||
|
|
this.txb_jyff.Location = new System.Drawing.Point(396, 102);
|
|||
|
|
this.txb_jyff.Name = "txb_jyff";
|
|||
|
|
this.txb_jyff.Size = new System.Drawing.Size(155, 25);
|
|||
|
|
this.txb_jyff.TabIndex = 5;
|
|||
|
|
//
|
|||
|
|
// label2
|
|||
|
|
//
|
|||
|
|
this.label2.AutoSize = true;
|
|||
|
|
this.label2.Location = new System.Drawing.Point(313, 107);
|
|||
|
|
this.label2.Name = "label2";
|
|||
|
|
this.label2.Size = new System.Drawing.Size(82, 15);
|
|||
|
|
this.label2.TabIndex = 4;
|
|||
|
|
this.label2.Text = "检验方法:";
|
|||
|
|
//
|
|||
|
|
// txb_pch
|
|||
|
|
//
|
|||
|
|
this.txb_pch.Location = new System.Drawing.Point(115, 102);
|
|||
|
|
this.txb_pch.Name = "txb_pch";
|
|||
|
|
this.txb_pch.Size = new System.Drawing.Size(155, 25);
|
|||
|
|
this.txb_pch.TabIndex = 3;
|
|||
|
|
//
|
|||
|
|
// label1
|
|||
|
|
//
|
|||
|
|
this.label1.AutoSize = true;
|
|||
|
|
this.label1.Location = new System.Drawing.Point(33, 107);
|
|||
|
|
this.label1.Name = "label1";
|
|||
|
|
this.label1.Size = new System.Drawing.Size(67, 15);
|
|||
|
|
this.label1.TabIndex = 2;
|
|||
|
|
this.label1.Text = "批次号:";
|
|||
|
|
//
|
|||
|
|
// cbQybj
|
|||
|
|
//
|
|||
|
|
this.cbQybj.AutoSize = true;
|
|||
|
|
this.cbQybj.Location = new System.Drawing.Point(103, 42);
|
|||
|
|
this.cbQybj.Name = "cbQybj";
|
|||
|
|
this.cbQybj.Size = new System.Drawing.Size(59, 19);
|
|||
|
|
this.cbQybj.TabIndex = 1;
|
|||
|
|
this.cbQybj.Text = "启用";
|
|||
|
|
this.cbQybj.UseVisualStyleBackColor = true;
|
|||
|
|
//
|
|||
|
|
// button1
|
|||
|
|
//
|
|||
|
|
this.button1.Location = new System.Drawing.Point(348, 395);
|
|||
|
|
this.button1.Name = "button1";
|
|||
|
|
this.button1.Size = new System.Drawing.Size(85, 38);
|
|||
|
|
this.button1.TabIndex = 1;
|
|||
|
|
this.button1.Text = "确定";
|
|||
|
|
this.button1.UseVisualStyleBackColor = true;
|
|||
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|||
|
|
//
|
|||
|
|
// button2
|
|||
|
|
//
|
|||
|
|
this.button2.Location = new System.Drawing.Point(463, 395);
|
|||
|
|
this.button2.Name = "button2";
|
|||
|
|
this.button2.Size = new System.Drawing.Size(85, 38);
|
|||
|
|
this.button2.TabIndex = 2;
|
|||
|
|
this.button2.Text = "取消";
|
|||
|
|
this.button2.UseVisualStyleBackColor = true;
|
|||
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|||
|
|
//
|
|||
|
|
// cbNd
|
|||
|
|
//
|
|||
|
|
this.cbNd.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
|
this.cbNd.FormattingEnabled = true;
|
|||
|
|
this.cbNd.Items.AddRange(new object[] {
|
|||
|
|
"低",
|
|||
|
|
"中",
|
|||
|
|
"高"});
|
|||
|
|
this.cbNd.Location = new System.Drawing.Point(115, 203);
|
|||
|
|
this.cbNd.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
|
this.cbNd.Name = "cbNd";
|
|||
|
|
this.cbNd.Size = new System.Drawing.Size(155, 23);
|
|||
|
|
this.cbNd.TabIndex = 53;
|
|||
|
|
//
|
|||
|
|
// frmAddZhiKongPin
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(682, 466);
|
|||
|
|
this.Controls.Add(this.button2);
|
|||
|
|
this.Controls.Add(this.button1);
|
|||
|
|
this.Controls.Add(this.groupBox1);
|
|||
|
|
this.Name = "frmAddZhiKongPin";
|
|||
|
|
this.Text = "质控品";
|
|||
|
|
this.Load += new System.EventHandler(this.frmAddZhiKongPin_Load);
|
|||
|
|
this.groupBox1.ResumeLayout(false);
|
|||
|
|
this.groupBox1.PerformLayout();
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|||
|
|
private System.Windows.Forms.CheckBox cbQybj;
|
|||
|
|
private System.Windows.Forms.TextBox txb_pch;
|
|||
|
|
private System.Windows.Forms.Label label1;
|
|||
|
|
private System.Windows.Forms.Label label9;
|
|||
|
|
private System.Windows.Forms.Label label10;
|
|||
|
|
private System.Windows.Forms.TextBox txb_bz;
|
|||
|
|
private System.Windows.Forms.Label label5;
|
|||
|
|
private System.Windows.Forms.Label label6;
|
|||
|
|
private System.Windows.Forms.TextBox txb_hxsj;
|
|||
|
|
private System.Windows.Forms.Label label3;
|
|||
|
|
private System.Windows.Forms.TextBox txb_sccj;
|
|||
|
|
private System.Windows.Forms.Label label4;
|
|||
|
|
private System.Windows.Forms.TextBox txb_jyff;
|
|||
|
|
private System.Windows.Forms.Label label2;
|
|||
|
|
private System.Windows.Forms.Button button1;
|
|||
|
|
private System.Windows.Forms.Button button2;
|
|||
|
|
private System.Windows.Forms.DateTimePicker dtp_strrq;
|
|||
|
|
private System.Windows.Forms.DateTimePicker dtp_endrq;
|
|||
|
|
private System.Windows.Forms.ComboBox cbNd;
|
|||
|
|
}
|
|||
|
|
}
|