天津投入产出系统后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

243 lines
12 KiB

namespace QMAPP.WinForm.Forms.Mend
{
partial class ProductCheckValuesFrom
{
/// <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.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tsbSave = new System.Windows.Forms.ToolStripButton();
this.tsbBack = new System.Windows.Forms.ToolStripButton();
this.labValueUp = new System.Windows.Forms.Label();
this.txtValueUp = new System.Windows.Forms.TextBox();
this.labCheckItem = new System.Windows.Forms.Label();
this.txtCheckItem = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.labelError = new System.Windows.Forms.Label();
this.comInputValue = new System.Windows.Forms.ComboBox();
this.txtValueDown = new System.Windows.Forms.TextBox();
this.labValueDown = new System.Windows.Forms.Label();
this.txtInputValue = new System.Windows.Forms.TextBox();
this.labInputValue = new System.Windows.Forms.Label();
this.toolStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.AutoSize = false;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbSave,
this.tsbBack});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(461, 60);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
//
// tsbSave
//
this.tsbSave.AutoSize = false;
this.tsbSave.Font = new System.Drawing.Font("微软雅黑", 12F);
this.tsbSave.Image = global::QMAPP.WinForm.Resource1.save;
this.tsbSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbSave.Name = "tsbSave";
this.tsbSave.Size = new System.Drawing.Size(100, 60);
this.tsbSave.Text = "保存";
this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
//
// tsbBack
//
this.tsbBack.AutoSize = false;
this.tsbBack.Font = new System.Drawing.Font("微软雅黑", 12F);
this.tsbBack.Image = global::QMAPP.WinForm.Resource1.cancle;
this.tsbBack.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbBack.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbBack.Name = "tsbBack";
this.tsbBack.Size = new System.Drawing.Size(100, 60);
this.tsbBack.Text = "返回";
this.tsbBack.Click += new System.EventHandler(this.tsbBack_Click);
//
// labValueUp
//
this.labValueUp.AutoSize = true;
this.labValueUp.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.labValueUp.Location = new System.Drawing.Point(66, 71);
this.labValueUp.Name = "labValueUp";
this.labValueUp.Size = new System.Drawing.Size(110, 16);
this.labValueUp.TabIndex = 6;
this.labValueUp.Text = "标准上限值:";
//
// txtValueUp
//
this.txtValueUp.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.txtValueUp.Location = new System.Drawing.Point(173, 66);
this.txtValueUp.MaxLength = 20;
this.txtValueUp.Name = "txtValueUp";
this.txtValueUp.ReadOnly = true;
this.txtValueUp.Size = new System.Drawing.Size(193, 26);
this.txtValueUp.TabIndex = 7;
//
// labCheckItem
//
this.labCheckItem.AutoSize = true;
this.labCheckItem.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.labCheckItem.Location = new System.Drawing.Point(68, 24);
this.labCheckItem.Name = "labCheckItem";
this.labCheckItem.Size = new System.Drawing.Size(76, 16);
this.labCheckItem.TabIndex = 11;
this.labCheckItem.Text = "抽检项:";
//
// txtCheckItem
//
this.txtCheckItem.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.txtCheckItem.Location = new System.Drawing.Point(171, 19);
this.txtCheckItem.MaxLength = 20;
this.txtCheckItem.Name = "txtCheckItem";
this.txtCheckItem.ReadOnly = true;
this.txtCheckItem.Size = new System.Drawing.Size(193, 26);
this.txtCheckItem.TabIndex = 10;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.labelError);
this.groupBox1.Controls.Add(this.comInputValue);
this.groupBox1.Controls.Add(this.txtValueDown);
this.groupBox1.Controls.Add(this.labValueDown);
this.groupBox1.Controls.Add(this.txtInputValue);
this.groupBox1.Controls.Add(this.labInputValue);
this.groupBox1.Controls.Add(this.txtCheckItem);
this.groupBox1.Controls.Add(this.labCheckItem);
this.groupBox1.Controls.Add(this.txtValueUp);
this.groupBox1.Controls.Add(this.labValueUp);
this.groupBox1.Location = new System.Drawing.Point(5, 59);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(451, 270);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
//
// labelError
//
this.labelError.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelError.ForeColor = System.Drawing.Color.Red;
this.labelError.Location = new System.Drawing.Point(78, 192);
this.labelError.Name = "labelError";
this.labelError.Size = new System.Drawing.Size(286, 48);
this.labelError.TabIndex = 17;
this.labelError.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// comInputValue
//
this.comInputValue.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comInputValue.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.comInputValue.FormattingEnabled = true;
this.comInputValue.Items.AddRange(new object[] {
"否",
"是"});
this.comInputValue.Location = new System.Drawing.Point(171, 160);
this.comInputValue.Name = "comInputValue";
this.comInputValue.Size = new System.Drawing.Size(193, 24);
this.comInputValue.TabIndex = 5;
this.comInputValue.Visible = false;
//
// txtValueDown
//
this.txtValueDown.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.txtValueDown.Location = new System.Drawing.Point(172, 112);
this.txtValueDown.MaxLength = 20;
this.txtValueDown.Name = "txtValueDown";
this.txtValueDown.ReadOnly = true;
this.txtValueDown.Size = new System.Drawing.Size(193, 26);
this.txtValueDown.TabIndex = 14;
//
// labValueDown
//
this.labValueDown.AutoSize = true;
this.labValueDown.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.labValueDown.Location = new System.Drawing.Point(66, 117);
this.labValueDown.Name = "labValueDown";
this.labValueDown.Size = new System.Drawing.Size(110, 16);
this.labValueDown.TabIndex = 15;
this.labValueDown.Text = "标准下限值:";
//
// txtInputValue
//
this.txtInputValue.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.txtInputValue.Location = new System.Drawing.Point(174, 159);
this.txtInputValue.MaxLength = 20;
this.txtInputValue.Name = "txtInputValue";
this.txtInputValue.Size = new System.Drawing.Size(193, 26);
this.txtInputValue.TabIndex = 6;
this.txtInputValue.Visible = false;
//
// labInputValue
//
this.labInputValue.AutoSize = true;
this.labInputValue.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.labInputValue.Location = new System.Drawing.Point(67, 164);
this.labInputValue.Name = "labInputValue";
this.labInputValue.Size = new System.Drawing.Size(76, 16);
this.labInputValue.TabIndex = 12;
this.labInputValue.Text = "检测值:";
//
// ProductCheckValuesFrom
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(461, 333);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.toolStrip1);
this.Name = "ProductCheckValuesFrom";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "编辑检测项值";
this.Load += new System.EventHandler(this.ProductCheckValuesFrom_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tsbSave;
private System.Windows.Forms.ToolStripButton tsbBack;
private System.Windows.Forms.Label labValueUp;
private System.Windows.Forms.TextBox txtValueUp;
private System.Windows.Forms.Label labCheckItem;
private System.Windows.Forms.TextBox txtCheckItem;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtValueDown;
private System.Windows.Forms.Label labValueDown;
private System.Windows.Forms.TextBox txtInputValue;
private System.Windows.Forms.Label labInputValue;
private System.Windows.Forms.ComboBox comInputValue;
private System.Windows.Forms.Label labelError;
}
}