Make_PalletWeigh.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_PalletWeigh
  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(Make_PalletWeigh));
  29. this.pa_outboxcode_label = new System.Windows.Forms.Label();
  30. this.pa_totalqty_label = new System.Windows.Forms.Label();
  31. this.pa_salecode_label = new System.Windows.Forms.Label();
  32. this.pa_makecode_label = new System.Windows.Forms.Label();
  33. this.AutoPrint = new System.Windows.Forms.CheckBox();
  34. this.pa_restqty_label = new System.Windows.Forms.Label();
  35. this.pa_custcode_label = new System.Windows.Forms.Label();
  36. this.palletcode_label = new System.Windows.Forms.Label();
  37. this.outboxcode_label = new System.Windows.Forms.Label();
  38. this.pa_prodcode_label = new System.Windows.Forms.Label();
  39. this.pa_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  40. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  41. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  42. this.outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  43. this.palletcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  44. this.SearchPallet = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  45. this.Print = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  46. this.ReleasePallet = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  47. this.NewPallet = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  48. this.pa_custcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  49. this.PackageInf = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  50. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.pa_restqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  56. this.pa_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  57. this.pa_salecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  58. this.pa_totalqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  59. this.pa_outboxcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  60. this.PrinterList = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
  61. this.PrintLabel = new System.Windows.Forms.ComboBox();
  62. this.PrintLabel_label = new System.Windows.Forms.Label();
  63. this.PrinterList_label = new System.Windows.Forms.Label();
  64. ((System.ComponentModel.ISupportInitialize)(this.PackageInf)).BeginInit();
  65. this.SuspendLayout();
  66. //
  67. // pa_outboxcode_label
  68. //
  69. this.pa_outboxcode_label.AutoSize = true;
  70. this.pa_outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.pa_outboxcode_label.Location = new System.Drawing.Point(27, 38);
  72. this.pa_outboxcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  73. this.pa_outboxcode_label.Name = "pa_outboxcode_label";
  74. this.pa_outboxcode_label.Size = new System.Drawing.Size(52, 27);
  75. this.pa_outboxcode_label.TabIndex = 102;
  76. this.pa_outboxcode_label.Text = "箱号";
  77. //
  78. // pa_totalqty_label
  79. //
  80. this.pa_totalqty_label.AutoSize = true;
  81. this.pa_totalqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.pa_totalqty_label.Location = new System.Drawing.Point(333, 34);
  83. this.pa_totalqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  84. this.pa_totalqty_label.Name = "pa_totalqty_label";
  85. this.pa_totalqty_label.Size = new System.Drawing.Size(92, 27);
  86. this.pa_totalqty_label.TabIndex = 104;
  87. this.pa_totalqty_label.Text = "箱内数量";
  88. //
  89. // pa_salecode_label
  90. //
  91. this.pa_salecode_label.AutoSize = true;
  92. this.pa_salecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.pa_salecode_label.Location = new System.Drawing.Point(27, 98);
  94. this.pa_salecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  95. this.pa_salecode_label.Name = "pa_salecode_label";
  96. this.pa_salecode_label.Size = new System.Drawing.Size(72, 27);
  97. this.pa_salecode_label.TabIndex = 106;
  98. this.pa_salecode_label.Text = "订单号";
  99. //
  100. // pa_makecode_label
  101. //
  102. this.pa_makecode_label.AutoSize = true;
  103. this.pa_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.pa_makecode_label.Location = new System.Drawing.Point(623, 34);
  105. this.pa_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  106. this.pa_makecode_label.Name = "pa_makecode_label";
  107. this.pa_makecode_label.Size = new System.Drawing.Size(92, 27);
  108. this.pa_makecode_label.TabIndex = 108;
  109. this.pa_makecode_label.Text = "制造单号";
  110. //
  111. // AutoPrint
  112. //
  113. this.AutoPrint.AutoSize = true;
  114. this.AutoPrint.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.AutoPrint.Location = new System.Drawing.Point(1057, 204);
  116. this.AutoPrint.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  117. this.AutoPrint.Name = "AutoPrint";
  118. this.AutoPrint.Size = new System.Drawing.Size(154, 31);
  119. this.AutoPrint.TabIndex = 153;
  120. this.AutoPrint.Text = "满箱自动打印";
  121. this.AutoPrint.UseVisualStyleBackColor = true;
  122. //
  123. // pa_restqty_label
  124. //
  125. this.pa_restqty_label.AutoSize = true;
  126. this.pa_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.pa_restqty_label.Location = new System.Drawing.Point(1052, 166);
  128. this.pa_restqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  129. this.pa_restqty_label.Name = "pa_restqty_label";
  130. this.pa_restqty_label.Size = new System.Drawing.Size(52, 27);
  131. this.pa_restqty_label.TabIndex = 154;
  132. this.pa_restqty_label.Text = "容量";
  133. //
  134. // pa_custcode_label
  135. //
  136. this.pa_custcode_label.AutoSize = true;
  137. this.pa_custcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.pa_custcode_label.Location = new System.Drawing.Point(333, 98);
  139. this.pa_custcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  140. this.pa_custcode_label.Name = "pa_custcode_label";
  141. this.pa_custcode_label.Size = new System.Drawing.Size(52, 27);
  142. this.pa_custcode_label.TabIndex = 157;
  143. this.pa_custcode_label.Text = "客户";
  144. //
  145. // palletcode_label
  146. //
  147. this.palletcode_label.AutoSize = true;
  148. this.palletcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.palletcode_label.Location = new System.Drawing.Point(1052, 365);
  150. this.palletcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  151. this.palletcode_label.Name = "palletcode_label";
  152. this.palletcode_label.Size = new System.Drawing.Size(72, 27);
  153. this.palletcode_label.TabIndex = 165;
  154. this.palletcode_label.Text = "栈板号";
  155. //
  156. // outboxcode_label
  157. //
  158. this.outboxcode_label.AutoSize = true;
  159. this.outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.outboxcode_label.Location = new System.Drawing.Point(1073, 420);
  161. this.outboxcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  162. this.outboxcode_label.Name = "outboxcode_label";
  163. this.outboxcode_label.Size = new System.Drawing.Size(52, 27);
  164. this.outboxcode_label.TabIndex = 166;
  165. this.outboxcode_label.Text = "箱号";
  166. //
  167. // pa_prodcode_label
  168. //
  169. this.pa_prodcode_label.AutoSize = true;
  170. this.pa_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.pa_prodcode_label.Location = new System.Drawing.Point(999, 34);
  172. this.pa_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  173. this.pa_prodcode_label.Name = "pa_prodcode_label";
  174. this.pa_prodcode_label.Size = new System.Drawing.Size(92, 27);
  175. this.pa_prodcode_label.TabIndex = 169;
  176. this.pa_prodcode_label.Text = "产品编号";
  177. //
  178. // pa_prodcode
  179. //
  180. this.pa_prodcode.AutoSize = true;
  181. this.pa_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.pa_prodcode.Location = new System.Drawing.Point(1131, 34);
  183. this.pa_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  184. this.pa_prodcode.Name = "pa_prodcode";
  185. this.pa_prodcode.Size = new System.Drawing.Size(0, 27);
  186. this.pa_prodcode.TabIndex = 170;
  187. this.pa_prodcode.Tag = "1";
  188. //
  189. // Clean
  190. //
  191. this.Clean.AllPower = null;
  192. this.Clean.BackColor = System.Drawing.Color.Transparent;
  193. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  194. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  195. this.Clean.IsShowBorder = true;
  196. this.Clean.Location = new System.Drawing.Point(1196, 651);
  197. this.Clean.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  198. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  199. this.Clean.Name = "Clean";
  200. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  201. this.Clean.Power = null;
  202. this.Clean.Size = new System.Drawing.Size(80, 30);
  203. this.Clean.TabIndex = 168;
  204. this.Clean.Text = "清除";
  205. this.Clean.UseVisualStyleBackColor = true;
  206. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  207. //
  208. // OperateResult
  209. //
  210. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.OperateResult.Location = new System.Drawing.Point(1059, 479);
  212. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  213. this.OperateResult.Name = "OperateResult";
  214. this.OperateResult.Size = new System.Drawing.Size(353, 162);
  215. this.OperateResult.TabIndex = 167;
  216. this.OperateResult.Text = "";
  217. //
  218. // outboxcode
  219. //
  220. this.outboxcode.AllPower = "ifall";
  221. this.outboxcode.BackColor = System.Drawing.Color.White;
  222. this.outboxcode.ID = null;
  223. this.outboxcode.Location = new System.Drawing.Point(1156, 420);
  224. this.outboxcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  225. this.outboxcode.Name = "outboxcode";
  226. this.outboxcode.Power = "ifwrite";
  227. this.outboxcode.Size = new System.Drawing.Size(213, 25);
  228. this.outboxcode.Str = null;
  229. this.outboxcode.Str1 = null;
  230. this.outboxcode.Str2 = null;
  231. this.outboxcode.TabIndex = 164;
  232. this.outboxcode.Tag = "NoAuto";
  233. this.outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.outboxcode_KeyDown);
  234. //
  235. // palletcode
  236. //
  237. this.palletcode.AllPower = "ifall";
  238. this.palletcode.BackColor = System.Drawing.Color.White;
  239. this.palletcode.ID = null;
  240. this.palletcode.Location = new System.Drawing.Point(1156, 365);
  241. this.palletcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  242. this.palletcode.Name = "palletcode";
  243. this.palletcode.Power = "ifwrite";
  244. this.palletcode.Size = new System.Drawing.Size(213, 25);
  245. this.palletcode.Str = null;
  246. this.palletcode.Str1 = null;
  247. this.palletcode.Str2 = null;
  248. this.palletcode.TabIndex = 163;
  249. this.palletcode.Tag = "NoAuto";
  250. this.palletcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.palletcode_KeyDown);
  251. //
  252. // SearchPallet
  253. //
  254. this.SearchPallet.AllPower = null;
  255. this.SearchPallet.BackColor = System.Drawing.Color.Transparent;
  256. this.SearchPallet.DownImage = ((System.Drawing.Image)(resources.GetObject("SearchPallet.DownImage")));
  257. this.SearchPallet.Image = ((System.Drawing.Image)(resources.GetObject("SearchPallet.Image")));
  258. this.SearchPallet.IsShowBorder = true;
  259. this.SearchPallet.Location = new System.Drawing.Point(1260, 308);
  260. this.SearchPallet.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  261. this.SearchPallet.MoveImage = ((System.Drawing.Image)(resources.GetObject("SearchPallet.MoveImage")));
  262. this.SearchPallet.Name = "SearchPallet";
  263. this.SearchPallet.NormalImage = ((System.Drawing.Image)(resources.GetObject("SearchPallet.NormalImage")));
  264. this.SearchPallet.Power = null;
  265. this.SearchPallet.Size = new System.Drawing.Size(93, 30);
  266. this.SearchPallet.TabIndex = 162;
  267. this.SearchPallet.Text = "栈板查询";
  268. this.SearchPallet.UseVisualStyleBackColor = true;
  269. this.SearchPallet.Click += new System.EventHandler(this.SearchPallet_Click);
  270. //
  271. // Print
  272. //
  273. this.Print.AllPower = null;
  274. this.Print.BackColor = System.Drawing.Color.Transparent;
  275. this.Print.DownImage = ((System.Drawing.Image)(resources.GetObject("Print.DownImage")));
  276. this.Print.Image = ((System.Drawing.Image)(resources.GetObject("Print.Image")));
  277. this.Print.IsShowBorder = true;
  278. this.Print.Location = new System.Drawing.Point(1112, 308);
  279. this.Print.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  280. this.Print.MoveImage = ((System.Drawing.Image)(resources.GetObject("Print.MoveImage")));
  281. this.Print.Name = "Print";
  282. this.Print.NormalImage = ((System.Drawing.Image)(resources.GetObject("Print.NormalImage")));
  283. this.Print.Power = null;
  284. this.Print.Size = new System.Drawing.Size(93, 30);
  285. this.Print.TabIndex = 161;
  286. this.Print.Text = "打印";
  287. this.Print.UseVisualStyleBackColor = true;
  288. this.Print.Click += new System.EventHandler(this.Print_Click);
  289. //
  290. // ReleasePallet
  291. //
  292. this.ReleasePallet.AllPower = null;
  293. this.ReleasePallet.BackColor = System.Drawing.Color.Transparent;
  294. this.ReleasePallet.DownImage = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.DownImage")));
  295. this.ReleasePallet.Image = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.Image")));
  296. this.ReleasePallet.IsShowBorder = true;
  297. this.ReleasePallet.Location = new System.Drawing.Point(1260, 246);
  298. this.ReleasePallet.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  299. this.ReleasePallet.MoveImage = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.MoveImage")));
  300. this.ReleasePallet.Name = "ReleasePallet";
  301. this.ReleasePallet.NormalImage = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.NormalImage")));
  302. this.ReleasePallet.Power = null;
  303. this.ReleasePallet.Size = new System.Drawing.Size(93, 30);
  304. this.ReleasePallet.TabIndex = 160;
  305. this.ReleasePallet.Text = "解除栈板";
  306. this.ReleasePallet.UseVisualStyleBackColor = true;
  307. this.ReleasePallet.Click += new System.EventHandler(this.ReleasePallet_Click);
  308. //
  309. // NewPallet
  310. //
  311. this.NewPallet.AllPower = "ifall";
  312. this.NewPallet.BackColor = System.Drawing.Color.Transparent;
  313. this.NewPallet.DownImage = ((System.Drawing.Image)(resources.GetObject("NewPallet.DownImage")));
  314. this.NewPallet.Image = ((System.Drawing.Image)(resources.GetObject("NewPallet.Image")));
  315. this.NewPallet.IsShowBorder = true;
  316. this.NewPallet.Location = new System.Drawing.Point(1112, 246);
  317. this.NewPallet.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  318. this.NewPallet.MoveImage = ((System.Drawing.Image)(resources.GetObject("NewPallet.MoveImage")));
  319. this.NewPallet.Name = "NewPallet";
  320. this.NewPallet.NormalImage = ((System.Drawing.Image)(resources.GetObject("NewPallet.NormalImage")));
  321. this.NewPallet.Power = "ifwrite";
  322. this.NewPallet.Size = new System.Drawing.Size(93, 30);
  323. this.NewPallet.TabIndex = 159;
  324. this.NewPallet.Text = "新增栈板";
  325. this.NewPallet.UseVisualStyleBackColor = true;
  326. this.NewPallet.Click += new System.EventHandler(this.NewPallet_Click);
  327. //
  328. // pa_custcode
  329. //
  330. this.pa_custcode.AutoSize = true;
  331. this.pa_custcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  332. this.pa_custcode.Location = new System.Drawing.Point(471, 98);
  333. this.pa_custcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  334. this.pa_custcode.Name = "pa_custcode";
  335. this.pa_custcode.Size = new System.Drawing.Size(0, 27);
  336. this.pa_custcode.TabIndex = 158;
  337. this.pa_custcode.Tag = "1";
  338. //
  339. // PackageInf
  340. //
  341. this.PackageInf.AllowUserToAddRows = false;
  342. this.PackageInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  343. this.PackageInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  344. this.Column1,
  345. this.Column2,
  346. this.Column3,
  347. this.Column4,
  348. this.Column5});
  349. this.PackageInf.Location = new System.Drawing.Point(4, 162);
  350. this.PackageInf.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  351. this.PackageInf.Name = "PackageInf";
  352. this.PackageInf.RowTemplate.Height = 23;
  353. this.PackageInf.Size = new System.Drawing.Size(1027, 519);
  354. this.PackageInf.TabIndex = 156;
  355. //
  356. // Column1
  357. //
  358. this.Column1.DataPropertyName = "code";
  359. this.Column1.HeaderText = "箱号";
  360. this.Column1.Name = "Column1";
  361. this.Column1.ReadOnly = true;
  362. //
  363. // Column2
  364. //
  365. this.Column2.DataPropertyName = "pa_totalqty";
  366. this.Column2.HeaderText = "数量";
  367. this.Column2.Name = "Column2";
  368. this.Column2.ReadOnly = true;
  369. //
  370. // Column3
  371. //
  372. this.Column3.DataPropertyName = "pa_prodcode";
  373. this.Column3.HeaderText = "产品编号";
  374. this.Column3.Name = "Column3";
  375. this.Column3.ReadOnly = true;
  376. //
  377. // Column4
  378. //
  379. this.Column4.DataPropertyName = "pa_makecode";
  380. this.Column4.HeaderText = "工单号";
  381. this.Column4.Name = "Column4";
  382. this.Column4.ReadOnly = true;
  383. //
  384. // Column5
  385. //
  386. this.Column5.DataPropertyName = "pa_custcode";
  387. this.Column5.HeaderText = "客户";
  388. this.Column5.Name = "Column5";
  389. this.Column5.ReadOnly = true;
  390. //
  391. // pa_restqty
  392. //
  393. this.pa_restqty.AllPower = null;
  394. this.pa_restqty.BackColor = System.Drawing.Color.White;
  395. this.pa_restqty.ID = null;
  396. this.pa_restqty.Location = new System.Drawing.Point(1125, 166);
  397. this.pa_restqty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  398. this.pa_restqty.Name = "pa_restqty";
  399. this.pa_restqty.Power = null;
  400. this.pa_restqty.Size = new System.Drawing.Size(213, 25);
  401. this.pa_restqty.Str = null;
  402. this.pa_restqty.Str1 = null;
  403. this.pa_restqty.Str2 = null;
  404. this.pa_restqty.TabIndex = 155;
  405. this.pa_restqty.Tag = "NoAuto";
  406. //
  407. // pa_makecode
  408. //
  409. this.pa_makecode.AutoSize = true;
  410. this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  411. this.pa_makecode.Location = new System.Drawing.Point(771, 34);
  412. this.pa_makecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  413. this.pa_makecode.Name = "pa_makecode";
  414. this.pa_makecode.Size = new System.Drawing.Size(0, 27);
  415. this.pa_makecode.TabIndex = 109;
  416. this.pa_makecode.Tag = "1";
  417. //
  418. // pa_salecode
  419. //
  420. this.pa_salecode.AutoSize = true;
  421. this.pa_salecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  422. this.pa_salecode.Location = new System.Drawing.Point(147, 98);
  423. this.pa_salecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  424. this.pa_salecode.Name = "pa_salecode";
  425. this.pa_salecode.Size = new System.Drawing.Size(0, 27);
  426. this.pa_salecode.TabIndex = 107;
  427. this.pa_salecode.Tag = "1";
  428. //
  429. // pa_totalqty
  430. //
  431. this.pa_totalqty.AutoSize = true;
  432. this.pa_totalqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  433. this.pa_totalqty.Location = new System.Drawing.Point(471, 34);
  434. this.pa_totalqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  435. this.pa_totalqty.Name = "pa_totalqty";
  436. this.pa_totalqty.Size = new System.Drawing.Size(0, 27);
  437. this.pa_totalqty.TabIndex = 105;
  438. this.pa_totalqty.Tag = "1";
  439. //
  440. // pa_outboxcode
  441. //
  442. this.pa_outboxcode.AutoSize = true;
  443. this.pa_outboxcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  444. this.pa_outboxcode.Location = new System.Drawing.Point(147, 40);
  445. this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  446. this.pa_outboxcode.Name = "pa_outboxcode";
  447. this.pa_outboxcode.Size = new System.Drawing.Size(0, 27);
  448. this.pa_outboxcode.TabIndex = 103;
  449. this.pa_outboxcode.Tag = "1";
  450. //
  451. // PrinterList
  452. //
  453. this.PrinterList.Location = new System.Drawing.Point(769, 98);
  454. this.PrinterList.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  455. this.PrinterList.Name = "PrinterList";
  456. this.PrinterList.Size = new System.Drawing.Size(195, 25);
  457. this.PrinterList.TabIndex = 171;
  458. //
  459. // PrintLabel
  460. //
  461. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  462. this.PrintLabel.FormattingEnabled = true;
  463. this.PrintLabel.Location = new System.Drawing.Point(1125, 102);
  464. this.PrintLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  465. this.PrintLabel.Name = "PrintLabel";
  466. this.PrintLabel.Size = new System.Drawing.Size(195, 23);
  467. this.PrintLabel.TabIndex = 172;
  468. //
  469. // PrintLabel_label
  470. //
  471. this.PrintLabel_label.AutoSize = true;
  472. this.PrintLabel_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  473. this.PrintLabel_label.Location = new System.Drawing.Point(999, 98);
  474. this.PrintLabel_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  475. this.PrintLabel_label.Name = "PrintLabel_label";
  476. this.PrintLabel_label.Size = new System.Drawing.Size(92, 27);
  477. this.PrintLabel_label.TabIndex = 174;
  478. this.PrintLabel_label.Text = "标签文件";
  479. //
  480. // PrinterList_label
  481. //
  482. this.PrinterList_label.AutoSize = true;
  483. this.PrinterList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  484. this.PrinterList_label.Location = new System.Drawing.Point(623, 98);
  485. this.PrinterList_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  486. this.PrinterList_label.Name = "PrinterList_label";
  487. this.PrinterList_label.Size = new System.Drawing.Size(112, 27);
  488. this.PrinterList_label.TabIndex = 173;
  489. this.PrinterList_label.Text = "打印机列表";
  490. //
  491. // 栈板称重
  492. //
  493. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  494. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  495. this.ClientSize = new System.Drawing.Size(1425, 690);
  496. this.Controls.Add(this.PrintLabel_label);
  497. this.Controls.Add(this.PrinterList_label);
  498. this.Controls.Add(this.PrintLabel);
  499. this.Controls.Add(this.PrinterList);
  500. this.Controls.Add(this.pa_prodcode);
  501. this.Controls.Add(this.pa_prodcode_label);
  502. this.Controls.Add(this.Clean);
  503. this.Controls.Add(this.OperateResult);
  504. this.Controls.Add(this.outboxcode_label);
  505. this.Controls.Add(this.palletcode_label);
  506. this.Controls.Add(this.outboxcode);
  507. this.Controls.Add(this.palletcode);
  508. this.Controls.Add(this.SearchPallet);
  509. this.Controls.Add(this.Print);
  510. this.Controls.Add(this.ReleasePallet);
  511. this.Controls.Add(this.NewPallet);
  512. this.Controls.Add(this.pa_custcode);
  513. this.Controls.Add(this.pa_custcode_label);
  514. this.Controls.Add(this.PackageInf);
  515. this.Controls.Add(this.pa_restqty);
  516. this.Controls.Add(this.pa_restqty_label);
  517. this.Controls.Add(this.AutoPrint);
  518. this.Controls.Add(this.pa_makecode);
  519. this.Controls.Add(this.pa_makecode_label);
  520. this.Controls.Add(this.pa_salecode);
  521. this.Controls.Add(this.pa_salecode_label);
  522. this.Controls.Add(this.pa_totalqty);
  523. this.Controls.Add(this.pa_totalqty_label);
  524. this.Controls.Add(this.pa_outboxcode);
  525. this.Controls.Add(this.pa_outboxcode_label);
  526. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  527. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  528. this.Name = "栈板称重";
  529. this.Tag = "Make!PalletWeigh";
  530. this.Text = "栈板称重";
  531. this.Load += new System.EventHandler(this.栈板称重_Load);
  532. this.SizeChanged += new System.EventHandler(this.栈板称重_SizeChanged);
  533. ((System.ComponentModel.ISupportInitialize)(this.PackageInf)).EndInit();
  534. this.ResumeLayout(false);
  535. this.PerformLayout();
  536. }
  537. #endregion
  538. private CustomControl.ValueLabel.ValueLabel pa_outboxcode;
  539. private System.Windows.Forms.Label pa_outboxcode_label;
  540. private CustomControl.ValueLabel.ValueLabel pa_totalqty;
  541. private System.Windows.Forms.Label pa_totalqty_label;
  542. private CustomControl.ValueLabel.ValueLabel pa_salecode;
  543. private System.Windows.Forms.Label pa_salecode_label;
  544. private CustomControl.ValueLabel.ValueLabel pa_makecode;
  545. private System.Windows.Forms.Label pa_makecode_label;
  546. private System.Windows.Forms.CheckBox AutoPrint;
  547. private CustomControl.TextBoxWithIcon.EnterTextBox pa_restqty;
  548. private System.Windows.Forms.Label pa_restqty_label;
  549. private CustomControl.DataGrid_View.DataGridViewWithSerialNum PackageInf;
  550. private CustomControl.ValueLabel.ValueLabel pa_custcode;
  551. private System.Windows.Forms.Label pa_custcode_label;
  552. private CustomControl.ButtonUtil.NormalButton NewPallet;
  553. private CustomControl.ButtonUtil.NormalButton ReleasePallet;
  554. private CustomControl.ButtonUtil.NormalButton Print;
  555. private CustomControl.ButtonUtil.NormalButton SearchPallet;
  556. private CustomControl.TextBoxWithIcon.EnterTextBox palletcode;
  557. private CustomControl.TextBoxWithIcon.EnterTextBox outboxcode;
  558. private System.Windows.Forms.Label palletcode_label;
  559. private System.Windows.Forms.Label outboxcode_label;
  560. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  561. private CustomControl.ButtonUtil.NormalButton Clean;
  562. private CustomControl.ValueLabel.ValueLabel pa_prodcode;
  563. private System.Windows.Forms.Label pa_prodcode_label;
  564. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  565. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  566. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  567. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  568. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  569. private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
  570. private System.Windows.Forms.ComboBox PrintLabel;
  571. private System.Windows.Forms.Label PrintLabel_label;
  572. private System.Windows.Forms.Label PrinterList_label;
  573. }
  574. }