frmBatchesPip.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. namespace Core.StlMes.Client.YdmPipeManage
  2. {
  3. partial class frmBatchesPip
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBatchesPip));
  29. this.textValue = new Infragistics.Win.Misc.UltraLabel();
  30. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  31. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  32. this.ultraButton3 = new Infragistics.Win.Misc.UltraButton();
  33. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  34. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  35. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  36. this.cmbProduct = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  37. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  38. this.txtPdWgt = new System.Windows.Forms.TextBox();
  39. this.txtPdCount = new System.Windows.Forms.TextBox();
  40. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  41. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  42. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  43. this.txtPipWgt = new System.Windows.Forms.TextBox();
  44. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  45. this.txtSxWgt = new System.Windows.Forms.TextBox();
  46. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  47. this.txtHtWgt = new System.Windows.Forms.TextBox();
  48. this.txtHtCount = new System.Windows.Forms.TextBox();
  49. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  50. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  51. this.ultraPanel1.ClientArea.SuspendLayout();
  52. this.ultraPanel1.SuspendLayout();
  53. this.ultraPanel2.ClientArea.SuspendLayout();
  54. this.ultraPanel2.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  56. this.ultraGroupBox1.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.cmbProduct)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  59. this.ultraGroupBox2.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // textValue
  63. //
  64. this.textValue.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.textValue.Location = new System.Drawing.Point(53, 8);
  66. this.textValue.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  67. this.textValue.Name = "textValue";
  68. this.textValue.Size = new System.Drawing.Size(383, 21);
  69. this.textValue.TabIndex = 0;
  70. this.textValue.Text = "缴库量大于合同行交货量差上限,是否缴库?";
  71. //
  72. // ultraButton1
  73. //
  74. this.ultraButton1.Location = new System.Drawing.Point(39, 6);
  75. this.ultraButton1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  76. this.ultraButton1.Name = "ultraButton1";
  77. this.ultraButton1.Size = new System.Drawing.Size(140, 30);
  78. this.ultraButton1.TabIndex = 5;
  79. this.ultraButton1.Text = "全缴商品";
  80. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  81. //
  82. // ultraButton2
  83. //
  84. this.ultraButton2.Location = new System.Drawing.Point(335, 6);
  85. this.ultraButton2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  86. this.ultraButton2.Name = "ultraButton2";
  87. this.ultraButton2.Size = new System.Drawing.Size(140, 30);
  88. this.ultraButton2.TabIndex = 4;
  89. this.ultraButton2.Text = "取消";
  90. this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
  91. //
  92. // ultraButton3
  93. //
  94. this.ultraButton3.Location = new System.Drawing.Point(188, 6);
  95. this.ultraButton3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  96. this.ultraButton3.Name = "ultraButton3";
  97. this.ultraButton3.Size = new System.Drawing.Size(140, 30);
  98. this.ultraButton3.TabIndex = 3;
  99. this.ultraButton3.Text = "按合同上限缴库";
  100. this.ultraButton3.Click += new System.EventHandler(this.ultraButton3_Click);
  101. //
  102. // ultraPanel1
  103. //
  104. //
  105. // ultraPanel1.ClientArea
  106. //
  107. this.ultraPanel1.ClientArea.Controls.Add(this.textValue);
  108. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  109. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  110. this.ultraPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  111. this.ultraPanel1.Name = "ultraPanel1";
  112. this.ultraPanel1.Size = new System.Drawing.Size(520, 35);
  113. this.ultraPanel1.TabIndex = 8;
  114. //
  115. // ultraPanel2
  116. //
  117. //
  118. // ultraPanel2.ClientArea
  119. //
  120. this.ultraPanel2.ClientArea.Controls.Add(this.ultraButton1);
  121. this.ultraPanel2.ClientArea.Controls.Add(this.ultraButton2);
  122. this.ultraPanel2.ClientArea.Controls.Add(this.ultraButton3);
  123. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  124. this.ultraPanel2.Location = new System.Drawing.Point(0, 186);
  125. this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  126. this.ultraPanel2.Name = "ultraPanel2";
  127. this.ultraPanel2.Size = new System.Drawing.Size(520, 44);
  128. this.ultraPanel2.TabIndex = 9;
  129. //
  130. // ultraGroupBox1
  131. //
  132. this.ultraGroupBox1.Controls.Add(this.cmbProduct);
  133. this.ultraGroupBox1.Controls.Add(this.ultraLabel7);
  134. this.ultraGroupBox1.Controls.Add(this.txtPdWgt);
  135. this.ultraGroupBox1.Controls.Add(this.txtPdCount);
  136. this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
  137. this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
  138. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
  139. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 35);
  140. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  141. this.ultraGroupBox1.Name = "ultraGroupBox1";
  142. this.ultraGroupBox1.Size = new System.Drawing.Size(241, 151);
  143. this.ultraGroupBox1.TabIndex = 10;
  144. this.ultraGroupBox1.Text = "判定支/吨";
  145. //
  146. // cmbProduct
  147. //
  148. this.cmbProduct.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  149. this.cmbProduct.Enabled = false;
  150. this.cmbProduct.Location = new System.Drawing.Point(84, 112);
  151. this.cmbProduct.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  152. this.cmbProduct.Name = "cmbProduct";
  153. this.cmbProduct.Size = new System.Drawing.Size(133, 24);
  154. this.cmbProduct.TabIndex = 13;
  155. this.cmbProduct.Visible = false;
  156. //
  157. // ultraLabel7
  158. //
  159. this.ultraLabel7.Location = new System.Drawing.Point(8, 119);
  160. this.ultraLabel7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  161. this.ultraLabel7.Name = "ultraLabel7";
  162. this.ultraLabel7.Size = new System.Drawing.Size(84, 26);
  163. this.ultraLabel7.TabIndex = 12;
  164. this.ultraLabel7.Text = "成品区分";
  165. this.ultraLabel7.Visible = false;
  166. //
  167. // txtPdWgt
  168. //
  169. this.txtPdWgt.Location = new System.Drawing.Point(84, 92);
  170. this.txtPdWgt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  171. this.txtPdWgt.Name = "txtPdWgt";
  172. this.txtPdWgt.Size = new System.Drawing.Size(132, 25);
  173. this.txtPdWgt.TabIndex = 11;
  174. //
  175. // txtPdCount
  176. //
  177. this.txtPdCount.Location = new System.Drawing.Point(84, 45);
  178. this.txtPdCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  179. this.txtPdCount.MaxLength = 5;
  180. this.txtPdCount.Name = "txtPdCount";
  181. this.txtPdCount.Size = new System.Drawing.Size(132, 25);
  182. this.txtPdCount.TabIndex = 10;
  183. //
  184. // ultraLabel3
  185. //
  186. this.ultraLabel3.Location = new System.Drawing.Point(21, 96);
  187. this.ultraLabel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  188. this.ultraLabel3.Name = "ultraLabel3";
  189. this.ultraLabel3.Size = new System.Drawing.Size(55, 26);
  190. this.ultraLabel3.TabIndex = 9;
  191. this.ultraLabel3.Text = "重量";
  192. //
  193. // ultraLabel2
  194. //
  195. this.ultraLabel2.Location = new System.Drawing.Point(21, 48);
  196. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  197. this.ultraLabel2.Name = "ultraLabel2";
  198. this.ultraLabel2.Size = new System.Drawing.Size(55, 26);
  199. this.ultraLabel2.TabIndex = 8;
  200. this.ultraLabel2.Text = "支数";
  201. //
  202. // ultraGroupBox2
  203. //
  204. this.ultraGroupBox2.Controls.Add(this.txtPipWgt);
  205. this.ultraGroupBox2.Controls.Add(this.ultraLabel6);
  206. this.ultraGroupBox2.Controls.Add(this.txtSxWgt);
  207. this.ultraGroupBox2.Controls.Add(this.ultraLabel5);
  208. this.ultraGroupBox2.Controls.Add(this.txtHtWgt);
  209. this.ultraGroupBox2.Controls.Add(this.txtHtCount);
  210. this.ultraGroupBox2.Controls.Add(this.ultraLabel1);
  211. this.ultraGroupBox2.Controls.Add(this.ultraLabel4);
  212. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  213. this.ultraGroupBox2.Location = new System.Drawing.Point(241, 35);
  214. this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  215. this.ultraGroupBox2.Name = "ultraGroupBox2";
  216. this.ultraGroupBox2.Size = new System.Drawing.Size(279, 151);
  217. this.ultraGroupBox2.TabIndex = 11;
  218. this.ultraGroupBox2.Text = "合同上限支/吨";
  219. //
  220. // txtPipWgt
  221. //
  222. this.txtPipWgt.Location = new System.Drawing.Point(109, 86);
  223. this.txtPipWgt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  224. this.txtPipWgt.Name = "txtPipWgt";
  225. this.txtPipWgt.Size = new System.Drawing.Size(132, 25);
  226. this.txtPipWgt.TabIndex = 19;
  227. //
  228. // ultraLabel6
  229. //
  230. this.ultraLabel6.Location = new System.Drawing.Point(23, 94);
  231. this.ultraLabel6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  232. this.ultraLabel6.Name = "ultraLabel6";
  233. this.ultraLabel6.Size = new System.Drawing.Size(81, 18);
  234. this.ultraLabel6.TabIndex = 18;
  235. this.ultraLabel6.Text = "已缴重量";
  236. //
  237. // txtSxWgt
  238. //
  239. this.txtSxWgt.Location = new System.Drawing.Point(109, 118);
  240. this.txtSxWgt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  241. this.txtSxWgt.Name = "txtSxWgt";
  242. this.txtSxWgt.Size = new System.Drawing.Size(132, 25);
  243. this.txtSxWgt.TabIndex = 17;
  244. //
  245. // ultraLabel5
  246. //
  247. this.ultraLabel5.Location = new System.Drawing.Point(23, 124);
  248. this.ultraLabel5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  249. this.ultraLabel5.Name = "ultraLabel5";
  250. this.ultraLabel5.Size = new System.Drawing.Size(81, 18);
  251. this.ultraLabel5.TabIndex = 16;
  252. this.ultraLabel5.Text = "上限重量";
  253. //
  254. // txtHtWgt
  255. //
  256. this.txtHtWgt.Location = new System.Drawing.Point(109, 55);
  257. this.txtHtWgt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  258. this.txtHtWgt.Name = "txtHtWgt";
  259. this.txtHtWgt.Size = new System.Drawing.Size(132, 25);
  260. this.txtHtWgt.TabIndex = 15;
  261. //
  262. // txtHtCount
  263. //
  264. this.txtHtCount.Location = new System.Drawing.Point(109, 24);
  265. this.txtHtCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  266. this.txtHtCount.MaxLength = 5;
  267. this.txtHtCount.Name = "txtHtCount";
  268. this.txtHtCount.Size = new System.Drawing.Size(132, 25);
  269. this.txtHtCount.TabIndex = 14;
  270. this.txtHtCount.TextChanged += new System.EventHandler(this.txtHtCount_TextChanged);
  271. //
  272. // ultraLabel1
  273. //
  274. this.ultraLabel1.Location = new System.Drawing.Point(23, 60);
  275. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  276. this.ultraLabel1.Name = "ultraLabel1";
  277. this.ultraLabel1.Size = new System.Drawing.Size(81, 18);
  278. this.ultraLabel1.TabIndex = 13;
  279. this.ultraLabel1.Text = "重量";
  280. //
  281. // ultraLabel4
  282. //
  283. this.ultraLabel4.Location = new System.Drawing.Point(23, 29);
  284. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  285. this.ultraLabel4.Name = "ultraLabel4";
  286. this.ultraLabel4.Size = new System.Drawing.Size(81, 18);
  287. this.ultraLabel4.TabIndex = 12;
  288. this.ultraLabel4.Text = "支数";
  289. //
  290. // frmBatchesPip
  291. //
  292. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  293. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  294. this.BackColor = System.Drawing.SystemColors.ActiveCaption;
  295. this.ClientSize = new System.Drawing.Size(520, 230);
  296. this.Controls.Add(this.ultraGroupBox2);
  297. this.Controls.Add(this.ultraGroupBox1);
  298. this.Controls.Add(this.ultraPanel2);
  299. this.Controls.Add(this.ultraPanel1);
  300. this.ForeColor = System.Drawing.SystemColors.ControlText;
  301. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  302. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  303. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  304. this.MaximizeBox = false;
  305. this.MinimizeBox = false;
  306. this.Name = "frmBatchesPip";
  307. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  308. this.Text = "缴库";
  309. this.Load += new System.EventHandler(this.frmBatchesPip_Load);
  310. this.ultraPanel1.ClientArea.ResumeLayout(false);
  311. this.ultraPanel1.ResumeLayout(false);
  312. this.ultraPanel2.ClientArea.ResumeLayout(false);
  313. this.ultraPanel2.ResumeLayout(false);
  314. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  315. this.ultraGroupBox1.ResumeLayout(false);
  316. this.ultraGroupBox1.PerformLayout();
  317. ((System.ComponentModel.ISupportInitialize)(this.cmbProduct)).EndInit();
  318. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  319. this.ultraGroupBox2.ResumeLayout(false);
  320. this.ultraGroupBox2.PerformLayout();
  321. this.ResumeLayout(false);
  322. }
  323. #endregion
  324. private Infragistics.Win.Misc.UltraLabel textValue;
  325. private Infragistics.Win.Misc.UltraButton ultraButton1;
  326. private Infragistics.Win.Misc.UltraButton ultraButton2;
  327. private Infragistics.Win.Misc.UltraButton ultraButton3;
  328. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  329. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  330. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  331. private System.Windows.Forms.TextBox txtPdWgt;
  332. private System.Windows.Forms.TextBox txtPdCount;
  333. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  334. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  335. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  336. private System.Windows.Forms.TextBox txtSxWgt;
  337. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  338. private System.Windows.Forms.TextBox txtHtWgt;
  339. private System.Windows.Forms.TextBox txtHtCount;
  340. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  341. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  342. private System.Windows.Forms.TextBox txtPipWgt;
  343. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  344. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  345. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbProduct;
  346. }
  347. }