FrmSpitWgt.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. namespace Core.StlMes.Client.PlnSaleOrd
  2. {
  3. partial class FrmSpitWgt
  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. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  33. this.numEditorAlready = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  34. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  35. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  36. this.numEditorAllow = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  37. this.buttonCommit = new Infragistics.Win.Misc.UltraButton();
  38. this.buttonCancel = new Infragistics.Win.Misc.UltraButton();
  39. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  40. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  41. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  42. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  43. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  44. this.ultraNumericEditor1 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  45. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  46. this.ultraNumericEditor2 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  47. this.label1 = new System.Windows.Forms.Label();
  48. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  49. this.ultraNumericEditor3 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  50. this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
  51. ((System.ComponentModel.ISupportInitialize)(this.numEditorAlready)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.numEditorAllow)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor2)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor3)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // numEditorAlready
  59. //
  60. this.numEditorAlready.Enabled = false;
  61. this.numEditorAlready.Location = new System.Drawing.Point(142, 72);
  62. this.numEditorAlready.MaskInput = "{double:9.3}";
  63. this.numEditorAlready.Name = "numEditorAlready";
  64. this.numEditorAlready.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  65. this.numEditorAlready.Size = new System.Drawing.Size(132, 21);
  66. this.numEditorAlready.TabIndex = 0;
  67. this.numEditorAlready.ValueChanged += new System.EventHandler(this.numEditorAlready_ValueChanged);
  68. //
  69. // ultraLabel1
  70. //
  71. appearance3.TextHAlignAsString = "Right";
  72. appearance3.TextVAlignAsString = "Middle";
  73. this.ultraLabel1.Appearance = appearance3;
  74. this.ultraLabel1.AutoSize = true;
  75. this.ultraLabel1.Location = new System.Drawing.Point(30, 75);
  76. this.ultraLabel1.Name = "ultraLabel1";
  77. this.ultraLabel1.Size = new System.Drawing.Size(60, 16);
  78. this.ultraLabel1.TabIndex = 1;
  79. this.ultraLabel1.Text = "分配重量:";
  80. //
  81. // ultraLabel2
  82. //
  83. appearance1.TextHAlignAsString = "Right";
  84. appearance1.TextVAlignAsString = "Middle";
  85. this.ultraLabel2.Appearance = appearance1;
  86. this.ultraLabel2.AutoSize = true;
  87. this.ultraLabel2.Location = new System.Drawing.Point(30, 16);
  88. this.ultraLabel2.Name = "ultraLabel2";
  89. this.ultraLabel2.Size = new System.Drawing.Size(110, 16);
  90. this.ultraLabel2.TabIndex = 3;
  91. this.ultraLabel2.Text = "可分配待投入重量:";
  92. //
  93. // numEditorAllow
  94. //
  95. this.numEditorAllow.Enabled = false;
  96. this.numEditorAllow.Location = new System.Drawing.Point(142, 12);
  97. this.numEditorAllow.MaskInput = "{double:9.3}";
  98. this.numEditorAllow.Name = "numEditorAllow";
  99. this.numEditorAllow.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  100. this.numEditorAllow.Size = new System.Drawing.Size(132, 21);
  101. this.numEditorAllow.TabIndex = 2;
  102. //
  103. // buttonCommit
  104. //
  105. this.buttonCommit.Location = new System.Drawing.Point(86, 156);
  106. this.buttonCommit.Name = "buttonCommit";
  107. this.buttonCommit.Size = new System.Drawing.Size(75, 23);
  108. this.buttonCommit.TabIndex = 4;
  109. this.buttonCommit.Text = "确认";
  110. this.buttonCommit.Click += new System.EventHandler(this.buttonCommit_Click);
  111. //
  112. // buttonCancel
  113. //
  114. this.buttonCancel.Location = new System.Drawing.Point(182, 155);
  115. this.buttonCancel.Name = "buttonCancel";
  116. this.buttonCancel.Size = new System.Drawing.Size(75, 23);
  117. this.buttonCancel.TabIndex = 5;
  118. this.buttonCancel.Text = "取消";
  119. this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
  120. //
  121. // ultraLabel3
  122. //
  123. this.ultraLabel3.AutoSize = true;
  124. this.ultraLabel3.Location = new System.Drawing.Point(280, 17);
  125. this.ultraLabel3.Name = "ultraLabel3";
  126. this.ultraLabel3.Size = new System.Drawing.Size(17, 16);
  127. this.ultraLabel3.TabIndex = 6;
  128. this.ultraLabel3.Text = "吨";
  129. //
  130. // ultraLabel4
  131. //
  132. this.ultraLabel4.AutoSize = true;
  133. this.ultraLabel4.Location = new System.Drawing.Point(280, 75);
  134. this.ultraLabel4.Name = "ultraLabel4";
  135. this.ultraLabel4.Size = new System.Drawing.Size(17, 16);
  136. this.ultraLabel4.TabIndex = 7;
  137. this.ultraLabel4.Text = "吨";
  138. //
  139. // ultraLabel5
  140. //
  141. this.ultraLabel5.AutoSize = true;
  142. this.ultraLabel5.Location = new System.Drawing.Point(280, 103);
  143. this.ultraLabel5.Name = "ultraLabel5";
  144. this.ultraLabel5.Size = new System.Drawing.Size(17, 16);
  145. this.ultraLabel5.TabIndex = 13;
  146. this.ultraLabel5.Text = "支";
  147. //
  148. // ultraLabel6
  149. //
  150. this.ultraLabel6.AutoSize = true;
  151. this.ultraLabel6.Location = new System.Drawing.Point(280, 46);
  152. this.ultraLabel6.Name = "ultraLabel6";
  153. this.ultraLabel6.Size = new System.Drawing.Size(17, 16);
  154. this.ultraLabel6.TabIndex = 12;
  155. this.ultraLabel6.Text = "支";
  156. //
  157. // ultraLabel7
  158. //
  159. appearance2.TextHAlignAsString = "Right";
  160. appearance2.TextVAlignAsString = "Middle";
  161. this.ultraLabel7.Appearance = appearance2;
  162. this.ultraLabel7.AutoSize = true;
  163. this.ultraLabel7.Location = new System.Drawing.Point(30, 45);
  164. this.ultraLabel7.Name = "ultraLabel7";
  165. this.ultraLabel7.Size = new System.Drawing.Size(110, 16);
  166. this.ultraLabel7.TabIndex = 11;
  167. this.ultraLabel7.Text = "可分配待投入支数:";
  168. //
  169. // ultraNumericEditor1
  170. //
  171. this.ultraNumericEditor1.Enabled = false;
  172. this.ultraNumericEditor1.Location = new System.Drawing.Point(142, 41);
  173. this.ultraNumericEditor1.MaskInput = "nnnnnnnnn";
  174. this.ultraNumericEditor1.Name = "ultraNumericEditor1";
  175. this.ultraNumericEditor1.Size = new System.Drawing.Size(132, 21);
  176. this.ultraNumericEditor1.TabIndex = 10;
  177. //
  178. // ultraLabel8
  179. //
  180. appearance5.TextHAlignAsString = "Right";
  181. appearance5.TextVAlignAsString = "Middle";
  182. this.ultraLabel8.Appearance = appearance5;
  183. this.ultraLabel8.AutoSize = true;
  184. this.ultraLabel8.Location = new System.Drawing.Point(30, 103);
  185. this.ultraLabel8.Name = "ultraLabel8";
  186. this.ultraLabel8.Size = new System.Drawing.Size(60, 16);
  187. this.ultraLabel8.TabIndex = 9;
  188. this.ultraLabel8.Text = "分配支数:";
  189. //
  190. // ultraNumericEditor2
  191. //
  192. this.ultraNumericEditor2.Location = new System.Drawing.Point(142, 100);
  193. this.ultraNumericEditor2.MaskInput = "nnnnnnnnn";
  194. this.ultraNumericEditor2.Name = "ultraNumericEditor2";
  195. this.ultraNumericEditor2.Size = new System.Drawing.Size(132, 21);
  196. this.ultraNumericEditor2.TabIndex = 8;
  197. this.ultraNumericEditor2.ValueChanged += new System.EventHandler(this.ultraNumericEditor2_ValueChanged);
  198. //
  199. // label1
  200. //
  201. this.label1.AutoSize = true;
  202. this.label1.Location = new System.Drawing.Point(22, 116);
  203. this.label1.Name = "label1";
  204. this.label1.Size = new System.Drawing.Size(0, 12);
  205. this.label1.TabIndex = 14;
  206. //
  207. // ultraLabel9
  208. //
  209. appearance4.TextHAlignAsString = "Right";
  210. appearance4.TextVAlignAsString = "Middle";
  211. this.ultraLabel9.Appearance = appearance4;
  212. this.ultraLabel9.AutoSize = true;
  213. this.ultraLabel9.Location = new System.Drawing.Point(30, 131);
  214. this.ultraLabel9.Name = "ultraLabel9";
  215. this.ultraLabel9.Size = new System.Drawing.Size(54, 16);
  216. this.ultraLabel9.TabIndex = 16;
  217. this.ultraLabel9.Text = "可均炉数";
  218. this.ultraLabel9.Visible = false;
  219. //
  220. // ultraNumericEditor3
  221. //
  222. this.ultraNumericEditor3.Location = new System.Drawing.Point(142, 128);
  223. this.ultraNumericEditor3.MaskInput = "nnnnnnnnn";
  224. this.ultraNumericEditor3.Name = "ultraNumericEditor3";
  225. this.ultraNumericEditor3.Size = new System.Drawing.Size(132, 21);
  226. this.ultraNumericEditor3.TabIndex = 15;
  227. this.ultraNumericEditor3.Visible = false;
  228. this.ultraNumericEditor3.ValueChanged += new System.EventHandler(this.ultraNumericEditor3_ValueChanged);
  229. //
  230. // ultraLabel10
  231. //
  232. this.ultraLabel10.AutoSize = true;
  233. this.ultraLabel10.Location = new System.Drawing.Point(280, 131);
  234. this.ultraLabel10.Name = "ultraLabel10";
  235. this.ultraLabel10.Size = new System.Drawing.Size(17, 16);
  236. this.ultraLabel10.TabIndex = 17;
  237. this.ultraLabel10.Text = "炉";
  238. this.ultraLabel10.Visible = false;
  239. //
  240. // FrmSpitWgt
  241. //
  242. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  243. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  244. this.ClientSize = new System.Drawing.Size(338, 183);
  245. this.Controls.Add(this.ultraLabel10);
  246. this.Controls.Add(this.ultraLabel9);
  247. this.Controls.Add(this.ultraNumericEditor3);
  248. this.Controls.Add(this.label1);
  249. this.Controls.Add(this.ultraLabel5);
  250. this.Controls.Add(this.ultraLabel6);
  251. this.Controls.Add(this.ultraLabel7);
  252. this.Controls.Add(this.ultraNumericEditor1);
  253. this.Controls.Add(this.ultraLabel8);
  254. this.Controls.Add(this.ultraNumericEditor2);
  255. this.Controls.Add(this.ultraLabel4);
  256. this.Controls.Add(this.ultraLabel3);
  257. this.Controls.Add(this.buttonCancel);
  258. this.Controls.Add(this.buttonCommit);
  259. this.Controls.Add(this.ultraLabel2);
  260. this.Controls.Add(this.numEditorAllow);
  261. this.Controls.Add(this.ultraLabel1);
  262. this.Controls.Add(this.numEditorAlready);
  263. this.Margin = new System.Windows.Forms.Padding(4);
  264. this.Name = "FrmSpitWgt";
  265. this.Text = "分配排产重量";
  266. this.Load += new System.EventHandler(this.FrmSpitWgt_Load);
  267. ((System.ComponentModel.ISupportInitialize)(this.numEditorAlready)).EndInit();
  268. ((System.ComponentModel.ISupportInitialize)(this.numEditorAllow)).EndInit();
  269. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).EndInit();
  270. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor2)).EndInit();
  271. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor3)).EndInit();
  272. this.ResumeLayout(false);
  273. this.PerformLayout();
  274. }
  275. #endregion
  276. private Infragistics.Win.UltraWinEditors.UltraNumericEditor numEditorAlready;
  277. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  278. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  279. private Infragistics.Win.UltraWinEditors.UltraNumericEditor numEditorAllow;
  280. private Infragistics.Win.Misc.UltraButton buttonCommit;
  281. private Infragistics.Win.Misc.UltraButton buttonCancel;
  282. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  283. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  284. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  285. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  286. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  287. private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor1;
  288. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  289. private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor2;
  290. private System.Windows.Forms.Label label1;
  291. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  292. private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor3;
  293. private Infragistics.Win.Misc.UltraLabel ultraLabel10;
  294. }
  295. }