Query_Barcodeio.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  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.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  36. this.PrinterList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  37. this.PrintBarCode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  38. this.pi_inoutno = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  39. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  41. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.lm_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  48. this.bi_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.bi_outqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.bi_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  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. this.label3.Click += new System.EventHandler(this.label3_Click);
  109. //
  110. // PrintLabel
  111. //
  112. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  113. this.PrintLabel.FormattingEnabled = true;
  114. this.PrintLabel.Location = new System.Drawing.Point(1249, 18);
  115. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  116. this.PrintLabel.Name = "PrintLabel";
  117. this.PrintLabel.Size = new System.Drawing.Size(388, 32);
  118. this.PrintLabel.TabIndex = 225;
  119. this.PrintLabel.SelectedIndexChanged += new System.EventHandler(this.PrintLabel_SelectedIndexChanged);
  120. //
  121. // PrinterList
  122. //
  123. this.PrinterList.Location = new System.Drawing.Point(698, 21);
  124. this.PrinterList.Margin = new System.Windows.Forms.Padding(8);
  125. this.PrinterList.Name = "PrinterList";
  126. this.PrinterList.Size = new System.Drawing.Size(388, 50);
  127. this.PrinterList.TabIndex = 222;
  128. //
  129. // PrintBarCode
  130. //
  131. this.PrintBarCode.AllPower = null;
  132. this.PrintBarCode.BackColor = System.Drawing.Color.Transparent;
  133. this.PrintBarCode.DownImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.DownImage")));
  134. this.PrintBarCode.Image = null;
  135. this.PrintBarCode.IsShowBorder = true;
  136. this.PrintBarCode.Location = new System.Drawing.Point(1678, 14);
  137. this.PrintBarCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  138. this.PrintBarCode.MoveImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.MoveImage")));
  139. this.PrintBarCode.Name = "PrintBarCode";
  140. this.PrintBarCode.NormalImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.NormalImage")));
  141. this.PrintBarCode.Power = null;
  142. this.PrintBarCode.Size = new System.Drawing.Size(112, 45);
  143. this.PrintBarCode.TabIndex = 216;
  144. this.PrintBarCode.Text = "打印";
  145. this.PrintBarCode.UseVisualStyleBackColor = false;
  146. this.PrintBarCode.Click += new System.EventHandler(this.Print_Click);
  147. //
  148. // pi_inoutno
  149. //
  150. this.pi_inoutno.AllPower = "IFALL";
  151. this.pi_inoutno.Caller = null;
  152. this.pi_inoutno.Condition = null;
  153. this.pi_inoutno.DBTitle = "";
  154. this.pi_inoutno.Font = new System.Drawing.Font("微软雅黑", 9F);
  155. this.pi_inoutno.FormName = null;
  156. this.pi_inoutno.Location = new System.Drawing.Point(186, 15);
  157. this.pi_inoutno.Margin = new System.Windows.Forms.Padding(6);
  158. this.pi_inoutno.Name = "pi_inoutno";
  159. this.pi_inoutno.Power = "";
  160. this.pi_inoutno.ReturnData = null;
  161. this.pi_inoutno.SelectField = null;
  162. this.pi_inoutno.SetValueField = null;
  163. this.pi_inoutno.Size = new System.Drawing.Size(307, 46);
  164. this.pi_inoutno.TabIndex = 213;
  165. this.pi_inoutno.TableName = null;
  166. this.pi_inoutno.Tag = "msl_makecode";
  167. this.pi_inoutno.TextBoxEnable = true;
  168. this.pi_inoutno.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.pi_inoutno_UserControlTextChanged);
  169. //
  170. // dataGridViewTextBoxColumn1
  171. //
  172. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  173. this.dataGridViewTextBoxColumn1.DataPropertyName = "lm_id";
  174. this.dataGridViewTextBoxColumn1.HeaderText = "ID";
  175. this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
  176. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  177. this.dataGridViewTextBoxColumn1.Visible = false;
  178. this.dataGridViewTextBoxColumn1.Width = 10;
  179. //
  180. // dataGridViewCheckBoxColumn1
  181. //
  182. this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
  183. this.dataGridViewCheckBoxColumn1.MinimumWidth = 10;
  184. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  185. this.dataGridViewCheckBoxColumn1.Width = 200;
  186. //
  187. // dataGridViewTextBoxColumn2
  188. //
  189. this.dataGridViewTextBoxColumn2.DataPropertyName = "lm_makecode";
  190. this.dataGridViewTextBoxColumn2.HeaderText = "工单号";
  191. this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
  192. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  193. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  194. this.dataGridViewTextBoxColumn2.Width = 200;
  195. //
  196. // dataGridViewTextBoxColumn3
  197. //
  198. this.dataGridViewTextBoxColumn3.DataPropertyName = "lm_linecode";
  199. this.dataGridViewTextBoxColumn3.HeaderText = "线别";
  200. this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
  201. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  202. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  203. this.dataGridViewTextBoxColumn3.Width = 200;
  204. //
  205. // dataGridViewTextBoxColumn4
  206. //
  207. this.dataGridViewTextBoxColumn4.DataPropertyName = "lm_uptime";
  208. this.dataGridViewTextBoxColumn4.HeaderText = "上线时间";
  209. this.dataGridViewTextBoxColumn4.MinimumWidth = 10;
  210. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  211. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  212. this.dataGridViewTextBoxColumn4.Width = 200;
  213. //
  214. // dataGridViewTextBoxColumn5
  215. //
  216. this.dataGridViewTextBoxColumn5.DataPropertyName = "lm_downtime";
  217. this.dataGridViewTextBoxColumn5.HeaderText = "下线时间";
  218. this.dataGridViewTextBoxColumn5.MinimumWidth = 10;
  219. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  220. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  221. this.dataGridViewTextBoxColumn5.Width = 200;
  222. //
  223. // dataGridViewTextBoxColumn6
  224. //
  225. this.dataGridViewTextBoxColumn6.DataPropertyName = "lm_inman";
  226. this.dataGridViewTextBoxColumn6.HeaderText = "录入人";
  227. this.dataGridViewTextBoxColumn6.MinimumWidth = 10;
  228. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  229. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  230. this.dataGridViewTextBoxColumn6.Width = 200;
  231. //
  232. // lm_id
  233. //
  234. this.lm_id.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  235. this.lm_id.DataPropertyName = "lm_id";
  236. this.lm_id.HeaderText = "ID";
  237. this.lm_id.MinimumWidth = 10;
  238. this.lm_id.Name = "lm_id";
  239. this.lm_id.Visible = false;
  240. this.lm_id.Width = 10;
  241. //
  242. // choose
  243. //
  244. this.choose.HeaderText = "勾选";
  245. this.choose.MinimumWidth = 10;
  246. this.choose.Name = "choose";
  247. this.choose.Width = 80;
  248. //
  249. // bi_barcode
  250. //
  251. this.bi_barcode.DataPropertyName = "bi_barcode";
  252. this.bi_barcode.HeaderText = "条码号";
  253. this.bi_barcode.MinimumWidth = 10;
  254. this.bi_barcode.Name = "bi_barcode";
  255. this.bi_barcode.ReadOnly = true;
  256. this.bi_barcode.Width = 150;
  257. //
  258. // bi_outqty
  259. //
  260. this.bi_outqty.DataPropertyName = "bi_outqty";
  261. this.bi_outqty.HeaderText = "数量";
  262. this.bi_outqty.MinimumWidth = 10;
  263. this.bi_outqty.Name = "bi_outqty";
  264. this.bi_outqty.ReadOnly = true;
  265. this.bi_outqty.Width = 200;
  266. //
  267. // bi_prodcode
  268. //
  269. this.bi_prodcode.DataPropertyName = "bi_prodcode";
  270. this.bi_prodcode.HeaderText = "料号";
  271. this.bi_prodcode.MinimumWidth = 10;
  272. this.bi_prodcode.Name = "bi_prodcode";
  273. this.bi_prodcode.ReadOnly = true;
  274. this.bi_prodcode.Width = 200;
  275. //
  276. // pr_spec
  277. //
  278. this.pr_spec.DataPropertyName = "pr_spec";
  279. this.pr_spec.HeaderText = "规格";
  280. this.pr_spec.MinimumWidth = 10;
  281. this.pr_spec.Name = "pr_spec";
  282. this.pr_spec.ReadOnly = true;
  283. this.pr_spec.Width = 200;
  284. //
  285. // pr_detail
  286. //
  287. this.pr_detail.DataPropertyName = "pr_detail";
  288. this.pr_detail.HeaderText = "名称";
  289. this.pr_detail.MinimumWidth = 10;
  290. this.pr_detail.Name = "pr_detail";
  291. this.pr_detail.ReadOnly = true;
  292. this.pr_detail.Width = 80;
  293. //
  294. // dataGridViewTextBoxColumn7
  295. //
  296. this.dataGridViewTextBoxColumn7.DataPropertyName = "lm_mannum";
  297. this.dataGridViewTextBoxColumn7.HeaderText = "拉线人数";
  298. this.dataGridViewTextBoxColumn7.MinimumWidth = 10;
  299. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  300. this.dataGridViewTextBoxColumn7.Width = 200;
  301. //
  302. // Query_Barcodeio
  303. //
  304. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  305. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  306. this.ClientSize = new System.Drawing.Size(1960, 1075);
  307. this.Controls.Add(this.PrintLabel);
  308. this.Controls.Add(this.label2);
  309. this.Controls.Add(this.label3);
  310. this.Controls.Add(this.PrinterList);
  311. this.Controls.Add(this.DGV);
  312. this.Controls.Add(this.PrintBarCode);
  313. this.Controls.Add(this.pi_inoutno);
  314. this.Controls.Add(this.ms_makecode_label);
  315. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  316. this.Margin = new System.Windows.Forms.Padding(6);
  317. this.Name = "Query_Barcodeio";
  318. this.Tag = "Query!SpecialReport";
  319. this.Text = "Query_SpecialReport";
  320. this.Load += new System.EventHandler(this.Query_LoadMake_Load);
  321. ((System.ComponentModel.ISupportInitialize)(this.DGV)).EndInit();
  322. this.ResumeLayout(false);
  323. this.PerformLayout();
  324. }
  325. #endregion
  326. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  327. private CustomControl.TextBoxWithIcon.SearchTextBox pi_inoutno;
  328. private System.Windows.Forms.Label ms_makecode_label;
  329. private CustomControl.ButtonUtil.NormalButton PrintBarCode;
  330. private System.Windows.Forms.DataGridView DGV;
  331. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  332. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  333. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  334. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  335. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  336. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  337. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  338. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  339. private System.Windows.Forms.DataGridViewTextBoxColumn lm_id;
  340. private System.Windows.Forms.DataGridViewCheckBoxColumn choose;
  341. private System.Windows.Forms.DataGridViewTextBoxColumn bi_barcode;
  342. private System.Windows.Forms.DataGridViewTextBoxColumn bi_outqty;
  343. private System.Windows.Forms.DataGridViewTextBoxColumn bi_prodcode;
  344. private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
  345. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  346. private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  347. private System.Windows.Forms.Label label2;
  348. private System.Windows.Forms.Label label3;
  349. private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
  350. }
  351. }