| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- namespace Core.StlMes.Client.ZGMil.NodeResultQuery
- {
- partial class FrmUserRomm
- {
- /// <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.comboBox1 = new System.Windows.Forms.ComboBox();
- this.btn_OK = new System.Windows.Forms.Button();
- this.btn_Canle = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // comboBox1
- //
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Items.AddRange(new object[] {
- "锯切1#台",
- "锯切2#台"});
- this.comboBox1.Location = new System.Drawing.Point(125, 103);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(121, 20);
- this.comboBox1.TabIndex = 0;
- //
- // btn_OK
- //
- this.btn_OK.Location = new System.Drawing.Point(71, 167);
- this.btn_OK.Name = "btn_OK";
- this.btn_OK.Size = new System.Drawing.Size(75, 23);
- this.btn_OK.TabIndex = 1;
- this.btn_OK.Text = "确认";
- this.btn_OK.UseVisualStyleBackColor = true;
- this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
- //
- // btn_Canle
- //
- this.btn_Canle.Location = new System.Drawing.Point(190, 167);
- this.btn_Canle.Name = "btn_Canle";
- this.btn_Canle.Size = new System.Drawing.Size(75, 23);
- this.btn_Canle.TabIndex = 2;
- this.btn_Canle.Text = "取消";
- this.btn_Canle.UseVisualStyleBackColor = true;
- this.btn_Canle.Click += new System.EventHandler(this.btn_Canle_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(82, 107);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(41, 12);
- this.label1.TabIndex = 3;
- this.label1.Text = "台号:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.ForeColor = System.Drawing.Color.Red;
- this.label2.Location = new System.Drawing.Point(81, 47);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(200, 16);
- this.label2.TabIndex = 4;
- this.label2.Text = "请选择您所处的台号并确认";
- //
- // FrmUserRomm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(389, 239);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.btn_Canle);
- this.Controls.Add(this.btn_OK);
- this.Controls.Add(this.comboBox1);
- this.Name = "FrmUserRomm";
- this.Text = "锯切台选择";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.Button btn_OK;
- private System.Windows.Forms.Button btn_Canle;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- }
- }
|