comparison Postarc/Postarc/GUI/FormExportToPostGIS.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 namespace Postarc.GUI
2 {
3 partial class FormExportToPostGIS
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.grpPostGIS = new System.Windows.Forms.GroupBox();
32 this.cmbGeometryTable = new System.Windows.Forms.ComboBox();
33 this.lblGeometryTable = new System.Windows.Forms.Label();
34 this.cmbDatabaseConnections = new System.Windows.Forms.ComboBox();
35 this.lblDatabaseConnections = new System.Windows.Forms.Label();
36 this.btnEditConnections = new System.Windows.Forms.Button();
37 this.btnExport = new System.Windows.Forms.Button();
38 this.lblDocumentLayer = new System.Windows.Forms.Label();
39 this.progressBar = new System.Windows.Forms.ProgressBar();
40 this.grpPostGIS.SuspendLayout();
41 this.SuspendLayout();
42 //
43 // grpPostGIS
44 //
45 this.grpPostGIS.Controls.Add(this.cmbGeometryTable);
46 this.grpPostGIS.Controls.Add(this.lblGeometryTable);
47 this.grpPostGIS.Controls.Add(this.cmbDatabaseConnections);
48 this.grpPostGIS.Controls.Add(this.lblDatabaseConnections);
49 this.grpPostGIS.Controls.Add(this.btnEditConnections);
50 this.grpPostGIS.Location = new System.Drawing.Point(12, 34);
51 this.grpPostGIS.Name = "grpPostGIS";
52 this.grpPostGIS.Size = new System.Drawing.Size(402, 91);
53 this.grpPostGIS.TabIndex = 8;
54 this.grpPostGIS.TabStop = false;
55 this.grpPostGIS.Text = "Destination: PostGIS";
56 //
57 // cmbGeometryTable
58 //
59 this.cmbGeometryTable.FormattingEnabled = true;
60 this.cmbGeometryTable.Location = new System.Drawing.Point(128, 53);
61 this.cmbGeometryTable.Name = "cmbGeometryTable";
62 this.cmbGeometryTable.Size = new System.Drawing.Size(207, 21);
63 this.cmbGeometryTable.TabIndex = 2;
64 this.cmbGeometryTable.Text = "new_geo_table";
65 //
66 // lblGeometryTable
67 //
68 this.lblGeometryTable.AutoSize = true;
69 this.lblGeometryTable.Location = new System.Drawing.Point(10, 56);
70 this.lblGeometryTable.Name = "lblGeometryTable";
71 this.lblGeometryTable.Size = new System.Drawing.Size(81, 13);
72 this.lblGeometryTable.TabIndex = 5;
73 this.lblGeometryTable.Text = "Geometry table:";
74 //
75 // cmbDatabaseConnections
76 //
77 this.cmbDatabaseConnections.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
78 this.cmbDatabaseConnections.FormattingEnabled = true;
79 this.cmbDatabaseConnections.Location = new System.Drawing.Point(128, 19);
80 this.cmbDatabaseConnections.Name = "cmbDatabaseConnections";
81 this.cmbDatabaseConnections.Size = new System.Drawing.Size(207, 21);
82 this.cmbDatabaseConnections.TabIndex = 0;
83 //
84 // lblDatabaseConnections
85 //
86 this.lblDatabaseConnections.AutoSize = true;
87 this.lblDatabaseConnections.Location = new System.Drawing.Point(10, 22);
88 this.lblDatabaseConnections.Name = "lblDatabaseConnections";
89 this.lblDatabaseConnections.Size = new System.Drawing.Size(112, 13);
90 this.lblDatabaseConnections.TabIndex = 1;
91 this.lblDatabaseConnections.Text = "Database connection:";
92 //
93 // btnEditConnections
94 //
95 this.btnEditConnections.Location = new System.Drawing.Point(341, 17);
96 this.btnEditConnections.Name = "btnEditConnections";
97 this.btnEditConnections.Size = new System.Drawing.Size(47, 23);
98 this.btnEditConnections.TabIndex = 1;
99 this.btnEditConnections.Text = "&Edit";
100 this.btnEditConnections.UseVisualStyleBackColor = true;
101 //
102 // btnExport
103 //
104 this.btnExport.Location = new System.Drawing.Point(339, 131);
105 this.btnExport.Name = "btnExport";
106 this.btnExport.Size = new System.Drawing.Size(75, 23);
107 this.btnExport.TabIndex = 9;
108 this.btnExport.Text = "&Export";
109 this.btnExport.UseVisualStyleBackColor = true;
110 this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
111 //
112 // lblDocumentLayer
113 //
114 this.lblDocumentLayer.AutoSize = true;
115 this.lblDocumentLayer.Location = new System.Drawing.Point(12, 9);
116 this.lblDocumentLayer.Name = "lblDocumentLayer";
117 this.lblDocumentLayer.Size = new System.Drawing.Size(80, 13);
118 this.lblDocumentLayer.TabIndex = 10;
119 this.lblDocumentLayer.Text = "Layer to export:";
120 //
121 // progressBar
122 //
123 this.progressBar.Location = new System.Drawing.Point(12, 131);
124 this.progressBar.Name = "progressBar";
125 this.progressBar.Size = new System.Drawing.Size(295, 23);
126 this.progressBar.TabIndex = 11;
127 this.progressBar.Visible = false;
128 //
129 // FormExportToPostGIS
130 //
131 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
132 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
133 this.ClientSize = new System.Drawing.Size(424, 162);
134 this.Controls.Add(this.progressBar);
135 this.Controls.Add(this.lblDocumentLayer);
136 this.Controls.Add(this.btnExport);
137 this.Controls.Add(this.grpPostGIS);
138 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
139 this.MaximizeBox = false;
140 this.MinimizeBox = false;
141 this.Name = "FormExportToPostGIS";
142 this.Text = "FormExportToPostGIS";
143 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormExportToPostGIS_FormClosing);
144 this.grpPostGIS.ResumeLayout(false);
145 this.grpPostGIS.PerformLayout();
146 this.ResumeLayout(false);
147 this.PerformLayout();
148
149 }
150
151 #endregion
152
153 private System.Windows.Forms.GroupBox grpPostGIS;
154 private System.Windows.Forms.Label lblGeometryTable;
155 private System.Windows.Forms.ComboBox cmbDatabaseConnections;
156 private System.Windows.Forms.Label lblDatabaseConnections;
157 private System.Windows.Forms.Button btnEditConnections;
158 private System.Windows.Forms.ComboBox cmbGeometryTable;
159 private System.Windows.Forms.Button btnExport;
160 private System.Windows.Forms.Label lblDocumentLayer;
161 private System.Windows.Forms.ProgressBar progressBar;
162 }
163 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)