123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 |
-
- using SmartCoalApplication.Core.CustomControl;
- namespace SmartCoalApplication.MeasureProcedure
- {
- partial class InspectionItemMaintenance
- {
- /// <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.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;
- }
- }
|