123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- namespace FileWatcher
- {
- partial class 测试记录解析DCW
- {
- /// <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();
- this.OperateResult = new System.Windows.Forms.RichTextBox();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.Start = new System.Windows.Forms.Button();
- this.ChooseFolder = new System.Windows.Forms.Button();
- this.FolderPath = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.ma_code = new System.Windows.Forms.TextBox();
- this.SuspendLayout();
- //
- // OperateResult
- //
- this.OperateResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.OperateResult.Location = new System.Drawing.Point(38, 15);
- this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
- this.OperateResult.Name = "OperateResult";
- this.OperateResult.Size = new System.Drawing.Size(1336, 600);
- this.OperateResult.TabIndex = 0;
- this.OperateResult.Text = "";
- //
- // timer1
- //
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // Start
- //
- this.Start.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.Start.Location = new System.Drawing.Point(623, 788);
- this.Start.Name = "Start";
- this.Start.Size = new System.Drawing.Size(141, 40);
- this.Start.TabIndex = 1;
- this.Start.Text = "开始监控";
- this.Start.UseVisualStyleBackColor = true;
- this.Start.Click += new System.EventHandler(this.Start_Click);
- //
- // ChooseFolder
- //
- this.ChooseFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- 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(669, 720);
- 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 = 14;
- this.ChooseFolder.Text = "选择文件夹";
- this.ChooseFolder.UseVisualStyleBackColor = true;
- this.ChooseFolder.Click += new System.EventHandler(this.ChooseFolder_Click);
- //
- // FolderPath
- //
- this.FolderPath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.FolderPath.Enabled = false;
- this.FolderPath.Location = new System.Drawing.Point(201, 726);
- 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 = 13;
- //
- // label1
- //
- this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- 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(31, 720);
- 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 = 12;
- this.label1.Text = "监控文件夹";
- //
- // label2
- //
- this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- 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(80, 654);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(104, 38);
- this.label2.TabIndex = 15;
- this.label2.Text = "工单号";
- //
- // ma_code
- //
- this.ma_code.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.ma_code.Location = new System.Drawing.Point(201, 660);
- this.ma_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.ma_code.Name = "ma_code";
- this.ma_code.Size = new System.Drawing.Size(436, 35);
- this.ma_code.TabIndex = 16;
- //
- // 测试记录解析DCW
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1402, 845);
- this.Controls.Add(this.ma_code);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.ChooseFolder);
- this.Controls.Add(this.FolderPath);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.Start);
- this.Controls.Add(this.OperateResult);
- this.Margin = new System.Windows.Forms.Padding(6);
- this.Name = "测试记录解析DCW";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "测试文件监控";
- this.Load += new System.EventHandler(this.Form1_Load);
- this.ResumeLayout(true);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.RichTextBox OperateResult;
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.Button Start;
- private System.Windows.Forms.Button ChooseFolder;
- private System.Windows.Forms.TextBox FolderPath;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox ma_code;
- }
- }
|