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

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