comparison Postarc/Postarc/GUI/FormConnectionProperties.Designer.cs @ 0:1aca3d413885 tip

Initial import of Postarc
author Christian Lins <christian.lins@intevation.de>
date Fri, 05 Oct 2012 23:55:06 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1aca3d413885
1 /*
2 * Postarc
3 *
4 * Author:
5 * Christian Lins <christian.lins@intevation.de>
6 *
7 * Copyright:
8 * Copyright (C) 2012 Intevation GmbH <http://www.intevation.de/>
9 *
10 * This program is free software: you can redistribute it and/or modify
11 * it under the terms of the GNU Lesser General Public License as published by
12 * the Free Software Foundation, either version 3 of the License, or
13 * (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU Lesser General Public License
21 * along with this program. If not, see <http://www.gnu.org/licenses/>.
22 */
23
24 namespace Postarc.GUI
25 {
26 partial class FormConnectionProperties
27 {
28 /// <summary>
29 /// Erforderliche Designervariable.
30 /// </summary>
31 private System.ComponentModel.IContainer components = null;
32
33 /// <summary>
34 /// Verwendete Ressourcen bereinigen.
35 /// </summary>
36 /// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
37 protected override void Dispose(bool disposing)
38 {
39 if (disposing && (components != null))
40 {
41 components.Dispose();
42 }
43 base.Dispose(disposing);
44 }
45
46 #region Vom Windows Form-Designer generierter Code
47
48 /// <summary>
49 /// Erforderliche Methode für die Designerunterstützung.
50 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
51 /// </summary>
52 private void InitializeComponent()
53 {
54 this.lblConnectionName = new System.Windows.Forms.Label();
55 this.txtConnectionName = new System.Windows.Forms.TextBox();
56 this.lblUser = new System.Windows.Forms.Label();
57 this.lblPassword = new System.Windows.Forms.Label();
58 this.txtUser = new System.Windows.Forms.TextBox();
59 this.txtPassword = new System.Windows.Forms.TextBox();
60 this.groupBoxServer = new System.Windows.Forms.GroupBox();
61 this.numPort = new System.Windows.Forms.NumericUpDown();
62 this.lblPort = new System.Windows.Forms.Label();
63 this.txtHost = new System.Windows.Forms.TextBox();
64 this.lblHost = new System.Windows.Forms.Label();
65 this.groupBoxAuthentication = new System.Windows.Forms.GroupBox();
66 this.groupBoxDatabase = new System.Windows.Forms.GroupBox();
67 this.cmbDbNames = new System.Windows.Forms.ComboBox();
68 this.btnLoadDbNames = new System.Windows.Forms.Button();
69 this.lblDbName = new System.Windows.Forms.Label();
70 this.btnCancel = new System.Windows.Forms.Button();
71 this.btnSave = new System.Windows.Forms.Button();
72 this.btnTestConnection = new System.Windows.Forms.Button();
73 this.groupBoxServer.SuspendLayout();
74 ((System.ComponentModel.ISupportInitialize)(this.numPort)).BeginInit();
75 this.groupBoxAuthentication.SuspendLayout();
76 this.groupBoxDatabase.SuspendLayout();
77 this.SuspendLayout();
78 //
79 // lblConnectionName
80 //
81 this.lblConnectionName.AutoSize = true;
82 this.lblConnectionName.Location = new System.Drawing.Point(12, 9);
83 this.lblConnectionName.Name = "lblConnectionName";
84 this.lblConnectionName.Size = new System.Drawing.Size(95, 13);
85 this.lblConnectionName.TabIndex = 0;
86 this.lblConnectionName.Text = "Connection Name:";
87 //
88 // txtConnectionName
89 //
90 this.txtConnectionName.Location = new System.Drawing.Point(111, 6);
91 this.txtConnectionName.Name = "txtConnectionName";
92 this.txtConnectionName.Size = new System.Drawing.Size(306, 20);
93 this.txtConnectionName.TabIndex = 1;
94 this.txtConnectionName.Text = "Unnamed connection profile";
95 //
96 // lblUser
97 //
98 this.lblUser.AutoSize = true;
99 this.lblUser.Location = new System.Drawing.Point(15, 19);
100 this.lblUser.Name = "lblUser";
101 this.lblUser.Size = new System.Drawing.Size(32, 13);
102 this.lblUser.TabIndex = 4;
103 this.lblUser.Text = "User:";
104 //
105 // lblPassword
106 //
107 this.lblPassword.AutoSize = true;
108 this.lblPassword.Location = new System.Drawing.Point(231, 19);
109 this.lblPassword.Name = "lblPassword";
110 this.lblPassword.Size = new System.Drawing.Size(56, 13);
111 this.lblPassword.TabIndex = 5;
112 this.lblPassword.Text = "Password:";
113 //
114 // txtUser
115 //
116 this.txtUser.Location = new System.Drawing.Point(89, 16);
117 this.txtUser.Name = "txtUser";
118 this.txtUser.Size = new System.Drawing.Size(100, 20);
119 this.txtUser.TabIndex = 6;
120 //
121 // txtPassword
122 //
123 this.txtPassword.Location = new System.Drawing.Point(293, 16);
124 this.txtPassword.Name = "txtPassword";
125 this.txtPassword.PasswordChar = '#';
126 this.txtPassword.Size = new System.Drawing.Size(100, 20);
127 this.txtPassword.TabIndex = 7;
128 //
129 // groupBoxServer
130 //
131 this.groupBoxServer.Controls.Add(this.numPort);
132 this.groupBoxServer.Controls.Add(this.lblPort);
133 this.groupBoxServer.Controls.Add(this.txtHost);
134 this.groupBoxServer.Controls.Add(this.lblHost);
135 this.groupBoxServer.Location = new System.Drawing.Point(12, 42);
136 this.groupBoxServer.Name = "groupBoxServer";
137 this.groupBoxServer.Size = new System.Drawing.Size(405, 74);
138 this.groupBoxServer.TabIndex = 8;
139 this.groupBoxServer.TabStop = false;
140 this.groupBoxServer.Text = "Server";
141 //
142 // numPort
143 //
144 this.numPort.Location = new System.Drawing.Point(62, 44);
145 this.numPort.Maximum = new decimal(new int[] {
146 65535,
147 0,
148 0,
149 0});
150 this.numPort.Minimum = new decimal(new int[] {
151 1,
152 0,
153 0,
154 0});
155 this.numPort.Name = "numPort";
156 this.numPort.Size = new System.Drawing.Size(82, 20);
157 this.numPort.TabIndex = 8;
158 this.numPort.Value = new decimal(new int[] {
159 5432,
160 0,
161 0,
162 0});
163 //
164 // lblPort
165 //
166 this.lblPort.AutoSize = true;
167 this.lblPort.Location = new System.Drawing.Point(15, 46);
168 this.lblPort.Name = "lblPort";
169 this.lblPort.Size = new System.Drawing.Size(29, 13);
170 this.lblPort.TabIndex = 6;
171 this.lblPort.Text = "Port:";
172 //
173 // txtHost
174 //
175 this.txtHost.Location = new System.Drawing.Point(62, 19);
176 this.txtHost.Name = "txtHost";
177 this.txtHost.Size = new System.Drawing.Size(331, 20);
178 this.txtHost.TabIndex = 5;
179 this.txtHost.Text = "localhost";
180 //
181 // lblHost
182 //
183 this.lblHost.AutoSize = true;
184 this.lblHost.Location = new System.Drawing.Point(15, 22);
185 this.lblHost.Name = "lblHost";
186 this.lblHost.Size = new System.Drawing.Size(32, 13);
187 this.lblHost.TabIndex = 4;
188 this.lblHost.Text = "Host:";
189 //
190 // groupBoxAuthentication
191 //
192 this.groupBoxAuthentication.Controls.Add(this.lblUser);
193 this.groupBoxAuthentication.Controls.Add(this.lblPassword);
194 this.groupBoxAuthentication.Controls.Add(this.txtPassword);
195 this.groupBoxAuthentication.Controls.Add(this.txtUser);
196 this.groupBoxAuthentication.Location = new System.Drawing.Point(12, 122);
197 this.groupBoxAuthentication.Name = "groupBoxAuthentication";
198 this.groupBoxAuthentication.Size = new System.Drawing.Size(405, 51);
199 this.groupBoxAuthentication.TabIndex = 9;
200 this.groupBoxAuthentication.TabStop = false;
201 this.groupBoxAuthentication.Text = "Authentication";
202 this.groupBoxAuthentication.Enter += new System.EventHandler(this.groupBoxAuthentication_Enter);
203 //
204 // groupBoxDatabase
205 //
206 this.groupBoxDatabase.Controls.Add(this.cmbDbNames);
207 this.groupBoxDatabase.Controls.Add(this.btnLoadDbNames);
208 this.groupBoxDatabase.Controls.Add(this.lblDbName);
209 this.groupBoxDatabase.Location = new System.Drawing.Point(12, 179);
210 this.groupBoxDatabase.Name = "groupBoxDatabase";
211 this.groupBoxDatabase.Size = new System.Drawing.Size(405, 52);
212 this.groupBoxDatabase.TabIndex = 10;
213 this.groupBoxDatabase.TabStop = false;
214 this.groupBoxDatabase.Text = "Database";
215 //
216 // cmbDbNames
217 //
218 this.cmbDbNames.FormattingEnabled = true;
219 this.cmbDbNames.Location = new System.Drawing.Point(108, 19);
220 this.cmbDbNames.Name = "cmbDbNames";
221 this.cmbDbNames.Size = new System.Drawing.Size(210, 21);
222 this.cmbDbNames.TabIndex = 3;
223 //
224 // btnLoadDbNames
225 //
226 this.btnLoadDbNames.Location = new System.Drawing.Point(324, 17);
227 this.btnLoadDbNames.Name = "btnLoadDbNames";
228 this.btnLoadDbNames.Size = new System.Drawing.Size(75, 23);
229 this.btnLoadDbNames.TabIndex = 2;
230 this.btnLoadDbNames.Text = "Load";
231 this.btnLoadDbNames.UseVisualStyleBackColor = true;
232 //
233 // lblDbName
234 //
235 this.lblDbName.AutoSize = true;
236 this.lblDbName.Location = new System.Drawing.Point(15, 22);
237 this.lblDbName.Name = "lblDbName";
238 this.lblDbName.Size = new System.Drawing.Size(87, 13);
239 this.lblDbName.TabIndex = 1;
240 this.lblDbName.Text = "Database Name:";
241 //
242 // btnCancel
243 //
244 this.btnCancel.Location = new System.Drawing.Point(342, 237);
245 this.btnCancel.Name = "btnCancel";
246 this.btnCancel.Size = new System.Drawing.Size(75, 23);
247 this.btnCancel.TabIndex = 11;
248 this.btnCancel.Text = "Cancel";
249 this.btnCancel.UseVisualStyleBackColor = true;
250 this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
251 //
252 // btnSave
253 //
254 this.btnSave.Location = new System.Drawing.Point(261, 237);
255 this.btnSave.Name = "btnSave";
256 this.btnSave.Size = new System.Drawing.Size(75, 23);
257 this.btnSave.TabIndex = 12;
258 this.btnSave.Text = "Save";
259 this.btnSave.UseVisualStyleBackColor = true;
260 this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
261 //
262 // btnTestConnection
263 //
264 this.btnTestConnection.Location = new System.Drawing.Point(180, 237);
265 this.btnTestConnection.Name = "btnTestConnection";
266 this.btnTestConnection.Size = new System.Drawing.Size(75, 23);
267 this.btnTestConnection.TabIndex = 13;
268 this.btnTestConnection.Text = "Test";
269 this.btnTestConnection.UseVisualStyleBackColor = true;
270 this.btnTestConnection.Click += new System.EventHandler(this.btnTestConnection_Click);
271 //
272 // ConnectionPropertiesForm
273 //
274 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
275 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
276 this.ClientSize = new System.Drawing.Size(428, 268);
277 this.Controls.Add(this.btnTestConnection);
278 this.Controls.Add(this.btnSave);
279 this.Controls.Add(this.btnCancel);
280 this.Controls.Add(this.groupBoxDatabase);
281 this.Controls.Add(this.groupBoxAuthentication);
282 this.Controls.Add(this.groupBoxServer);
283 this.Controls.Add(this.txtConnectionName);
284 this.Controls.Add(this.lblConnectionName);
285 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
286 this.MaximizeBox = false;
287 this.MinimizeBox = false;
288 this.Name = "ConnectionPropertiesForm";
289 this.Text = "Connection properties";
290 this.groupBoxServer.ResumeLayout(false);
291 this.groupBoxServer.PerformLayout();
292 ((System.ComponentModel.ISupportInitialize)(this.numPort)).EndInit();
293 this.groupBoxAuthentication.ResumeLayout(false);
294 this.groupBoxAuthentication.PerformLayout();
295 this.groupBoxDatabase.ResumeLayout(false);
296 this.groupBoxDatabase.PerformLayout();
297 this.ResumeLayout(false);
298 this.PerformLayout();
299
300 }
301
302 #endregion
303
304 private System.Windows.Forms.Label lblConnectionName;
305 private System.Windows.Forms.TextBox txtConnectionName;
306 private System.Windows.Forms.Label lblUser;
307 private System.Windows.Forms.Label lblPassword;
308 private System.Windows.Forms.TextBox txtUser;
309 private System.Windows.Forms.TextBox txtPassword;
310 private System.Windows.Forms.GroupBox groupBoxServer;
311 private System.Windows.Forms.Label lblPort;
312 private System.Windows.Forms.TextBox txtHost;
313 private System.Windows.Forms.Label lblHost;
314 private System.Windows.Forms.NumericUpDown numPort;
315 private System.Windows.Forms.GroupBox groupBoxAuthentication;
316 private System.Windows.Forms.GroupBox groupBoxDatabase;
317 private System.Windows.Forms.Button btnLoadDbNames;
318 private System.Windows.Forms.Label lblDbName;
319 private System.Windows.Forms.Button btnCancel;
320 private System.Windows.Forms.Button btnSave;
321 private System.Windows.Forms.ComboBox cmbDbNames;
322 private System.Windows.Forms.Button btnTestConnection;
323 }
324 }
325
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)