Query_Barcodeio.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_Barcodeio
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_Barcodeio));
  30. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  31. this.ms_makecode_label = new System.Windows.Forms.Label();
  32. this.DGV = new System.Windows.Forms.DataGridView();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  37. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  43. this.PrinterList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  44. this.lm_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  46. this.bi_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.bi_outqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.bi_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.PrintBarCode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  52. this.pi_inoutno = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  53. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. ((System.ComponentModel.ISupportInitialize)(this.DGV)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // ms_makecode_label
  58. //
  59. this.ms_makecode_label.AutoSize = true;
  60. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.ms_makecode_label.Location = new System.Drawing.Point(19, 15);
  62. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  63. this.ms_makecode_label.Name = "ms_makecode_label";
  64. this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
  65. this.ms_makecode_label.TabIndex = 212;
  66. this.ms_makecode_label.Text = "出库单号";
  67. //
  68. // DGV
  69. //
  70. this.DGV.AllowUserToAddRows = false;
  71. this.DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  72. this.DGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  73. this.lm_id,
  74. this.choose,
  75. this.bi_barcode,
  76. this.bi_outqty,
  77. this.bi_prodcode,
  78. this.pr_spec,
  79. this.pr_detail});
  80. this.DGV.Location = new System.Drawing.Point(26, 79);
  81. this.DGV.Name = "DGV";
  82. this.DGV.RowHeadersWidth = 82;
  83. this.DGV.RowTemplate.Height = 37;
  84. this.DGV.Size = new System.Drawing.Size(1922, 971);
  85. this.DGV.TabIndex = 218;
  86. //
  87. // label2
  88. //
  89. this.label2.AutoSize = true;
  90. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.label2.Location = new System.Drawing.Point(545, 15);
  92. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  93. this.label2.Name = "label2";
  94. this.label2.Size = new System.Drawing.Size(114, 41);
  95. this.label2.TabIndex = 224;
  96. this.label2.Text = "打印机";
  97. //
  98. // label3
  99. //
  100. this.label3.AutoSize = true;
  101. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.label3.Location = new System.Drawing.Point(1130, 15);
  103. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  104. this.label3.Name = "label3";
  105. this.label3.Size = new System.Drawing.Size(82, 41);
  106. this.label3.TabIndex = 223;
  107. this.label3.Text = "标签";
  108. //
  109. // dataGridViewTextBoxColumn1
  110. //
  111. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  112. this.dataGridViewTextBoxColumn1.DataPropertyName = "lm_id";
  113. this.dataGridViewTextBoxColumn1.HeaderText = "ID";
  114. this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
  115. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  116. this.dataGridViewTextBoxColumn1.Visible = false;
  117. this.dataGridViewTextBoxColumn1.Width = 10;
  118. //
  119. // dataGridViewCheckBoxColumn1
  120. //
  121. this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
  122. this.dataGridViewCheckBoxColumn1.MinimumWidth = 10;
  123. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  124. this.dataGridViewCheckBoxColumn1.Width = 200;
  125. //
  126. // dataGridViewTextBoxColumn2
  127. //
  128. this.dataGridViewTextBoxColumn2.DataPropertyName = "lm_makecode";
  129. this.dataGridViewTextBoxColumn2.HeaderText = "工单号";
  130. this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
  131. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  132. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  133. this.dataGridViewTextBoxColumn2.Width = 200;
  134. //
  135. // dataGridViewTextBoxColumn3
  136. //
  137. this.dataGridViewTextBoxColumn3.DataPropertyName = "lm_linecode";
  138. this.dataGridViewTextBoxColumn3.HeaderText = "线别";
  139. this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
  140. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  141. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  142. this.dataGridViewTextBoxColumn3.Width = 200;
  143. //
  144. // dataGridViewTextBoxColumn4
  145. //
  146. this.dataGridViewTextBoxColumn4.DataPropertyName = "lm_uptime";
  147. this.dataGridViewTextBoxColumn4.HeaderText = "上线时间";
  148. this.dataGridViewTextBoxColumn4.MinimumWidth = 10;
  149. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  150. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  151. this.dataGridViewTextBoxColumn4.Width = 200;
  152. //
  153. // dataGridViewTextBoxColumn5
  154. //
  155. this.dataGridViewTextBoxColumn5.DataPropertyName = "lm_downtime";
  156. this.dataGridViewTextBoxColumn5.HeaderText = "下线时间";
  157. this.dataGridViewTextBoxColumn5.MinimumWidth = 10;
  158. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  159. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  160. this.dataGridViewTextBoxColumn5.Width = 200;
  161. //
  162. // dataGridViewTextBoxColumn6
  163. //
  164. this.dataGridViewTextBoxColumn6.DataPropertyName = "lm_inman";
  165. this.dataGridViewTextBoxColumn6.HeaderText = "录入人";
  166. this.dataGridViewTextBoxColumn6.MinimumWidth = 10;
  167. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  168. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  169. this.dataGridViewTextBoxColumn6.Width = 200;
  170. //
  171. // PrintLabel
  172. //
  173. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  174. this.PrintLabel.FormattingEnabled = true;
  175. this.PrintLabel.Location = new System.Drawing.Point(1249, 18);
  176. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  177. this.PrintLabel.Name = "PrintLabel";
  178. this.PrintLabel.Size = new System.Drawing.Size(388, 32);
  179. this.PrintLabel.TabIndex = 225;
  180. //
  181. // PrinterList
  182. //
  183. this.PrinterList.Location = new System.Drawing.Point(698, 21);
  184. this.PrinterList.Margin = new System.Windows.Forms.Padding(8);
  185. this.PrinterList.Name = "PrinterList";
  186. this.PrinterList.Size = new System.Drawing.Size(388, 50);
  187. this.PrinterList.TabIndex = 222;
  188. //
  189. // lm_id
  190. //
  191. this.lm_id.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  192. this.lm_id.DataPropertyName = "lm_id";
  193. this.lm_id.HeaderText = "ID";
  194. this.lm_id.MinimumWidth = 10;
  195. this.lm_id.Name = "lm_id";
  196. this.lm_id.Visible = false;
  197. this.lm_id.Width = 10;
  198. //
  199. // choose
  200. //
  201. this.choose.HeaderText = "勾选";
  202. this.choose.MinimumWidth = 10;
  203. this.choose.Name = "choose";
  204. this.choose.Width = 80;
  205. //
  206. // bi_barcode
  207. //
  208. this.bi_barcode.DataPropertyName = "bi_barcode";
  209. this.bi_barcode.HeaderText = "条码号";
  210. this.bi_barcode.MinimumWidth = 10;
  211. this.bi_barcode.Name = "bi_barcode";
  212. this.bi_barcode.ReadOnly = true;
  213. this.bi_barcode.Width = 150;
  214. //
  215. // bi_outqty
  216. //
  217. this.bi_outqty.DataPropertyName = "bi_outqty";
  218. this.bi_outqty.HeaderText = "数量";
  219. this.bi_outqty.MinimumWidth = 10;
  220. this.bi_outqty.Name = "bi_outqty";
  221. this.bi_outqty.ReadOnly = true;
  222. this.bi_outqty.Width = 200;
  223. //
  224. // bi_prodcode
  225. //
  226. this.bi_prodcode.DataPropertyName = "bi_prodcode";
  227. this.bi_prodcode.HeaderText = "料号";
  228. this.bi_prodcode.MinimumWidth = 10;
  229. this.bi_prodcode.Name = "bi_prodcode";
  230. this.bi_prodcode.ReadOnly = true;
  231. this.bi_prodcode.Width = 200;
  232. //
  233. // pr_spec
  234. //
  235. this.pr_spec.DataPropertyName = "pr_spec";
  236. this.pr_spec.HeaderText = "规格";
  237. this.pr_spec.MinimumWidth = 10;
  238. this.pr_spec.Name = "pr_spec";
  239. this.pr_spec.ReadOnly = true;
  240. this.pr_spec.Width = 200;
  241. //
  242. // pr_detail
  243. //
  244. this.pr_detail.DataPropertyName = "pr_detail";
  245. this.pr_detail.HeaderText = "名称";
  246. this.pr_detail.MinimumWidth = 10;
  247. this.pr_detail.Name = "pr_detail";
  248. this.pr_detail.ReadOnly = true;
  249. this.pr_detail.Width = 80;
  250. //
  251. // PrintBarCode
  252. //
  253. this.PrintBarCode.AllPower = null;
  254. this.PrintBarCode.BackColor = System.Drawing.Color.Transparent;
  255. this.PrintBarCode.DownImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.DownImage")));
  256. this.PrintBarCode.Image = null;
  257. this.PrintBarCode.IsShowBorder = true;
  258. this.PrintBarCode.Location = new System.Drawing.Point(1678, 14);
  259. this.PrintBarCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  260. this.PrintBarCode.MoveImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.MoveImage")));
  261. this.PrintBarCode.Name = "PrintBarCode";
  262. this.PrintBarCode.NormalImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.NormalImage")));
  263. this.PrintBarCode.Power = null;
  264. this.PrintBarCode.Size = new System.Drawing.Size(112, 45);
  265. this.PrintBarCode.TabIndex = 216;
  266. this.PrintBarCode.Text = "打印";
  267. this.PrintBarCode.UseVisualStyleBackColor = false;
  268. this.PrintBarCode.Click += new System.EventHandler(this.Print_Click);
  269. //
  270. // pi_inoutno
  271. //
  272. this.pi_inoutno.AllPower = "IFALL";
  273. this.pi_inoutno.Caller = null;
  274. this.pi_inoutno.Condition = null;
  275. this.pi_inoutno.DBTitle = "";
  276. this.pi_inoutno.Font = new System.Drawing.Font("微软雅黑", 9F);
  277. this.pi_inoutno.FormName = null;
  278. this.pi_inoutno.Location = new System.Drawing.Point(186, 15);
  279. this.pi_inoutno.Margin = new System.Windows.Forms.Padding(6);
  280. this.pi_inoutno.Name = "pi_inoutno";
  281. this.pi_inoutno.Power = "";
  282. this.pi_inoutno.ReturnData = null;
  283. this.pi_inoutno.SelectField = null;
  284. this.pi_inoutno.SetValueField = null;
  285. this.pi_inoutno.Size = new System.Drawing.Size(307, 46);
  286. this.pi_inoutno.TabIndex = 213;
  287. this.pi_inoutno.TableName = null;
  288. this.pi_inoutno.Tag = "msl_makecode";
  289. this.pi_inoutno.TextBoxEnable = true;
  290. this.pi_inoutno.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.pi_inoutno_UserControlTextChanged);
  291. //
  292. // dataGridViewTextBoxColumn7
  293. //
  294. this.dataGridViewTextBoxColumn7.DataPropertyName = "lm_mannum";
  295. this.dataGridViewTextBoxColumn7.HeaderText = "拉线人数";
  296. this.dataGridViewTextBoxColumn7.MinimumWidth = 10;
  297. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  298. this.dataGridViewTextBoxColumn7.Width = 200;
  299. //
  300. // Query_Barcodeio
  301. //
  302. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  303. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  304. this.ClientSize = new System.Drawing.Size(1960, 1075);
  305. this.Controls.Add(this.PrintLabel);
  306. this.Controls.Add(this.label2);
  307. this.Controls.Add(this.label3);
  308. this.Controls.Add(this.PrinterList);
  309. this.Controls.Add(this.DGV);
  310. this.Controls.Add(this.PrintBarCode);
  311. this.Controls.Add(this.pi_inoutno);
  312. this.Controls.Add(this.ms_makecode_label);
  313. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  314. this.Margin = new System.Windows.Forms.Padding(6);
  315. this.Name = "Query_Barcodeio";
  316. this.Tag = "Query!SpecialReport";
  317. this.Text = "Query_SpecialReport";
  318. this.Load += new System.EventHandler(this.Query_LoadMake_Load);
  319. ((System.ComponentModel.ISupportInitialize)(this.DGV)).EndInit();
  320. this.ResumeLayout(false);
  321. this.PerformLayout();
  322. }
  323. #endregion
  324. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  325. private CustomControl.TextBoxWithIcon.SearchTextBox pi_inoutno;
  326. private System.Windows.Forms.Label ms_makecode_label;
  327. private CustomControl.ButtonUtil.NormalButton PrintBarCode;
  328. private System.Windows.Forms.DataGridView DGV;
  329. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  330. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  331. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  332. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  333. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  334. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  335. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  336. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  337. private System.Windows.Forms.DataGridViewTextBoxColumn lm_id;
  338. private System.Windows.Forms.DataGridViewCheckBoxColumn choose;
  339. private System.Windows.Forms.DataGridViewTextBoxColumn bi_barcode;
  340. private System.Windows.Forms.DataGridViewTextBoxColumn bi_outqty;
  341. private System.Windows.Forms.DataGridViewTextBoxColumn bi_prodcode;
  342. private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
  343. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  344. private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  345. private System.Windows.Forms.Label label2;
  346. private System.Windows.Forms.Label label3;
  347. private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
  348. }
  349. }