namespace FileWatcher
{
partial class 首件仪上传
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.OperateResult = new System.Windows.Forms.RichTextBox();
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 = "";
//
// 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(104, 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;
//
// 首件仪上传
//
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 = "首件仪上传";
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.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;
}
}