UAS_出货标签管理.Designer.cs 85 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533
  1. namespace UAS_LabelMachine
  2. {
  3. partial class UAS_出货标签打印
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UAS_出货标签打印));
  29. this.pi_inoutno_label = new System.Windows.Forms.Label();
  30. this.label24 = new System.Windows.Forms.Label();
  31. this.LabelMainTain = new System.Windows.Forms.Button();
  32. this.CleanDetail = new System.Windows.Forms.Button();
  33. this.pib_id = new System.Windows.Forms.Label();
  34. this.pi_cardcode = new System.Windows.Forms.Label();
  35. this.pi_cardcode_label = new System.Windows.Forms.Label();
  36. this.Fresh = new System.Windows.Forms.LinkLabel();
  37. this.RefreshDBConnect = new System.Windows.Forms.Timer();
  38. this.GetGridOnly = new System.Windows.Forms.CheckBox();
  39. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  40. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  57. this.dataGridViewCheckBoxColumn3 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  58. this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.MidSource = new System.Windows.Forms.BindingSource();
  66. this.ChooseAll = new System.Windows.Forms.Button();
  67. this.ExportFileDialog = new System.Windows.Forms.FolderBrowserDialog();
  68. this.AttachInfo = new System.Windows.Forms.Button();
  69. this.pi_date = new System.Windows.Forms.Label();
  70. this.label19 = new System.Windows.Forms.Label();
  71. this.ExportData = new System.Windows.Forms.Button();
  72. this.PrintFooter = new System.Windows.Forms.Button();
  73. this.SetPrintStatus_label = new System.Windows.Forms.Label();
  74. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  75. this.label1 = new System.Windows.Forms.Label();
  76. this.Pack = new System.Windows.Forms.Button();
  77. this.PrintStatus = new System.Windows.Forms.Button();
  78. this.label3 = new System.Windows.Forms.Label();
  79. this.label4 = new System.Windows.Forms.Label();
  80. this.bi_inman = new System.Windows.Forms.Label();
  81. this.pib_inman = new System.Windows.Forms.Label();
  82. this.DCCheck = new UAS_LabelMachine.CustomControl.EnterTextBox();
  83. this.GridPrcode = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
  84. this.pd_pdno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.pjd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.CollectedNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.UnCollectedNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.pd_outqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.pr_unit = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.pd_brand = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.pjd_zxbzs_user = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.groupBoxWithBorder1 = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  94. this.label18 = new System.Windows.Forms.Label();
  95. this.MidBoxEnd = new UAS_LabelMachine.CustomControl.EnterTextBox();
  96. this.MidBoxBegin = new UAS_LabelMachine.CustomControl.EnterTextBox();
  97. this.label16 = new System.Windows.Forms.Label();
  98. this.SingleBoxEnd = new UAS_LabelMachine.CustomControl.EnterTextBox();
  99. this.SingleBoxBegin = new UAS_LabelMachine.CustomControl.EnterTextBox();
  100. this.label12 = new System.Windows.Forms.Label();
  101. this.label7 = new System.Windows.Forms.Label();
  102. this.Input = new UAS_LabelMachine.CustomControl.EnterTextBox();
  103. this.LabelInf = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
  104. this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  105. this.pib_ifprint = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  106. this.pib_id1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  107. this.pib_pdno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  108. this.pib_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  109. this.pd_custprodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  110. this.pjd_orispeccode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  111. this.pib_brand = new System.Windows.Forms.DataGridViewTextBoxColumn();
  112. this.pr_zxbzs = new System.Windows.Forms.DataGridViewTextBoxColumn();
  113. this.pib_lotno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  114. this.pib_datecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  115. this.pib_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  116. this.pib_custbarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  117. this.pib_custmidboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  118. this.pib_custoutboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  119. this.pd_pocode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  120. this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  121. this.pib_outboxcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  122. this.pib_outboxcode2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  123. this.pi_inoutno = new UAS_LabelMachine.CustomControl.EnterTextBox();
  124. this.SingleLabel = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  125. this.SingleLabelPrinter = new UAS_LabelMachine.CustomControl.PrinterCombox();
  126. this.SingleLabelPrint = new System.Windows.Forms.Button();
  127. this.SingleLabelAutoPrint = new System.Windows.Forms.CheckBox();
  128. this.SingleLabelCombox = new System.Windows.Forms.ComboBox();
  129. this.MidLabel = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  130. this.MidboxCapacity = new System.Windows.Forms.NumericUpDown();
  131. this.label2 = new System.Windows.Forms.Label();
  132. this.MidLabelNum = new UAS_LabelMachine.CustomControl.EnterTextBox();
  133. this.label5 = new System.Windows.Forms.Label();
  134. this.MidLabelPrinter = new UAS_LabelMachine.CustomControl.PrinterCombox();
  135. this.MidLabelPrint = new System.Windows.Forms.Button();
  136. this.MidLabelAutoPrint = new System.Windows.Forms.CheckBox();
  137. this.MidLabelCombox = new System.Windows.Forms.ComboBox();
  138. this.OutBoxLabel = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  139. this.LogingOut = new System.Windows.Forms.LinkLabel();
  140. this.OutBoxNum = new System.Windows.Forms.ComboBox();
  141. this.label10 = new System.Windows.Forms.Label();
  142. this.label6 = new System.Windows.Forms.Label();
  143. this.OutBoxPrinter = new UAS_LabelMachine.CustomControl.PrinterCombox();
  144. this.OutboxCapacity = new System.Windows.Forms.NumericUpDown();
  145. this.OutBoxLabelPrint = new System.Windows.Forms.Button();
  146. this.OutBoxCombox = new System.Windows.Forms.ComboBox();
  147. ((System.ComponentModel.ISupportInitialize)(this.MidSource)).BeginInit();
  148. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  149. ((System.ComponentModel.ISupportInitialize)(this.GridPrcode)).BeginInit();
  150. this.groupBoxWithBorder1.SuspendLayout();
  151. ((System.ComponentModel.ISupportInitialize)(this.LabelInf)).BeginInit();
  152. this.SingleLabel.SuspendLayout();
  153. this.MidLabel.SuspendLayout();
  154. ((System.ComponentModel.ISupportInitialize)(this.MidboxCapacity)).BeginInit();
  155. this.OutBoxLabel.SuspendLayout();
  156. ((System.ComponentModel.ISupportInitialize)(this.OutboxCapacity)).BeginInit();
  157. this.SuspendLayout();
  158. //
  159. // pi_inoutno_label
  160. //
  161. this.pi_inoutno_label.AutoSize = true;
  162. this.pi_inoutno_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.pi_inoutno_label.Location = new System.Drawing.Point(3, 10);
  164. this.pi_inoutno_label.Name = "pi_inoutno_label";
  165. this.pi_inoutno_label.Size = new System.Drawing.Size(65, 20);
  166. this.pi_inoutno_label.TabIndex = 3;
  167. this.pi_inoutno_label.Text = "出货单号";
  168. //
  169. // label24
  170. //
  171. this.label24.AutoSize = true;
  172. this.label24.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.label24.Location = new System.Drawing.Point(9, 69);
  174. this.label24.Name = "label24";
  175. this.label24.Size = new System.Drawing.Size(51, 20);
  176. this.label24.TabIndex = 55;
  177. this.label24.Text = "输入框";
  178. //
  179. // LabelMainTain
  180. //
  181. this.LabelMainTain.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.LabelMainTain.Location = new System.Drawing.Point(388, 15);
  183. this.LabelMainTain.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  184. this.LabelMainTain.Name = "LabelMainTain";
  185. this.LabelMainTain.Size = new System.Drawing.Size(64, 26);
  186. this.LabelMainTain.TabIndex = 57;
  187. this.LabelMainTain.Text = "标签维护";
  188. this.LabelMainTain.UseVisualStyleBackColor = true;
  189. this.LabelMainTain.Click += new System.EventHandler(this.LabelMaintain_Click);
  190. //
  191. // CleanDetail
  192. //
  193. this.CleanDetail.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.CleanDetail.Location = new System.Drawing.Point(296, 15);
  195. this.CleanDetail.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  196. this.CleanDetail.Name = "CleanDetail";
  197. this.CleanDetail.Size = new System.Drawing.Size(64, 26);
  198. this.CleanDetail.TabIndex = 66;
  199. this.CleanDetail.Text = "清除明细";
  200. this.CleanDetail.UseVisualStyleBackColor = true;
  201. this.CleanDetail.Click += new System.EventHandler(this.CleanDetail_Click);
  202. //
  203. // pib_id
  204. //
  205. this.pib_id.AutoSize = true;
  206. this.pib_id.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.pib_id.Location = new System.Drawing.Point(142, 160);
  208. this.pib_id.Name = "pib_id";
  209. this.pib_id.Size = new System.Drawing.Size(0, 20);
  210. this.pib_id.TabIndex = 69;
  211. this.pib_id.Visible = false;
  212. //
  213. // pi_cardcode
  214. //
  215. this.pi_cardcode.AutoSize = true;
  216. this.pi_cardcode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.pi_cardcode.Location = new System.Drawing.Point(77, 38);
  218. this.pi_cardcode.Name = "pi_cardcode";
  219. this.pi_cardcode.Size = new System.Drawing.Size(0, 20);
  220. this.pi_cardcode.TabIndex = 71;
  221. //
  222. // pi_cardcode_label
  223. //
  224. this.pi_cardcode_label.AutoSize = true;
  225. this.pi_cardcode_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.pi_cardcode_label.Location = new System.Drawing.Point(3, 38);
  227. this.pi_cardcode_label.Name = "pi_cardcode_label";
  228. this.pi_cardcode_label.Size = new System.Drawing.Size(65, 20);
  229. this.pi_cardcode_label.TabIndex = 72;
  230. this.pi_cardcode_label.Text = "客户编号";
  231. //
  232. // Fresh
  233. //
  234. this.Fresh.AutoSize = true;
  235. this.Fresh.Location = new System.Drawing.Point(234, 14);
  236. this.Fresh.Name = "Fresh";
  237. this.Fresh.Size = new System.Drawing.Size(29, 12);
  238. this.Fresh.TabIndex = 73;
  239. this.Fresh.TabStop = true;
  240. this.Fresh.Text = "刷新";
  241. this.Fresh.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.Refresh_LinkClicked);
  242. //
  243. // RefreshDBConnect
  244. //
  245. this.RefreshDBConnect.Tick += new System.EventHandler(this.RefreshDBConnect_Tick);
  246. //
  247. // GetGridOnly
  248. //
  249. this.GetGridOnly.AutoSize = true;
  250. this.GetGridOnly.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.GetGridOnly.Location = new System.Drawing.Point(149, 38);
  252. this.GetGridOnly.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  253. this.GetGridOnly.Name = "GetGridOnly";
  254. this.GetGridOnly.Size = new System.Drawing.Size(77, 20);
  255. this.GetGridOnly.TabIndex = 82;
  256. this.GetGridOnly.Text = "仅获取表格";
  257. this.GetGridOnly.UseVisualStyleBackColor = true;
  258. //
  259. // dataGridViewCheckBoxColumn1
  260. //
  261. this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  262. this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
  263. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  264. this.dataGridViewCheckBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  265. this.dataGridViewCheckBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  266. this.dataGridViewCheckBoxColumn1.Width = 60;
  267. //
  268. // dataGridViewTextBoxColumn1
  269. //
  270. this.dataGridViewTextBoxColumn1.DataPropertyName = "si_detno";
  271. this.dataGridViewTextBoxColumn1.HeaderText = "bi_id";
  272. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  273. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  274. this.dataGridViewTextBoxColumn1.Visible = false;
  275. this.dataGridViewTextBoxColumn1.Width = 80;
  276. //
  277. // dataGridViewTextBoxColumn2
  278. //
  279. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  280. this.dataGridViewTextBoxColumn2.DataPropertyName = "si_index";
  281. this.dataGridViewTextBoxColumn2.HeaderText = "明细序号";
  282. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  283. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  284. this.dataGridViewTextBoxColumn2.Visible = false;
  285. this.dataGridViewTextBoxColumn2.Width = 96;
  286. //
  287. // dataGridViewTextBoxColumn3
  288. //
  289. this.dataGridViewTextBoxColumn3.DataPropertyName = "bi_prodcode";
  290. this.dataGridViewTextBoxColumn3.HeaderText = "物料编号";
  291. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  292. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  293. this.dataGridViewTextBoxColumn3.Visible = false;
  294. this.dataGridViewTextBoxColumn3.Width = 78;
  295. //
  296. // dataGridViewTextBoxColumn4
  297. //
  298. this.dataGridViewTextBoxColumn4.DataPropertyName = "si_indexstring";
  299. this.dataGridViewTextBoxColumn4.HeaderText = "MPN";
  300. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  301. this.dataGridViewTextBoxColumn4.Visible = false;
  302. this.dataGridViewTextBoxColumn4.Width = 54;
  303. //
  304. // dataGridViewTextBoxColumn5
  305. //
  306. this.dataGridViewTextBoxColumn5.DataPropertyName = "si_length";
  307. this.dataGridViewTextBoxColumn5.HeaderText = "LotNo";
  308. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  309. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  310. this.dataGridViewTextBoxColumn5.Visible = false;
  311. this.dataGridViewTextBoxColumn5.Width = 48;
  312. //
  313. // dataGridViewTextBoxColumn6
  314. //
  315. this.dataGridViewTextBoxColumn6.DataPropertyName = "si_expression";
  316. this.dataGridViewTextBoxColumn6.HeaderText = "DateCode";
  317. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  318. this.dataGridViewTextBoxColumn6.Visible = false;
  319. this.dataGridViewTextBoxColumn6.Width = 60;
  320. //
  321. // dataGridViewTextBoxColumn7
  322. //
  323. this.dataGridViewTextBoxColumn7.DataPropertyName = "bi_inqty";
  324. this.dataGridViewTextBoxColumn7.HeaderText = "数量";
  325. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  326. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  327. this.dataGridViewTextBoxColumn7.Width = 80;
  328. //
  329. // dataGridViewTextBoxColumn8
  330. //
  331. this.dataGridViewTextBoxColumn8.DataPropertyName = "pib_cusbarcode";
  332. this.dataGridViewTextBoxColumn8.HeaderText = "唯一条码";
  333. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  334. this.dataGridViewTextBoxColumn8.Width = 90;
  335. //
  336. // dataGridViewTextBoxColumn9
  337. //
  338. this.dataGridViewTextBoxColumn9.DataPropertyName = "pib_cusoutboxcode";
  339. this.dataGridViewTextBoxColumn9.HeaderText = "中盒号";
  340. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  341. this.dataGridViewTextBoxColumn9.Width = 78;
  342. //
  343. // dataGridViewTextBoxColumn10
  344. //
  345. this.dataGridViewTextBoxColumn10.HeaderText = "外箱号";
  346. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  347. this.dataGridViewTextBoxColumn10.Visible = false;
  348. this.dataGridViewTextBoxColumn10.Width = 108;
  349. //
  350. // dataGridViewTextBoxColumn11
  351. //
  352. this.dataGridViewTextBoxColumn11.DataPropertyName = "si_item";
  353. this.dataGridViewTextBoxColumn11.HeaderText = "采集项次";
  354. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  355. this.dataGridViewTextBoxColumn11.ReadOnly = true;
  356. this.dataGridViewTextBoxColumn11.Width = 54;
  357. //
  358. // dataGridViewTextBoxColumn12
  359. //
  360. this.dataGridViewTextBoxColumn12.DataPropertyName = "si_kind";
  361. this.dataGridViewTextBoxColumn12.HeaderText = "解析方式";
  362. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  363. this.dataGridViewTextBoxColumn12.ReadOnly = true;
  364. this.dataGridViewTextBoxColumn12.Width = 78;
  365. //
  366. // dataGridViewTextBoxColumn13
  367. //
  368. this.dataGridViewTextBoxColumn13.DataPropertyName = "si_expression";
  369. this.dataGridViewTextBoxColumn13.HeaderText = "正则表达式";
  370. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  371. this.dataGridViewTextBoxColumn13.ReadOnly = true;
  372. this.dataGridViewTextBoxColumn13.Width = 66;
  373. //
  374. // dataGridViewTextBoxColumn14
  375. //
  376. this.dataGridViewTextBoxColumn14.DataPropertyName = "si_index";
  377. this.dataGridViewTextBoxColumn14.HeaderText = "起始位置";
  378. this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
  379. this.dataGridViewTextBoxColumn14.Width = 78;
  380. //
  381. // dataGridViewTextBoxColumn15
  382. //
  383. this.dataGridViewTextBoxColumn15.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  384. this.dataGridViewTextBoxColumn15.DataPropertyName = "si_length";
  385. this.dataGridViewTextBoxColumn15.HeaderText = "字符长度";
  386. this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
  387. this.dataGridViewTextBoxColumn15.Width = 90;
  388. //
  389. // dataGridViewTextBoxColumn16
  390. //
  391. this.dataGridViewTextBoxColumn16.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  392. this.dataGridViewTextBoxColumn16.DataPropertyName = "pib_outboxcode2";
  393. this.dataGridViewTextBoxColumn16.HeaderText = "外箱号";
  394. this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
  395. this.dataGridViewTextBoxColumn16.Width = 90;
  396. //
  397. // dataGridViewCheckBoxColumn2
  398. //
  399. this.dataGridViewCheckBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  400. this.dataGridViewCheckBoxColumn2.DataPropertyName = "pib_ifpick";
  401. this.dataGridViewCheckBoxColumn2.HeaderText = "已采集";
  402. this.dataGridViewCheckBoxColumn2.Name = "dataGridViewCheckBoxColumn2";
  403. this.dataGridViewCheckBoxColumn2.Width = 60;
  404. //
  405. // dataGridViewCheckBoxColumn3
  406. //
  407. this.dataGridViewCheckBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  408. this.dataGridViewCheckBoxColumn3.DataPropertyName = "pib_ifprint";
  409. this.dataGridViewCheckBoxColumn3.HeaderText = "已打印";
  410. this.dataGridViewCheckBoxColumn3.Name = "dataGridViewCheckBoxColumn3";
  411. this.dataGridViewCheckBoxColumn3.Width = 60;
  412. //
  413. // dataGridViewTextBoxColumn17
  414. //
  415. this.dataGridViewTextBoxColumn17.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  416. this.dataGridViewTextBoxColumn17.DataPropertyName = "si_detno";
  417. this.dataGridViewTextBoxColumn17.HeaderText = "顺序";
  418. this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
  419. this.dataGridViewTextBoxColumn17.ReadOnly = true;
  420. this.dataGridViewTextBoxColumn17.Width = 60;
  421. //
  422. // dataGridViewTextBoxColumn18
  423. //
  424. this.dataGridViewTextBoxColumn18.DataPropertyName = "si_index";
  425. this.dataGridViewTextBoxColumn18.HeaderText = "起始位置";
  426. this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
  427. this.dataGridViewTextBoxColumn18.Visible = false;
  428. //
  429. // dataGridViewTextBoxColumn19
  430. //
  431. this.dataGridViewTextBoxColumn19.DataPropertyName = "si_kind";
  432. this.dataGridViewTextBoxColumn19.HeaderText = "解析方式";
  433. this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
  434. this.dataGridViewTextBoxColumn19.Visible = false;
  435. //
  436. // dataGridViewTextBoxColumn20
  437. //
  438. this.dataGridViewTextBoxColumn20.DataPropertyName = "si_indexstring";
  439. this.dataGridViewTextBoxColumn20.HeaderText = "索引字符";
  440. this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
  441. this.dataGridViewTextBoxColumn20.Visible = false;
  442. //
  443. // dataGridViewTextBoxColumn21
  444. //
  445. this.dataGridViewTextBoxColumn21.DataPropertyName = "si_length";
  446. this.dataGridViewTextBoxColumn21.HeaderText = "长度";
  447. this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
  448. this.dataGridViewTextBoxColumn21.Visible = false;
  449. //
  450. // dataGridViewTextBoxColumn22
  451. //
  452. this.dataGridViewTextBoxColumn22.DataPropertyName = "si_expression";
  453. this.dataGridViewTextBoxColumn22.HeaderText = "正则表达式";
  454. this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22";
  455. this.dataGridViewTextBoxColumn22.Visible = false;
  456. //
  457. // dataGridViewTextBoxColumn23
  458. //
  459. this.dataGridViewTextBoxColumn23.DataPropertyName = "si_item";
  460. this.dataGridViewTextBoxColumn23.HeaderText = "采集项目";
  461. this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23";
  462. this.dataGridViewTextBoxColumn23.ReadOnly = true;
  463. this.dataGridViewTextBoxColumn23.Width = 80;
  464. //
  465. // ChooseAll
  466. //
  467. this.ChooseAll.Location = new System.Drawing.Point(0, 379);
  468. this.ChooseAll.Margin = new System.Windows.Forms.Padding(2);
  469. this.ChooseAll.Name = "ChooseAll";
  470. this.ChooseAll.Size = new System.Drawing.Size(38, 22);
  471. this.ChooseAll.TabIndex = 84;
  472. this.ChooseAll.Text = "全选";
  473. this.ChooseAll.UseVisualStyleBackColor = true;
  474. this.ChooseAll.Click += new System.EventHandler(this.ChooseAll_Click);
  475. //
  476. // AttachInfo
  477. //
  478. this.AttachInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  479. this.AttachInfo.Location = new System.Drawing.Point(388, 48);
  480. this.AttachInfo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  481. this.AttachInfo.Name = "AttachInfo";
  482. this.AttachInfo.Size = new System.Drawing.Size(64, 26);
  483. this.AttachInfo.TabIndex = 85;
  484. this.AttachInfo.Text = "附加信息设置";
  485. this.AttachInfo.UseVisualStyleBackColor = true;
  486. this.AttachInfo.Click += new System.EventHandler(this.AttachInfo_Click);
  487. //
  488. // pi_date
  489. //
  490. this.pi_date.AutoSize = true;
  491. this.pi_date.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  492. this.pi_date.Location = new System.Drawing.Point(5, 158);
  493. this.pi_date.Name = "pi_date";
  494. this.pi_date.Size = new System.Drawing.Size(0, 20);
  495. this.pi_date.TabIndex = 86;
  496. this.pi_date.Visible = false;
  497. //
  498. // label19
  499. //
  500. this.label19.AutoSize = true;
  501. this.label19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  502. this.label19.Location = new System.Drawing.Point(4, 196);
  503. this.label19.Name = "label19";
  504. this.label19.Size = new System.Drawing.Size(74, 21);
  505. this.label19.TabIndex = 87;
  506. this.label19.Text = "物料资料";
  507. //
  508. // ExportData
  509. //
  510. this.ExportData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  511. this.ExportData.Location = new System.Drawing.Point(296, 48);
  512. this.ExportData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  513. this.ExportData.Name = "ExportData";
  514. this.ExportData.Size = new System.Drawing.Size(64, 26);
  515. this.ExportData.TabIndex = 91;
  516. this.ExportData.Text = "导出数据";
  517. this.ExportData.UseVisualStyleBackColor = true;
  518. this.ExportData.Click += new System.EventHandler(this.ExportData_Click);
  519. //
  520. // PrintFooter
  521. //
  522. this.PrintFooter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  523. this.PrintFooter.Location = new System.Drawing.Point(485, 15);
  524. this.PrintFooter.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  525. this.PrintFooter.Name = "PrintFooter";
  526. this.PrintFooter.Size = new System.Drawing.Size(64, 26);
  527. this.PrintFooter.TabIndex = 89;
  528. this.PrintFooter.Text = "打印唛头";
  529. this.PrintFooter.UseVisualStyleBackColor = true;
  530. this.PrintFooter.Click += new System.EventHandler(this.PrintFooter_Click);
  531. //
  532. // SetPrintStatus_label
  533. //
  534. this.SetPrintStatus_label.AutoSize = true;
  535. this.SetPrintStatus_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  536. this.SetPrintStatus_label.ForeColor = System.Drawing.Color.Green;
  537. this.SetPrintStatus_label.Location = new System.Drawing.Point(475, 170);
  538. this.SetPrintStatus_label.Name = "SetPrintStatus_label";
  539. this.SetPrintStatus_label.Size = new System.Drawing.Size(58, 21);
  540. this.SetPrintStatus_label.TabIndex = 76;
  541. this.SetPrintStatus_label.Text = "可打印";
  542. //
  543. // pictureBox1
  544. //
  545. this.pictureBox1.Image = global::UAS_LabelMachine.Properties.Resources.Status;
  546. this.pictureBox1.Location = new System.Drawing.Point(411, 99);
  547. this.pictureBox1.Name = "pictureBox1";
  548. this.pictureBox1.Size = new System.Drawing.Size(122, 64);
  549. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
  550. this.pictureBox1.TabIndex = 93;
  551. this.pictureBox1.TabStop = false;
  552. //
  553. // label1
  554. //
  555. this.label1.AutoSize = true;
  556. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  557. this.label1.Location = new System.Drawing.Point(3, 151);
  558. this.label1.Name = "label1";
  559. this.label1.Size = new System.Drawing.Size(57, 20);
  560. this.label1.TabIndex = 95;
  561. this.label1.Text = "DC校验";
  562. //
  563. // Pack
  564. //
  565. this.Pack.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  566. this.Pack.Location = new System.Drawing.Point(485, 48);
  567. this.Pack.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  568. this.Pack.Name = "Pack";
  569. this.Pack.Size = new System.Drawing.Size(64, 26);
  570. this.Pack.TabIndex = 96;
  571. this.Pack.Text = "封箱";
  572. this.Pack.UseVisualStyleBackColor = true;
  573. this.Pack.Click += new System.EventHandler(this.Pack_Click);
  574. //
  575. // PrintStatus
  576. //
  577. this.PrintStatus.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  578. this.PrintStatus.Location = new System.Drawing.Point(296, 80);
  579. this.PrintStatus.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  580. this.PrintStatus.Name = "PrintStatus";
  581. this.PrintStatus.Size = new System.Drawing.Size(64, 26);
  582. this.PrintStatus.TabIndex = 97;
  583. this.PrintStatus.Text = "打印状态";
  584. this.PrintStatus.UseVisualStyleBackColor = true;
  585. this.PrintStatus.Click += new System.EventHandler(this.PrintStatus_Click);
  586. //
  587. // label3
  588. //
  589. this.label3.AutoSize = true;
  590. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  591. this.label3.Location = new System.Drawing.Point(232, 155);
  592. this.label3.Name = "label3";
  593. this.label3.Size = new System.Drawing.Size(51, 20);
  594. this.label3.TabIndex = 98;
  595. this.label3.Text = "备货员";
  596. //
  597. // label4
  598. //
  599. this.label4.AutoSize = true;
  600. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  601. this.label4.Location = new System.Drawing.Point(232, 185);
  602. this.label4.Name = "label4";
  603. this.label4.Size = new System.Drawing.Size(51, 20);
  604. this.label4.TabIndex = 99;
  605. this.label4.Text = "出货员";
  606. //
  607. // bi_inman
  608. //
  609. this.bi_inman.AutoSize = true;
  610. this.bi_inman.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  611. this.bi_inman.Location = new System.Drawing.Point(297, 155);
  612. this.bi_inman.Name = "bi_inman";
  613. this.bi_inman.Size = new System.Drawing.Size(0, 20);
  614. this.bi_inman.TabIndex = 100;
  615. //
  616. // pib_inman
  617. //
  618. this.pib_inman.AutoSize = true;
  619. this.pib_inman.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  620. this.pib_inman.Location = new System.Drawing.Point(297, 185);
  621. this.pib_inman.Name = "pib_inman";
  622. this.pib_inman.Size = new System.Drawing.Size(0, 20);
  623. this.pib_inman.TabIndex = 101;
  624. //
  625. // DCCheck
  626. //
  627. this.DCCheck.ID = null;
  628. this.DCCheck.Location = new System.Drawing.Point(82, 150);
  629. this.DCCheck.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  630. this.DCCheck.Name = "DCCheck";
  631. this.DCCheck.Size = new System.Drawing.Size(60, 21);
  632. this.DCCheck.Str = null;
  633. this.DCCheck.Str1 = null;
  634. this.DCCheck.Str2 = null;
  635. this.DCCheck.TabIndex = 94;
  636. this.DCCheck.Leave += new System.EventHandler(this.DCCheck_Leave);
  637. //
  638. // GridPrcode
  639. //
  640. this.GridPrcode.AllowUserToAddRows = false;
  641. this.GridPrcode.BackgroundColor = System.Drawing.SystemColors.Control;
  642. this.GridPrcode.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  643. this.GridPrcode.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  644. this.pd_pdno,
  645. this.pjd_id,
  646. this.pd_prodcode,
  647. this.CollectedNum,
  648. this.UnCollectedNum,
  649. this.pd_outqty,
  650. this.pr_unit,
  651. this.pd_brand,
  652. this.pjd_zxbzs_user});
  653. this.GridPrcode.GridColor = System.Drawing.SystemColors.Control;
  654. this.GridPrcode.Location = new System.Drawing.Point(0, 222);
  655. this.GridPrcode.MultiSelect = false;
  656. this.GridPrcode.Name = "GridPrcode";
  657. this.GridPrcode.RowTemplate.Height = 23;
  658. this.GridPrcode.Size = new System.Drawing.Size(1257, 158);
  659. this.GridPrcode.TabIndex = 88;
  660. this.GridPrcode.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridPrcode_CellClick);
  661. this.GridPrcode.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridPrcode_CellEndEdit);
  662. this.GridPrcode.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.GridPrcode_CellMouseUp);
  663. this.GridPrcode.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.GridPrcode_CellPainting);
  664. this.GridPrcode.SelectionChanged += new System.EventHandler(this.GridPrcode_SelectionChanged);
  665. //
  666. // pd_pdno
  667. //
  668. this.pd_pdno.DataPropertyName = "pd_pdno";
  669. this.pd_pdno.HeaderText = "明细序号";
  670. this.pd_pdno.Name = "pd_pdno";
  671. this.pd_pdno.ReadOnly = true;
  672. this.pd_pdno.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  673. //
  674. // pjd_id
  675. //
  676. this.pjd_id.DataPropertyName = "pjd_id";
  677. this.pjd_id.HeaderText = "pjd_id";
  678. this.pjd_id.Name = "pjd_id";
  679. this.pjd_id.Visible = false;
  680. //
  681. // pd_prodcode
  682. //
  683. this.pd_prodcode.DataPropertyName = "pd_prodcode";
  684. this.pd_prodcode.HeaderText = "物料编号";
  685. this.pd_prodcode.Name = "pd_prodcode";
  686. this.pd_prodcode.ReadOnly = true;
  687. this.pd_prodcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  688. //
  689. // CollectedNum
  690. //
  691. this.CollectedNum.DataPropertyName = "CollectedNum";
  692. this.CollectedNum.HeaderText = "已采数";
  693. this.CollectedNum.Name = "CollectedNum";
  694. this.CollectedNum.ReadOnly = true;
  695. //
  696. // UnCollectedNum
  697. //
  698. this.UnCollectedNum.DataPropertyName = "UnCollectedNum";
  699. this.UnCollectedNum.HeaderText = "未采集";
  700. this.UnCollectedNum.Name = "UnCollectedNum";
  701. this.UnCollectedNum.ReadOnly = true;
  702. //
  703. // pd_outqty
  704. //
  705. this.pd_outqty.DataPropertyName = "pd_outqty";
  706. this.pd_outqty.HeaderText = "出库数量";
  707. this.pd_outqty.Name = "pd_outqty";
  708. this.pd_outqty.ReadOnly = true;
  709. this.pd_outqty.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  710. //
  711. // pr_unit
  712. //
  713. this.pr_unit.DataPropertyName = "pr_unit";
  714. this.pr_unit.HeaderText = "单位";
  715. this.pr_unit.Name = "pr_unit";
  716. this.pr_unit.ReadOnly = true;
  717. this.pr_unit.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  718. //
  719. // pd_brand
  720. //
  721. this.pd_brand.DataPropertyName = "pd_brand";
  722. this.pd_brand.HeaderText = "品牌";
  723. this.pd_brand.Name = "pd_brand";
  724. this.pd_brand.ReadOnly = true;
  725. this.pd_brand.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  726. //
  727. // pjd_zxbzs_user
  728. //
  729. this.pjd_zxbzs_user.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  730. this.pjd_zxbzs_user.DataPropertyName = "pjd_zxbzs_user";
  731. this.pjd_zxbzs_user.HeaderText = "最小包装";
  732. this.pjd_zxbzs_user.Name = "pjd_zxbzs_user";
  733. this.pjd_zxbzs_user.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  734. //
  735. // groupBoxWithBorder1
  736. //
  737. this.groupBoxWithBorder1.Controls.Add(this.label18);
  738. this.groupBoxWithBorder1.Controls.Add(this.MidBoxEnd);
  739. this.groupBoxWithBorder1.Controls.Add(this.MidBoxBegin);
  740. this.groupBoxWithBorder1.Controls.Add(this.label16);
  741. this.groupBoxWithBorder1.Controls.Add(this.SingleBoxEnd);
  742. this.groupBoxWithBorder1.Controls.Add(this.SingleBoxBegin);
  743. this.groupBoxWithBorder1.Controls.Add(this.label12);
  744. this.groupBoxWithBorder1.Controls.Add(this.label7);
  745. this.groupBoxWithBorder1.Location = new System.Drawing.Point(583, 6);
  746. this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(2);
  747. this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
  748. this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(2);
  749. this.groupBoxWithBorder1.Size = new System.Drawing.Size(140, 211);
  750. this.groupBoxWithBorder1.TabIndex = 81;
  751. this.groupBoxWithBorder1.TabStop = false;
  752. this.groupBoxWithBorder1.Text = " 打印参数设置";
  753. //
  754. // label18
  755. //
  756. this.label18.AutoSize = true;
  757. this.label18.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  758. this.label18.Location = new System.Drawing.Point(64, 110);
  759. this.label18.Name = "label18";
  760. this.label18.Size = new System.Drawing.Size(13, 17);
  761. this.label18.TabIndex = 90;
  762. this.label18.Text = "-";
  763. //
  764. // MidBoxEnd
  765. //
  766. this.MidBoxEnd.ID = null;
  767. this.MidBoxEnd.Location = new System.Drawing.Point(83, 108);
  768. this.MidBoxEnd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  769. this.MidBoxEnd.Name = "MidBoxEnd";
  770. this.MidBoxEnd.Size = new System.Drawing.Size(50, 21);
  771. this.MidBoxEnd.Str = null;
  772. this.MidBoxEnd.Str1 = null;
  773. this.MidBoxEnd.Str2 = null;
  774. this.MidBoxEnd.TabIndex = 89;
  775. //
  776. // MidBoxBegin
  777. //
  778. this.MidBoxBegin.ID = null;
  779. this.MidBoxBegin.Location = new System.Drawing.Point(8, 108);
  780. this.MidBoxBegin.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  781. this.MidBoxBegin.Name = "MidBoxBegin";
  782. this.MidBoxBegin.Size = new System.Drawing.Size(50, 21);
  783. this.MidBoxBegin.Str = null;
  784. this.MidBoxBegin.Str1 = null;
  785. this.MidBoxBegin.Str2 = null;
  786. this.MidBoxBegin.TabIndex = 88;
  787. //
  788. // label16
  789. //
  790. this.label16.AutoSize = true;
  791. this.label16.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  792. this.label16.Location = new System.Drawing.Point(63, 47);
  793. this.label16.Name = "label16";
  794. this.label16.Size = new System.Drawing.Size(13, 17);
  795. this.label16.TabIndex = 87;
  796. this.label16.Text = "-";
  797. //
  798. // SingleBoxEnd
  799. //
  800. this.SingleBoxEnd.ID = null;
  801. this.SingleBoxEnd.Location = new System.Drawing.Point(82, 46);
  802. this.SingleBoxEnd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  803. this.SingleBoxEnd.Name = "SingleBoxEnd";
  804. this.SingleBoxEnd.Size = new System.Drawing.Size(50, 21);
  805. this.SingleBoxEnd.Str = null;
  806. this.SingleBoxEnd.Str1 = null;
  807. this.SingleBoxEnd.Str2 = null;
  808. this.SingleBoxEnd.TabIndex = 86;
  809. //
  810. // SingleBoxBegin
  811. //
  812. this.SingleBoxBegin.ID = null;
  813. this.SingleBoxBegin.Location = new System.Drawing.Point(7, 45);
  814. this.SingleBoxBegin.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  815. this.SingleBoxBegin.Name = "SingleBoxBegin";
  816. this.SingleBoxBegin.Size = new System.Drawing.Size(50, 21);
  817. this.SingleBoxBegin.Str = null;
  818. this.SingleBoxBegin.Str1 = null;
  819. this.SingleBoxBegin.Str2 = null;
  820. this.SingleBoxBegin.TabIndex = 85;
  821. //
  822. // label12
  823. //
  824. this.label12.AutoSize = true;
  825. this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  826. this.label12.Location = new System.Drawing.Point(7, 73);
  827. this.label12.Name = "label12";
  828. this.label12.Size = new System.Drawing.Size(56, 17);
  829. this.label12.TabIndex = 77;
  830. this.label12.Text = "中盒范围";
  831. //
  832. // label7
  833. //
  834. this.label7.AutoSize = true;
  835. this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  836. this.label7.Location = new System.Drawing.Point(7, 16);
  837. this.label7.Name = "label7";
  838. this.label7.Size = new System.Drawing.Size(56, 17);
  839. this.label7.TabIndex = 76;
  840. this.label7.Text = "单盘范围";
  841. //
  842. // Input
  843. //
  844. this.Input.ID = null;
  845. this.Input.Location = new System.Drawing.Point(82, 72);
  846. this.Input.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  847. this.Input.Multiline = true;
  848. this.Input.Name = "Input";
  849. this.Input.Size = new System.Drawing.Size(150, 68);
  850. this.Input.Str = null;
  851. this.Input.Str1 = null;
  852. this.Input.Str2 = null;
  853. this.Input.TabIndex = 54;
  854. this.Input.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Input_KeyDown);
  855. this.Input.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Input_KeyUp);
  856. //
  857. // LabelInf
  858. //
  859. this.LabelInf.AllowUserToAddRows = false;
  860. this.LabelInf.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  861. this.LabelInf.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  862. this.LabelInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  863. this.LabelInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  864. this.Choose,
  865. this.pib_ifprint,
  866. this.pib_id1,
  867. this.pib_pdno,
  868. this.pib_prodcode,
  869. this.pd_custprodcode,
  870. this.pjd_orispeccode,
  871. this.pib_brand,
  872. this.pr_zxbzs,
  873. this.pib_lotno,
  874. this.pib_datecode,
  875. this.pib_qty,
  876. this.pib_custbarcode,
  877. this.pib_custmidboxcode,
  878. this.pib_custoutboxcode,
  879. this.pd_pocode,
  880. this.pr_spec,
  881. this.pib_outboxcode1,
  882. this.pib_outboxcode2});
  883. this.LabelInf.Location = new System.Drawing.Point(0, 381);
  884. this.LabelInf.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  885. this.LabelInf.Name = "LabelInf";
  886. this.LabelInf.RowTemplate.Height = 23;
  887. this.LabelInf.Size = new System.Drawing.Size(1257, 346);
  888. this.LabelInf.TabIndex = 27;
  889. this.LabelInf.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelInf_CellValueChanged);
  890. this.LabelInf.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.LabelInf_DataError);
  891. //
  892. // Choose
  893. //
  894. this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  895. this.Choose.HeaderText = "勾选";
  896. this.Choose.Name = "Choose";
  897. this.Choose.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  898. this.Choose.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  899. this.Choose.Width = 55;
  900. //
  901. // pib_ifprint
  902. //
  903. this.pib_ifprint.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  904. this.pib_ifprint.DataPropertyName = "pib_ifprint";
  905. this.pib_ifprint.HeaderText = "已打印";
  906. this.pib_ifprint.Name = "pib_ifprint";
  907. this.pib_ifprint.Width = 60;
  908. //
  909. // pib_id1
  910. //
  911. this.pib_id1.DataPropertyName = "pib_id";
  912. this.pib_id1.HeaderText = "pib_id";
  913. this.pib_id1.Name = "pib_id1";
  914. this.pib_id1.Visible = false;
  915. this.pib_id1.Width = 66;
  916. //
  917. // pib_pdno
  918. //
  919. this.pib_pdno.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  920. this.pib_pdno.DataPropertyName = "pib_pdno";
  921. this.pib_pdno.HeaderText = "明细序号";
  922. this.pib_pdno.Name = "pib_pdno";
  923. this.pib_pdno.ReadOnly = true;
  924. this.pib_pdno.Width = 96;
  925. //
  926. // pib_prodcode
  927. //
  928. this.pib_prodcode.DataPropertyName = "pib_prodcode";
  929. this.pib_prodcode.HeaderText = "物料编号";
  930. this.pib_prodcode.Name = "pib_prodcode";
  931. this.pib_prodcode.ReadOnly = true;
  932. this.pib_prodcode.Width = 78;
  933. //
  934. // pd_custprodcode
  935. //
  936. this.pd_custprodcode.DataPropertyName = "pd_custprodcode";
  937. this.pd_custprodcode.HeaderText = "CPN";
  938. this.pd_custprodcode.Name = "pd_custprodcode";
  939. this.pd_custprodcode.Width = 48;
  940. //
  941. // pjd_orispeccode
  942. //
  943. this.pjd_orispeccode.DataPropertyName = "pjd_orispeccode";
  944. this.pjd_orispeccode.HeaderText = "MPN";
  945. this.pjd_orispeccode.Name = "pjd_orispeccode";
  946. this.pjd_orispeccode.ReadOnly = true;
  947. this.pjd_orispeccode.Width = 48;
  948. //
  949. // pib_brand
  950. //
  951. this.pib_brand.DataPropertyName = "pib_brand";
  952. this.pib_brand.HeaderText = "品牌";
  953. this.pib_brand.Name = "pib_brand";
  954. this.pib_brand.ReadOnly = true;
  955. this.pib_brand.Width = 54;
  956. //
  957. // pr_zxbzs
  958. //
  959. this.pr_zxbzs.DataPropertyName = "pr_zxbzs";
  960. this.pr_zxbzs.HeaderText = "最小包装数";
  961. this.pr_zxbzs.Name = "pr_zxbzs";
  962. this.pr_zxbzs.ReadOnly = true;
  963. this.pr_zxbzs.Visible = false;
  964. this.pr_zxbzs.Width = 90;
  965. //
  966. // pib_lotno
  967. //
  968. this.pib_lotno.DataPropertyName = "pib_lotno";
  969. this.pib_lotno.HeaderText = "LotNo";
  970. this.pib_lotno.Name = "pib_lotno";
  971. this.pib_lotno.ReadOnly = true;
  972. this.pib_lotno.Width = 60;
  973. //
  974. // pib_datecode
  975. //
  976. this.pib_datecode.DataPropertyName = "pib_datecode";
  977. this.pib_datecode.HeaderText = "DateCode";
  978. this.pib_datecode.Name = "pib_datecode";
  979. this.pib_datecode.ReadOnly = true;
  980. this.pib_datecode.Width = 78;
  981. //
  982. // pib_qty
  983. //
  984. this.pib_qty.DataPropertyName = "pib_qty";
  985. this.pib_qty.HeaderText = "数量";
  986. this.pib_qty.Name = "pib_qty";
  987. this.pib_qty.ReadOnly = true;
  988. this.pib_qty.Width = 54;
  989. //
  990. // pib_custbarcode
  991. //
  992. this.pib_custbarcode.DataPropertyName = "pib_custbarcode";
  993. this.pib_custbarcode.HeaderText = "料盘条码";
  994. this.pib_custbarcode.Name = "pib_custbarcode";
  995. this.pib_custbarcode.ReadOnly = true;
  996. this.pib_custbarcode.Width = 78;
  997. //
  998. // pib_custmidboxcode
  999. //
  1000. this.pib_custmidboxcode.DataPropertyName = "pib_custmidboxcode";
  1001. this.pib_custmidboxcode.HeaderText = "中盒条码";
  1002. this.pib_custmidboxcode.Name = "pib_custmidboxcode";
  1003. this.pib_custmidboxcode.ReadOnly = true;
  1004. this.pib_custmidboxcode.Width = 78;
  1005. //
  1006. // pib_custoutboxcode
  1007. //
  1008. this.pib_custoutboxcode.DataPropertyName = "pib_custoutboxcode";
  1009. this.pib_custoutboxcode.HeaderText = "外箱条码";
  1010. this.pib_custoutboxcode.Name = "pib_custoutboxcode";
  1011. this.pib_custoutboxcode.ReadOnly = true;
  1012. this.pib_custoutboxcode.Width = 78;
  1013. //
  1014. // pd_pocode
  1015. //
  1016. this.pd_pocode.DataPropertyName = "pd_pocode";
  1017. this.pd_pocode.HeaderText = "客户PO";
  1018. this.pd_pocode.Name = "pd_pocode";
  1019. this.pd_pocode.ReadOnly = true;
  1020. this.pd_pocode.Width = 66;
  1021. //
  1022. // pr_spec
  1023. //
  1024. this.pr_spec.DataPropertyName = "pr_spec";
  1025. this.pr_spec.HeaderText = "规格";
  1026. this.pr_spec.Name = "pr_spec";
  1027. this.pr_spec.ReadOnly = true;
  1028. this.pr_spec.Visible = false;
  1029. this.pr_spec.Width = 54;
  1030. //
  1031. // pib_outboxcode1
  1032. //
  1033. this.pib_outboxcode1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  1034. this.pib_outboxcode1.DataPropertyName = "pib_outboxcode1";
  1035. this.pib_outboxcode1.HeaderText = "中盒号";
  1036. this.pib_outboxcode1.Name = "pib_outboxcode1";
  1037. this.pib_outboxcode1.ReadOnly = true;
  1038. this.pib_outboxcode1.Width = 90;
  1039. //
  1040. // pib_outboxcode2
  1041. //
  1042. this.pib_outboxcode2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  1043. this.pib_outboxcode2.DataPropertyName = "pib_outboxcode2";
  1044. this.pib_outboxcode2.HeaderText = "外箱号";
  1045. this.pib_outboxcode2.Name = "pib_outboxcode2";
  1046. this.pib_outboxcode2.ReadOnly = true;
  1047. this.pib_outboxcode2.Width = 90;
  1048. //
  1049. // pi_inoutno
  1050. //
  1051. this.pi_inoutno.ID = null;
  1052. this.pi_inoutno.Location = new System.Drawing.Point(82, 10);
  1053. this.pi_inoutno.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1054. this.pi_inoutno.Name = "pi_inoutno";
  1055. this.pi_inoutno.Size = new System.Drawing.Size(150, 21);
  1056. this.pi_inoutno.Str = null;
  1057. this.pi_inoutno.Str1 = null;
  1058. this.pi_inoutno.Str2 = null;
  1059. this.pi_inoutno.TabIndex = 2;
  1060. this.pi_inoutno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pi_inoutno_KeyDown);
  1061. //
  1062. // SingleLabel
  1063. //
  1064. this.SingleLabel.Controls.Add(this.SingleLabelPrinter);
  1065. this.SingleLabel.Controls.Add(this.SingleLabelPrint);
  1066. this.SingleLabel.Controls.Add(this.SingleLabelAutoPrint);
  1067. this.SingleLabel.Controls.Add(this.SingleLabelCombox);
  1068. this.SingleLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1069. this.SingleLabel.Location = new System.Drawing.Point(726, 6);
  1070. this.SingleLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1071. this.SingleLabel.Name = "SingleLabel";
  1072. this.SingleLabel.Padding = new System.Windows.Forms.Padding(2);
  1073. this.SingleLabel.Size = new System.Drawing.Size(170, 211);
  1074. this.SingleLabel.TabIndex = 77;
  1075. this.SingleLabel.TabStop = false;
  1076. this.SingleLabel.Text = "单盘标签";
  1077. //
  1078. // SingleLabelPrinter
  1079. //
  1080. this.SingleLabelPrinter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1081. this.SingleLabelPrinter.Location = new System.Drawing.Point(6, 63);
  1082. this.SingleLabelPrinter.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  1083. this.SingleLabelPrinter.Name = "SingleLabelPrinter";
  1084. this.SingleLabelPrinter.Size = new System.Drawing.Size(159, 30);
  1085. this.SingleLabelPrinter.TabIndex = 40;
  1086. //
  1087. // SingleLabelPrint
  1088. //
  1089. this.SingleLabelPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1090. this.SingleLabelPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1091. this.SingleLabelPrint.Location = new System.Drawing.Point(50, 177);
  1092. this.SingleLabelPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1093. this.SingleLabelPrint.Name = "SingleLabelPrint";
  1094. this.SingleLabelPrint.Size = new System.Drawing.Size(68, 26);
  1095. this.SingleLabelPrint.TabIndex = 36;
  1096. this.SingleLabelPrint.Text = "打印盘标";
  1097. this.SingleLabelPrint.UseVisualStyleBackColor = true;
  1098. this.SingleLabelPrint.Click += new System.EventHandler(this.SingleLabelPrint_Click);
  1099. //
  1100. // SingleLabelAutoPrint
  1101. //
  1102. this.SingleLabelAutoPrint.AutoSize = true;
  1103. this.SingleLabelAutoPrint.Checked = true;
  1104. this.SingleLabelAutoPrint.CheckState = System.Windows.Forms.CheckState.Checked;
  1105. this.SingleLabelAutoPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1106. this.SingleLabelAutoPrint.Location = new System.Drawing.Point(6, 93);
  1107. this.SingleLabelAutoPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1108. this.SingleLabelAutoPrint.Name = "SingleLabelAutoPrint";
  1109. this.SingleLabelAutoPrint.Size = new System.Drawing.Size(75, 21);
  1110. this.SingleLabelAutoPrint.TabIndex = 30;
  1111. this.SingleLabelAutoPrint.Text = "自动打印";
  1112. this.SingleLabelAutoPrint.UseVisualStyleBackColor = true;
  1113. //
  1114. // SingleLabelCombox
  1115. //
  1116. this.SingleLabelCombox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1117. this.SingleLabelCombox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1118. this.SingleLabelCombox.FormattingEnabled = true;
  1119. this.SingleLabelCombox.Location = new System.Drawing.Point(7, 31);
  1120. this.SingleLabelCombox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1121. this.SingleLabelCombox.Name = "SingleLabelCombox";
  1122. this.SingleLabelCombox.Size = new System.Drawing.Size(158, 25);
  1123. this.SingleLabelCombox.TabIndex = 0;
  1124. this.SingleLabelCombox.SelectedIndexChanged += new System.EventHandler(this.SingleLabelCombox_SelectedIndexChanged);
  1125. //
  1126. // MidLabel
  1127. //
  1128. this.MidLabel.Controls.Add(this.MidboxCapacity);
  1129. this.MidLabel.Controls.Add(this.label2);
  1130. this.MidLabel.Controls.Add(this.MidLabelNum);
  1131. this.MidLabel.Controls.Add(this.label5);
  1132. this.MidLabel.Controls.Add(this.MidLabelPrinter);
  1133. this.MidLabel.Controls.Add(this.MidLabelPrint);
  1134. this.MidLabel.Controls.Add(this.MidLabelAutoPrint);
  1135. this.MidLabel.Controls.Add(this.MidLabelCombox);
  1136. this.MidLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1137. this.MidLabel.Location = new System.Drawing.Point(898, 6);
  1138. this.MidLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1139. this.MidLabel.Name = "MidLabel";
  1140. this.MidLabel.Padding = new System.Windows.Forms.Padding(2);
  1141. this.MidLabel.Size = new System.Drawing.Size(172, 211);
  1142. this.MidLabel.TabIndex = 78;
  1143. this.MidLabel.TabStop = false;
  1144. this.MidLabel.Text = "中盒标签";
  1145. //
  1146. // MidboxCapacity
  1147. //
  1148. this.MidboxCapacity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1149. this.MidboxCapacity.Location = new System.Drawing.Point(48, 119);
  1150. this.MidboxCapacity.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1151. this.MidboxCapacity.Name = "MidboxCapacity";
  1152. this.MidboxCapacity.Size = new System.Drawing.Size(78, 23);
  1153. this.MidboxCapacity.TabIndex = 92;
  1154. //
  1155. // label2
  1156. //
  1157. this.label2.AutoSize = true;
  1158. this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1159. this.label2.Location = new System.Drawing.Point(4, 120);
  1160. this.label2.Name = "label2";
  1161. this.label2.Size = new System.Drawing.Size(32, 17);
  1162. this.label2.TabIndex = 92;
  1163. this.label2.Text = "容量";
  1164. //
  1165. // MidLabelNum
  1166. //
  1167. this.MidLabelNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1168. this.MidLabelNum.ID = null;
  1169. this.MidLabelNum.Location = new System.Drawing.Point(48, 151);
  1170. this.MidLabelNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1171. this.MidLabelNum.Name = "MidLabelNum";
  1172. this.MidLabelNum.Size = new System.Drawing.Size(78, 23);
  1173. this.MidLabelNum.Str = null;
  1174. this.MidLabelNum.Str1 = null;
  1175. this.MidLabelNum.Str2 = null;
  1176. this.MidLabelNum.TabIndex = 56;
  1177. //
  1178. // label5
  1179. //
  1180. this.label5.AutoSize = true;
  1181. this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1182. this.label5.Location = new System.Drawing.Point(5, 152);
  1183. this.label5.Name = "label5";
  1184. this.label5.Size = new System.Drawing.Size(32, 17);
  1185. this.label5.TabIndex = 50;
  1186. this.label5.Text = "盒号";
  1187. //
  1188. // MidLabelPrinter
  1189. //
  1190. this.MidLabelPrinter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1191. this.MidLabelPrinter.Location = new System.Drawing.Point(6, 63);
  1192. this.MidLabelPrinter.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  1193. this.MidLabelPrinter.Name = "MidLabelPrinter";
  1194. this.MidLabelPrinter.Size = new System.Drawing.Size(158, 30);
  1195. this.MidLabelPrinter.TabIndex = 41;
  1196. //
  1197. // MidLabelPrint
  1198. //
  1199. this.MidLabelPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1200. this.MidLabelPrint.Location = new System.Drawing.Point(67, 178);
  1201. this.MidLabelPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1202. this.MidLabelPrint.Name = "MidLabelPrint";
  1203. this.MidLabelPrint.Size = new System.Drawing.Size(68, 26);
  1204. this.MidLabelPrint.TabIndex = 42;
  1205. this.MidLabelPrint.Text = "打印盒签";
  1206. this.MidLabelPrint.UseVisualStyleBackColor = true;
  1207. this.MidLabelPrint.Click += new System.EventHandler(this.MidLabelPrint_Click);
  1208. //
  1209. // MidLabelAutoPrint
  1210. //
  1211. this.MidLabelAutoPrint.AutoSize = true;
  1212. this.MidLabelAutoPrint.Checked = true;
  1213. this.MidLabelAutoPrint.CheckState = System.Windows.Forms.CheckState.Checked;
  1214. this.MidLabelAutoPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1215. this.MidLabelAutoPrint.Location = new System.Drawing.Point(9, 93);
  1216. this.MidLabelAutoPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1217. this.MidLabelAutoPrint.Name = "MidLabelAutoPrint";
  1218. this.MidLabelAutoPrint.Size = new System.Drawing.Size(75, 21);
  1219. this.MidLabelAutoPrint.TabIndex = 41;
  1220. this.MidLabelAutoPrint.Text = "打印尾数";
  1221. this.MidLabelAutoPrint.UseVisualStyleBackColor = true;
  1222. //
  1223. // MidLabelCombox
  1224. //
  1225. this.MidLabelCombox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1226. this.MidLabelCombox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1227. this.MidLabelCombox.FormattingEnabled = true;
  1228. this.MidLabelCombox.Location = new System.Drawing.Point(7, 31);
  1229. this.MidLabelCombox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1230. this.MidLabelCombox.Name = "MidLabelCombox";
  1231. this.MidLabelCombox.Size = new System.Drawing.Size(157, 25);
  1232. this.MidLabelCombox.TabIndex = 40;
  1233. this.MidLabelCombox.SelectedIndexChanged += new System.EventHandler(this.MidLabelCombox_SelectedIndexChanged);
  1234. //
  1235. // OutBoxLabel
  1236. //
  1237. this.OutBoxLabel.Controls.Add(this.LogingOut);
  1238. this.OutBoxLabel.Controls.Add(this.OutBoxNum);
  1239. this.OutBoxLabel.Controls.Add(this.label10);
  1240. this.OutBoxLabel.Controls.Add(this.label6);
  1241. this.OutBoxLabel.Controls.Add(this.OutBoxPrinter);
  1242. this.OutBoxLabel.Controls.Add(this.OutboxCapacity);
  1243. this.OutBoxLabel.Controls.Add(this.OutBoxLabelPrint);
  1244. this.OutBoxLabel.Controls.Add(this.OutBoxCombox);
  1245. this.OutBoxLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1246. this.OutBoxLabel.Location = new System.Drawing.Point(1075, 6);
  1247. this.OutBoxLabel.Margin = new System.Windows.Forms.Padding(2);
  1248. this.OutBoxLabel.Name = "OutBoxLabel";
  1249. this.OutBoxLabel.Padding = new System.Windows.Forms.Padding(2);
  1250. this.OutBoxLabel.Size = new System.Drawing.Size(175, 211);
  1251. this.OutBoxLabel.TabIndex = 79;
  1252. this.OutBoxLabel.TabStop = false;
  1253. this.OutBoxLabel.Text = "外箱标签";
  1254. //
  1255. // LogingOut
  1256. //
  1257. this.LogingOut.AutoSize = true;
  1258. this.LogingOut.Location = new System.Drawing.Point(109, 6);
  1259. this.LogingOut.Name = "LogingOut";
  1260. this.LogingOut.Size = new System.Drawing.Size(42, 21);
  1261. this.LogingOut.TabIndex = 77;
  1262. this.LogingOut.TabStop = true;
  1263. this.LogingOut.Text = "注销";
  1264. this.LogingOut.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LogingOut_LinkClicked);
  1265. //
  1266. // OutBoxNum
  1267. //
  1268. this.OutBoxNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1269. this.OutBoxNum.Items.AddRange(new object[] {
  1270. "新增"});
  1271. this.OutBoxNum.Location = new System.Drawing.Point(52, 144);
  1272. this.OutBoxNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1273. this.OutBoxNum.Name = "OutBoxNum";
  1274. this.OutBoxNum.Size = new System.Drawing.Size(72, 25);
  1275. this.OutBoxNum.TabIndex = 91;
  1276. this.OutBoxNum.Text = "新增";
  1277. this.OutBoxNum.SelectedIndexChanged += new System.EventHandler(this.OutBoxNum_SelectedIndexChanged);
  1278. this.OutBoxNum.Click += new System.EventHandler(this.OutBoxNum_Click);
  1279. //
  1280. // label10
  1281. //
  1282. this.label10.AutoSize = true;
  1283. this.label10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1284. this.label10.Location = new System.Drawing.Point(7, 148);
  1285. this.label10.Name = "label10";
  1286. this.label10.Size = new System.Drawing.Size(32, 17);
  1287. this.label10.TabIndex = 90;
  1288. this.label10.Text = "箱号";
  1289. //
  1290. // label6
  1291. //
  1292. this.label6.AutoSize = true;
  1293. this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1294. this.label6.Location = new System.Drawing.Point(7, 110);
  1295. this.label6.Name = "label6";
  1296. this.label6.Size = new System.Drawing.Size(32, 17);
  1297. this.label6.TabIndex = 87;
  1298. this.label6.Text = "容量";
  1299. //
  1300. // OutBoxPrinter
  1301. //
  1302. this.OutBoxPrinter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1303. this.OutBoxPrinter.Location = new System.Drawing.Point(8, 63);
  1304. this.OutBoxPrinter.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  1305. this.OutBoxPrinter.Name = "OutBoxPrinter";
  1306. this.OutBoxPrinter.Size = new System.Drawing.Size(158, 30);
  1307. this.OutBoxPrinter.TabIndex = 82;
  1308. //
  1309. // OutboxCapacity
  1310. //
  1311. this.OutboxCapacity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1312. this.OutboxCapacity.Location = new System.Drawing.Point(52, 108);
  1313. this.OutboxCapacity.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1314. this.OutboxCapacity.Name = "OutboxCapacity";
  1315. this.OutboxCapacity.Size = new System.Drawing.Size(72, 23);
  1316. this.OutboxCapacity.TabIndex = 84;
  1317. this.OutboxCapacity.Leave += new System.EventHandler(this.MidBoxCapacity_Leave);
  1318. //
  1319. // OutBoxLabelPrint
  1320. //
  1321. this.OutBoxLabelPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1322. this.OutBoxLabelPrint.Location = new System.Drawing.Point(73, 178);
  1323. this.OutBoxLabelPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1324. this.OutBoxLabelPrint.Name = "OutBoxLabelPrint";
  1325. this.OutBoxLabelPrint.Size = new System.Drawing.Size(76, 26);
  1326. this.OutBoxLabelPrint.TabIndex = 80;
  1327. this.OutBoxLabelPrint.Text = "打印箱标";
  1328. this.OutBoxLabelPrint.UseVisualStyleBackColor = true;
  1329. this.OutBoxLabelPrint.Click += new System.EventHandler(this.OutBoxLabelPrint_Click);
  1330. //
  1331. // OutBoxCombox
  1332. //
  1333. this.OutBoxCombox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1334. this.OutBoxCombox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1335. this.OutBoxCombox.FormattingEnabled = true;
  1336. this.OutBoxCombox.Location = new System.Drawing.Point(8, 31);
  1337. this.OutBoxCombox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1338. this.OutBoxCombox.Name = "OutBoxCombox";
  1339. this.OutBoxCombox.Size = new System.Drawing.Size(158, 25);
  1340. this.OutBoxCombox.TabIndex = 78;
  1341. this.OutBoxCombox.SelectedIndexChanged += new System.EventHandler(this.OutBoxCombox_SelectedIndexChanged);
  1342. //
  1343. // UAS_出货标签打印
  1344. //
  1345. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1346. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1347. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(233)))), ((int)(((byte)(206)))));
  1348. this.ClientSize = new System.Drawing.Size(1257, 729);
  1349. this.Controls.Add(this.pib_inman);
  1350. this.Controls.Add(this.bi_inman);
  1351. this.Controls.Add(this.label4);
  1352. this.Controls.Add(this.label3);
  1353. this.Controls.Add(this.PrintStatus);
  1354. this.Controls.Add(this.Pack);
  1355. this.Controls.Add(this.label1);
  1356. this.Controls.Add(this.DCCheck);
  1357. this.Controls.Add(this.pictureBox1);
  1358. this.Controls.Add(this.SetPrintStatus_label);
  1359. this.Controls.Add(this.PrintFooter);
  1360. this.Controls.Add(this.GridPrcode);
  1361. this.Controls.Add(this.ExportData);
  1362. this.Controls.Add(this.label19);
  1363. this.Controls.Add(this.pi_date);
  1364. this.Controls.Add(this.AttachInfo);
  1365. this.Controls.Add(this.groupBoxWithBorder1);
  1366. this.Controls.Add(this.ChooseAll);
  1367. this.Controls.Add(this.GetGridOnly);
  1368. this.Controls.Add(this.Fresh);
  1369. this.Controls.Add(this.pi_cardcode_label);
  1370. this.Controls.Add(this.pi_cardcode);
  1371. this.Controls.Add(this.pib_id);
  1372. this.Controls.Add(this.CleanDetail);
  1373. this.Controls.Add(this.LabelMainTain);
  1374. this.Controls.Add(this.label24);
  1375. this.Controls.Add(this.Input);
  1376. this.Controls.Add(this.LabelInf);
  1377. this.Controls.Add(this.pi_inoutno_label);
  1378. this.Controls.Add(this.pi_inoutno);
  1379. this.Controls.Add(this.SingleLabel);
  1380. this.Controls.Add(this.MidLabel);
  1381. this.Controls.Add(this.OutBoxLabel);
  1382. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  1383. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1384. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1385. this.Name = "UAS_出货标签打印";
  1386. this.Text = " UAS-出货标签管理";
  1387. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  1388. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.贴标机条码打印_FormClosing);
  1389. this.Load += new System.EventHandler(this.贴标机条码打印_Load);
  1390. this.SizeChanged += new System.EventHandler(this.贴标机条码打印_SizeChanged);
  1391. ((System.ComponentModel.ISupportInitialize)(this.MidSource)).EndInit();
  1392. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  1393. ((System.ComponentModel.ISupportInitialize)(this.GridPrcode)).EndInit();
  1394. this.groupBoxWithBorder1.ResumeLayout(false);
  1395. this.groupBoxWithBorder1.PerformLayout();
  1396. ((System.ComponentModel.ISupportInitialize)(this.LabelInf)).EndInit();
  1397. this.SingleLabel.ResumeLayout(false);
  1398. this.SingleLabel.PerformLayout();
  1399. this.MidLabel.ResumeLayout(false);
  1400. this.MidLabel.PerformLayout();
  1401. ((System.ComponentModel.ISupportInitialize)(this.MidboxCapacity)).EndInit();
  1402. this.OutBoxLabel.ResumeLayout(false);
  1403. this.OutBoxLabel.PerformLayout();
  1404. ((System.ComponentModel.ISupportInitialize)(this.OutboxCapacity)).EndInit();
  1405. this.ResumeLayout(false);
  1406. this.PerformLayout();
  1407. }
  1408. #endregion
  1409. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder OutBoxLabel;
  1410. private System.Windows.Forms.ComboBox OutBoxNum;
  1411. private System.Windows.Forms.Label label10;
  1412. private CustomControl.PrinterCombox OutBoxPrinter;
  1413. private System.Windows.Forms.Button OutBoxLabelPrint;
  1414. private System.Windows.Forms.ComboBox OutBoxCombox;
  1415. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  1416. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  1417. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  1418. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  1419. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  1420. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  1421. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  1422. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  1423. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  1424. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  1425. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  1426. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn2;
  1427. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn3;
  1428. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  1429. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  1430. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  1431. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
  1432. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
  1433. private System.Windows.Forms.Label label6;
  1434. private System.Windows.Forms.NumericUpDown OutboxCapacity;
  1435. private System.Windows.Forms.ComboBox MidLabelCombox;
  1436. private System.Windows.Forms.CheckBox MidLabelAutoPrint;
  1437. private System.Windows.Forms.Button MidLabelPrint;
  1438. private CustomControl.PrinterCombox MidLabelPrinter;
  1439. private System.Windows.Forms.Label label5;
  1440. private CustomControl.EnterTextBox MidLabelNum;
  1441. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder MidLabel;
  1442. private System.Windows.Forms.ComboBox SingleLabelCombox;
  1443. private System.Windows.Forms.CheckBox SingleLabelAutoPrint;
  1444. private System.Windows.Forms.Button SingleLabelPrint;
  1445. private CustomControl.PrinterCombox SingleLabelPrinter;
  1446. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder SingleLabel;
  1447. private CustomControl.EnterTextBox pi_inoutno;
  1448. private System.Windows.Forms.Label pi_inoutno_label;
  1449. private CustomControl.DataGridViewWithSerialNum LabelInf;
  1450. private CustomControl.EnterTextBox Input;
  1451. private System.Windows.Forms.Label label24;
  1452. private System.Windows.Forms.Button LabelMainTain;
  1453. private System.Windows.Forms.Button CleanDetail;
  1454. private System.Windows.Forms.Label pib_id;
  1455. private System.Windows.Forms.Label pi_cardcode;
  1456. private System.Windows.Forms.Label pi_cardcode_label;
  1457. private System.Windows.Forms.LinkLabel Fresh;
  1458. private System.Windows.Forms.LinkLabel LogingOut;
  1459. private System.Windows.Forms.Timer RefreshDBConnect;
  1460. private System.Windows.Forms.CheckBox GetGridOnly;
  1461. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
  1462. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
  1463. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
  1464. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
  1465. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
  1466. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
  1467. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn22;
  1468. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn23;
  1469. private System.Windows.Forms.BindingSource MidSource;
  1470. private System.Windows.Forms.Button ChooseAll;
  1471. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
  1472. private System.Windows.Forms.Label label7;
  1473. private System.Windows.Forms.Label label12;
  1474. private CustomControl.EnterTextBox SingleBoxEnd;
  1475. private CustomControl.EnterTextBox SingleBoxBegin;
  1476. private System.Windows.Forms.Label label16;
  1477. private System.Windows.Forms.Label label18;
  1478. private CustomControl.EnterTextBox MidBoxEnd;
  1479. private CustomControl.EnterTextBox MidBoxBegin;
  1480. private System.Windows.Forms.Button ExportData;
  1481. private System.Windows.Forms.FolderBrowserDialog ExportFileDialog;
  1482. private System.Windows.Forms.Button AttachInfo;
  1483. private System.Windows.Forms.Label pi_date;
  1484. private System.Windows.Forms.Label label19;
  1485. private CustomControl.DataGridViewWithSerialNum GridPrcode;
  1486. private System.Windows.Forms.Label SetPrintStatus_label;
  1487. private System.Windows.Forms.Button PrintFooter;
  1488. private System.Windows.Forms.PictureBox pictureBox1;
  1489. private CustomControl.EnterTextBox DCCheck;
  1490. private System.Windows.Forms.Label label1;
  1491. private System.Windows.Forms.NumericUpDown MidboxCapacity;
  1492. private System.Windows.Forms.Label label2;
  1493. private System.Windows.Forms.Button Pack;
  1494. private System.Windows.Forms.Button PrintStatus;
  1495. private System.Windows.Forms.DataGridViewTextBoxColumn pd_pdno;
  1496. private System.Windows.Forms.DataGridViewTextBoxColumn pjd_id;
  1497. private System.Windows.Forms.DataGridViewTextBoxColumn pd_prodcode;
  1498. private System.Windows.Forms.DataGridViewTextBoxColumn CollectedNum;
  1499. private System.Windows.Forms.DataGridViewTextBoxColumn UnCollectedNum;
  1500. private System.Windows.Forms.DataGridViewTextBoxColumn pd_outqty;
  1501. private System.Windows.Forms.DataGridViewTextBoxColumn pr_unit;
  1502. private System.Windows.Forms.DataGridViewTextBoxColumn pd_brand;
  1503. private System.Windows.Forms.DataGridViewTextBoxColumn pjd_zxbzs_user;
  1504. private System.Windows.Forms.Label label3;
  1505. private System.Windows.Forms.Label label4;
  1506. private System.Windows.Forms.Label bi_inman;
  1507. private System.Windows.Forms.Label pib_inman;
  1508. private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
  1509. private System.Windows.Forms.DataGridViewCheckBoxColumn pib_ifprint;
  1510. private System.Windows.Forms.DataGridViewTextBoxColumn pib_id1;
  1511. private System.Windows.Forms.DataGridViewTextBoxColumn pib_pdno;
  1512. private System.Windows.Forms.DataGridViewTextBoxColumn pib_prodcode;
  1513. private System.Windows.Forms.DataGridViewTextBoxColumn pd_custprodcode;
  1514. private System.Windows.Forms.DataGridViewTextBoxColumn pjd_orispeccode;
  1515. private System.Windows.Forms.DataGridViewTextBoxColumn pib_brand;
  1516. private System.Windows.Forms.DataGridViewTextBoxColumn pr_zxbzs;
  1517. private System.Windows.Forms.DataGridViewTextBoxColumn pib_lotno;
  1518. private System.Windows.Forms.DataGridViewTextBoxColumn pib_datecode;
  1519. private System.Windows.Forms.DataGridViewTextBoxColumn pib_qty;
  1520. private System.Windows.Forms.DataGridViewTextBoxColumn pib_custbarcode;
  1521. private System.Windows.Forms.DataGridViewTextBoxColumn pib_custmidboxcode;
  1522. private System.Windows.Forms.DataGridViewTextBoxColumn pib_custoutboxcode;
  1523. private System.Windows.Forms.DataGridViewTextBoxColumn pd_pocode;
  1524. private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
  1525. private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode1;
  1526. private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode2;
  1527. }
  1528. }