FrmSpitWgtSProc.Designer.cs 12 KB

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