贴标机条码打印.Designer.cs 90 KB

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