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

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