root / HServer / 01.Manager / 00.Program / Manager / Form_Manager.Designer.cs
이력 | 보기 | 이력해설 | 다운로드 (12.7 KB)
1 | 37 | HKM | namespace Manager |
---|---|---|---|
2 | { |
||
3 | partial class Form_Manager |
||
4 | { |
||
5 | /// <summary> |
||
6 | /// 필수 디자이너 변수입니다. |
||
7 | /// </summary> |
||
8 | private System.ComponentModel.IContainer components = null; |
||
9 | |||
10 | /// <summary> |
||
11 | /// 사용 중인 모든 리소스를 정리합니다. |
||
12 | /// </summary> |
||
13 | /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 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 디자이너에서 생성한 코드 |
||
24 | |||
25 | /// <summary> |
||
26 | /// 디자이너 지원에 필요한 메서드입니다. |
||
27 | /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요. |
||
28 | /// </summary> |
||
29 | private void InitializeComponent() |
||
30 | { |
||
31 | this.Btn_DB_Connect = new System.Windows.Forms.Button(); |
||
32 | this.groupBox1 = new System.Windows.Forms.GroupBox(); |
||
33 | this.label5 = new System.Windows.Forms.Label(); |
||
34 | this.TB_DB_Arguments = new System.Windows.Forms.TextBox(); |
||
35 | this.label4 = new System.Windows.Forms.Label(); |
||
36 | this.TB_DB_Path = new System.Windows.Forms.TextBox(); |
||
37 | this.Label_DB_State = new System.Windows.Forms.Label(); |
||
38 | this.label2 = new System.Windows.Forms.Label(); |
||
39 | this.ListBox_DB_Server = new System.Windows.Forms.ListBox(); |
||
40 | this.groupBox2 = new System.Windows.Forms.GroupBox(); |
||
41 | this.label1 = new System.Windows.Forms.Label(); |
||
42 | this.label3 = new System.Windows.Forms.Label(); |
||
43 | this.ListBox_Web_Server = new System.Windows.Forms.ListBox(); |
||
44 | this.Btn_Web_Connect = new System.Windows.Forms.Button(); |
||
45 | this.label6 = new System.Windows.Forms.Label(); |
||
46 | this.TB_Web_Arguments = new System.Windows.Forms.TextBox(); |
||
47 | this.label7 = new System.Windows.Forms.Label(); |
||
48 | this.TB_Web_Path = new System.Windows.Forms.TextBox(); |
||
49 | this.groupBox1.SuspendLayout(); |
||
50 | this.groupBox2.SuspendLayout(); |
||
51 | this.SuspendLayout(); |
||
52 | // |
||
53 | // Btn_DB_Connect |
||
54 | // |
||
55 | this.Btn_DB_Connect.Location = new System.Drawing.Point(165, 20); |
||
56 | this.Btn_DB_Connect.Name = "Btn_DB_Connect"; |
||
57 | this.Btn_DB_Connect.Size = new System.Drawing.Size(95, 37); |
||
58 | this.Btn_DB_Connect.TabIndex = 0; |
||
59 | this.Btn_DB_Connect.Text = "DB Connect"; |
||
60 | this.Btn_DB_Connect.UseVisualStyleBackColor = true; |
||
61 | this.Btn_DB_Connect.Click += new System.EventHandler(this.Btn_DB_Connect_Click); |
||
62 | // |
||
63 | // groupBox1 |
||
64 | // |
||
65 | this.groupBox1.Controls.Add(this.label5); |
||
66 | this.groupBox1.Controls.Add(this.TB_DB_Arguments); |
||
67 | this.groupBox1.Controls.Add(this.label4); |
||
68 | this.groupBox1.Controls.Add(this.TB_DB_Path); |
||
69 | this.groupBox1.Controls.Add(this.Label_DB_State); |
||
70 | this.groupBox1.Controls.Add(this.label2); |
||
71 | this.groupBox1.Controls.Add(this.ListBox_DB_Server); |
||
72 | this.groupBox1.Controls.Add(this.Btn_DB_Connect); |
||
73 | this.groupBox1.Location = new System.Drawing.Point(12, 12); |
||
74 | this.groupBox1.Name = "groupBox1"; |
||
75 | this.groupBox1.Size = new System.Drawing.Size(720, 290); |
||
76 | this.groupBox1.TabIndex = 11; |
||
77 | this.groupBox1.TabStop = false; |
||
78 | this.groupBox1.Text = "DB Server"; |
||
79 | // |
||
80 | // label5 |
||
81 | // |
||
82 | this.label5.AutoSize = true; |
||
83 | this.label5.Location = new System.Drawing.Point(300, 41); |
||
84 | this.label5.Name = "label5"; |
||
85 | this.label5.Size = new System.Drawing.Size(66, 12); |
||
86 | this.label5.TabIndex = 20; |
||
87 | this.label5.Text = "Arguments"; |
||
88 | // |
||
89 | // TB_DB_Arguments |
||
90 | // |
||
91 | this.TB_DB_Arguments.Location = new System.Drawing.Point(375, 38); |
||
92 | this.TB_DB_Arguments.Name = "TB_DB_Arguments"; |
||
93 | this.TB_DB_Arguments.Size = new System.Drawing.Size(339, 21); |
||
94 | this.TB_DB_Arguments.TabIndex = 19; |
||
95 | this.TB_DB_Arguments.TextChanged += new System.EventHandler(this.TB_DB_Arguments_TextChanged); |
||
96 | // |
||
97 | // label4 |
||
98 | // |
||
99 | this.label4.AutoSize = true; |
||
100 | this.label4.Location = new System.Drawing.Point(300, 17); |
||
101 | this.label4.Name = "label4"; |
||
102 | this.label4.Size = new System.Drawing.Size(30, 12); |
||
103 | this.label4.TabIndex = 18; |
||
104 | this.label4.Text = "Path"; |
||
105 | // |
||
106 | // TB_DB_Path |
||
107 | // |
||
108 | this.TB_DB_Path.Location = new System.Drawing.Point(375, 14); |
||
109 | this.TB_DB_Path.Name = "TB_DB_Path"; |
||
110 | this.TB_DB_Path.Size = new System.Drawing.Size(339, 21); |
||
111 | this.TB_DB_Path.TabIndex = 17; |
||
112 | this.TB_DB_Path.TextChanged += new System.EventHandler(this.TB_DB_Path_TextChanged); |
||
113 | // |
||
114 | // Label_DB_State |
||
115 | // |
||
116 | this.Label_DB_State.AutoSize = true; |
||
117 | this.Label_DB_State.Location = new System.Drawing.Point(53, 32); |
||
118 | this.Label_DB_State.Name = "Label_DB_State"; |
||
119 | this.Label_DB_State.Size = new System.Drawing.Size(82, 12); |
||
120 | this.Label_DB_State.TabIndex = 16; |
||
121 | this.Label_DB_State.Text = "Disconnected"; |
||
122 | // |
||
123 | // label2 |
||
124 | // |
||
125 | this.label2.AutoSize = true; |
||
126 | this.label2.Location = new System.Drawing.Point(6, 32); |
||
127 | this.label2.Name = "label2"; |
||
128 | this.label2.Size = new System.Drawing.Size(41, 12); |
||
129 | this.label2.TabIndex = 15; |
||
130 | this.label2.Text = "State :"; |
||
131 | // |
||
132 | // ListBox_DB_Server |
||
133 | // |
||
134 | this.ListBox_DB_Server.FormattingEnabled = true; |
||
135 | this.ListBox_DB_Server.HorizontalExtent = 10000; |
||
136 | this.ListBox_DB_Server.HorizontalScrollbar = true; |
||
137 | this.ListBox_DB_Server.ItemHeight = 12; |
||
138 | this.ListBox_DB_Server.Location = new System.Drawing.Point(6, 63); |
||
139 | this.ListBox_DB_Server.Name = "ListBox_DB_Server"; |
||
140 | this.ListBox_DB_Server.ScrollAlwaysVisible = true; |
||
141 | this.ListBox_DB_Server.Size = new System.Drawing.Size(708, 220); |
||
142 | this.ListBox_DB_Server.TabIndex = 0; |
||
143 | // |
||
144 | // groupBox2 |
||
145 | // |
||
146 | this.groupBox2.Controls.Add(this.label6); |
||
147 | this.groupBox2.Controls.Add(this.label1); |
||
148 | this.groupBox2.Controls.Add(this.TB_Web_Arguments); |
||
149 | this.groupBox2.Controls.Add(this.label3); |
||
150 | this.groupBox2.Controls.Add(this.label7); |
||
151 | this.groupBox2.Controls.Add(this.ListBox_Web_Server); |
||
152 | this.groupBox2.Controls.Add(this.TB_Web_Path); |
||
153 | this.groupBox2.Controls.Add(this.Btn_Web_Connect); |
||
154 | this.groupBox2.Location = new System.Drawing.Point(12, 308); |
||
155 | this.groupBox2.Name = "groupBox2"; |
||
156 | this.groupBox2.Size = new System.Drawing.Size(720, 290); |
||
157 | this.groupBox2.TabIndex = 17; |
||
158 | this.groupBox2.TabStop = false; |
||
159 | this.groupBox2.Text = "Web Server"; |
||
160 | // |
||
161 | // label1 |
||
162 | // |
||
163 | this.label1.AutoSize = true; |
||
164 | this.label1.Location = new System.Drawing.Point(53, 32); |
||
165 | this.label1.Name = "label1"; |
||
166 | this.label1.Size = new System.Drawing.Size(82, 12); |
||
167 | this.label1.TabIndex = 16; |
||
168 | this.label1.Text = "Disconnected"; |
||
169 | // |
||
170 | // label3 |
||
171 | // |
||
172 | this.label3.AutoSize = true; |
||
173 | this.label3.Location = new System.Drawing.Point(6, 32); |
||
174 | this.label3.Name = "label3"; |
||
175 | this.label3.Size = new System.Drawing.Size(41, 12); |
||
176 | this.label3.TabIndex = 15; |
||
177 | this.label3.Text = "State :"; |
||
178 | // |
||
179 | // ListBox_Web_Server |
||
180 | // |
||
181 | this.ListBox_Web_Server.FormattingEnabled = true; |
||
182 | this.ListBox_Web_Server.HorizontalExtent = 10000; |
||
183 | this.ListBox_Web_Server.HorizontalScrollbar = true; |
||
184 | this.ListBox_Web_Server.ItemHeight = 12; |
||
185 | this.ListBox_Web_Server.Location = new System.Drawing.Point(6, 63); |
||
186 | this.ListBox_Web_Server.Name = "ListBox_Web_Server"; |
||
187 | this.ListBox_Web_Server.ScrollAlwaysVisible = true; |
||
188 | this.ListBox_Web_Server.Size = new System.Drawing.Size(708, 220); |
||
189 | this.ListBox_Web_Server.TabIndex = 0; |
||
190 | // |
||
191 | // Btn_Web_Connect |
||
192 | // |
||
193 | this.Btn_Web_Connect.Location = new System.Drawing.Point(165, 20); |
||
194 | this.Btn_Web_Connect.Name = "Btn_Web_Connect"; |
||
195 | this.Btn_Web_Connect.Size = new System.Drawing.Size(95, 37); |
||
196 | this.Btn_Web_Connect.TabIndex = 0; |
||
197 | this.Btn_Web_Connect.Text = "Web Connect"; |
||
198 | this.Btn_Web_Connect.UseVisualStyleBackColor = true; |
||
199 | this.Btn_Web_Connect.Click += new System.EventHandler(this.Btn_Web_Connect_Click); |
||
200 | // |
||
201 | // label6 |
||
202 | // |
||
203 | this.label6.AutoSize = true; |
||
204 | this.label6.Location = new System.Drawing.Point(300, 38); |
||
205 | this.label6.Name = "label6"; |
||
206 | this.label6.Size = new System.Drawing.Size(66, 12); |
||
207 | this.label6.TabIndex = 24; |
||
208 | this.label6.Text = "Arguments"; |
||
209 | // |
||
210 | // TB_Web_Arguments |
||
211 | // |
||
212 | this.TB_Web_Arguments.Location = new System.Drawing.Point(375, 35); |
||
213 | this.TB_Web_Arguments.Name = "TB_Web_Arguments"; |
||
214 | this.TB_Web_Arguments.Size = new System.Drawing.Size(339, 21); |
||
215 | this.TB_Web_Arguments.TabIndex = 23; |
||
216 | this.TB_Web_Arguments.TextChanged += new System.EventHandler(this.TB_Web_Arguments_TextChanged); |
||
217 | // |
||
218 | // label7 |
||
219 | // |
||
220 | this.label7.AutoSize = true; |
||
221 | this.label7.Location = new System.Drawing.Point(300, 14); |
||
222 | this.label7.Name = "label7"; |
||
223 | this.label7.Size = new System.Drawing.Size(30, 12); |
||
224 | this.label7.TabIndex = 22; |
||
225 | this.label7.Text = "Path"; |
||
226 | // |
||
227 | // TB_Web_Path |
||
228 | // |
||
229 | this.TB_Web_Path.Location = new System.Drawing.Point(375, 11); |
||
230 | this.TB_Web_Path.Name = "TB_Web_Path"; |
||
231 | this.TB_Web_Path.Size = new System.Drawing.Size(339, 21); |
||
232 | this.TB_Web_Path.TabIndex = 21; |
||
233 | this.TB_Web_Path.TextChanged += new System.EventHandler(this.TB_Web_Path_TextChanged); |
||
234 | // |
||
235 | // Form_Manager |
||
236 | // |
||
237 | this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
||
238 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
239 | this.ClientSize = new System.Drawing.Size(738, 604); |
||
240 | this.Controls.Add(this.groupBox2); |
||
241 | this.Controls.Add(this.groupBox1); |
||
242 | this.Name = "Form_Manager"; |
||
243 | this.Text = "Manager"; |
||
244 | this.Load += new System.EventHandler(this.Form_Manager_Load); |
||
245 | this.groupBox1.ResumeLayout(false); |
||
246 | this.groupBox1.PerformLayout(); |
||
247 | this.groupBox2.ResumeLayout(false); |
||
248 | this.groupBox2.PerformLayout(); |
||
249 | this.ResumeLayout(false); |
||
250 | |||
251 | } |
||
252 | |||
253 | #endregion |
||
254 | |||
255 | private System.Windows.Forms.Button Btn_DB_Connect; |
||
256 | private System.Windows.Forms.GroupBox groupBox1; |
||
257 | public System.Windows.Forms.ListBox ListBox_DB_Server; |
||
258 | private System.Windows.Forms.Label label2; |
||
259 | private System.Windows.Forms.Label Label_DB_State; |
||
260 | private System.Windows.Forms.GroupBox groupBox2; |
||
261 | private System.Windows.Forms.Label label1; |
||
262 | private System.Windows.Forms.Label label3; |
||
263 | public System.Windows.Forms.ListBox ListBox_Web_Server; |
||
264 | private System.Windows.Forms.Button Btn_Web_Connect; |
||
265 | private System.Windows.Forms.Label label5; |
||
266 | private System.Windows.Forms.TextBox TB_DB_Arguments; |
||
267 | private System.Windows.Forms.Label label4; |
||
268 | private System.Windows.Forms.TextBox TB_DB_Path; |
||
269 | private System.Windows.Forms.Label label6; |
||
270 | private System.Windows.Forms.TextBox TB_Web_Arguments; |
||
271 | private System.Windows.Forms.Label label7; |
||
272 | private System.Windows.Forms.TextBox TB_Web_Path; |
||
273 | } |
||
274 | } |