Query_ExeProgress.Designer.cs 19 KB

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