Query_ExeProgress.Designer.cs 17 KB

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