Query_Barcodeio.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  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.ChooseAll = new System.Windows.Forms.Button();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.de_kind = new System.Windows.Forms.ComboBox();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.devcode = new System.Windows.Forms.TextBox();
  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.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  50. this.PrinterList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  51. this.choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  52. this.detno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.de_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.de_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.de_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.de_currentcentername = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.de_kind1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.de_startdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.lm_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.PrintBarCode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  61. this.DP_NAME = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  62. ((System.ComponentModel.ISupportInitialize)(this.DGV)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // ms_makecode_label
  66. //
  67. this.ms_makecode_label.AutoSize = true;
  68. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.ms_makecode_label.Location = new System.Drawing.Point(19, 15);
  70. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  71. this.ms_makecode_label.Name = "ms_makecode_label";
  72. this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
  73. this.ms_makecode_label.TabIndex = 212;
  74. this.ms_makecode_label.Text = "使用部门";
  75. //
  76. // DGV
  77. //
  78. this.DGV.AllowUserToAddRows = false;
  79. this.DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  80. this.DGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  81. this.choose,
  82. this.detno,
  83. this.de_code,
  84. this.de_name,
  85. this.de_spec,
  86. this.de_currentcentername,
  87. this.de_kind1,
  88. this.de_startdate,
  89. this.lm_id});
  90. this.DGV.Location = new System.Drawing.Point(26, 121);
  91. this.DGV.Name = "DGV";
  92. this.DGV.RowHeadersWidth = 82;
  93. this.DGV.RowTemplate.Height = 37;
  94. this.DGV.Size = new System.Drawing.Size(1922, 929);
  95. this.DGV.TabIndex = 218;
  96. //
  97. // label2
  98. //
  99. this.label2.AutoSize = true;
  100. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.label2.Location = new System.Drawing.Point(939, 16);
  102. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  103. this.label2.Name = "label2";
  104. this.label2.Size = new System.Drawing.Size(114, 41);
  105. this.label2.TabIndex = 224;
  106. this.label2.Text = "打印机";
  107. //
  108. // label3
  109. //
  110. this.label3.AutoSize = true;
  111. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.label3.Location = new System.Drawing.Point(1459, 16);
  113. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  114. this.label3.Name = "label3";
  115. this.label3.Size = new System.Drawing.Size(82, 41);
  116. this.label3.TabIndex = 223;
  117. this.label3.Text = "标签";
  118. this.label3.Click += new System.EventHandler(this.label3_Click);
  119. //
  120. // ChooseAll
  121. //
  122. this.ChooseAll.Location = new System.Drawing.Point(26, 111);
  123. this.ChooseAll.Margin = new System.Windows.Forms.Padding(4);
  124. this.ChooseAll.Name = "ChooseAll";
  125. this.ChooseAll.Size = new System.Drawing.Size(76, 44);
  126. this.ChooseAll.TabIndex = 226;
  127. this.ChooseAll.Text = "全选";
  128. this.ChooseAll.UseVisualStyleBackColor = true;
  129. this.ChooseAll.Click += new System.EventHandler(this.ChooseAll_Click);
  130. //
  131. // label1
  132. //
  133. this.label1.AutoSize = true;
  134. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.label1.Location = new System.Drawing.Point(512, 14);
  136. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  137. this.label1.Name = "label1";
  138. this.label1.Size = new System.Drawing.Size(146, 41);
  139. this.label1.TabIndex = 227;
  140. this.label1.Text = "设备种类";
  141. //
  142. // de_kind
  143. //
  144. this.de_kind.FormattingEnabled = true;
  145. this.de_kind.Items.AddRange(new object[] {
  146. "机械设备",
  147. "办公设备",
  148. "运输设备",
  149. "检测设备",
  150. "其他"});
  151. this.de_kind.Location = new System.Drawing.Point(690, 22);
  152. this.de_kind.Name = "de_kind";
  153. this.de_kind.Size = new System.Drawing.Size(226, 32);
  154. this.de_kind.TabIndex = 228;
  155. this.de_kind.SelectedIndexChanged += new System.EventHandler(this.de_kind_SelectedIndexChanged);
  156. //
  157. // label4
  158. //
  159. this.label4.AutoSize = true;
  160. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.label4.Location = new System.Drawing.Point(19, 73);
  162. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  163. this.label4.Name = "label4";
  164. this.label4.Size = new System.Drawing.Size(146, 41);
  165. this.label4.TabIndex = 229;
  166. this.label4.Text = "设备编号";
  167. //
  168. // devcode
  169. //
  170. this.devcode.Location = new System.Drawing.Point(186, 75);
  171. this.devcode.Name = "devcode";
  172. this.devcode.Size = new System.Drawing.Size(307, 35);
  173. this.devcode.TabIndex = 230;
  174. this.devcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.devcode_KeyDown);
  175. this.devcode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.devcode_KeyPress);
  176. this.devcode.KeyUp += new System.Windows.Forms.KeyEventHandler(this.devcode_KeyUp);
  177. //
  178. // dataGridViewCheckBoxColumn1
  179. //
  180. this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
  181. this.dataGridViewCheckBoxColumn1.MinimumWidth = 10;
  182. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  183. this.dataGridViewCheckBoxColumn1.Width = 200;
  184. //
  185. // dataGridViewTextBoxColumn1
  186. //
  187. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  188. this.dataGridViewTextBoxColumn1.DataPropertyName = "lm_id";
  189. this.dataGridViewTextBoxColumn1.HeaderText = "ID";
  190. this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
  191. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  192. this.dataGridViewTextBoxColumn1.Visible = false;
  193. this.dataGridViewTextBoxColumn1.Width = 10;
  194. //
  195. // dataGridViewTextBoxColumn2
  196. //
  197. this.dataGridViewTextBoxColumn2.DataPropertyName = "lm_makecode";
  198. this.dataGridViewTextBoxColumn2.HeaderText = "工单号";
  199. this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
  200. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  201. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  202. this.dataGridViewTextBoxColumn2.Width = 200;
  203. //
  204. // dataGridViewTextBoxColumn3
  205. //
  206. this.dataGridViewTextBoxColumn3.DataPropertyName = "lm_linecode";
  207. this.dataGridViewTextBoxColumn3.HeaderText = "线别";
  208. this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
  209. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  210. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  211. this.dataGridViewTextBoxColumn3.Width = 200;
  212. //
  213. // dataGridViewTextBoxColumn4
  214. //
  215. this.dataGridViewTextBoxColumn4.DataPropertyName = "lm_uptime";
  216. this.dataGridViewTextBoxColumn4.HeaderText = "上线时间";
  217. this.dataGridViewTextBoxColumn4.MinimumWidth = 10;
  218. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  219. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  220. this.dataGridViewTextBoxColumn4.Width = 200;
  221. //
  222. // dataGridViewTextBoxColumn5
  223. //
  224. this.dataGridViewTextBoxColumn5.DataPropertyName = "lm_downtime";
  225. this.dataGridViewTextBoxColumn5.HeaderText = "下线时间";
  226. this.dataGridViewTextBoxColumn5.MinimumWidth = 10;
  227. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  228. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  229. this.dataGridViewTextBoxColumn5.Width = 200;
  230. //
  231. // dataGridViewTextBoxColumn6
  232. //
  233. this.dataGridViewTextBoxColumn6.DataPropertyName = "lm_inman";
  234. this.dataGridViewTextBoxColumn6.HeaderText = "录入人";
  235. this.dataGridViewTextBoxColumn6.MinimumWidth = 10;
  236. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  237. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  238. this.dataGridViewTextBoxColumn6.Width = 200;
  239. //
  240. // dataGridViewTextBoxColumn7
  241. //
  242. this.dataGridViewTextBoxColumn7.DataPropertyName = "lm_mannum";
  243. this.dataGridViewTextBoxColumn7.HeaderText = "拉线人数";
  244. this.dataGridViewTextBoxColumn7.MinimumWidth = 10;
  245. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  246. this.dataGridViewTextBoxColumn7.Width = 200;
  247. //
  248. // dataGridViewTextBoxColumn8
  249. //
  250. this.dataGridViewTextBoxColumn8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  251. this.dataGridViewTextBoxColumn8.DataPropertyName = "lm_id";
  252. this.dataGridViewTextBoxColumn8.HeaderText = "ID";
  253. this.dataGridViewTextBoxColumn8.MinimumWidth = 10;
  254. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  255. this.dataGridViewTextBoxColumn8.Visible = false;
  256. this.dataGridViewTextBoxColumn8.Width = 10;
  257. //
  258. // PrintLabel
  259. //
  260. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  261. this.PrintLabel.FormattingEnabled = true;
  262. this.PrintLabel.Location = new System.Drawing.Point(1551, 19);
  263. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  264. this.PrintLabel.Name = "PrintLabel";
  265. this.PrintLabel.Size = new System.Drawing.Size(244, 32);
  266. this.PrintLabel.TabIndex = 225;
  267. this.PrintLabel.SelectedIndexChanged += new System.EventHandler(this.PrintLabel_SelectedIndexChanged);
  268. //
  269. // PrinterList
  270. //
  271. this.PrinterList.Location = new System.Drawing.Point(1067, 19);
  272. this.PrinterList.Margin = new System.Windows.Forms.Padding(8);
  273. this.PrinterList.Name = "PrinterList";
  274. this.PrinterList.Size = new System.Drawing.Size(388, 50);
  275. this.PrinterList.TabIndex = 222;
  276. //
  277. // choose
  278. //
  279. this.choose.HeaderText = "勾选";
  280. this.choose.MinimumWidth = 10;
  281. this.choose.Name = "choose";
  282. this.choose.Width = 80;
  283. //
  284. // detno
  285. //
  286. this.detno.DataPropertyName = "detno";
  287. this.detno.HeaderText = "序号";
  288. this.detno.MinimumWidth = 10;
  289. this.detno.Name = "detno";
  290. this.detno.Width = 200;
  291. //
  292. // de_code
  293. //
  294. this.de_code.DataPropertyName = "de_code";
  295. this.de_code.HeaderText = "设备编号";
  296. this.de_code.MinimumWidth = 10;
  297. this.de_code.Name = "de_code";
  298. this.de_code.ReadOnly = true;
  299. this.de_code.Width = 150;
  300. //
  301. // de_name
  302. //
  303. this.de_name.DataPropertyName = "de_name";
  304. this.de_name.HeaderText = "设备名称";
  305. this.de_name.MinimumWidth = 10;
  306. this.de_name.Name = "de_name";
  307. this.de_name.ReadOnly = true;
  308. this.de_name.Width = 200;
  309. //
  310. // de_spec
  311. //
  312. this.de_spec.DataPropertyName = "de_spec";
  313. this.de_spec.HeaderText = "规格";
  314. this.de_spec.MinimumWidth = 10;
  315. this.de_spec.Name = "de_spec";
  316. this.de_spec.ReadOnly = true;
  317. this.de_spec.Width = 200;
  318. //
  319. // de_currentcentername
  320. //
  321. this.de_currentcentername.DataPropertyName = "de_currentcentername";
  322. this.de_currentcentername.HeaderText = "使用部门";
  323. this.de_currentcentername.MinimumWidth = 10;
  324. this.de_currentcentername.Name = "de_currentcentername";
  325. this.de_currentcentername.ReadOnly = true;
  326. this.de_currentcentername.Width = 200;
  327. //
  328. // de_kind1
  329. //
  330. this.de_kind1.DataPropertyName = "de_kind";
  331. this.de_kind1.HeaderText = "设备类型";
  332. this.de_kind1.MinimumWidth = 10;
  333. this.de_kind1.Name = "de_kind1";
  334. this.de_kind1.Width = 200;
  335. //
  336. // de_startdate
  337. //
  338. this.de_startdate.DataPropertyName = "de_startdate";
  339. this.de_startdate.HeaderText = "启用日期";
  340. this.de_startdate.MinimumWidth = 10;
  341. this.de_startdate.Name = "de_startdate";
  342. this.de_startdate.Width = 200;
  343. //
  344. // lm_id
  345. //
  346. this.lm_id.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  347. this.lm_id.DataPropertyName = "lm_id";
  348. this.lm_id.HeaderText = "ID";
  349. this.lm_id.MinimumWidth = 10;
  350. this.lm_id.Name = "lm_id";
  351. this.lm_id.Visible = false;
  352. this.lm_id.Width = 10;
  353. //
  354. // PrintBarCode
  355. //
  356. this.PrintBarCode.AllPower = null;
  357. this.PrintBarCode.BackColor = System.Drawing.Color.Transparent;
  358. this.PrintBarCode.DownImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.DownImage")));
  359. this.PrintBarCode.Image = null;
  360. this.PrintBarCode.IsShowBorder = true;
  361. this.PrintBarCode.Location = new System.Drawing.Point(1836, 15);
  362. this.PrintBarCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  363. this.PrintBarCode.MoveImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.MoveImage")));
  364. this.PrintBarCode.Name = "PrintBarCode";
  365. this.PrintBarCode.NormalImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.NormalImage")));
  366. this.PrintBarCode.Power = null;
  367. this.PrintBarCode.Size = new System.Drawing.Size(112, 45);
  368. this.PrintBarCode.TabIndex = 216;
  369. this.PrintBarCode.Text = "打印";
  370. this.PrintBarCode.UseVisualStyleBackColor = false;
  371. this.PrintBarCode.Click += new System.EventHandler(this.Print_Click);
  372. //
  373. // DP_NAME
  374. //
  375. this.DP_NAME.AllPower = "IFALL";
  376. this.DP_NAME.Caller = null;
  377. this.DP_NAME.Condition = null;
  378. this.DP_NAME.DBTitle = "";
  379. this.DP_NAME.Font = new System.Drawing.Font("微软雅黑", 9F);
  380. this.DP_NAME.FormName = null;
  381. this.DP_NAME.Location = new System.Drawing.Point(186, 15);
  382. this.DP_NAME.Margin = new System.Windows.Forms.Padding(6);
  383. this.DP_NAME.Name = "DP_NAME";
  384. this.DP_NAME.Power = "";
  385. this.DP_NAME.ReturnData = null;
  386. this.DP_NAME.SelectField = null;
  387. this.DP_NAME.SetValueField = null;
  388. this.DP_NAME.Size = new System.Drawing.Size(307, 46);
  389. this.DP_NAME.TabIndex = 213;
  390. this.DP_NAME.TableName = null;
  391. this.DP_NAME.Tag = "msl_makecode";
  392. this.DP_NAME.TextBoxEnable = true;
  393. this.DP_NAME.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.pi_inoutno_UserControlTextChanged);
  394. //
  395. // Query_Barcodeio
  396. //
  397. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  398. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  399. this.ClientSize = new System.Drawing.Size(1960, 1075);
  400. this.Controls.Add(this.devcode);
  401. this.Controls.Add(this.label4);
  402. this.Controls.Add(this.de_kind);
  403. this.Controls.Add(this.label1);
  404. this.Controls.Add(this.ChooseAll);
  405. this.Controls.Add(this.PrintLabel);
  406. this.Controls.Add(this.label2);
  407. this.Controls.Add(this.label3);
  408. this.Controls.Add(this.PrinterList);
  409. this.Controls.Add(this.DGV);
  410. this.Controls.Add(this.PrintBarCode);
  411. this.Controls.Add(this.DP_NAME);
  412. this.Controls.Add(this.ms_makecode_label);
  413. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  414. this.Margin = new System.Windows.Forms.Padding(6);
  415. this.Name = "Query_Barcodeio";
  416. this.Tag = "Query!SpecialReport";
  417. this.Text = "Query_SpecialReport";
  418. this.Load += new System.EventHandler(this.Query_LoadMake_Load);
  419. ((System.ComponentModel.ISupportInitialize)(this.DGV)).EndInit();
  420. this.ResumeLayout(false);
  421. this.PerformLayout();
  422. }
  423. #endregion
  424. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  425. private CustomControl.TextBoxWithIcon.SearchTextBox DP_NAME;
  426. private System.Windows.Forms.Label ms_makecode_label;
  427. private CustomControl.ButtonUtil.NormalButton PrintBarCode;
  428. private System.Windows.Forms.DataGridView DGV;
  429. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  430. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  431. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  432. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  433. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  434. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  435. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  436. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  437. private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  438. private System.Windows.Forms.Label label2;
  439. private System.Windows.Forms.Label label3;
  440. private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
  441. private System.Windows.Forms.Button ChooseAll;
  442. private System.Windows.Forms.Label label1;
  443. private System.Windows.Forms.ComboBox de_kind;
  444. private System.Windows.Forms.DataGridViewCheckBoxColumn choose;
  445. private System.Windows.Forms.DataGridViewTextBoxColumn detno;
  446. private System.Windows.Forms.DataGridViewTextBoxColumn de_code;
  447. private System.Windows.Forms.DataGridViewTextBoxColumn de_name;
  448. private System.Windows.Forms.DataGridViewTextBoxColumn de_spec;
  449. private System.Windows.Forms.DataGridViewTextBoxColumn de_currentcentername;
  450. private System.Windows.Forms.DataGridViewTextBoxColumn de_kind1;
  451. private System.Windows.Forms.DataGridViewTextBoxColumn de_startdate;
  452. private System.Windows.Forms.DataGridViewTextBoxColumn lm_id;
  453. private System.Windows.Forms.Label label4;
  454. private System.Windows.Forms.TextBox devcode;
  455. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  456. }
  457. }