Make_SplitBoard.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_SplitBoard
  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.components = new System.ComponentModel.Container();
  29. this.pr_pcbacount = new System.Windows.Forms.NumericUpDown();
  30. this.label6 = new System.Windows.Forms.Label();
  31. this.NowQTY = new System.Windows.Forms.TextBox();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.BaudRate = new System.Windows.Forms.TextBox();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.AutoStart = new System.Windows.Forms.CheckBox();
  37. this.Type = new System.Windows.Forms.ComboBox();
  38. this.ATEFile = new System.IO.FileSystemWatcher();
  39. this.Timer = new System.Windows.Forms.Timer(this.components);
  40. this.MakeCode_lable = new System.Windows.Forms.Label();
  41. this.Clean = new System.Windows.Forms.Button();
  42. this.OperateResult = new System.Windows.Forms.RichTextBox();
  43. this.StopWatch = new System.Windows.Forms.Button();
  44. this.StartWatch = new System.Windows.Forms.Button();
  45. this.XmlFolder = new System.Windows.Forms.FolderBrowserDialog();
  46. this.label1 = new System.Windows.Forms.Label();
  47. this.XmlWatcher = new System.IO.FileSystemWatcher();
  48. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  49. this.ComPort = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.SerialPortCombox();
  50. ((System.ComponentModel.ISupportInitialize)(this.pr_pcbacount)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.ATEFile)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // pr_pcbacount
  56. //
  57. this.pr_pcbacount.Location = new System.Drawing.Point(480, 601);
  58. this.pr_pcbacount.Name = "pr_pcbacount";
  59. this.pr_pcbacount.Size = new System.Drawing.Size(120, 35);
  60. this.pr_pcbacount.TabIndex = 48;
  61. this.pr_pcbacount.Value = new decimal(new int[] {
  62. 1,
  63. 0,
  64. 0,
  65. 0});
  66. //
  67. // label6
  68. //
  69. this.label6.AutoSize = true;
  70. this.label6.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.label6.Location = new System.Drawing.Point(310, 598);
  72. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  73. this.label6.Name = "label6";
  74. this.label6.Size = new System.Drawing.Size(104, 38);
  75. this.label6.TabIndex = 47;
  76. this.label6.Text = "拼版数";
  77. //
  78. // NowQTY
  79. //
  80. this.NowQTY.Location = new System.Drawing.Point(480, 681);
  81. this.NowQTY.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  82. this.NowQTY.Name = "NowQTY";
  83. this.NowQTY.Size = new System.Drawing.Size(146, 35);
  84. this.NowQTY.TabIndex = 45;
  85. //
  86. // label4
  87. //
  88. this.label4.AutoSize = true;
  89. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.label4.Location = new System.Drawing.Point(310, 678);
  91. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  92. this.label4.Name = "label4";
  93. this.label4.Size = new System.Drawing.Size(133, 38);
  94. this.label4.TabIndex = 44;
  95. this.label4.Text = "当前计数";
  96. //
  97. // BaudRate
  98. //
  99. this.BaudRate.Location = new System.Drawing.Point(840, 376);
  100. this.BaudRate.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  101. this.BaudRate.Name = "BaudRate";
  102. this.BaudRate.Size = new System.Drawing.Size(146, 35);
  103. this.BaudRate.TabIndex = 43;
  104. //
  105. // label3
  106. //
  107. this.label3.AutoSize = true;
  108. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.label3.Location = new System.Drawing.Point(702, 376);
  110. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  111. this.label3.Name = "label3";
  112. this.label3.Size = new System.Drawing.Size(104, 38);
  113. this.label3.TabIndex = 42;
  114. this.label3.Text = "波特率";
  115. //
  116. // label2
  117. //
  118. this.label2.AutoSize = true;
  119. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.label2.Location = new System.Drawing.Point(310, 376);
  121. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  122. this.label2.Name = "label2";
  123. this.label2.Size = new System.Drawing.Size(75, 38);
  124. this.label2.TabIndex = 41;
  125. this.label2.Text = "串口";
  126. //
  127. // AutoStart
  128. //
  129. this.AutoStart.AutoSize = true;
  130. this.AutoStart.Checked = true;
  131. this.AutoStart.CheckState = System.Windows.Forms.CheckState.Checked;
  132. this.AutoStart.Location = new System.Drawing.Point(954, 460);
  133. this.AutoStart.Name = "AutoStart";
  134. this.AutoStart.Size = new System.Drawing.Size(186, 28);
  135. this.AutoStart.TabIndex = 40;
  136. this.AutoStart.Text = "开机自动启动";
  137. this.AutoStart.UseVisualStyleBackColor = true;
  138. //
  139. // Type
  140. //
  141. this.Type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  142. this.Type.FormattingEnabled = true;
  143. this.Type.Items.AddRange(new object[] {
  144. "投入",
  145. "产出"});
  146. this.Type.Location = new System.Drawing.Point(480, 528);
  147. this.Type.Name = "Type";
  148. this.Type.Size = new System.Drawing.Size(436, 32);
  149. this.Type.TabIndex = 38;
  150. //
  151. // ATEFile
  152. //
  153. this.ATEFile.EnableRaisingEvents = true;
  154. this.ATEFile.Filter = "*.txt";
  155. this.ATEFile.SynchronizingObject = this;
  156. //
  157. // Timer
  158. //
  159. this.Timer.Interval = 2000;
  160. this.Timer.Tick += new System.EventHandler(this.Timer_Tick);
  161. //
  162. // MakeCode_lable
  163. //
  164. this.MakeCode_lable.AutoSize = true;
  165. this.MakeCode_lable.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.MakeCode_lable.Location = new System.Drawing.Point(310, 453);
  167. this.MakeCode_lable.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  168. this.MakeCode_lable.Name = "MakeCode_lable";
  169. this.MakeCode_lable.Size = new System.Drawing.Size(104, 38);
  170. this.MakeCode_lable.TabIndex = 37;
  171. this.MakeCode_lable.Text = "工单号";
  172. //
  173. // Clean
  174. //
  175. this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.Clean.Location = new System.Drawing.Point(1372, 836);
  177. this.Clean.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  178. this.Clean.Name = "Clean";
  179. this.Clean.Size = new System.Drawing.Size(112, 48);
  180. this.Clean.TabIndex = 36;
  181. this.Clean.Text = "清除";
  182. this.Clean.UseVisualStyleBackColor = true;
  183. //
  184. // OperateResult
  185. //
  186. this.OperateResult.Location = new System.Drawing.Point(1168, 278);
  187. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  188. this.OperateResult.Name = "OperateResult";
  189. this.OperateResult.Size = new System.Drawing.Size(517, 535);
  190. this.OperateResult.TabIndex = 35;
  191. this.OperateResult.Text = "";
  192. //
  193. // StopWatch
  194. //
  195. this.StopWatch.Enabled = false;
  196. this.StopWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.StopWatch.Location = new System.Drawing.Point(774, 813);
  198. this.StopWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  199. this.StopWatch.Name = "StopWatch";
  200. this.StopWatch.Size = new System.Drawing.Size(128, 56);
  201. this.StopWatch.TabIndex = 34;
  202. this.StopWatch.Text = "停止监控";
  203. this.StopWatch.UseVisualStyleBackColor = true;
  204. this.StopWatch.Click += new System.EventHandler(this.StopWatch_Click);
  205. //
  206. // StartWatch
  207. //
  208. this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.StartWatch.Location = new System.Drawing.Point(566, 813);
  210. this.StartWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  211. this.StartWatch.Name = "StartWatch";
  212. this.StartWatch.Size = new System.Drawing.Size(128, 56);
  213. this.StartWatch.TabIndex = 33;
  214. this.StartWatch.Text = "开始监控";
  215. this.StartWatch.UseVisualStyleBackColor = true;
  216. this.StartWatch.Click += new System.EventHandler(this.StartWatch_Click);
  217. //
  218. // label1
  219. //
  220. this.label1.AutoSize = true;
  221. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.label1.Location = new System.Drawing.Point(310, 522);
  223. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  224. this.label1.Name = "label1";
  225. this.label1.Size = new System.Drawing.Size(75, 38);
  226. this.label1.TabIndex = 39;
  227. this.label1.Text = "类型";
  228. //
  229. // XmlWatcher
  230. //
  231. this.XmlWatcher.EnableRaisingEvents = true;
  232. this.XmlWatcher.Filter = "*.log";
  233. this.XmlWatcher.SynchronizingObject = this;
  234. //
  235. // ma_code
  236. //
  237. this.ma_code.AllPower = null;
  238. this.ma_code.Caller = null;
  239. this.ma_code.Condition = null;
  240. this.ma_code.DBTitle = null;
  241. this.ma_code.FormName = null;
  242. this.ma_code.Location = new System.Drawing.Point(480, 453);
  243. this.ma_code.Margin = new System.Windows.Forms.Padding(5);
  244. this.ma_code.Name = "ma_code";
  245. this.ma_code.Power = null;
  246. this.ma_code.ReturnData = null;
  247. this.ma_code.SelectField = null;
  248. this.ma_code.SetValueField = null;
  249. this.ma_code.Size = new System.Drawing.Size(436, 43);
  250. this.ma_code.TabIndex = 68;
  251. this.ma_code.TableName = null;
  252. this.ma_code.Tag = "ma_code";
  253. this.ma_code.TextBoxEnable = true;
  254. //
  255. // ComPort
  256. //
  257. this.ComPort.Location = new System.Drawing.Point(480, 376);
  258. this.ComPort.Margin = new System.Windows.Forms.Padding(4);
  259. this.ComPort.Name = "ComPort";
  260. this.ComPort.Size = new System.Drawing.Size(192, 40);
  261. this.ComPort.TabIndex = 69;
  262. //
  263. // Make_SplitBoard
  264. //
  265. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  266. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  267. this.ClientSize = new System.Drawing.Size(1994, 1163);
  268. this.Controls.Add(this.ComPort);
  269. this.Controls.Add(this.ma_code);
  270. this.Controls.Add(this.pr_pcbacount);
  271. this.Controls.Add(this.label6);
  272. this.Controls.Add(this.NowQTY);
  273. this.Controls.Add(this.label4);
  274. this.Controls.Add(this.BaudRate);
  275. this.Controls.Add(this.label3);
  276. this.Controls.Add(this.label2);
  277. this.Controls.Add(this.AutoStart);
  278. this.Controls.Add(this.Type);
  279. this.Controls.Add(this.MakeCode_lable);
  280. this.Controls.Add(this.Clean);
  281. this.Controls.Add(this.OperateResult);
  282. this.Controls.Add(this.StopWatch);
  283. this.Controls.Add(this.StartWatch);
  284. this.Controls.Add(this.label1);
  285. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  286. this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  287. this.Name = "Make_SplitBoard";
  288. this.Tag = "Make!SplitBoard";
  289. this.Text = "分板作业";
  290. this.Load += new System.EventHandler(this.分板作业_Load);
  291. ((System.ComponentModel.ISupportInitialize)(this.pr_pcbacount)).EndInit();
  292. ((System.ComponentModel.ISupportInitialize)(this.ATEFile)).EndInit();
  293. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).EndInit();
  294. this.ResumeLayout(false);
  295. this.PerformLayout();
  296. }
  297. #endregion
  298. private System.Windows.Forms.NumericUpDown pr_pcbacount;
  299. private System.Windows.Forms.Label label6;
  300. private System.Windows.Forms.TextBox NowQTY;
  301. private System.Windows.Forms.Label label4;
  302. private System.Windows.Forms.TextBox BaudRate;
  303. private System.Windows.Forms.Label label3;
  304. private System.Windows.Forms.Label label2;
  305. private System.Windows.Forms.CheckBox AutoStart;
  306. private System.Windows.Forms.ComboBox Type;
  307. private System.IO.FileSystemWatcher ATEFile;
  308. private System.Windows.Forms.Label MakeCode_lable;
  309. private System.Windows.Forms.Button Clean;
  310. private System.Windows.Forms.RichTextBox OperateResult;
  311. private System.Windows.Forms.Button StopWatch;
  312. private System.Windows.Forms.Button StartWatch;
  313. private System.Windows.Forms.Label label1;
  314. private System.Windows.Forms.Timer Timer;
  315. private System.Windows.Forms.FolderBrowserDialog XmlFolder;
  316. private System.IO.FileSystemWatcher XmlWatcher;
  317. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  318. private CustomControl.ComBoxWithFocus.SerialPortCombox ComPort;
  319. }
  320. }