frmMolirnleave.Designer.cs 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. namespace Core.LgMes.Client.LgJobMgt
  2. {
  3. partial class frmMolirnleave
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. this.rbBOF03 = new System.Windows.Forms.RadioButton();
  30. this.rbBOF02 = new System.Windows.Forms.RadioButton();
  31. this.rbBOF01 = new System.Windows.Forms.RadioButton();
  32. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  33. this.btnNo = new System.Windows.Forms.Button();
  34. this.btnOk = new System.Windows.Forms.Button();
  35. this.textBox1 = new System.Windows.Forms.TextBox();
  36. this.textBox2 = new System.Windows.Forms.TextBox();
  37. this.textBox3 = new System.Windows.Forms.TextBox();
  38. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  39. this.ultraGroupBox2.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // rbBOF03
  43. //
  44. this.rbBOF03.AutoSize = true;
  45. this.rbBOF03.Location = new System.Drawing.Point(26, 83);
  46. this.rbBOF03.Name = "rbBOF03";
  47. this.rbBOF03.Size = new System.Drawing.Size(59, 16);
  48. this.rbBOF03.TabIndex = 15;
  49. this.rbBOF03.TabStop = true;
  50. this.rbBOF03.Tag = "BOF03";
  51. this.rbBOF03.Text = "3#转炉";
  52. this.rbBOF03.UseVisualStyleBackColor = true;
  53. //
  54. // rbBOF02
  55. //
  56. this.rbBOF02.AutoSize = true;
  57. this.rbBOF02.Location = new System.Drawing.Point(26, 51);
  58. this.rbBOF02.Name = "rbBOF02";
  59. this.rbBOF02.Size = new System.Drawing.Size(59, 16);
  60. this.rbBOF02.TabIndex = 14;
  61. this.rbBOF02.TabStop = true;
  62. this.rbBOF02.Tag = "BOF02";
  63. this.rbBOF02.Text = "2#转炉";
  64. this.rbBOF02.UseVisualStyleBackColor = true;
  65. //
  66. // rbBOF01
  67. //
  68. this.rbBOF01.AutoSize = true;
  69. this.rbBOF01.Location = new System.Drawing.Point(26, 19);
  70. this.rbBOF01.Name = "rbBOF01";
  71. this.rbBOF01.Size = new System.Drawing.Size(59, 16);
  72. this.rbBOF01.TabIndex = 13;
  73. this.rbBOF01.TabStop = true;
  74. this.rbBOF01.Tag = "BOF01";
  75. this.rbBOF01.Text = "1#转炉";
  76. this.rbBOF01.UseVisualStyleBackColor = true;
  77. //
  78. // ultraGroupBox2
  79. //
  80. appearance1.BackColor = System.Drawing.Color.LightSteelBlue;
  81. this.ultraGroupBox2.Appearance = appearance1;
  82. this.ultraGroupBox2.Controls.Add(this.textBox3);
  83. this.ultraGroupBox2.Controls.Add(this.textBox2);
  84. this.ultraGroupBox2.Controls.Add(this.textBox1);
  85. this.ultraGroupBox2.Controls.Add(this.rbBOF03);
  86. this.ultraGroupBox2.Controls.Add(this.btnNo);
  87. this.ultraGroupBox2.Controls.Add(this.rbBOF02);
  88. this.ultraGroupBox2.Controls.Add(this.btnOk);
  89. this.ultraGroupBox2.Controls.Add(this.rbBOF01);
  90. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  91. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  92. this.ultraGroupBox2.Name = "ultraGroupBox2";
  93. this.ultraGroupBox2.Size = new System.Drawing.Size(282, 159);
  94. this.ultraGroupBox2.TabIndex = 6;
  95. //
  96. // btnNo
  97. //
  98. this.btnNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(167)))), ((int)(((byte)(222)))));
  99. this.btnNo.Location = new System.Drawing.Point(186, 117);
  100. this.btnNo.Name = "btnNo";
  101. this.btnNo.Size = new System.Drawing.Size(63, 23);
  102. this.btnNo.TabIndex = 3;
  103. this.btnNo.Text = "取 消";
  104. this.btnNo.UseVisualStyleBackColor = false;
  105. this.btnNo.Click += new System.EventHandler(this.btnNo_Click);
  106. //
  107. // btnOk
  108. //
  109. this.btnOk.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(167)))), ((int)(((byte)(222)))));
  110. this.btnOk.Location = new System.Drawing.Point(92, 117);
  111. this.btnOk.Name = "btnOk";
  112. this.btnOk.Size = new System.Drawing.Size(63, 23);
  113. this.btnOk.TabIndex = 2;
  114. this.btnOk.Text = "确 定";
  115. this.btnOk.UseVisualStyleBackColor = false;
  116. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  117. //
  118. // textBox1
  119. //
  120. this.textBox1.Location = new System.Drawing.Point(93, 17);
  121. this.textBox1.Name = "textBox1";
  122. this.textBox1.Size = new System.Drawing.Size(156, 21);
  123. this.textBox1.TabIndex = 16;
  124. //
  125. // textBox2
  126. //
  127. this.textBox2.Location = new System.Drawing.Point(93, 49);
  128. this.textBox2.Name = "textBox2";
  129. this.textBox2.Size = new System.Drawing.Size(156, 21);
  130. this.textBox2.TabIndex = 17;
  131. //
  132. // textBox3
  133. //
  134. this.textBox3.Location = new System.Drawing.Point(93, 81);
  135. this.textBox3.Name = "textBox3";
  136. this.textBox3.Size = new System.Drawing.Size(156, 21);
  137. this.textBox3.TabIndex = 18;
  138. //
  139. // frmMolirnleave
  140. //
  141. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  142. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  143. this.ClientSize = new System.Drawing.Size(282, 159);
  144. this.Controls.Add(this.ultraGroupBox2);
  145. this.MaximizeBox = false;
  146. this.MinimizeBox = false;
  147. this.Name = "frmMolirnleave";
  148. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  149. this.Text = "铁水去向";
  150. this.Load += new System.EventHandler(this.frmMolirnleave_Load);
  151. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  152. this.ultraGroupBox2.ResumeLayout(false);
  153. this.ultraGroupBox2.PerformLayout();
  154. this.ResumeLayout(false);
  155. }
  156. #endregion
  157. private System.Windows.Forms.RadioButton rbBOF03;
  158. private System.Windows.Forms.RadioButton rbBOF02;
  159. private System.Windows.Forms.RadioButton rbBOF01;
  160. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  161. private System.Windows.Forms.Button btnNo;
  162. private System.Windows.Forms.Button btnOk;
  163. private System.Windows.Forms.TextBox textBox3;
  164. private System.Windows.Forms.TextBox textBox2;
  165. private System.Windows.Forms.TextBox textBox1;
  166. }
  167. }