프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ConvertService / ConverterService / ServiceTest / Form1.Designer.cs @ d48260a2

이력 | 보기 | 이력해설 | 다운로드 (7.71 KB)

1
namespace ServiceTest
2
{
3
    partial class Form1
4
    {
5
        /// <summary>
6
        /// Required designer variable.
7
        /// </summary>
8
        private System.ComponentModel.IContainer components = null;
9

    
10
        /// <summary>
11
        /// Clean up any resources being used.
12
        /// </summary>
13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14
        protected override void Dispose(bool disposing)
15
        {
16
            if (disposing && (components != null))
17
            {
18
                components.Dispose();
19
            }
20
            base.Dispose(disposing);
21
        }
22

    
23
        #region Windows Form Designer generated code
24

    
25
        /// <summary>
26
        /// Required method for Designer support - do not modify
27
        /// the contents of this method with the code editor.
28
        /// </summary>
29
        private void InitializeComponent()
30
        {
31
            this.button1 = new System.Windows.Forms.Button();
32
            this.txtUrl = new System.Windows.Forms.TextBox();
33
            this.label1 = new System.Windows.Forms.Label();
34
            this.label2 = new System.Windows.Forms.Label();
35
            this.txtName = new System.Windows.Forms.TextBox();
36
            this.label3 = new System.Windows.Forms.Label();
37
            this.txtPass = new System.Windows.Forms.TextBox();
38
            this.progressBar1 = new System.Windows.Forms.ProgressBar();
39
            this.button2 = new System.Windows.Forms.Button();
40
            this.txtMachine = new System.Windows.Forms.TextBox();
41
            this.button3 = new System.Windows.Forms.Button();
42
            this.button4 = new System.Windows.Forms.Button();
43
            this.SuspendLayout();
44
            // 
45
            // button1
46
            // 
47
            this.button1.Location = new System.Drawing.Point(15, 121);
48
            this.button1.Name = "button1";
49
            this.button1.Size = new System.Drawing.Size(75, 23);
50
            this.button1.TabIndex = 0;
51
            this.button1.Text = "button1";
52
            this.button1.UseVisualStyleBackColor = true;
53
            this.button1.Click += new System.EventHandler(this.button1_Click);
54
            // 
55
            // txtUrl
56
            // 
57
            this.txtUrl.Location = new System.Drawing.Point(59, 17);
58
            this.txtUrl.Name = "txtUrl";
59
            this.txtUrl.Size = new System.Drawing.Size(443, 21);
60
            this.txtUrl.TabIndex = 1;
61
            this.txtUrl.Text = "http://portal.daelimplant.com/000000_App/VPCS_DOCLIB/700/614/From Vendor/VP_148_1" +
62
    "A.pdf";
63
            // 
64
            // label1
65
            // 
66
            this.label1.AutoSize = true;
67
            this.label1.Location = new System.Drawing.Point(13, 20);
68
            this.label1.Name = "label1";
69
            this.label1.Size = new System.Drawing.Size(44, 12);
70
            this.label1.TabIndex = 2;
71
            this.label1.Text = "File Url";
72
            // 
73
            // label2
74
            // 
75
            this.label2.AutoSize = true;
76
            this.label2.Location = new System.Drawing.Point(13, 47);
77
            this.label2.Name = "label2";
78
            this.label2.Size = new System.Drawing.Size(65, 12);
79
            this.label2.TabIndex = 4;
80
            this.label2.Text = "UserName";
81
            // 
82
            // txtName
83
            // 
84
            this.txtName.Location = new System.Drawing.Point(84, 44);
85
            this.txtName.Name = "txtName";
86
            this.txtName.Size = new System.Drawing.Size(181, 21);
87
            this.txtName.TabIndex = 3;
88
            this.txtName.Text = "daelim\\esbsystem";
89
            // 
90
            // label3
91
            // 
92
            this.label3.AutoSize = true;
93
            this.label3.Location = new System.Drawing.Point(13, 74);
94
            this.label3.Name = "label3";
95
            this.label3.Size = new System.Drawing.Size(34, 12);
96
            this.label3.TabIndex = 6;
97
            this.label3.Text = "Pass";
98
            // 
99
            // txtPass
100
            // 
101
            this.txtPass.Location = new System.Drawing.Point(59, 71);
102
            this.txtPass.Name = "txtPass";
103
            this.txtPass.Size = new System.Drawing.Size(443, 21);
104
            this.txtPass.TabIndex = 5;
105
            this.txtPass.Text = "kdm707";
106
            this.txtPass.UseSystemPasswordChar = true;
107
            // 
108
            // progressBar1
109
            // 
110
            this.progressBar1.Location = new System.Drawing.Point(59, 171);
111
            this.progressBar1.Name = "progressBar1";
112
            this.progressBar1.Size = new System.Drawing.Size(392, 23);
113
            this.progressBar1.TabIndex = 7;
114
            // 
115
            // button2
116
            // 
117
            this.button2.Location = new System.Drawing.Point(15, 237);
118
            this.button2.Name = "button2";
119
            this.button2.Size = new System.Drawing.Size(75, 23);
120
            this.button2.TabIndex = 8;
121
            this.button2.Text = "button2";
122
            this.button2.UseVisualStyleBackColor = true;
123
            this.button2.Click += new System.EventHandler(this.button2_Click);
124
            // 
125
            // txtMachine
126
            // 
127
            this.txtMachine.Location = new System.Drawing.Point(112, 239);
128
            this.txtMachine.Name = "txtMachine";
129
            this.txtMachine.Size = new System.Drawing.Size(183, 21);
130
            this.txtMachine.TabIndex = 9;
131
            // 
132
            // button3
133
            // 
134
            this.button3.Location = new System.Drawing.Point(328, 237);
135
            this.button3.Name = "button3";
136
            this.button3.Size = new System.Drawing.Size(75, 23);
137
            this.button3.TabIndex = 10;
138
            this.button3.Text = "button3";
139
            this.button3.UseVisualStyleBackColor = true;
140
            this.button3.Click += new System.EventHandler(this.button3_Click);
141
            // 
142
            // button4
143
            // 
144
            this.button4.Location = new System.Drawing.Point(409, 237);
145
            this.button4.Name = "button4";
146
            this.button4.Size = new System.Drawing.Size(75, 23);
147
            this.button4.TabIndex = 11;
148
            this.button4.Text = "button4";
149
            this.button4.UseVisualStyleBackColor = true;
150
            this.button4.Click += new System.EventHandler(this.button4_Click);
151
            // 
152
            // Form1
153
            // 
154
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
155
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
156
            this.ClientSize = new System.Drawing.Size(514, 288);
157
            this.Controls.Add(this.button4);
158
            this.Controls.Add(this.button3);
159
            this.Controls.Add(this.txtMachine);
160
            this.Controls.Add(this.button2);
161
            this.Controls.Add(this.progressBar1);
162
            this.Controls.Add(this.label3);
163
            this.Controls.Add(this.txtPass);
164
            this.Controls.Add(this.label2);
165
            this.Controls.Add(this.txtName);
166
            this.Controls.Add(this.label1);
167
            this.Controls.Add(this.txtUrl);
168
            this.Controls.Add(this.button1);
169
            this.Name = "Form1";
170
            this.Text = "Form1";
171
            this.ResumeLayout(false);
172
            this.PerformLayout();
173

    
174
        }
175

    
176
        #endregion
177

    
178
        private System.Windows.Forms.Button button1;
179
        private System.Windows.Forms.TextBox txtUrl;
180
        private System.Windows.Forms.Label label1;
181
        private System.Windows.Forms.Label label2;
182
        private System.Windows.Forms.TextBox txtName;
183
        private System.Windows.Forms.Label label3;
184
        private System.Windows.Forms.TextBox txtPass;
185
        private System.Windows.Forms.ProgressBar progressBar1;
186
        private System.Windows.Forms.Button button2;
187
        private System.Windows.Forms.TextBox txtMachine;
188
        private System.Windows.Forms.Button button3;
189
        private System.Windows.Forms.Button button4;
190
    }
191
}
192

    
클립보드 이미지 추가 (최대 크기: 500 MB)