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

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