锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

377 lines
21 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSOWarehousing
  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(FormICSOWarehousing));
  29. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  30. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  31. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  32. this.chkBtnPack = new DevExpress.XtraEditors.CheckButton();
  33. this.chkBtnNo = new DevExpress.XtraEditors.CheckButton();
  34. this.chkBtnAll = new DevExpress.XtraEditors.CheckButton();
  35. this.txtAllNo = new DevExpress.XtraEditors.TextEdit();
  36. this.txtAllQty = new DevExpress.XtraEditors.TextEdit();
  37. this.labelControl25 = new DevExpress.XtraEditors.LabelControl();
  38. this.txtSumNo = new DevExpress.XtraEditors.TextEdit();
  39. this.labelControl22 = new DevExpress.XtraEditors.LabelControl();
  40. this.txtNowPackQty = new DevExpress.XtraEditors.TextEdit();
  41. this.txtNowNo = new DevExpress.XtraEditors.TextEdit();
  42. this.labelControl24 = new DevExpress.XtraEditors.LabelControl();
  43. this.labelControl26 = new DevExpress.XtraEditors.LabelControl();
  44. this.txtNowQty = new DevExpress.XtraEditors.TextEdit();
  45. this.labelControl23 = new DevExpress.XtraEditors.LabelControl();
  46. this.txtSumQty = new DevExpress.XtraEditors.TextEdit();
  47. this.labelControl21 = new DevExpress.XtraEditors.LabelControl();
  48. this.btnLabelCreate = new DevExpress.XtraEditors.SimpleButton();
  49. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  50. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  51. this.panelControl1.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.txtAllNo.Properties)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.txtAllQty.Properties)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.txtSumNo.Properties)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.txtNowPackQty.Properties)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.txtNowNo.Properties)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.txtNowQty.Properties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtSumQty.Properties)).BeginInit();
  59. this.SuspendLayout();
  60. //
  61. // lblTitle
  62. //
  63. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  64. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  65. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  66. this.lblTitle.Location = new System.Drawing.Point(14, 9);
  67. this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  68. this.lblTitle.Name = "lblTitle";
  69. this.lblTitle.Size = new System.Drawing.Size(127, 30);
  70. this.lblTitle.TabIndex = 19;
  71. this.lblTitle.Text = "条码生成";
  72. //
  73. // btnClose
  74. //
  75. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  76. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  77. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  78. this.btnClose.Appearance.Options.UseFont = true;
  79. this.btnClose.Appearance.Options.UseForeColor = true;
  80. this.btnClose.Appearance.Options.UseTextOptions = true;
  81. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  82. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  83. this.btnClose.Location = new System.Drawing.Point(730, 4);
  84. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  85. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  86. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  87. this.btnClose.Name = "btnClose";
  88. this.btnClose.Size = new System.Drawing.Size(30, 39);
  89. this.btnClose.TabIndex = 14;
  90. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  91. //
  92. // panelControl1
  93. //
  94. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  95. | System.Windows.Forms.AnchorStyles.Left)
  96. | System.Windows.Forms.AnchorStyles.Right)));
  97. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  98. this.panelControl1.Appearance.Options.UseBackColor = true;
  99. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  100. this.panelControl1.Controls.Add(this.chkBtnPack);
  101. this.panelControl1.Controls.Add(this.chkBtnNo);
  102. this.panelControl1.Controls.Add(this.chkBtnAll);
  103. this.panelControl1.Controls.Add(this.txtAllNo);
  104. this.panelControl1.Controls.Add(this.txtAllQty);
  105. this.panelControl1.Controls.Add(this.labelControl25);
  106. this.panelControl1.Controls.Add(this.txtSumNo);
  107. this.panelControl1.Controls.Add(this.labelControl22);
  108. this.panelControl1.Controls.Add(this.txtNowPackQty);
  109. this.panelControl1.Controls.Add(this.txtNowNo);
  110. this.panelControl1.Controls.Add(this.labelControl24);
  111. this.panelControl1.Controls.Add(this.labelControl26);
  112. this.panelControl1.Controls.Add(this.txtNowQty);
  113. this.panelControl1.Controls.Add(this.labelControl23);
  114. this.panelControl1.Controls.Add(this.txtSumQty);
  115. this.panelControl1.Controls.Add(this.labelControl21);
  116. this.panelControl1.Location = new System.Drawing.Point(1, 46);
  117. this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  118. this.panelControl1.Name = "panelControl1";
  119. this.panelControl1.Size = new System.Drawing.Size(760, 165);
  120. this.panelControl1.TabIndex = 25;
  121. //
  122. // chkBtnPack
  123. //
  124. this.chkBtnPack.Image = ((System.Drawing.Image)(resources.GetObject("chkBtnPack.Image")));
  125. this.chkBtnPack.Location = new System.Drawing.Point(466, 86);
  126. this.chkBtnPack.Margin = new System.Windows.Forms.Padding(0);
  127. this.chkBtnPack.Name = "chkBtnPack";
  128. this.chkBtnPack.Size = new System.Drawing.Size(23, 26);
  129. this.chkBtnPack.TabIndex = 8;
  130. this.chkBtnPack.Visible = false;
  131. this.chkBtnPack.CheckedChanged += new System.EventHandler(this.chkBtnPack_CheckedChanged);
  132. //
  133. // chkBtnNo
  134. //
  135. this.chkBtnNo.Image = ((System.Drawing.Image)(resources.GetObject("chkBtnNo.Image")));
  136. this.chkBtnNo.Location = new System.Drawing.Point(725, 86);
  137. this.chkBtnNo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  138. this.chkBtnNo.Name = "chkBtnNo";
  139. this.chkBtnNo.Size = new System.Drawing.Size(23, 26);
  140. this.chkBtnNo.TabIndex = 8;
  141. this.chkBtnNo.CheckedChanged += new System.EventHandler(this.chkBtnNo_CheckedChanged);
  142. //
  143. // chkBtnAll
  144. //
  145. this.chkBtnAll.Image = ((System.Drawing.Image)(resources.GetObject("chkBtnAll.Image")));
  146. this.chkBtnAll.Location = new System.Drawing.Point(254, 87);
  147. this.chkBtnAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  148. this.chkBtnAll.Name = "chkBtnAll";
  149. this.chkBtnAll.Size = new System.Drawing.Size(23, 26);
  150. this.chkBtnAll.TabIndex = 8;
  151. this.chkBtnAll.CheckedChanged += new System.EventHandler(this.chkBtnAll_CheckedChanged);
  152. //
  153. // txtAllNo
  154. //
  155. this.txtAllNo.Location = new System.Drawing.Point(405, 122);
  156. this.txtAllNo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  157. this.txtAllNo.Name = "txtAllNo";
  158. this.txtAllNo.Properties.ReadOnly = true;
  159. this.txtAllNo.Size = new System.Drawing.Size(114, 24);
  160. this.txtAllNo.TabIndex = 7;
  161. this.txtAllNo.Visible = false;
  162. //
  163. // txtAllQty
  164. //
  165. this.txtAllQty.Location = new System.Drawing.Point(139, 122);
  166. this.txtAllQty.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  167. this.txtAllQty.Name = "txtAllQty";
  168. this.txtAllQty.Properties.ReadOnly = true;
  169. this.txtAllQty.Size = new System.Drawing.Size(114, 24);
  170. this.txtAllQty.TabIndex = 6;
  171. this.txtAllQty.Visible = false;
  172. //
  173. // labelControl25
  174. //
  175. this.labelControl25.Location = new System.Drawing.Point(37, 126);
  176. this.labelControl25.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  177. this.labelControl25.Name = "labelControl25";
  178. this.labelControl25.Size = new System.Drawing.Size(30, 18);
  179. this.labelControl25.TabIndex = 5;
  180. this.labelControl25.Text = "合计";
  181. this.labelControl25.Visible = false;
  182. //
  183. // txtSumNo
  184. //
  185. this.txtSumNo.Location = new System.Drawing.Point(405, 30);
  186. this.txtSumNo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  187. this.txtSumNo.Name = "txtSumNo";
  188. this.txtSumNo.Properties.ReadOnly = true;
  189. this.txtSumNo.Size = new System.Drawing.Size(114, 24);
  190. this.txtSumNo.TabIndex = 4;
  191. //
  192. // labelControl22
  193. //
  194. this.labelControl22.Location = new System.Drawing.Point(37, 33);
  195. this.labelControl22.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  196. this.labelControl22.Name = "labelControl22";
  197. this.labelControl22.Size = new System.Drawing.Size(105, 18);
  198. this.labelControl22.TabIndex = 3;
  199. this.labelControl22.Text = "条码生成总数量";
  200. //
  201. // txtNowPackQty
  202. //
  203. this.txtNowPackQty.Location = new System.Drawing.Point(352, 86);
  204. this.txtNowPackQty.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  205. this.txtNowPackQty.Name = "txtNowPackQty";
  206. this.txtNowPackQty.Properties.Mask.EditMask = "f4";
  207. this.txtNowPackQty.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  208. this.txtNowPackQty.Properties.Mask.UseMaskAsDisplayFormat = true;
  209. this.txtNowPackQty.Size = new System.Drawing.Size(114, 24);
  210. this.txtNowPackQty.TabIndex = 4;
  211. this.txtNowPackQty.EditValueChanged += new System.EventHandler(this.txtNowPackQty_EditValueChanged);
  212. this.txtNowPackQty.TextChanged += new System.EventHandler(this.txtNowPackQty_TextChanged);
  213. //
  214. // txtNowNo
  215. //
  216. this.txtNowNo.Location = new System.Drawing.Point(610, 87);
  217. this.txtNowNo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  218. this.txtNowNo.Name = "txtNowNo";
  219. this.txtNowNo.Properties.Mask.EditMask = "f0";
  220. this.txtNowNo.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  221. this.txtNowNo.Properties.Mask.UseMaskAsDisplayFormat = true;
  222. this.txtNowNo.Size = new System.Drawing.Size(114, 24);
  223. this.txtNowNo.TabIndex = 4;
  224. this.txtNowNo.EditValueChanged += new System.EventHandler(this.txtNowNo_EditValueChanged);
  225. //
  226. // labelControl24
  227. //
  228. this.labelControl24.Location = new System.Drawing.Point(37, 91);
  229. this.labelControl24.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  230. this.labelControl24.Name = "labelControl24";
  231. this.labelControl24.Size = new System.Drawing.Size(90, 18);
  232. this.labelControl24.TabIndex = 3;
  233. this.labelControl24.Text = "本次生成总数";
  234. //
  235. // labelControl26
  236. //
  237. this.labelControl26.Location = new System.Drawing.Point(304, 90);
  238. this.labelControl26.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  239. this.labelControl26.Name = "labelControl26";
  240. this.labelControl26.Size = new System.Drawing.Size(45, 18);
  241. this.labelControl26.TabIndex = 3;
  242. this.labelControl26.Text = "包装量";
  243. //
  244. // txtNowQty
  245. //
  246. this.txtNowQty.Location = new System.Drawing.Point(139, 87);
  247. this.txtNowQty.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  248. this.txtNowQty.Name = "txtNowQty";
  249. this.txtNowQty.Properties.Mask.EditMask = "f4";
  250. this.txtNowQty.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  251. this.txtNowQty.Properties.Mask.UseMaskAsDisplayFormat = true;
  252. this.txtNowQty.Size = new System.Drawing.Size(114, 24);
  253. this.txtNowQty.TabIndex = 4;
  254. this.txtNowQty.EditValueChanged += new System.EventHandler(this.txtNowQty_EditValueChanged);
  255. //
  256. // labelControl23
  257. //
  258. this.labelControl23.Location = new System.Drawing.Point(521, 91);
  259. this.labelControl23.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  260. this.labelControl23.Name = "labelControl23";
  261. this.labelControl23.Size = new System.Drawing.Size(90, 18);
  262. this.labelControl23.TabIndex = 3;
  263. this.labelControl23.Text = "本次生成张数";
  264. //
  265. // txtSumQty
  266. //
  267. this.txtSumQty.Location = new System.Drawing.Point(139, 30);
  268. this.txtSumQty.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  269. this.txtSumQty.Name = "txtSumQty";
  270. this.txtSumQty.Properties.ReadOnly = true;
  271. this.txtSumQty.Size = new System.Drawing.Size(114, 24);
  272. this.txtSumQty.TabIndex = 4;
  273. //
  274. // labelControl21
  275. //
  276. this.labelControl21.Location = new System.Drawing.Point(302, 33);
  277. this.labelControl21.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  278. this.labelControl21.Name = "labelControl21";
  279. this.labelControl21.Size = new System.Drawing.Size(105, 18);
  280. this.labelControl21.TabIndex = 3;
  281. this.labelControl21.Text = "条码生成总张数";
  282. //
  283. // btnLabelCreate
  284. //
  285. this.btnLabelCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  286. this.btnLabelCreate.Appearance.ForeColor = System.Drawing.Color.White;
  287. this.btnLabelCreate.Appearance.Options.UseFont = true;
  288. this.btnLabelCreate.Appearance.Options.UseForeColor = true;
  289. this.btnLabelCreate.Appearance.Options.UseTextOptions = true;
  290. this.btnLabelCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  291. this.btnLabelCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnLabelCreate.Image")));
  292. this.btnLabelCreate.Location = new System.Drawing.Point(605, 213);
  293. this.btnLabelCreate.LookAndFeel.SkinName = "BlueButtonSkin";
  294. this.btnLabelCreate.LookAndFeel.UseDefaultLookAndFeel = false;
  295. this.btnLabelCreate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  296. this.btnLabelCreate.Name = "btnLabelCreate";
  297. this.btnLabelCreate.Size = new System.Drawing.Size(63, 39);
  298. this.btnLabelCreate.TabIndex = 10;
  299. this.btnLabelCreate.Text = "保存";
  300. this.btnLabelCreate.Click += new System.EventHandler(this.btnLabelCreate_Click);
  301. //
  302. // btnExit
  303. //
  304. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  305. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  306. this.btnExit.Appearance.Options.UseFont = true;
  307. this.btnExit.Appearance.Options.UseForeColor = true;
  308. this.btnExit.Appearance.Options.UseTextOptions = true;
  309. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  310. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  311. this.btnExit.Location = new System.Drawing.Point(683, 213);
  312. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  313. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  314. this.btnExit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  315. this.btnExit.Name = "btnExit";
  316. this.btnExit.Size = new System.Drawing.Size(63, 39);
  317. this.btnExit.TabIndex = 26;
  318. this.btnExit.Text = "取消";
  319. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  320. //
  321. // FormICSOWarehousing
  322. //
  323. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  324. this.Appearance.Options.UseBackColor = true;
  325. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  326. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  327. this.ClientSize = new System.Drawing.Size(762, 256);
  328. this.Controls.Add(this.btnExit);
  329. this.Controls.Add(this.panelControl1);
  330. this.Controls.Add(this.btnClose);
  331. this.Controls.Add(this.lblTitle);
  332. this.Controls.Add(this.btnLabelCreate);
  333. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  334. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  335. this.Name = "FormICSOWarehousing";
  336. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  337. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  338. this.panelControl1.ResumeLayout(false);
  339. this.panelControl1.PerformLayout();
  340. ((System.ComponentModel.ISupportInitialize)(this.txtAllNo.Properties)).EndInit();
  341. ((System.ComponentModel.ISupportInitialize)(this.txtAllQty.Properties)).EndInit();
  342. ((System.ComponentModel.ISupportInitialize)(this.txtSumNo.Properties)).EndInit();
  343. ((System.ComponentModel.ISupportInitialize)(this.txtNowPackQty.Properties)).EndInit();
  344. ((System.ComponentModel.ISupportInitialize)(this.txtNowNo.Properties)).EndInit();
  345. ((System.ComponentModel.ISupportInitialize)(this.txtNowQty.Properties)).EndInit();
  346. ((System.ComponentModel.ISupportInitialize)(this.txtSumQty.Properties)).EndInit();
  347. this.ResumeLayout(false);
  348. }
  349. #endregion
  350. private DevExpress.XtraEditors.SimpleButton btnClose;
  351. private DevExpress.XtraEditors.LabelControl lblTitle;
  352. private DevExpress.XtraEditors.PanelControl panelControl1;
  353. private DevExpress.XtraEditors.SimpleButton btnLabelCreate;
  354. private DevExpress.XtraEditors.LabelControl labelControl25;
  355. private DevExpress.XtraEditors.TextEdit txtSumNo;
  356. private DevExpress.XtraEditors.LabelControl labelControl22;
  357. private DevExpress.XtraEditors.TextEdit txtNowNo;
  358. private DevExpress.XtraEditors.LabelControl labelControl24;
  359. private DevExpress.XtraEditors.TextEdit txtNowQty;
  360. private DevExpress.XtraEditors.LabelControl labelControl23;
  361. private DevExpress.XtraEditors.TextEdit txtSumQty;
  362. private DevExpress.XtraEditors.LabelControl labelControl21;
  363. private DevExpress.XtraEditors.TextEdit txtAllNo;
  364. private DevExpress.XtraEditors.TextEdit txtAllQty;
  365. private DevExpress.XtraEditors.TextEdit txtNowPackQty;
  366. private DevExpress.XtraEditors.LabelControl labelControl26;
  367. private DevExpress.XtraEditors.CheckButton chkBtnAll;
  368. private DevExpress.XtraEditors.CheckButton chkBtnPack;
  369. private DevExpress.XtraEditors.CheckButton chkBtnNo;
  370. private DevExpress.XtraEditors.SimpleButton btnExit;
  371. }
  372. }