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

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