FrmUserRomm.Designer.cs 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. namespace Core.StlMes.Client.ZGMil.NodeResultQuery
  2. {
  3. partial class FrmUserRomm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.comboBox1 = new System.Windows.Forms.ComboBox();
  29. this.btn_OK = new System.Windows.Forms.Button();
  30. this.btn_Canle = new System.Windows.Forms.Button();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.SuspendLayout();
  34. //
  35. // comboBox1
  36. //
  37. this.comboBox1.FormattingEnabled = true;
  38. this.comboBox1.Items.AddRange(new object[] {
  39. "锯切1#台",
  40. "锯切2#台"});
  41. this.comboBox1.Location = new System.Drawing.Point(125, 103);
  42. this.comboBox1.Name = "comboBox1";
  43. this.comboBox1.Size = new System.Drawing.Size(121, 20);
  44. this.comboBox1.TabIndex = 0;
  45. //
  46. // btn_OK
  47. //
  48. this.btn_OK.Location = new System.Drawing.Point(71, 167);
  49. this.btn_OK.Name = "btn_OK";
  50. this.btn_OK.Size = new System.Drawing.Size(75, 23);
  51. this.btn_OK.TabIndex = 1;
  52. this.btn_OK.Text = "确认";
  53. this.btn_OK.UseVisualStyleBackColor = true;
  54. this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
  55. //
  56. // btn_Canle
  57. //
  58. this.btn_Canle.Location = new System.Drawing.Point(190, 167);
  59. this.btn_Canle.Name = "btn_Canle";
  60. this.btn_Canle.Size = new System.Drawing.Size(75, 23);
  61. this.btn_Canle.TabIndex = 2;
  62. this.btn_Canle.Text = "取消";
  63. this.btn_Canle.UseVisualStyleBackColor = true;
  64. this.btn_Canle.Click += new System.EventHandler(this.btn_Canle_Click);
  65. //
  66. // label1
  67. //
  68. this.label1.AutoSize = true;
  69. this.label1.Location = new System.Drawing.Point(82, 107);
  70. this.label1.Name = "label1";
  71. this.label1.Size = new System.Drawing.Size(41, 12);
  72. this.label1.TabIndex = 3;
  73. this.label1.Text = "台号:";
  74. //
  75. // label2
  76. //
  77. this.label2.AutoSize = true;
  78. this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.label2.ForeColor = System.Drawing.Color.Red;
  80. this.label2.Location = new System.Drawing.Point(81, 47);
  81. this.label2.Name = "label2";
  82. this.label2.Size = new System.Drawing.Size(200, 16);
  83. this.label2.TabIndex = 4;
  84. this.label2.Text = "请选择您所处的台号并确认";
  85. //
  86. // FrmUserRomm
  87. //
  88. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  89. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  90. this.ClientSize = new System.Drawing.Size(389, 239);
  91. this.Controls.Add(this.label2);
  92. this.Controls.Add(this.label1);
  93. this.Controls.Add(this.btn_Canle);
  94. this.Controls.Add(this.btn_OK);
  95. this.Controls.Add(this.comboBox1);
  96. this.Name = "FrmUserRomm";
  97. this.Text = "锯切台选择";
  98. this.ResumeLayout(false);
  99. this.PerformLayout();
  100. }
  101. #endregion
  102. private System.Windows.Forms.ComboBox comboBox1;
  103. private System.Windows.Forms.Button btn_OK;
  104. private System.Windows.Forms.Button btn_Canle;
  105. private System.Windows.Forms.Label label1;
  106. private System.Windows.Forms.Label label2;
  107. }
  108. }