comparison Postarc/Postarc/GUI/FormNewPostGISFeatClass.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 FormNewPostGISFeatClass
27 {
28 /// <summary>
29 /// Required designer variable.
30 /// </summary>
31 private System.ComponentModel.IContainer components = null;
32
33 /// <summary>
34 /// Clean up any resources being used.
35 /// </summary>
36 /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
47
48 /// <summary>
49 /// Required method for Designer support - do not modify
50 /// the contents of this method with the code editor.
51 /// </summary>
52 private void InitializeComponent()
53 {
54 this.cmbDatabaseConnections = new System.Windows.Forms.ComboBox();
55 this.lblDatabaseConnections = new System.Windows.Forms.Label();
56 this.grpFeatureClass = new System.Windows.Forms.GroupBox();
57 this.txtFCName = new System.Windows.Forms.TextBox();
58 this.label4 = new System.Windows.Forms.Label();
59 this.cmbGeometryType = new System.Windows.Forms.ComboBox();
60 this.label3 = new System.Windows.Forms.Label();
61 this.txtLayerName = new System.Windows.Forms.TextBox();
62 this.label2 = new System.Windows.Forms.Label();
63 this.btnEditConnections = new System.Windows.Forms.Button();
64 this.btnCreate = new System.Windows.Forms.Button();
65 this.grpPostGIS = new System.Windows.Forms.GroupBox();
66 this.cmbGeometryTable = new System.Windows.Forms.ComboBox();
67 this.lblGeometryTable = new System.Windows.Forms.Label();
68 this.grpFeatureClass.SuspendLayout();
69 this.grpPostGIS.SuspendLayout();
70 this.SuspendLayout();
71 //
72 // cmbDatabaseConnections
73 //
74 this.cmbDatabaseConnections.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
75 this.cmbDatabaseConnections.FormattingEnabled = true;
76 this.cmbDatabaseConnections.Location = new System.Drawing.Point(128, 19);
77 this.cmbDatabaseConnections.Name = "cmbDatabaseConnections";
78 this.cmbDatabaseConnections.Size = new System.Drawing.Size(207, 21);
79 this.cmbDatabaseConnections.TabIndex = 0;
80 this.cmbDatabaseConnections.SelectedIndexChanged += new System.EventHandler(this.cmbDatabaseConnections_SelectedIndexChanged);
81 //
82 // lblDatabaseConnections
83 //
84 this.lblDatabaseConnections.AutoSize = true;
85 this.lblDatabaseConnections.Location = new System.Drawing.Point(10, 22);
86 this.lblDatabaseConnections.Name = "lblDatabaseConnections";
87 this.lblDatabaseConnections.Size = new System.Drawing.Size(112, 13);
88 this.lblDatabaseConnections.TabIndex = 1;
89 this.lblDatabaseConnections.Text = "Database connection:";
90 //
91 // grpFeatureClass
92 //
93 this.grpFeatureClass.Controls.Add(this.txtFCName);
94 this.grpFeatureClass.Controls.Add(this.label4);
95 this.grpFeatureClass.Controls.Add(this.cmbGeometryType);
96 this.grpFeatureClass.Controls.Add(this.label3);
97 this.grpFeatureClass.Controls.Add(this.txtLayerName);
98 this.grpFeatureClass.Controls.Add(this.label2);
99 this.grpFeatureClass.Location = new System.Drawing.Point(12, 109);
100 this.grpFeatureClass.Name = "grpFeatureClass";
101 this.grpFeatureClass.Size = new System.Drawing.Size(402, 106);
102 this.grpFeatureClass.TabIndex = 3;
103 this.grpFeatureClass.TabStop = false;
104 this.grpFeatureClass.Text = "FeatureClass Properties";
105 //
106 // txtFCName
107 //
108 this.txtFCName.Location = new System.Drawing.Point(115, 45);
109 this.txtFCName.Name = "txtFCName";
110 this.txtFCName.Size = new System.Drawing.Size(269, 20);
111 this.txtFCName.TabIndex = 4;
112 this.txtFCName.Text = "NewFeatureClass";
113 //
114 // label4
115 //
116 this.label4.AutoSize = true;
117 this.label4.Location = new System.Drawing.Point(9, 48);
118 this.label4.Name = "label4";
119 this.label4.Size = new System.Drawing.Size(100, 13);
120 this.label4.TabIndex = 7;
121 this.label4.Text = "FeatureClass name:";
122 //
123 // cmbGeometryType
124 //
125 this.cmbGeometryType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
126 this.cmbGeometryType.FormattingEnabled = true;
127 this.cmbGeometryType.Items.AddRange(new object[] {
128 "POINT",
129 "POLYGON",
130 "POLYLINE"});
131 this.cmbGeometryType.Location = new System.Drawing.Point(115, 71);
132 this.cmbGeometryType.Name = "cmbGeometryType";
133 this.cmbGeometryType.Size = new System.Drawing.Size(121, 21);
134 this.cmbGeometryType.TabIndex = 5;
135 //
136 // label3
137 //
138 this.label3.AutoSize = true;
139 this.label3.Location = new System.Drawing.Point(9, 74);
140 this.label3.Name = "label3";
141 this.label3.Size = new System.Drawing.Size(78, 13);
142 this.label3.TabIndex = 5;
143 this.label3.Text = "Geometry type:";
144 //
145 // txtLayerName
146 //
147 this.txtLayerName.Location = new System.Drawing.Point(115, 19);
148 this.txtLayerName.Name = "txtLayerName";
149 this.txtLayerName.Size = new System.Drawing.Size(269, 20);
150 this.txtLayerName.TabIndex = 3;
151 this.txtLayerName.Text = "Unnamed PostGIS FeatureClass";
152 //
153 // label2
154 //
155 this.label2.AutoSize = true;
156 this.label2.Location = new System.Drawing.Point(9, 22);
157 this.label2.Name = "label2";
158 this.label2.Size = new System.Drawing.Size(65, 13);
159 this.label2.TabIndex = 3;
160 this.label2.Text = "Layer name:";
161 //
162 // btnEditConnections
163 //
164 this.btnEditConnections.Location = new System.Drawing.Point(341, 17);
165 this.btnEditConnections.Name = "btnEditConnections";
166 this.btnEditConnections.Size = new System.Drawing.Size(47, 23);
167 this.btnEditConnections.TabIndex = 1;
168 this.btnEditConnections.Text = "&Edit";
169 this.btnEditConnections.UseVisualStyleBackColor = true;
170 this.btnEditConnections.Click += new System.EventHandler(this.btnEditConnections_Click);
171 //
172 // btnCreate
173 //
174 this.btnCreate.Location = new System.Drawing.Point(339, 221);
175 this.btnCreate.Name = "btnCreate";
176 this.btnCreate.Size = new System.Drawing.Size(75, 23);
177 this.btnCreate.TabIndex = 6;
178 this.btnCreate.Text = "&Create";
179 this.btnCreate.UseVisualStyleBackColor = true;
180 this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
181 //
182 // grpPostGIS
183 //
184 this.grpPostGIS.Controls.Add(this.cmbGeometryTable);
185 this.grpPostGIS.Controls.Add(this.lblGeometryTable);
186 this.grpPostGIS.Controls.Add(this.cmbDatabaseConnections);
187 this.grpPostGIS.Controls.Add(this.lblDatabaseConnections);
188 this.grpPostGIS.Controls.Add(this.btnEditConnections);
189 this.grpPostGIS.Location = new System.Drawing.Point(12, 12);
190 this.grpPostGIS.Name = "grpPostGIS";
191 this.grpPostGIS.Size = new System.Drawing.Size(402, 91);
192 this.grpPostGIS.TabIndex = 6;
193 this.grpPostGIS.TabStop = false;
194 this.grpPostGIS.Text = "PostGIS Properties";
195 //
196 // cmbGeometryTable
197 //
198 this.cmbGeometryTable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
199 this.cmbGeometryTable.FormattingEnabled = true;
200 this.cmbGeometryTable.Location = new System.Drawing.Point(128, 53);
201 this.cmbGeometryTable.Name = "cmbGeometryTable";
202 this.cmbGeometryTable.Size = new System.Drawing.Size(207, 21);
203 this.cmbGeometryTable.TabIndex = 2;
204 //
205 // lblGeometryTable
206 //
207 this.lblGeometryTable.AutoSize = true;
208 this.lblGeometryTable.Location = new System.Drawing.Point(10, 56);
209 this.lblGeometryTable.Name = "lblGeometryTable";
210 this.lblGeometryTable.Size = new System.Drawing.Size(81, 13);
211 this.lblGeometryTable.TabIndex = 5;
212 this.lblGeometryTable.Text = "Geometry table:";
213 //
214 // FormNewPostGISFeatClass
215 //
216 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
217 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
218 this.ClientSize = new System.Drawing.Size(426, 253);
219 this.Controls.Add(this.grpPostGIS);
220 this.Controls.Add(this.btnCreate);
221 this.Controls.Add(this.grpFeatureClass);
222 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
223 this.MaximizeBox = false;
224 this.MinimizeBox = false;
225 this.Name = "FormNewPostGISFeatClass";
226 this.Text = "New PostGIS FeatureClass";
227 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormNewPostGISFeatClass_FormClosing);
228 this.Shown += new System.EventHandler(this.FormNewPostGISFeatClass_Shown);
229 this.grpFeatureClass.ResumeLayout(false);
230 this.grpFeatureClass.PerformLayout();
231 this.grpPostGIS.ResumeLayout(false);
232 this.grpPostGIS.PerformLayout();
233 this.ResumeLayout(false);
234
235 }
236
237 #endregion
238
239 private System.Windows.Forms.ComboBox cmbDatabaseConnections;
240 private System.Windows.Forms.Label lblDatabaseConnections;
241 private System.Windows.Forms.GroupBox grpFeatureClass;
242 private System.Windows.Forms.Label label2;
243 private System.Windows.Forms.Button btnEditConnections;
244 private System.Windows.Forms.TextBox txtLayerName;
245 private System.Windows.Forms.ComboBox cmbGeometryType;
246 private System.Windows.Forms.Label label3;
247 private System.Windows.Forms.TextBox txtFCName;
248 private System.Windows.Forms.Label label4;
249 private System.Windows.Forms.Button btnCreate;
250 private System.Windows.Forms.GroupBox grpPostGIS;
251 private System.Windows.Forms.ComboBox cmbGeometryTable;
252 private System.Windows.Forms.Label lblGeometryTable;
253 }
254 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)