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

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