Query_LoadMake.Designer.cs 21 KB

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