AutoMakeQTYRZ.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. namespace FileWatcher
  2. {
  3. partial class AutoMakeQTYRZ
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.XmlWatcher = new System.IO.FileSystemWatcher();
  30. this.XmlFolder = new System.Windows.Forms.FolderBrowserDialog();
  31. this.StartWatch = new System.Windows.Forms.Button();
  32. this.StopWatch = new System.Windows.Forms.Button();
  33. this.OperateResult = new System.Windows.Forms.RichTextBox();
  34. this.Clean = new System.Windows.Forms.Button();
  35. this.MakeCode_lable = new System.Windows.Forms.Label();
  36. this.Timer = new System.Windows.Forms.Timer(this.components);
  37. this.ATEFile = new System.IO.FileSystemWatcher();
  38. this.Type = new System.Windows.Forms.ComboBox();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.AutoStart = new System.Windows.Forms.CheckBox();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.label3 = new System.Windows.Forms.Label();
  43. this.BaudRate = new System.Windows.Forms.TextBox();
  44. this.NowQTY = new System.Windows.Forms.TextBox();
  45. this.label4 = new System.Windows.Forms.Label();
  46. this.ComPort = new FileWatcher.SerialPortCombox();
  47. this.li_code = new FileWatcher.SearchTextBox();
  48. this.label5 = new System.Windows.Forms.Label();
  49. this.ma_code = new FileWatcher.SearchTextBox();
  50. this.GetData = new System.Windows.Forms.Button();
  51. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.ATEFile)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // XmlWatcher
  56. //
  57. this.XmlWatcher.EnableRaisingEvents = true;
  58. this.XmlWatcher.Filter = "*.log";
  59. this.XmlWatcher.SynchronizingObject = this;
  60. //
  61. // StartWatch
  62. //
  63. this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.StartWatch.Location = new System.Drawing.Point(290, 557);
  65. this.StartWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  66. this.StartWatch.Name = "StartWatch";
  67. this.StartWatch.Size = new System.Drawing.Size(128, 56);
  68. this.StartWatch.TabIndex = 0;
  69. this.StartWatch.Text = "开始监控";
  70. this.StartWatch.UseVisualStyleBackColor = true;
  71. this.StartWatch.Click += new System.EventHandler(this.StartWatch_Click);
  72. //
  73. // StopWatch
  74. //
  75. this.StopWatch.Enabled = false;
  76. this.StopWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.StopWatch.Location = new System.Drawing.Point(700, 557);
  78. this.StopWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  79. this.StopWatch.Name = "StopWatch";
  80. this.StopWatch.Size = new System.Drawing.Size(128, 56);
  81. this.StopWatch.TabIndex = 1;
  82. this.StopWatch.Text = "停止监控";
  83. this.StopWatch.UseVisualStyleBackColor = true;
  84. this.StopWatch.Click += new System.EventHandler(this.StopWatch_Click);
  85. //
  86. // OperateResult
  87. //
  88. this.OperateResult.Location = new System.Drawing.Point(892, 22);
  89. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  90. this.OperateResult.Name = "OperateResult";
  91. this.OperateResult.Size = new System.Drawing.Size(517, 535);
  92. this.OperateResult.TabIndex = 7;
  93. this.OperateResult.Text = "";
  94. //
  95. // Clean
  96. //
  97. this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.Clean.Location = new System.Drawing.Point(1096, 580);
  99. this.Clean.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  100. this.Clean.Name = "Clean";
  101. this.Clean.Size = new System.Drawing.Size(112, 48);
  102. this.Clean.TabIndex = 8;
  103. this.Clean.Text = "清除";
  104. this.Clean.UseVisualStyleBackColor = true;
  105. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  106. //
  107. // MakeCode_lable
  108. //
  109. this.MakeCode_lable.AutoSize = true;
  110. this.MakeCode_lable.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.MakeCode_lable.Location = new System.Drawing.Point(34, 220);
  112. this.MakeCode_lable.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  113. this.MakeCode_lable.Name = "MakeCode_lable";
  114. this.MakeCode_lable.Size = new System.Drawing.Size(104, 38);
  115. this.MakeCode_lable.TabIndex = 12;
  116. this.MakeCode_lable.Text = "工单号";
  117. //
  118. // Timer
  119. //
  120. this.Timer.Interval = 2000;
  121. this.Timer.Tick += new System.EventHandler(this.Timer_Tick);
  122. //
  123. // ATEFile
  124. //
  125. this.ATEFile.EnableRaisingEvents = true;
  126. this.ATEFile.Filter = "*.txt";
  127. this.ATEFile.SynchronizingObject = this;
  128. //
  129. // Type
  130. //
  131. this.Type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  132. this.Type.FormattingEnabled = true;
  133. this.Type.Items.AddRange(new object[] {
  134. "投入",
  135. "产出"});
  136. this.Type.Location = new System.Drawing.Point(204, 44);
  137. this.Type.Name = "Type";
  138. this.Type.Size = new System.Drawing.Size(436, 32);
  139. this.Type.TabIndex = 18;
  140. this.Type.Visible = false;
  141. //
  142. // label1
  143. //
  144. this.label1.AutoSize = true;
  145. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.label1.Location = new System.Drawing.Point(34, 38);
  147. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  148. this.label1.Name = "label1";
  149. this.label1.Size = new System.Drawing.Size(75, 38);
  150. this.label1.TabIndex = 19;
  151. this.label1.Text = "类型";
  152. this.label1.Visible = false;
  153. //
  154. // AutoStart
  155. //
  156. this.AutoStart.AutoSize = true;
  157. this.AutoStart.Checked = true;
  158. this.AutoStart.CheckState = System.Windows.Forms.CheckState.Checked;
  159. this.AutoStart.Location = new System.Drawing.Point(678, 227);
  160. this.AutoStart.Name = "AutoStart";
  161. this.AutoStart.Size = new System.Drawing.Size(186, 28);
  162. this.AutoStart.TabIndex = 20;
  163. this.AutoStart.Text = "开机自动启动";
  164. this.AutoStart.UseVisualStyleBackColor = true;
  165. //
  166. // label2
  167. //
  168. this.label2.AutoSize = true;
  169. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.label2.Location = new System.Drawing.Point(34, 120);
  171. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  172. this.label2.Name = "label2";
  173. this.label2.Size = new System.Drawing.Size(75, 38);
  174. this.label2.TabIndex = 22;
  175. this.label2.Text = "串口";
  176. //
  177. // label3
  178. //
  179. this.label3.AutoSize = true;
  180. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.label3.Location = new System.Drawing.Point(426, 120);
  182. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  183. this.label3.Name = "label3";
  184. this.label3.Size = new System.Drawing.Size(104, 38);
  185. this.label3.TabIndex = 23;
  186. this.label3.Text = "波特率";
  187. //
  188. // BaudRate
  189. //
  190. this.BaudRate.Location = new System.Drawing.Point(564, 120);
  191. this.BaudRate.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  192. this.BaudRate.Name = "BaudRate";
  193. this.BaudRate.Size = new System.Drawing.Size(146, 35);
  194. this.BaudRate.TabIndex = 24;
  195. //
  196. // NowQTY
  197. //
  198. this.NowQTY.Location = new System.Drawing.Point(204, 373);
  199. this.NowQTY.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  200. this.NowQTY.Name = "NowQTY";
  201. this.NowQTY.Size = new System.Drawing.Size(146, 35);
  202. this.NowQTY.TabIndex = 26;
  203. //
  204. // label4
  205. //
  206. this.label4.AutoSize = true;
  207. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.label4.Location = new System.Drawing.Point(34, 370);
  209. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  210. this.label4.Name = "label4";
  211. this.label4.Size = new System.Drawing.Size(133, 38);
  212. this.label4.TabIndex = 25;
  213. this.label4.Text = "当前计数";
  214. //
  215. // ComPort
  216. //
  217. this.ComPort.Location = new System.Drawing.Point(204, 120);
  218. this.ComPort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  219. this.ComPort.Name = "ComPort";
  220. this.ComPort.Size = new System.Drawing.Size(176, 40);
  221. this.ComPort.TabIndex = 21;
  222. //
  223. // li_code
  224. //
  225. this.li_code.AllPower = null;
  226. this.li_code.Caller = null;
  227. this.li_code.Condition = null;
  228. this.li_code.DBTitle = null;
  229. this.li_code.FormName = null;
  230. this.li_code.Location = new System.Drawing.Point(204, 291);
  231. this.li_code.Name = "li_code";
  232. this.li_code.Power = null;
  233. this.li_code.ReturnData = null;
  234. this.li_code.SelectField = null;
  235. this.li_code.SetValueField = null;
  236. this.li_code.Size = new System.Drawing.Size(436, 41);
  237. this.li_code.TabIndex = 28;
  238. this.li_code.TableName = null;
  239. this.li_code.TextBoxEnable = false;
  240. //
  241. // label5
  242. //
  243. this.label5.AutoSize = true;
  244. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  245. this.label5.Location = new System.Drawing.Point(34, 291);
  246. this.label5.Name = "label5";
  247. this.label5.Size = new System.Drawing.Size(82, 41);
  248. this.label5.TabIndex = 27;
  249. this.label5.Text = "线别";
  250. //
  251. // ma_code
  252. //
  253. this.ma_code.AllPower = null;
  254. this.ma_code.Caller = null;
  255. this.ma_code.Condition = null;
  256. this.ma_code.DBTitle = null;
  257. this.ma_code.FormName = null;
  258. this.ma_code.Location = new System.Drawing.Point(204, 214);
  259. this.ma_code.Name = "ma_code";
  260. this.ma_code.Power = null;
  261. this.ma_code.ReturnData = null;
  262. this.ma_code.SelectField = null;
  263. this.ma_code.SetValueField = null;
  264. this.ma_code.Size = new System.Drawing.Size(436, 41);
  265. this.ma_code.TabIndex = 29;
  266. this.ma_code.TableName = null;
  267. this.ma_code.TextBoxEnable = false;
  268. //
  269. // GetData
  270. //
  271. this.GetData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. this.GetData.Location = new System.Drawing.Point(492, 557);
  273. this.GetData.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  274. this.GetData.Name = "GetData";
  275. this.GetData.Size = new System.Drawing.Size(128, 56);
  276. this.GetData.TabIndex = 30;
  277. this.GetData.Text = "获取数据";
  278. this.GetData.UseVisualStyleBackColor = true;
  279. this.GetData.Click += new System.EventHandler(this.GetData_Click);
  280. //
  281. // AutoMakeQTYRZ
  282. //
  283. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  284. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  285. this.ClientSize = new System.Drawing.Size(1443, 640);
  286. this.Controls.Add(this.GetData);
  287. this.Controls.Add(this.ma_code);
  288. this.Controls.Add(this.li_code);
  289. this.Controls.Add(this.label5);
  290. this.Controls.Add(this.NowQTY);
  291. this.Controls.Add(this.label4);
  292. this.Controls.Add(this.BaudRate);
  293. this.Controls.Add(this.label3);
  294. this.Controls.Add(this.label2);
  295. this.Controls.Add(this.ComPort);
  296. this.Controls.Add(this.AutoStart);
  297. this.Controls.Add(this.label1);
  298. this.Controls.Add(this.Type);
  299. this.Controls.Add(this.MakeCode_lable);
  300. this.Controls.Add(this.Clean);
  301. this.Controls.Add(this.OperateResult);
  302. this.Controls.Add(this.StopWatch);
  303. this.Controls.Add(this.StartWatch);
  304. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  305. this.MaximizeBox = false;
  306. this.Name = "AutoMakeQTYRZ";
  307. this.Text = "UAS设备数据解析 2024-11-29 10:05";
  308. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
  309. this.Load += new System.EventHandler(this.Form1_Load);
  310. ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).EndInit();
  311. ((System.ComponentModel.ISupportInitialize)(this.ATEFile)).EndInit();
  312. this.ResumeLayout(false);
  313. this.PerformLayout();
  314. }
  315. #endregion
  316. private System.IO.FileSystemWatcher XmlWatcher;
  317. private System.Windows.Forms.FolderBrowserDialog XmlFolder;
  318. private System.Windows.Forms.Button StopWatch;
  319. private System.Windows.Forms.Button StartWatch;
  320. private System.Windows.Forms.RichTextBox OperateResult;
  321. private System.Windows.Forms.Button Clean;
  322. private System.Windows.Forms.Label MakeCode_lable;
  323. private System.Windows.Forms.Timer Timer;
  324. private System.IO.FileSystemWatcher ATEFile;
  325. private System.Windows.Forms.ComboBox Type;
  326. private System.Windows.Forms.Label label1;
  327. private System.Windows.Forms.CheckBox AutoStart;
  328. private SerialPortCombox ComPort;
  329. private System.Windows.Forms.Label label2;
  330. private System.Windows.Forms.Label label3;
  331. private System.Windows.Forms.TextBox BaudRate;
  332. private System.Windows.Forms.TextBox NowQTY;
  333. private System.Windows.Forms.Label label4;
  334. private SearchTextBox li_code;
  335. private System.Windows.Forms.Label label5;
  336. private SearchTextBox ma_code;
  337. private System.Windows.Forms.Button GetData;
  338. }
  339. }