Query_LoadMake.Designer.cs 22 KB

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