Make_SplitBoard.Designer.cs 14 KB

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