Make_PartDry.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_PartDry
  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.grpSN = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  29. this.lblSN = new System.Windows.Forms.Label();
  30. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  31. this.lblBatch = new System.Windows.Forms.Label();
  32. this.lblBatchCode = new System.Windows.Forms.Label();
  33. this.btnStart = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  34. this.btnEnd = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  35. this.grpQuery = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  36. this.lblQuery = new System.Windows.Forms.Label();
  37. this.txtQueryBatch = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  38. this.btnQuery = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  39. this.grpData = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  40. this.DGV = new System.Windows.Forms.DataGridView();
  41. this.lblStatus = new System.Windows.Forms.Label();
  42. this.grpSN.SuspendLayout();
  43. this.grpQuery.SuspendLayout();
  44. this.grpData.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.DGV)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // grpSN
  49. //
  50. this.grpSN.BorderColor = System.Drawing.Color.Black;
  51. this.grpSN.Controls.Add(this.lblSN);
  52. this.grpSN.Controls.Add(this.sncode);
  53. this.grpSN.Controls.Add(this.lblBatch);
  54. this.grpSN.Controls.Add(this.lblBatchCode);
  55. this.grpSN.Controls.Add(this.btnStart);
  56. this.grpSN.Controls.Add(this.btnEnd);
  57. this.grpSN.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.grpSN.Location = new System.Drawing.Point(32, 30);
  59. this.grpSN.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  60. this.grpSN.Name = "grpSN";
  61. this.grpSN.Size = new System.Drawing.Size(1540, 210);
  62. this.grpSN.TabIndex = 0;
  63. this.grpSN.TabStop = false;
  64. this.grpSN.Text = "SN录入";
  65. this.grpSN.TextColor = System.Drawing.Color.Black;
  66. //
  67. // lblSN
  68. //
  69. this.lblSN.AutoSize = true;
  70. this.lblSN.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.lblSN.Location = new System.Drawing.Point(32, 50);
  72. this.lblSN.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  73. this.lblSN.Name = "lblSN";
  74. this.lblSN.Size = new System.Drawing.Size(62, 52);
  75. this.lblSN.TabIndex = 0;
  76. this.lblSN.Text = "SN";
  77. //
  78. // sncode
  79. //
  80. this.sncode.AllPower = null;
  81. this.sncode.BackColor = System.Drawing.Color.White;
  82. this.sncode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.sncode.ID = null;
  84. this.sncode.Location = new System.Drawing.Point(120, 45);
  85. this.sncode.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  86. this.sncode.Name = "sncode";
  87. this.sncode.Power = null;
  88. this.sncode.Size = new System.Drawing.Size(480, 59);
  89. this.sncode.Str = null;
  90. this.sncode.Str1 = null;
  91. this.sncode.Str2 = null;
  92. this.sncode.TabIndex = 1;
  93. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  94. //
  95. // lblBatch
  96. //
  97. this.lblBatch.AutoSize = true;
  98. this.lblBatch.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.lblBatch.Location = new System.Drawing.Point(700, 50);
  100. this.lblBatch.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  101. this.lblBatch.Name = "lblBatch";
  102. this.lblBatch.Size = new System.Drawing.Size(142, 52);
  103. this.lblBatch.TabIndex = 2;
  104. this.lblBatch.Text = "当前批次";
  105. //
  106. // lblBatchCode
  107. //
  108. this.lblBatchCode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.lblBatchCode.ForeColor = System.Drawing.Color.Blue;
  110. this.lblBatchCode.Location = new System.Drawing.Point(870, 50);
  111. this.lblBatchCode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  112. this.lblBatchCode.Name = "lblBatchCode";
  113. this.lblBatchCode.Size = new System.Drawing.Size(620, 52);
  114. this.lblBatchCode.TabIndex = 3;
  115. this.lblBatchCode.Text = "";
  116. //
  117. // btnStart
  118. //
  119. this.btnStart.AllPower = null;
  120. this.btnStart.BackColor = System.Drawing.Color.Transparent;
  121. this.btnStart.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.btnStart.IsShowBorder = true;
  123. this.btnStart.Location = new System.Drawing.Point(120, 130);
  124. this.btnStart.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  125. this.btnStart.Name = "btnStart";
  126. this.btnStart.Power = null;
  127. this.btnStart.Size = new System.Drawing.Size(200, 52);
  128. this.btnStart.TabIndex = 4;
  129. this.btnStart.Text = "开始烘烤";
  130. this.btnStart.UseVisualStyleBackColor = true;
  131. this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
  132. //
  133. // btnEnd
  134. //
  135. this.btnEnd.AllPower = null;
  136. this.btnEnd.BackColor = System.Drawing.Color.Transparent;
  137. this.btnEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.btnEnd.IsShowBorder = true;
  139. this.btnEnd.Location = new System.Drawing.Point(400, 130);
  140. this.btnEnd.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  141. this.btnEnd.Name = "btnEnd";
  142. this.btnEnd.Power = null;
  143. this.btnEnd.Size = new System.Drawing.Size(200, 52);
  144. this.btnEnd.TabIndex = 5;
  145. this.btnEnd.Text = "结束烘烤";
  146. this.btnEnd.UseVisualStyleBackColor = true;
  147. this.btnEnd.Click += new System.EventHandler(this.btnEnd_Click);
  148. //
  149. // grpQuery
  150. //
  151. this.grpQuery.BorderColor = System.Drawing.Color.Black;
  152. this.grpQuery.Controls.Add(this.lblQuery);
  153. this.grpQuery.Controls.Add(this.txtQueryBatch);
  154. this.grpQuery.Controls.Add(this.btnQuery);
  155. this.grpQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.grpQuery.Location = new System.Drawing.Point(32, 270);
  157. this.grpQuery.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  158. this.grpQuery.Name = "grpQuery";
  159. this.grpQuery.Size = new System.Drawing.Size(1540, 150);
  160. this.grpQuery.TabIndex = 1;
  161. this.grpQuery.TabStop = false;
  162. this.grpQuery.Text = "按批次查询";
  163. this.grpQuery.TextColor = System.Drawing.Color.Black;
  164. //
  165. // lblQuery
  166. //
  167. this.lblQuery.AutoSize = true;
  168. this.lblQuery.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.lblQuery.Location = new System.Drawing.Point(32, 45);
  170. this.lblQuery.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  171. this.lblQuery.Name = "lblQuery";
  172. this.lblQuery.Size = new System.Drawing.Size(122, 52);
  173. this.lblQuery.TabIndex = 0;
  174. this.lblQuery.Text = "批次号";
  175. //
  176. // txtQueryBatch
  177. //
  178. this.txtQueryBatch.AllPower = null;
  179. this.txtQueryBatch.BackColor = System.Drawing.Color.White;
  180. this.txtQueryBatch.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.txtQueryBatch.ID = null;
  182. this.txtQueryBatch.Location = new System.Drawing.Point(180, 47);
  183. this.txtQueryBatch.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  184. this.txtQueryBatch.Name = "txtQueryBatch";
  185. this.txtQueryBatch.Power = null;
  186. this.txtQueryBatch.Size = new System.Drawing.Size(420, 55);
  187. this.txtQueryBatch.Str = null;
  188. this.txtQueryBatch.Str1 = null;
  189. this.txtQueryBatch.Str2 = null;
  190. this.txtQueryBatch.TabIndex = 1;
  191. //
  192. // btnQuery
  193. //
  194. this.btnQuery.AllPower = null;
  195. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  196. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.btnQuery.IsShowBorder = true;
  198. this.btnQuery.Location = new System.Drawing.Point(640, 47);
  199. this.btnQuery.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  200. this.btnQuery.Name = "btnQuery";
  201. this.btnQuery.Power = null;
  202. this.btnQuery.Size = new System.Drawing.Size(160, 52);
  203. this.btnQuery.TabIndex = 2;
  204. this.btnQuery.Text = "查询";
  205. this.btnQuery.UseVisualStyleBackColor = true;
  206. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  207. //
  208. // grpData
  209. //
  210. this.grpData.BorderColor = System.Drawing.Color.Black;
  211. this.grpData.Controls.Add(this.DGV);
  212. this.grpData.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.grpData.Location = new System.Drawing.Point(32, 450);
  214. this.grpData.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  215. this.grpData.Name = "grpData";
  216. this.grpData.Size = new System.Drawing.Size(1540, 600);
  217. this.grpData.TabIndex = 2;
  218. this.grpData.TabStop = false;
  219. this.grpData.Text = "批次数据";
  220. this.grpData.TextColor = System.Drawing.Color.Black;
  221. //
  222. // DGV
  223. //
  224. this.DGV.AllowUserToAddRows = false;
  225. this.DGV.AllowUserToDeleteRows = false;
  226. this.DGV.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  227. this.DGV.BackgroundColor = System.Drawing.Color.White;
  228. this.DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  229. this.DGV.Location = new System.Drawing.Point(25, 55);
  230. this.DGV.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  231. this.DGV.MultiSelect = false;
  232. this.DGV.Name = "DGV";
  233. this.DGV.ReadOnly = true;
  234. this.DGV.RowHeadersVisible = false;
  235. this.DGV.RowTemplate.Height = 37;
  236. this.DGV.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  237. this.DGV.Size = new System.Drawing.Size(1490, 520);
  238. this.DGV.TabIndex = 0;
  239. //
  240. // lblStatus
  241. //
  242. this.lblStatus.AutoSize = true;
  243. this.lblStatus.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  244. this.lblStatus.ForeColor = System.Drawing.Color.Blue;
  245. this.lblStatus.Location = new System.Drawing.Point(32, 1075);
  246. this.lblStatus.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  247. this.lblStatus.Name = "lblStatus";
  248. this.lblStatus.Size = new System.Drawing.Size(102, 52);
  249. this.lblStatus.TabIndex = 3;
  250. this.lblStatus.Text = "状态:";
  251. //
  252. // Make_PartDry
  253. //
  254. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  255. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  256. this.ClientSize = new System.Drawing.Size(1604, 1140);
  257. this.Controls.Add(this.lblStatus);
  258. this.Controls.Add(this.grpData);
  259. this.Controls.Add(this.grpQuery);
  260. this.Controls.Add(this.grpSN);
  261. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  262. this.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  263. this.Name = "Make_PartDry";
  264. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  265. this.Tag = "Make!PartDry";
  266. this.Text = "零件烘烤";
  267. this.Load += new System.EventHandler(this.Make_PartDry_Load);
  268. this.SizeChanged += new System.EventHandler(this.Make_PartDry_SizeChanged);
  269. this.grpSN.ResumeLayout(true);
  270. this.grpSN.PerformLayout();
  271. this.grpQuery.ResumeLayout(true);
  272. this.grpQuery.PerformLayout();
  273. this.grpData.ResumeLayout(true);
  274. ((System.ComponentModel.ISupportInitialize)(this.DGV)).EndInit();
  275. this.ResumeLayout(true);
  276. this.PerformLayout();
  277. }
  278. #endregion
  279. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder grpSN;
  280. private System.Windows.Forms.Label lblSN;
  281. private CustomControl.TextBoxWithIcon.EnterTextBox sncode;
  282. private System.Windows.Forms.Label lblBatch;
  283. private System.Windows.Forms.Label lblBatchCode;
  284. private CustomControl.ButtonUtil.NormalButton btnStart;
  285. private CustomControl.ButtonUtil.NormalButton btnEnd;
  286. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder grpQuery;
  287. private System.Windows.Forms.Label lblQuery;
  288. private CustomControl.TextBoxWithIcon.EnterTextBox txtQueryBatch;
  289. private CustomControl.ButtonUtil.NormalButton btnQuery;
  290. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder grpData;
  291. private System.Windows.Forms.DataGridView DGV;
  292. private System.Windows.Forms.Label lblStatus;
  293. }
  294. }