diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Postarc/Postarc/GUI/FormExportToPostGIS.Designer.cs	Fri Oct 05 23:55:06 2012 +0200
@@ -0,0 +1,163 @@
+namespace Postarc.GUI
+{
+    partial class FormExportToPostGIS
+    {
+        /// <summary>
+        /// Required designer variable.
+        /// </summary>
+        private System.ComponentModel.IContainer components = null;
+
+        /// <summary>
+        /// Clean up any resources being used.
+        /// </summary>
+        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+        protected override void Dispose(bool disposing)
+        {
+            if (disposing && (components != null))
+            {
+                components.Dispose();
+            }
+            base.Dispose(disposing);
+        }
+
+        #region Windows Form Designer generated code
+
+        /// <summary>
+        /// Required method for Designer support - do not modify
+        /// the contents of this method with the code editor.
+        /// </summary>
+        private void InitializeComponent()
+        {
+            this.grpPostGIS = new System.Windows.Forms.GroupBox();
+            this.cmbGeometryTable = new System.Windows.Forms.ComboBox();
+            this.lblGeometryTable = new System.Windows.Forms.Label();
+            this.cmbDatabaseConnections = new System.Windows.Forms.ComboBox();
+            this.lblDatabaseConnections = new System.Windows.Forms.Label();
+            this.btnEditConnections = new System.Windows.Forms.Button();
+            this.btnExport = new System.Windows.Forms.Button();
+            this.lblDocumentLayer = new System.Windows.Forms.Label();
+            this.progressBar = new System.Windows.Forms.ProgressBar();
+            this.grpPostGIS.SuspendLayout();
+            this.SuspendLayout();
+            // 
+            // grpPostGIS
+            // 
+            this.grpPostGIS.Controls.Add(this.cmbGeometryTable);
+            this.grpPostGIS.Controls.Add(this.lblGeometryTable);
+            this.grpPostGIS.Controls.Add(this.cmbDatabaseConnections);
+            this.grpPostGIS.Controls.Add(this.lblDatabaseConnections);
+            this.grpPostGIS.Controls.Add(this.btnEditConnections);
+            this.grpPostGIS.Location = new System.Drawing.Point(12, 34);
+            this.grpPostGIS.Name = "grpPostGIS";
+            this.grpPostGIS.Size = new System.Drawing.Size(402, 91);
+            this.grpPostGIS.TabIndex = 8;
+            this.grpPostGIS.TabStop = false;
+            this.grpPostGIS.Text = "Destination: PostGIS";
+            // 
+            // cmbGeometryTable
+            // 
+            this.cmbGeometryTable.FormattingEnabled = true;
+            this.cmbGeometryTable.Location = new System.Drawing.Point(128, 53);
+            this.cmbGeometryTable.Name = "cmbGeometryTable";
+            this.cmbGeometryTable.Size = new System.Drawing.Size(207, 21);
+            this.cmbGeometryTable.TabIndex = 2;
+            this.cmbGeometryTable.Text = "new_geo_table";
+            // 
+            // lblGeometryTable
+            // 
+            this.lblGeometryTable.AutoSize = true;
+            this.lblGeometryTable.Location = new System.Drawing.Point(10, 56);
+            this.lblGeometryTable.Name = "lblGeometryTable";
+            this.lblGeometryTable.Size = new System.Drawing.Size(81, 13);
+            this.lblGeometryTable.TabIndex = 5;
+            this.lblGeometryTable.Text = "Geometry table:";
+            // 
+            // cmbDatabaseConnections
+            // 
+            this.cmbDatabaseConnections.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+            this.cmbDatabaseConnections.FormattingEnabled = true;
+            this.cmbDatabaseConnections.Location = new System.Drawing.Point(128, 19);
+            this.cmbDatabaseConnections.Name = "cmbDatabaseConnections";
+            this.cmbDatabaseConnections.Size = new System.Drawing.Size(207, 21);
+            this.cmbDatabaseConnections.TabIndex = 0;
+            // 
+            // lblDatabaseConnections
+            // 
+            this.lblDatabaseConnections.AutoSize = true;
+            this.lblDatabaseConnections.Location = new System.Drawing.Point(10, 22);
+            this.lblDatabaseConnections.Name = "lblDatabaseConnections";
+            this.lblDatabaseConnections.Size = new System.Drawing.Size(112, 13);
+            this.lblDatabaseConnections.TabIndex = 1;
+            this.lblDatabaseConnections.Text = "Database connection:";
+            // 
+            // btnEditConnections
+            // 
+            this.btnEditConnections.Location = new System.Drawing.Point(341, 17);
+            this.btnEditConnections.Name = "btnEditConnections";
+            this.btnEditConnections.Size = new System.Drawing.Size(47, 23);
+            this.btnEditConnections.TabIndex = 1;
+            this.btnEditConnections.Text = "&Edit";
+            this.btnEditConnections.UseVisualStyleBackColor = true;
+            // 
+            // btnExport
+            // 
+            this.btnExport.Location = new System.Drawing.Point(339, 131);
+            this.btnExport.Name = "btnExport";
+            this.btnExport.Size = new System.Drawing.Size(75, 23);
+            this.btnExport.TabIndex = 9;
+            this.btnExport.Text = "&Export";
+            this.btnExport.UseVisualStyleBackColor = true;
+            this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
+            // 
+            // lblDocumentLayer
+            // 
+            this.lblDocumentLayer.AutoSize = true;
+            this.lblDocumentLayer.Location = new System.Drawing.Point(12, 9);
+            this.lblDocumentLayer.Name = "lblDocumentLayer";
+            this.lblDocumentLayer.Size = new System.Drawing.Size(80, 13);
+            this.lblDocumentLayer.TabIndex = 10;
+            this.lblDocumentLayer.Text = "Layer to export:";
+            // 
+            // progressBar
+            // 
+            this.progressBar.Location = new System.Drawing.Point(12, 131);
+            this.progressBar.Name = "progressBar";
+            this.progressBar.Size = new System.Drawing.Size(295, 23);
+            this.progressBar.TabIndex = 11;
+            this.progressBar.Visible = false;
+            // 
+            // FormExportToPostGIS
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.ClientSize = new System.Drawing.Size(424, 162);
+            this.Controls.Add(this.progressBar);
+            this.Controls.Add(this.lblDocumentLayer);
+            this.Controls.Add(this.btnExport);
+            this.Controls.Add(this.grpPostGIS);
+            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
+            this.MaximizeBox = false;
+            this.MinimizeBox = false;
+            this.Name = "FormExportToPostGIS";
+            this.Text = "FormExportToPostGIS";
+            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormExportToPostGIS_FormClosing);
+            this.grpPostGIS.ResumeLayout(false);
+            this.grpPostGIS.PerformLayout();
+            this.ResumeLayout(false);
+            this.PerformLayout();
+
+        }
+
+        #endregion
+
+        private System.Windows.Forms.GroupBox grpPostGIS;
+        private System.Windows.Forms.Label lblGeometryTable;
+        private System.Windows.Forms.ComboBox cmbDatabaseConnections;
+        private System.Windows.Forms.Label lblDatabaseConnections;
+        private System.Windows.Forms.Button btnEditConnections;
+        private System.Windows.Forms.ComboBox cmbGeometryTable;
+        private System.Windows.Forms.Button btnExport;
+        private System.Windows.Forms.Label lblDocumentLayer;
+        private System.Windows.Forms.ProgressBar progressBar;
+    }
+}
\ No newline at end of file
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)