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

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