namespace CopyFiles
|
{
|
partial class 配置
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.label1 = new System.Windows.Forms.Label();
|
this.tb源目录 = new System.Windows.Forms.TextBox();
|
this.btn源目录 = new System.Windows.Forms.Button();
|
this.label2 = new System.Windows.Forms.Label();
|
this.tb输出目录 = new System.Windows.Forms.TextBox();
|
this.btn输出目录 = new System.Windows.Forms.Button();
|
this.cb配置 = new System.Windows.Forms.ComboBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.btn默认网址 = new System.Windows.Forms.TextBox();
|
this.btn确定 = new System.Windows.Forms.Button();
|
this.SuspendLayout();
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(44, 15);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(71, 18);
|
this.label1.TabIndex = 0;
|
this.label1.Text = "源目录:";
|
//
|
// tb源目录
|
//
|
this.tb源目录.Location = new System.Drawing.Point(121, 12);
|
this.tb源目录.Name = "tb源目录";
|
this.tb源目录.Size = new System.Drawing.Size(575, 28);
|
this.tb源目录.TabIndex = 1;
|
//
|
// btn源目录
|
//
|
this.btn源目录.Location = new System.Drawing.Point(702, 12);
|
this.btn源目录.Name = "btn源目录";
|
this.btn源目录.Size = new System.Drawing.Size(75, 30);
|
this.btn源目录.TabIndex = 2;
|
this.btn源目录.Text = "浏览";
|
this.btn源目录.UseVisualStyleBackColor = true;
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(26, 57);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(89, 18);
|
this.label2.TabIndex = 0;
|
this.label2.Text = "输出目录:";
|
//
|
// tb输出目录
|
//
|
this.tb输出目录.Location = new System.Drawing.Point(121, 54);
|
this.tb输出目录.Name = "tb输出目录";
|
this.tb输出目录.Size = new System.Drawing.Size(575, 28);
|
this.tb输出目录.TabIndex = 1;
|
//
|
// btn输出目录
|
//
|
this.btn输出目录.Location = new System.Drawing.Point(702, 53);
|
this.btn输出目录.Name = "btn输出目录";
|
this.btn输出目录.Size = new System.Drawing.Size(75, 30);
|
this.btn输出目录.TabIndex = 2;
|
this.btn输出目录.Text = "浏览";
|
this.btn输出目录.UseVisualStyleBackColor = true;
|
//
|
// cb配置
|
//
|
this.cb配置.FormattingEnabled = true;
|
this.cb配置.Location = new System.Drawing.Point(674, 74);
|
this.cb配置.Name = "cb配置";
|
this.cb配置.Size = new System.Drawing.Size(121, 26);
|
this.cb配置.TabIndex = 3;
|
this.cb配置.Visible = false;
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(26, 100);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(89, 18);
|
this.label3.TabIndex = 0;
|
this.label3.Text = "默认网址:";
|
//
|
// btn默认网址
|
//
|
this.btn默认网址.Location = new System.Drawing.Point(121, 97);
|
this.btn默认网址.Name = "btn默认网址";
|
this.btn默认网址.Size = new System.Drawing.Size(656, 28);
|
this.btn默认网址.TabIndex = 1;
|
//
|
// btn确定
|
//
|
this.btn确定.Location = new System.Drawing.Point(306, 145);
|
this.btn确定.Name = "btn确定";
|
this.btn确定.Size = new System.Drawing.Size(194, 34);
|
this.btn确定.TabIndex = 4;
|
this.btn确定.Text = "确定";
|
this.btn确定.UseVisualStyleBackColor = true;
|
this.btn确定.Click += new System.EventHandler(this.btn确定_Click);
|
//
|
// 配置
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(807, 191);
|
this.Controls.Add(this.btn确定);
|
this.Controls.Add(this.cb配置);
|
this.Controls.Add(this.btn输出目录);
|
this.Controls.Add(this.btn源目录);
|
this.Controls.Add(this.btn默认网址);
|
this.Controls.Add(this.tb输出目录);
|
this.Controls.Add(this.label3);
|
this.Controls.Add(this.tb源目录);
|
this.Controls.Add(this.label2);
|
this.Controls.Add(this.label1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
this.Name = "配置";
|
this.Text = "配置";
|
this.Load += new System.EventHandler(this.配置_Load);
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.TextBox tb源目录;
|
private System.Windows.Forms.Button btn源目录;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.TextBox tb输出目录;
|
private System.Windows.Forms.Button btn输出目录;
|
private System.Windows.Forms.ComboBox cb配置;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.TextBox btn默认网址;
|
private System.Windows.Forms.Button btn确定;
|
}
|
}
|