Query_ExeProgress.Designer.cs 15 KB

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