123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436 |
- namespace FileWatcher
- {
- partial class AutoAnalysisXmlByStep
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AutoAnalysisXmlByStep));
- this.XmlWatcher = new System.IO.FileSystemWatcher();
- this.XmlFolder = new System.Windows.Forms.FolderBrowserDialog();
- this.StartWatch = new System.Windows.Forms.Button();
- this.StopWatch = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.FolderPath = new System.Windows.Forms.TextBox();
- this.ChooseFolder = new System.Windows.Forms.Button();
- this.OperateResult = new System.Windows.Forms.RichTextBox();
- this.Clean = new System.Windows.Forms.Button();
- this.label4 = new System.Windows.Forms.Label();
- this.Master = new System.Windows.Forms.ComboBox();
- this.AutoStart = new System.Windows.Forms.CheckBox();
- this.Timer = new System.Windows.Forms.Timer(this.components);
- this.BackUpFolderPath = new System.Windows.Forms.TextBox();
- this.bei = new System.Windows.Forms.Label();
- this.button1 = new System.Windows.Forms.Button();
- this.Device = new System.Windows.Forms.ComboBox();
- this.label5 = new System.Windows.Forms.Label();
- this.li_code = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.MachineType = new System.Windows.Forms.TextBox();
- this.CleanFolderPath = new System.Windows.Forms.Button();
- this.CleanBackUpFolderPath = new System.Windows.Forms.Button();
- this.deleteFile = new System.Windows.Forms.CheckBox();
- this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
- this.label6 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.TimerInter = new System.Windows.Forms.TextBox();
- ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit();
- this.SuspendLayout();
- //
- // XmlWatcher
- //
- this.XmlWatcher.EnableRaisingEvents = true;
- this.XmlWatcher.Filter = "*.xml";
- this.XmlWatcher.IncludeSubdirectories = true;
- this.XmlWatcher.SynchronizingObject = this;
- //
- // StartWatch
- //
- this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.StartWatch.Location = new System.Drawing.Point(290, 557);
- this.StartWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.StartWatch.Name = "StartWatch";
- this.StartWatch.Size = new System.Drawing.Size(128, 56);
- this.StartWatch.TabIndex = 0;
- this.StartWatch.Text = "开始监控";
- this.StartWatch.UseVisualStyleBackColor = true;
- this.StartWatch.Click += new System.EventHandler(this.StartWatch_Click);
- //
- // StopWatch
- //
- this.StopWatch.Enabled = false;
- this.StopWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.StopWatch.Location = new System.Drawing.Point(498, 557);
- this.StopWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.StopWatch.Name = "StopWatch";
- this.StopWatch.Size = new System.Drawing.Size(128, 56);
- this.StopWatch.TabIndex = 1;
- this.StopWatch.Text = "停止监控";
- this.StopWatch.UseVisualStyleBackColor = true;
- this.StopWatch.Click += new System.EventHandler(this.StopWatch_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(48, 389);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(162, 38);
- this.label1.TabIndex = 2;
- this.label1.Text = "监控文件夹";
- //
- // FolderPath
- //
- this.FolderPath.Enabled = false;
- this.FolderPath.Location = new System.Drawing.Point(218, 389);
- this.FolderPath.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.FolderPath.Name = "FolderPath";
- this.FolderPath.Size = new System.Drawing.Size(436, 35);
- this.FolderPath.TabIndex = 3;
- //
- // ChooseFolder
- //
- this.ChooseFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ChooseFolder.Location = new System.Drawing.Point(662, 379);
- this.ChooseFolder.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.ChooseFolder.Name = "ChooseFolder";
- this.ChooseFolder.Size = new System.Drawing.Size(156, 48);
- this.ChooseFolder.TabIndex = 6;
- this.ChooseFolder.Text = "选择文件夹";
- this.ChooseFolder.UseVisualStyleBackColor = true;
- this.ChooseFolder.Click += new System.EventHandler(this.ChooseFolder_Click);
- //
- // OperateResult
- //
- this.OperateResult.Location = new System.Drawing.Point(979, 12);
- this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.OperateResult.Name = "OperateResult";
- this.OperateResult.Size = new System.Drawing.Size(506, 535);
- this.OperateResult.TabIndex = 7;
- this.OperateResult.Text = "";
- //
- // Clean
- //
- this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Clean.Location = new System.Drawing.Point(1169, 580);
- this.Clean.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.Clean.Name = "Clean";
- this.Clean.Size = new System.Drawing.Size(112, 48);
- this.Clean.TabIndex = 8;
- this.Clean.Text = "清除";
- this.Clean.UseVisualStyleBackColor = true;
- this.Clean.Click += new System.EventHandler(this.Clean_Click);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.Location = new System.Drawing.Point(54, 46);
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(133, 38);
- this.label4.TabIndex = 14;
- this.label4.Text = "账套选择";
- this.label4.Visible = false;
- //
- // Master
- //
- this.Master.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.Master.FormattingEnabled = true;
- this.Master.Location = new System.Drawing.Point(224, 46);
- this.Master.Margin = new System.Windows.Forms.Padding(6);
- this.Master.Name = "Master";
- this.Master.Size = new System.Drawing.Size(436, 32);
- this.Master.TabIndex = 15;
- this.Master.Visible = false;
- //
- // AutoStart
- //
- this.AutoStart.AutoSize = true;
- this.AutoStart.Checked = true;
- this.AutoStart.CheckState = System.Windows.Forms.CheckState.Checked;
- this.AutoStart.Location = new System.Drawing.Point(686, 51);
- this.AutoStart.Margin = new System.Windows.Forms.Padding(6);
- this.AutoStart.Name = "AutoStart";
- this.AutoStart.Size = new System.Drawing.Size(186, 28);
- this.AutoStart.TabIndex = 16;
- this.AutoStart.Text = "开机自动启动";
- this.AutoStart.UseVisualStyleBackColor = true;
- this.AutoStart.CheckedChanged += new System.EventHandler(this.AutoStart_CheckedChanged);
- //
- // Timer
- //
- this.Timer.Interval = 10000;
- this.Timer.Tick += new System.EventHandler(this.Timer_Tick);
- //
- // BackUpFolderPath
- //
- this.BackUpFolderPath.Enabled = false;
- this.BackUpFolderPath.Location = new System.Drawing.Point(218, 471);
- this.BackUpFolderPath.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.BackUpFolderPath.Name = "BackUpFolderPath";
- this.BackUpFolderPath.Size = new System.Drawing.Size(436, 35);
- this.BackUpFolderPath.TabIndex = 20;
- //
- // bei
- //
- this.bei.AutoSize = true;
- this.bei.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.bei.Location = new System.Drawing.Point(48, 471);
- this.bei.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.bei.Name = "bei";
- this.bei.Size = new System.Drawing.Size(162, 38);
- this.bei.TabIndex = 19;
- this.bei.Text = "备份文件夹";
- //
- // button1
- //
- this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.button1.Location = new System.Drawing.Point(662, 467);
- this.button1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(156, 48);
- this.button1.TabIndex = 21;
- this.button1.Text = "选择文件夹";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.ChooseBackUpFolder_Click);
- //
- // Device
- //
- this.Device.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.Device.FormattingEnabled = true;
- this.Device.Items.AddRange(new object[] {
- "SPI",
- "镭雕机",
- "炉前AOI",
- "炉后AOI"});
- this.Device.Location = new System.Drawing.Point(218, 189);
- this.Device.Margin = new System.Windows.Forms.Padding(6);
- this.Device.Name = "Device";
- this.Device.Size = new System.Drawing.Size(436, 32);
- this.Device.TabIndex = 25;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.Location = new System.Drawing.Point(48, 189);
- this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(133, 38);
- this.label5.TabIndex = 24;
- this.label5.Text = "设备选择";
- //
- // li_code
- //
- this.li_code.Location = new System.Drawing.Point(218, 114);
- this.li_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.li_code.Name = "li_code";
- this.li_code.Size = new System.Drawing.Size(436, 35);
- this.li_code.TabIndex = 27;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(48, 114);
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(75, 38);
- this.label3.TabIndex = 26;
- this.label3.Text = "线别";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(48, 262);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(75, 38);
- this.label2.TabIndex = 17;
- this.label2.Text = "机型";
- //
- // MachineType
- //
- this.MachineType.Location = new System.Drawing.Point(218, 262);
- this.MachineType.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.MachineType.Name = "MachineType";
- this.MachineType.Size = new System.Drawing.Size(436, 35);
- this.MachineType.TabIndex = 18;
- //
- // CleanFolderPath
- //
- this.CleanFolderPath.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.CleanFolderPath.Location = new System.Drawing.Point(839, 379);
- this.CleanFolderPath.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.CleanFolderPath.Name = "CleanFolderPath";
- this.CleanFolderPath.Size = new System.Drawing.Size(112, 48);
- this.CleanFolderPath.TabIndex = 28;
- this.CleanFolderPath.Text = "清除";
- this.CleanFolderPath.UseVisualStyleBackColor = true;
- this.CleanFolderPath.Click += new System.EventHandler(this.CleanFolderPath_Click);
- //
- // CleanBackUpFolderPath
- //
- this.CleanBackUpFolderPath.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.CleanBackUpFolderPath.Location = new System.Drawing.Point(839, 467);
- this.CleanBackUpFolderPath.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.CleanBackUpFolderPath.Name = "CleanBackUpFolderPath";
- this.CleanBackUpFolderPath.Size = new System.Drawing.Size(112, 48);
- this.CleanBackUpFolderPath.TabIndex = 29;
- this.CleanBackUpFolderPath.Text = "清除";
- this.CleanBackUpFolderPath.UseVisualStyleBackColor = true;
- this.CleanBackUpFolderPath.Click += new System.EventHandler(this.CleanBackUpFolderPath_Click);
- //
- // deleteFile
- //
- this.deleteFile.AutoSize = true;
- this.deleteFile.Location = new System.Drawing.Point(686, 121);
- this.deleteFile.Margin = new System.Windows.Forms.Padding(6);
- this.deleteFile.Name = "deleteFile";
- this.deleteFile.Size = new System.Drawing.Size(210, 28);
- this.deleteFile.TabIndex = 30;
- this.deleteFile.Text = "解析后删除文件";
- this.deleteFile.UseVisualStyleBackColor = true;
- //
- // notifyIcon1
- //
- this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
- this.notifyIcon1.Text = "设备数据抓取";
- this.notifyIcon1.Visible = true;
- this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick);
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.Location = new System.Drawing.Point(54, 324);
- this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(133, 38);
- this.label6.TabIndex = 32;
- this.label6.Text = "时间间隔";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label7.Location = new System.Drawing.Point(364, 324);
- this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(46, 38);
- this.label7.TabIndex = 33;
- this.label7.Text = "秒";
- //
- // TimerInter
- //
- this.TimerInter.Location = new System.Drawing.Point(218, 330);
- this.TimerInter.Name = "TimerInter";
- this.TimerInter.Size = new System.Drawing.Size(100, 35);
- this.TimerInter.TabIndex = 34;
- this.TimerInter.Text = "60";
- //
- // AutoAnalysisXmlByStep
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1498, 640);
- this.Controls.Add(this.TimerInter);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.deleteFile);
- this.Controls.Add(this.CleanBackUpFolderPath);
- this.Controls.Add(this.CleanFolderPath);
- this.Controls.Add(this.li_code);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.Device);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.BackUpFolderPath);
- this.Controls.Add(this.bei);
- this.Controls.Add(this.MachineType);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.AutoStart);
- this.Controls.Add(this.Master);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.Clean);
- this.Controls.Add(this.OperateResult);
- this.Controls.Add(this.ChooseFolder);
- this.Controls.Add(this.FolderPath);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.StopWatch);
- this.Controls.Add(this.StartWatch);
- this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.MaximizeBox = false;
- this.Name = "AutoAnalysisXmlByStep";
- this.Text = "UAS自动过站解析器 2024-12-16 14:15";
- this.Deactivate += new System.EventHandler(this.AutoAnalysisXmlByStep_Deactivate);
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
- this.Load += new System.EventHandler(this.Form1_Load);
- ((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.IO.FileSystemWatcher XmlWatcher;
- private System.Windows.Forms.FolderBrowserDialog XmlFolder;
- private System.Windows.Forms.Button StopWatch;
- private System.Windows.Forms.Button StartWatch;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox FolderPath;
- private System.Windows.Forms.Button ChooseFolder;
- private System.Windows.Forms.RichTextBox OperateResult;
- private System.Windows.Forms.Button Clean;
- private System.Windows.Forms.ComboBox Master;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.CheckBox AutoStart;
- private System.Windows.Forms.Timer Timer;
- private System.Windows.Forms.TextBox BackUpFolderPath;
- private System.Windows.Forms.Label bei;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.ComboBox Device;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox li_code;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox MachineType;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button CleanBackUpFolderPath;
- private System.Windows.Forms.Button CleanFolderPath;
- private System.Windows.Forms.CheckBox deleteFile;
- private System.Windows.Forms.NotifyIcon notifyIcon1;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox TimerInter;
- }
- }
|