frmSetMaterialName.Designer.cs 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. namespace Core.LgMes.Client.Comm
  2. {
  3. partial class frmSetMaterialName
  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. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  32. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  33. this.rbWS = new System.Windows.Forms.RadioButton();
  34. this.rbHJ = new System.Windows.Forms.RadioButton();
  35. this.rbFZL = new System.Windows.Forms.RadioButton();
  36. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.btClose = new Infragistics.Win.Misc.UltraButton();
  39. this.btReset = new Infragistics.Win.Misc.UltraButton();
  40. this.btOK = new Infragistics.Win.Misc.UltraButton();
  41. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  42. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  43. this.ultraGroupBox1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  45. this.ultraGroupBox2.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // ultraGroupBox1
  50. //
  51. this.ultraGroupBox1.Controls.Add(this.rbWS);
  52. this.ultraGroupBox1.Controls.Add(this.rbHJ);
  53. this.ultraGroupBox1.Controls.Add(this.rbFZL);
  54. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  55. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  56. this.ultraGroupBox1.Name = "ultraGroupBox1";
  57. this.ultraGroupBox1.Size = new System.Drawing.Size(471, 48);
  58. this.ultraGroupBox1.SupportThemes = false;
  59. this.ultraGroupBox1.TabIndex = 0;
  60. this.ultraGroupBox1.Text = "请选择";
  61. //
  62. // rbWS
  63. //
  64. this.rbWS.AutoSize = true;
  65. this.rbWS.Location = new System.Drawing.Point(309, 21);
  66. this.rbWS.Name = "rbWS";
  67. this.rbWS.Size = new System.Drawing.Size(47, 16);
  68. this.rbWS.TabIndex = 2;
  69. this.rbWS.TabStop = true;
  70. this.rbWS.Tag = "喂丝";
  71. this.rbWS.Text = "喂丝";
  72. this.rbWS.UseVisualStyleBackColor = true;
  73. this.rbWS.Visible = false;
  74. this.rbWS.Click += new System.EventHandler(this.rbWS_Click);
  75. //
  76. // rbHJ
  77. //
  78. this.rbHJ.AutoSize = true;
  79. this.rbHJ.Location = new System.Drawing.Point(200, 21);
  80. this.rbHJ.Name = "rbHJ";
  81. this.rbHJ.Size = new System.Drawing.Size(47, 16);
  82. this.rbHJ.TabIndex = 1;
  83. this.rbHJ.TabStop = true;
  84. this.rbHJ.Tag = "合金";
  85. this.rbHJ.Text = "合金";
  86. this.rbHJ.UseVisualStyleBackColor = true;
  87. this.rbHJ.Click += new System.EventHandler(this.rbHJ_Click);
  88. //
  89. // rbFZL
  90. //
  91. this.rbFZL.AutoSize = true;
  92. this.rbFZL.Location = new System.Drawing.Point(79, 21);
  93. this.rbFZL.Name = "rbFZL";
  94. this.rbFZL.Size = new System.Drawing.Size(59, 16);
  95. this.rbFZL.TabIndex = 0;
  96. this.rbFZL.TabStop = true;
  97. this.rbFZL.Tag = "辅料";
  98. this.rbFZL.Text = "辅助料";
  99. this.rbFZL.UseVisualStyleBackColor = true;
  100. this.rbFZL.Click += new System.EventHandler(this.rbFZL_Click);
  101. //
  102. // ultraGroupBox2
  103. //
  104. this.ultraGroupBox2.Controls.Add(this.label1);
  105. this.ultraGroupBox2.Controls.Add(this.btClose);
  106. this.ultraGroupBox2.Controls.Add(this.btReset);
  107. this.ultraGroupBox2.Controls.Add(this.btOK);
  108. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
  109. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 439);
  110. this.ultraGroupBox2.Name = "ultraGroupBox2";
  111. this.ultraGroupBox2.Size = new System.Drawing.Size(471, 74);
  112. this.ultraGroupBox2.SupportThemes = false;
  113. this.ultraGroupBox2.TabIndex = 1;
  114. //
  115. // label1
  116. //
  117. this.label1.AutoSize = true;
  118. this.label1.Location = new System.Drawing.Point(107, 13);
  119. this.label1.Name = "label1";
  120. this.label1.Size = new System.Drawing.Size(71, 12);
  121. this.label1.TabIndex = 4;
  122. this.label1.Text = "当前物料名:";
  123. //
  124. // btClose
  125. //
  126. this.btClose.Location = new System.Drawing.Point(308, 38);
  127. this.btClose.Name = "btClose";
  128. this.btClose.Size = new System.Drawing.Size(75, 24);
  129. this.btClose.TabIndex = 2;
  130. this.btClose.Text = "取消";
  131. this.btClose.Click += new System.EventHandler(this.btClose_Click);
  132. //
  133. // btReset
  134. //
  135. this.btReset.Location = new System.Drawing.Point(202, 38);
  136. this.btReset.Name = "btReset";
  137. this.btReset.Size = new System.Drawing.Size(75, 24);
  138. this.btReset.TabIndex = 1;
  139. this.btReset.Text = "重置";
  140. this.btReset.Click += new System.EventHandler(this.btReset_Click);
  141. //
  142. // btOK
  143. //
  144. this.btOK.Location = new System.Drawing.Point(96, 38);
  145. this.btOK.Name = "btOK";
  146. this.btOK.Size = new System.Drawing.Size(75, 24);
  147. this.btOK.TabIndex = 0;
  148. this.btOK.Text = "确定";
  149. this.btOK.Click += new System.EventHandler(this.btOK_Click);
  150. //
  151. // ultraGrid1
  152. //
  153. appearance1.BackColor = System.Drawing.Color.Snow;
  154. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  155. appearance2.BackColor = System.Drawing.Color.LightSteelBlue;
  156. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance2;
  157. appearance3.BackColor = System.Drawing.Color.GhostWhite;
  158. this.ultraGrid1.DisplayLayout.Override.RowAlternateAppearance = appearance3;
  159. appearance4.BackColor = System.Drawing.Color.LightYellow;
  160. this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance4;
  161. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  162. this.ultraGrid1.Location = new System.Drawing.Point(0, 48);
  163. this.ultraGrid1.Name = "ultraGrid1";
  164. this.ultraGrid1.Size = new System.Drawing.Size(471, 391);
  165. this.ultraGrid1.TabIndex = 2;
  166. this.ultraGrid1.Click += new System.EventHandler(this.ultraGrid1_Click);
  167. this.ultraGrid1.DoubleClick += new System.EventHandler(this.ultraGrid1_DoubleClick);
  168. //
  169. // frmSetMaterialName
  170. //
  171. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  172. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  173. this.BackColor = System.Drawing.Color.Gainsboro;
  174. this.ClientSize = new System.Drawing.Size(471, 513);
  175. this.Controls.Add(this.ultraGrid1);
  176. this.Controls.Add(this.ultraGroupBox2);
  177. this.Controls.Add(this.ultraGroupBox1);
  178. this.Name = "frmSetMaterialName";
  179. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  180. this.Text = "设置物料名称";
  181. this.Load += new System.EventHandler(this.frmSetMaterialName_Load);
  182. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  183. this.ultraGroupBox1.ResumeLayout(false);
  184. this.ultraGroupBox1.PerformLayout();
  185. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  186. this.ultraGroupBox2.ResumeLayout(false);
  187. this.ultraGroupBox2.PerformLayout();
  188. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  189. this.ResumeLayout(false);
  190. }
  191. #endregion
  192. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  193. private System.Windows.Forms.RadioButton rbHJ;
  194. private System.Windows.Forms.RadioButton rbFZL;
  195. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  196. private Infragistics.Win.Misc.UltraButton btClose;
  197. private Infragistics.Win.Misc.UltraButton btReset;
  198. private Infragistics.Win.Misc.UltraButton btOK;
  199. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  200. private System.Windows.Forms.Label label1;
  201. private System.Windows.Forms.RadioButton rbWS;
  202. }
  203. }