Query_ExeProgress.Designer.cs 15 KB

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