Query_ExeProgress.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_ExeProgress
  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.sn_code_label = new System.Windows.Forms.Label();
  29. this.SerialPanel = new System.Windows.Forms.Panel();
  30. this.CraftInfDgv = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  31. this.mp_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.mp_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.ma_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.mp_sourcecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.mp_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.ma_craftcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.sc_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.mp_inman = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.em_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.groupBoxWithBorder1 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  43. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  44. this.label4 = new System.Windows.Forms.Label();
  45. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  46. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  47. this.label2 = new System.Windows.Forms.Label();
  48. this.label3 = new System.Windows.Forms.Label();
  49. this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  50. this.ma_code_label = new System.Windows.Forms.Label();
  51. this.ma_code = new System.Windows.Forms.Label();
  52. this.label5 = new System.Windows.Forms.Label();
  53. this.ms_checkno = new System.Windows.Forms.Label();
  54. ((System.ComponentModel.ISupportInitialize)(this.CraftInfDgv)).BeginInit();
  55. this.groupBoxWithBorder1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // sn_code_label
  63. //
  64. this.sn_code_label.AutoSize = true;
  65. this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.sn_code_label.Location = new System.Drawing.Point(10, 13);
  67. this.sn_code_label.Name = "sn_code_label";
  68. this.sn_code_label.Size = new System.Drawing.Size(58, 21);
  69. this.sn_code_label.TabIndex = 183;
  70. this.sn_code_label.Text = "序列号";
  71. //
  72. // SerialPanel
  73. //
  74. this.SerialPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  75. | System.Windows.Forms.AnchorStyles.Right)));
  76. this.SerialPanel.AutoScroll = true;
  77. this.SerialPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  78. this.SerialPanel.Location = new System.Drawing.Point(14, 106);
  79. this.SerialPanel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  80. this.SerialPanel.Name = "SerialPanel";
  81. this.SerialPanel.Size = new System.Drawing.Size(950, 254);
  82. this.SerialPanel.TabIndex = 194;
  83. this.SerialPanel.Scroll += new System.Windows.Forms.ScrollEventHandler(this.SerialPanel_Scroll);
  84. this.SerialPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.SerialPanel_Paint);
  85. //
  86. // CraftInfDgv
  87. //
  88. this.CraftInfDgv.AllowUserToAddRows = false;
  89. this.CraftInfDgv.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  90. this.CraftInfDgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  91. this.CraftInfDgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  92. this.mp_sncode,
  93. this.mp_makecode,
  94. this.ma_prodcode,
  95. this.mp_sourcecode,
  96. this.mp_indate,
  97. this.ma_craftcode,
  98. this.sc_linecode,
  99. this.mp_inman,
  100. this.em_name});
  101. this.CraftInfDgv.EnableContentClick = true;
  102. this.CraftInfDgv.Location = new System.Drawing.Point(0, 388);
  103. this.CraftInfDgv.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  104. this.CraftInfDgv.Name = "CraftInfDgv";
  105. this.CraftInfDgv.RowTemplate.Height = 27;
  106. this.CraftInfDgv.Size = new System.Drawing.Size(975, 190);
  107. this.CraftInfDgv.TabIndex = 193;
  108. //
  109. // mp_sncode
  110. //
  111. this.mp_sncode.DataPropertyName = "mp_sncode";
  112. this.mp_sncode.HeaderText = "序列号";
  113. this.mp_sncode.Name = "mp_sncode";
  114. this.mp_sncode.Width = 120;
  115. //
  116. // mp_makecode
  117. //
  118. this.mp_makecode.DataPropertyName = "mp_makecode";
  119. this.mp_makecode.HeaderText = "工单代码";
  120. this.mp_makecode.Name = "mp_makecode";
  121. this.mp_makecode.Width = 120;
  122. //
  123. // ma_prodcode
  124. //
  125. this.ma_prodcode.DataPropertyName = "ma_prodcode";
  126. this.ma_prodcode.HeaderText = "产品代码";
  127. this.ma_prodcode.Name = "ma_prodcode";
  128. this.ma_prodcode.Width = 120;
  129. //
  130. // mp_sourcecode
  131. //
  132. this.mp_sourcecode.DataPropertyName = "mp_sourcecode";
  133. this.mp_sourcecode.HeaderText = "资源编号";
  134. this.mp_sourcecode.Name = "mp_sourcecode";
  135. this.mp_sourcecode.Width = 120;
  136. //
  137. // mp_indate
  138. //
  139. this.mp_indate.DataPropertyName = "mp_indate";
  140. this.mp_indate.HeaderText = "过站时间";
  141. this.mp_indate.Name = "mp_indate";
  142. this.mp_indate.Width = 120;
  143. //
  144. // ma_craftcode
  145. //
  146. this.ma_craftcode.DataPropertyName = "ma_craftcode";
  147. this.ma_craftcode.HeaderText = "途程代码";
  148. this.ma_craftcode.Name = "ma_craftcode";
  149. this.ma_craftcode.Width = 120;
  150. //
  151. // sc_linecode
  152. //
  153. this.sc_linecode.DataPropertyName = "sc_linecode";
  154. this.sc_linecode.HeaderText = "产线";
  155. this.sc_linecode.Name = "sc_linecode";
  156. this.sc_linecode.Width = 120;
  157. //
  158. // mp_inman
  159. //
  160. this.mp_inman.DataPropertyName = "mp_inman";
  161. this.mp_inman.HeaderText = "人员工号";
  162. this.mp_inman.Name = "mp_inman";
  163. //
  164. // em_name
  165. //
  166. this.em_name.DataPropertyName = "em_name";
  167. this.em_name.HeaderText = "人员姓名";
  168. this.em_name.Name = "em_name";
  169. //
  170. // groupBoxWithBorder1
  171. //
  172. this.groupBoxWithBorder1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  173. | System.Windows.Forms.AnchorStyles.Right)));
  174. this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Maroon;
  175. this.groupBoxWithBorder1.Controls.Add(this.label1);
  176. this.groupBoxWithBorder1.Controls.Add(this.pictureBox4);
  177. this.groupBoxWithBorder1.Controls.Add(this.pictureBox2);
  178. this.groupBoxWithBorder1.Controls.Add(this.label4);
  179. this.groupBoxWithBorder1.Controls.Add(this.pictureBox1);
  180. this.groupBoxWithBorder1.Controls.Add(this.pictureBox3);
  181. this.groupBoxWithBorder1.Controls.Add(this.label2);
  182. this.groupBoxWithBorder1.Controls.Add(this.label3);
  183. this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.groupBoxWithBorder1.Location = new System.Drawing.Point(12, 40);
  185. this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  186. this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
  187. this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  188. this.groupBoxWithBorder1.Size = new System.Drawing.Size(953, 40);
  189. this.groupBoxWithBorder1.TabIndex = 192;
  190. this.groupBoxWithBorder1.TabStop = false;
  191. this.groupBoxWithBorder1.Text = "颜色说明";
  192. this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
  193. //
  194. // label1
  195. //
  196. this.label1.AutoSize = true;
  197. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.label1.Location = new System.Drawing.Point(850, 14);
  199. this.label1.Name = "label1";
  200. this.label1.Size = new System.Drawing.Size(74, 21);
  201. this.label1.TabIndex = 193;
  202. this.label1.Text = "尚未执行";
  203. //
  204. // pictureBox4
  205. //
  206. this.pictureBox4.BackColor = System.Drawing.Color.White;
  207. this.pictureBox4.Location = new System.Drawing.Point(776, 12);
  208. this.pictureBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  209. this.pictureBox4.Name = "pictureBox4";
  210. this.pictureBox4.Size = new System.Drawing.Size(60, 20);
  211. this.pictureBox4.TabIndex = 192;
  212. this.pictureBox4.TabStop = false;
  213. //
  214. // pictureBox2
  215. //
  216. this.pictureBox2.BackColor = System.Drawing.Color.Green;
  217. this.pictureBox2.Location = new System.Drawing.Point(99, 12);
  218. this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  219. this.pictureBox2.Name = "pictureBox2";
  220. this.pictureBox2.Size = new System.Drawing.Size(60, 20);
  221. this.pictureBox2.TabIndex = 187;
  222. this.pictureBox2.TabStop = false;
  223. //
  224. // label4
  225. //
  226. this.label4.AutoSize = true;
  227. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.label4.Location = new System.Drawing.Point(655, 14);
  229. this.label4.Name = "label4";
  230. this.label4.Size = new System.Drawing.Size(58, 21);
  231. this.label4.TabIndex = 191;
  232. this.label4.Text = "已报废";
  233. //
  234. // pictureBox1
  235. //
  236. this.pictureBox1.BackColor = System.Drawing.Color.Red;
  237. this.pictureBox1.Location = new System.Drawing.Point(338, 12);
  238. this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  239. this.pictureBox1.Name = "pictureBox1";
  240. this.pictureBox1.Size = new System.Drawing.Size(60, 20);
  241. this.pictureBox1.TabIndex = 186;
  242. this.pictureBox1.TabStop = false;
  243. //
  244. // pictureBox3
  245. //
  246. this.pictureBox3.BackColor = System.Drawing.Color.Black;
  247. this.pictureBox3.Location = new System.Drawing.Point(581, 12);
  248. this.pictureBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  249. this.pictureBox3.Name = "pictureBox3";
  250. this.pictureBox3.Size = new System.Drawing.Size(60, 20);
  251. this.pictureBox3.TabIndex = 190;
  252. this.pictureBox3.TabStop = false;
  253. //
  254. // label2
  255. //
  256. this.label2.AutoSize = true;
  257. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.label2.Location = new System.Drawing.Point(172, 14);
  259. this.label2.Name = "label2";
  260. this.label2.Size = new System.Drawing.Size(122, 21);
  261. this.label2.TabIndex = 188;
  262. this.label2.Text = "已执行且为良品";
  263. //
  264. // label3
  265. //
  266. this.label3.AutoSize = true;
  267. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.label3.Location = new System.Drawing.Point(412, 14);
  269. this.label3.Name = "label3";
  270. this.label3.Size = new System.Drawing.Size(138, 21);
  271. this.label3.TabIndex = 189;
  272. this.label3.Text = "已执行且为不良品";
  273. //
  274. // sn_code
  275. //
  276. this.sn_code.AllPower = null;
  277. this.sn_code.BackColor = System.Drawing.Color.White;
  278. this.sn_code.ID = null;
  279. this.sn_code.Location = new System.Drawing.Point(92, 14);
  280. this.sn_code.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  281. this.sn_code.Name = "sn_code";
  282. this.sn_code.Power = null;
  283. this.sn_code.Size = new System.Drawing.Size(145, 21);
  284. this.sn_code.Str = null;
  285. this.sn_code.Str1 = null;
  286. this.sn_code.Str2 = null;
  287. this.sn_code.TabIndex = 184;
  288. this.sn_code.Tag = "NoAuto";
  289. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  290. //
  291. // ma_code_label
  292. //
  293. this.ma_code_label.AutoSize = true;
  294. this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.ma_code_label.Location = new System.Drawing.Point(257, 12);
  296. this.ma_code_label.Name = "ma_code_label";
  297. this.ma_code_label.Size = new System.Drawing.Size(58, 21);
  298. this.ma_code_label.TabIndex = 195;
  299. this.ma_code_label.Text = "工单号";
  300. //
  301. // ma_code
  302. //
  303. this.ma_code.AutoSize = true;
  304. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.ma_code.Location = new System.Drawing.Point(332, 13);
  306. this.ma_code.Name = "ma_code";
  307. this.ma_code.Size = new System.Drawing.Size(0, 21);
  308. this.ma_code.TabIndex = 196;
  309. //
  310. // label5
  311. //
  312. this.label5.AutoSize = true;
  313. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  314. this.label5.Location = new System.Drawing.Point(472, 13);
  315. this.label5.Name = "label5";
  316. this.label5.Size = new System.Drawing.Size(74, 21);
  317. this.label5.TabIndex = 197;
  318. this.label5.Text = "抽检批号";
  319. //
  320. // ms_checkno
  321. //
  322. this.ms_checkno.AutoSize = true;
  323. this.ms_checkno.Font = new System.Drawing.Font("微软雅黑", 12F);
  324. this.ms_checkno.Location = new System.Drawing.Point(562, 13);
  325. this.ms_checkno.Name = "ms_checkno";
  326. this.ms_checkno.Size = new System.Drawing.Size(0, 21);
  327. this.ms_checkno.TabIndex = 198;
  328. //
  329. // Query_ExeProgress
  330. //
  331. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  332. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  333. this.ClientSize = new System.Drawing.Size(975, 578);
  334. this.Controls.Add(this.ms_checkno);
  335. this.Controls.Add(this.label5);
  336. this.Controls.Add(this.ma_code);
  337. this.Controls.Add(this.ma_code_label);
  338. this.Controls.Add(this.SerialPanel);
  339. this.Controls.Add(this.CraftInfDgv);
  340. this.Controls.Add(this.groupBoxWithBorder1);
  341. this.Controls.Add(this.sn_code);
  342. this.Controls.Add(this.sn_code_label);
  343. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  344. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  345. this.Name = "Query_ExeProgress";
  346. this.Tag = "Query!ExeProgress";
  347. this.Text = "工单执行进度";
  348. this.Load += new System.EventHandler(this.Query_ExeProgress_Load);
  349. this.SizeChanged += new System.EventHandler(this.Query_ExeProgress_SizeChanged);
  350. ((System.ComponentModel.ISupportInitialize)(this.CraftInfDgv)).EndInit();
  351. this.groupBoxWithBorder1.ResumeLayout(false);
  352. this.groupBoxWithBorder1.PerformLayout();
  353. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  354. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  355. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  356. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  357. this.ResumeLayout(false);
  358. this.PerformLayout();
  359. }
  360. #endregion
  361. private System.Windows.Forms.Label sn_code_label;
  362. private CustomControl.TextBoxWithIcon.SnCollectionBox sn_code;
  363. private System.Windows.Forms.PictureBox pictureBox1;
  364. private System.Windows.Forms.PictureBox pictureBox2;
  365. private System.Windows.Forms.Label label2;
  366. private System.Windows.Forms.Label label3;
  367. private System.Windows.Forms.Label label4;
  368. private System.Windows.Forms.PictureBox pictureBox3;
  369. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
  370. private CustomControl.DataGrid_View.DataGridViewWithSerialNum CraftInfDgv;
  371. private System.Windows.Forms.Panel SerialPanel;
  372. private System.Windows.Forms.Label label1;
  373. private System.Windows.Forms.PictureBox pictureBox4;
  374. private System.Windows.Forms.DataGridViewTextBoxColumn mp_sncode;
  375. private System.Windows.Forms.DataGridViewTextBoxColumn mp_makecode;
  376. private System.Windows.Forms.DataGridViewTextBoxColumn ma_prodcode;
  377. private System.Windows.Forms.DataGridViewTextBoxColumn mp_sourcecode;
  378. private System.Windows.Forms.DataGridViewTextBoxColumn mp_indate;
  379. private System.Windows.Forms.DataGridViewTextBoxColumn ma_craftcode;
  380. private System.Windows.Forms.DataGridViewTextBoxColumn sc_linecode;
  381. private System.Windows.Forms.DataGridViewTextBoxColumn mp_inman;
  382. private System.Windows.Forms.DataGridViewTextBoxColumn em_name;
  383. private System.Windows.Forms.Label ma_code_label;
  384. private System.Windows.Forms.Label ma_code;
  385. private System.Windows.Forms.Label label5;
  386. private System.Windows.Forms.Label ms_checkno;
  387. }
  388. }