Query_ExeProgress.Designer.cs 14 KB

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