christian@0: namespace Postarc.GUI christian@0: { christian@0: partial class FormExportToPostGIS christian@0: { christian@0: /// christian@0: /// Required designer variable. christian@0: /// christian@0: private System.ComponentModel.IContainer components = null; christian@0: christian@0: /// christian@0: /// Clean up any resources being used. christian@0: /// christian@0: /// true if managed resources should be disposed; otherwise, false. christian@0: protected override void Dispose(bool disposing) christian@0: { christian@0: if (disposing && (components != null)) christian@0: { christian@0: components.Dispose(); christian@0: } christian@0: base.Dispose(disposing); christian@0: } christian@0: christian@0: #region Windows Form Designer generated code christian@0: christian@0: /// christian@0: /// Required method for Designer support - do not modify christian@0: /// the contents of this method with the code editor. christian@0: /// christian@0: private void InitializeComponent() christian@0: { christian@0: this.grpPostGIS = new System.Windows.Forms.GroupBox(); christian@0: this.cmbGeometryTable = new System.Windows.Forms.ComboBox(); christian@0: this.lblGeometryTable = new System.Windows.Forms.Label(); christian@0: this.cmbDatabaseConnections = new System.Windows.Forms.ComboBox(); christian@0: this.lblDatabaseConnections = new System.Windows.Forms.Label(); christian@0: this.btnEditConnections = new System.Windows.Forms.Button(); christian@0: this.btnExport = new System.Windows.Forms.Button(); christian@0: this.lblDocumentLayer = new System.Windows.Forms.Label(); christian@0: this.progressBar = new System.Windows.Forms.ProgressBar(); christian@0: this.grpPostGIS.SuspendLayout(); christian@0: this.SuspendLayout(); christian@0: // christian@0: // grpPostGIS christian@0: // christian@0: this.grpPostGIS.Controls.Add(this.cmbGeometryTable); christian@0: this.grpPostGIS.Controls.Add(this.lblGeometryTable); christian@0: this.grpPostGIS.Controls.Add(this.cmbDatabaseConnections); christian@0: this.grpPostGIS.Controls.Add(this.lblDatabaseConnections); christian@0: this.grpPostGIS.Controls.Add(this.btnEditConnections); christian@0: this.grpPostGIS.Location = new System.Drawing.Point(12, 34); christian@0: this.grpPostGIS.Name = "grpPostGIS"; christian@0: this.grpPostGIS.Size = new System.Drawing.Size(402, 91); christian@0: this.grpPostGIS.TabIndex = 8; christian@0: this.grpPostGIS.TabStop = false; christian@0: this.grpPostGIS.Text = "Destination: PostGIS"; christian@0: // christian@0: // cmbGeometryTable christian@0: // christian@0: this.cmbGeometryTable.FormattingEnabled = true; christian@0: this.cmbGeometryTable.Location = new System.Drawing.Point(128, 53); christian@0: this.cmbGeometryTable.Name = "cmbGeometryTable"; christian@0: this.cmbGeometryTable.Size = new System.Drawing.Size(207, 21); christian@0: this.cmbGeometryTable.TabIndex = 2; christian@0: this.cmbGeometryTable.Text = "new_geo_table"; christian@0: // christian@0: // lblGeometryTable christian@0: // christian@0: this.lblGeometryTable.AutoSize = true; christian@0: this.lblGeometryTable.Location = new System.Drawing.Point(10, 56); christian@0: this.lblGeometryTable.Name = "lblGeometryTable"; christian@0: this.lblGeometryTable.Size = new System.Drawing.Size(81, 13); christian@0: this.lblGeometryTable.TabIndex = 5; christian@0: this.lblGeometryTable.Text = "Geometry table:"; christian@0: // christian@0: // cmbDatabaseConnections christian@0: // christian@0: this.cmbDatabaseConnections.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; christian@0: this.cmbDatabaseConnections.FormattingEnabled = true; christian@0: this.cmbDatabaseConnections.Location = new System.Drawing.Point(128, 19); christian@0: this.cmbDatabaseConnections.Name = "cmbDatabaseConnections"; christian@0: this.cmbDatabaseConnections.Size = new System.Drawing.Size(207, 21); christian@0: this.cmbDatabaseConnections.TabIndex = 0; christian@0: // christian@0: // lblDatabaseConnections christian@0: // christian@0: this.lblDatabaseConnections.AutoSize = true; christian@0: this.lblDatabaseConnections.Location = new System.Drawing.Point(10, 22); christian@0: this.lblDatabaseConnections.Name = "lblDatabaseConnections"; christian@0: this.lblDatabaseConnections.Size = new System.Drawing.Size(112, 13); christian@0: this.lblDatabaseConnections.TabIndex = 1; christian@0: this.lblDatabaseConnections.Text = "Database connection:"; christian@0: // christian@0: // btnEditConnections christian@0: // christian@0: this.btnEditConnections.Location = new System.Drawing.Point(341, 17); christian@0: this.btnEditConnections.Name = "btnEditConnections"; christian@0: this.btnEditConnections.Size = new System.Drawing.Size(47, 23); christian@0: this.btnEditConnections.TabIndex = 1; christian@0: this.btnEditConnections.Text = "&Edit"; christian@0: this.btnEditConnections.UseVisualStyleBackColor = true; christian@0: // christian@0: // btnExport christian@0: // christian@0: this.btnExport.Location = new System.Drawing.Point(339, 131); christian@0: this.btnExport.Name = "btnExport"; christian@0: this.btnExport.Size = new System.Drawing.Size(75, 23); christian@0: this.btnExport.TabIndex = 9; christian@0: this.btnExport.Text = "&Export"; christian@0: this.btnExport.UseVisualStyleBackColor = true; christian@0: this.btnExport.Click += new System.EventHandler(this.btnExport_Click); christian@0: // christian@0: // lblDocumentLayer christian@0: // christian@0: this.lblDocumentLayer.AutoSize = true; christian@0: this.lblDocumentLayer.Location = new System.Drawing.Point(12, 9); christian@0: this.lblDocumentLayer.Name = "lblDocumentLayer"; christian@0: this.lblDocumentLayer.Size = new System.Drawing.Size(80, 13); christian@0: this.lblDocumentLayer.TabIndex = 10; christian@0: this.lblDocumentLayer.Text = "Layer to export:"; christian@0: // christian@0: // progressBar christian@0: // christian@0: this.progressBar.Location = new System.Drawing.Point(12, 131); christian@0: this.progressBar.Name = "progressBar"; christian@0: this.progressBar.Size = new System.Drawing.Size(295, 23); christian@0: this.progressBar.TabIndex = 11; christian@0: this.progressBar.Visible = false; christian@0: // christian@0: // FormExportToPostGIS christian@0: // christian@0: this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); christian@0: this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; christian@0: this.ClientSize = new System.Drawing.Size(424, 162); christian@0: this.Controls.Add(this.progressBar); christian@0: this.Controls.Add(this.lblDocumentLayer); christian@0: this.Controls.Add(this.btnExport); christian@0: this.Controls.Add(this.grpPostGIS); christian@0: this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; christian@0: this.MaximizeBox = false; christian@0: this.MinimizeBox = false; christian@0: this.Name = "FormExportToPostGIS"; christian@0: this.Text = "FormExportToPostGIS"; christian@0: this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormExportToPostGIS_FormClosing); christian@0: this.grpPostGIS.ResumeLayout(false); christian@0: this.grpPostGIS.PerformLayout(); christian@0: this.ResumeLayout(false); christian@0: this.PerformLayout(); christian@0: christian@0: } christian@0: christian@0: #endregion christian@0: christian@0: private System.Windows.Forms.GroupBox grpPostGIS; christian@0: private System.Windows.Forms.Label lblGeometryTable; christian@0: private System.Windows.Forms.ComboBox cmbDatabaseConnections; christian@0: private System.Windows.Forms.Label lblDatabaseConnections; christian@0: private System.Windows.Forms.Button btnEditConnections; christian@0: private System.Windows.Forms.ComboBox cmbGeometryTable; christian@0: private System.Windows.Forms.Button btnExport; christian@0: private System.Windows.Forms.Label lblDocumentLayer; christian@0: private System.Windows.Forms.ProgressBar progressBar; christian@0: } christian@0: }