using SmartCoalApplication.Core.CustomControl;
namespace SmartCoalApplication.MeasureProcedure
{
partial class InspectionItemMaintenance
{
///
/// 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()
{
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textBoxName = new SmartCoalApplication.Core.CustomControl.NewTextBox();
this.textBoxSpecification1 = new System.Windows.Forms.TextBox();
this.textBoxSpecification2 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.labelX = new System.Windows.Forms.Label();
this.buttonConfirm = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.comboBoxCmpre2 = new System.Windows.Forms.ComboBox();
this.comboBoxCmpre1 = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(141, 85);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(52, 15);
this.label1.TabIndex = 0;
this.label1.Text = "名稱:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(141, 134);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(52, 15);
this.label2.TabIndex = 1;
this.label2.Text = "規格:";
this.label2.Click += new System.EventHandler(this.label2_Click);
//
// textBoxName
//
this.textBoxName.Location = new System.Drawing.Point(199, 81);
this.textBoxName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.textBoxName.Name = "textBoxName";
this.textBoxName.Size = new System.Drawing.Size(248, 25);
this.textBoxName.TabIndex = 2;
//
// textBoxSpecification1
//
this.textBoxSpecification1.Location = new System.Drawing.Point(202, 129);
this.textBoxSpecification1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.textBoxSpecification1.Name = "textBoxSpecification1";
this.textBoxSpecification1.Size = new System.Drawing.Size(88, 25);
this.textBoxSpecification1.TabIndex = 3;
//
// textBoxSpecification2
//
this.textBoxSpecification2.Location = new System.Drawing.Point(441, 129);
this.textBoxSpecification2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.textBoxSpecification2.Name = "textBoxSpecification2";
this.textBoxSpecification2.Size = new System.Drawing.Size(88, 25);
this.textBoxSpecification2.TabIndex = 4;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(255, 134);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(23, 15);
this.label3.TabIndex = 5;
this.label3.Text = "um";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(497, 134);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(23, 15);
this.label4.TabIndex = 6;
this.label4.Text = "um";
//
// labelX
//
this.labelX.AutoSize = true;
this.labelX.Location = new System.Drawing.Point(358, 134);
this.labelX.Name = "labelX";
this.labelX.Size = new System.Drawing.Size(15, 15);
this.labelX.TabIndex = 7;
this.labelX.Text = "X";
//
// buttonConfirm
//
this.buttonConfirm.Location = new System.Drawing.Point(212, 204);
this.buttonConfirm.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.buttonConfirm.Name = "buttonConfirm";
this.buttonConfirm.Size = new System.Drawing.Size(75, 32);
this.buttonConfirm.TabIndex = 9;
this.buttonConfirm.Text = "確認";
this.buttonConfirm.UseVisualStyleBackColor = true;
this.buttonConfirm.Click += new System.EventHandler(this.buttonConfirm_Click);
//
// buttonCancel
//
this.buttonCancel.Location = new System.Drawing.Point(313, 204);
this.buttonCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 32);
this.buttonCancel.TabIndex = 10;
this.buttonCancel.Text = "取消";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
//
// comboBoxCmpre2
//
this.comboBoxCmpre2.FormattingEnabled = true;
this.comboBoxCmpre2.Items.AddRange(new object[] {
"<",
"<="});
this.comboBoxCmpre2.Location = new System.Drawing.Point(382, 130);
this.comboBoxCmpre2.Name = "comboBoxCmpre2";
this.comboBoxCmpre2.Size = new System.Drawing.Size(50, 23);
this.comboBoxCmpre2.TabIndex = 11;
this.comboBoxCmpre2.Text = "<";
//
// comboBoxCmpre1
//
this.comboBoxCmpre1.FormattingEnabled = true;
this.comboBoxCmpre1.Items.AddRange(new object[] {
"<",
"<="});
this.comboBoxCmpre1.Location = new System.Drawing.Point(299, 130);
this.comboBoxCmpre1.Name = "comboBoxCmpre1";
this.comboBoxCmpre1.Size = new System.Drawing.Size(50, 23);
this.comboBoxCmpre1.TabIndex = 12;
this.comboBoxCmpre1.Text = "<";
//
// InspectionItemMaintenance
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(673, 305);
this.Controls.Add(this.comboBoxCmpre1);
this.Controls.Add(this.comboBoxCmpre2);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonConfirm);
this.Controls.Add(this.labelX);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.textBoxSpecification2);
this.Controls.Add(this.textBoxSpecification1);
this.Controls.Add(this.textBoxName);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "InspectionItemMaintenance";
this.Text = "檢驗項目維護";
this.Load += new System.EventHandler(this.InspectionItemMaintenance_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private NewTextBox textBoxName;
private System.Windows.Forms.TextBox textBoxSpecification1;
private System.Windows.Forms.TextBox textBoxSpecification2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label labelX;
private System.Windows.Forms.Button buttonConfirm;
private System.Windows.Forms.Button buttonCancel;
private System.Windows.Forms.ComboBox comboBoxCmpre2;
private System.Windows.Forms.ComboBox comboBoxCmpre1;
}
}