wyb
2021-05-11 49ce087bd2a34a150597e1cc1da157af242c0b6d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
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确定;
    }
}