Query_ExeProgress.Designer.cs 17 KB

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