Query_Barcodeio.Designer.cs 21 KB

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