christian@0: /* christian@0: * Postarc christian@0: * christian@0: * Author: christian@0: * Christian Lins christian@0: * christian@0: * Copyright: christian@0: * Copyright (C) 2012 Intevation GmbH christian@0: * christian@0: * This program is free software: you can redistribute it and/or modify christian@0: * it under the terms of the GNU Lesser General Public License as published by christian@0: * the Free Software Foundation, either version 3 of the License, or christian@0: * (at your option) any later version. christian@0: * christian@0: * This program is distributed in the hope that it will be useful, christian@0: * but WITHOUT ANY WARRANTY; without even the implied warranty of christian@0: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the christian@0: * GNU General Public License for more details. christian@0: * christian@0: * You should have received a copy of the GNU Lesser General Public License christian@0: * along with this program. If not, see . christian@0: */ christian@0: christian@0: namespace Postarc.GUI christian@0: { christian@0: partial class FormNewPostGISFeatClass 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.cmbDatabaseConnections = new System.Windows.Forms.ComboBox(); christian@0: this.lblDatabaseConnections = new System.Windows.Forms.Label(); christian@0: this.grpFeatureClass = new System.Windows.Forms.GroupBox(); christian@0: this.txtFCName = new System.Windows.Forms.TextBox(); christian@0: this.label4 = new System.Windows.Forms.Label(); christian@0: this.cmbGeometryType = new System.Windows.Forms.ComboBox(); christian@0: this.label3 = new System.Windows.Forms.Label(); christian@0: this.txtLayerName = new System.Windows.Forms.TextBox(); christian@0: this.label2 = new System.Windows.Forms.Label(); christian@0: this.btnEditConnections = new System.Windows.Forms.Button(); christian@0: this.btnCreate = new System.Windows.Forms.Button(); 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.grpFeatureClass.SuspendLayout(); christian@0: this.grpPostGIS.SuspendLayout(); christian@0: this.SuspendLayout(); 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: this.cmbDatabaseConnections.SelectedIndexChanged += new System.EventHandler(this.cmbDatabaseConnections_SelectedIndexChanged); 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: // grpFeatureClass christian@0: // christian@0: this.grpFeatureClass.Controls.Add(this.txtFCName); christian@0: this.grpFeatureClass.Controls.Add(this.label4); christian@0: this.grpFeatureClass.Controls.Add(this.cmbGeometryType); christian@0: this.grpFeatureClass.Controls.Add(this.label3); christian@0: this.grpFeatureClass.Controls.Add(this.txtLayerName); christian@0: this.grpFeatureClass.Controls.Add(this.label2); christian@0: this.grpFeatureClass.Location = new System.Drawing.Point(12, 109); christian@0: this.grpFeatureClass.Name = "grpFeatureClass"; christian@0: this.grpFeatureClass.Size = new System.Drawing.Size(402, 106); christian@0: this.grpFeatureClass.TabIndex = 3; christian@0: this.grpFeatureClass.TabStop = false; christian@0: this.grpFeatureClass.Text = "FeatureClass Properties"; christian@0: // christian@0: // txtFCName christian@0: // christian@0: this.txtFCName.Location = new System.Drawing.Point(115, 45); christian@0: this.txtFCName.Name = "txtFCName"; christian@0: this.txtFCName.Size = new System.Drawing.Size(269, 20); christian@0: this.txtFCName.TabIndex = 4; christian@0: this.txtFCName.Text = "NewFeatureClass"; christian@0: // christian@0: // label4 christian@0: // christian@0: this.label4.AutoSize = true; christian@0: this.label4.Location = new System.Drawing.Point(9, 48); christian@0: this.label4.Name = "label4"; christian@0: this.label4.Size = new System.Drawing.Size(100, 13); christian@0: this.label4.TabIndex = 7; christian@0: this.label4.Text = "FeatureClass name:"; christian@0: // christian@0: // cmbGeometryType christian@0: // christian@0: this.cmbGeometryType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; christian@0: this.cmbGeometryType.FormattingEnabled = true; christian@0: this.cmbGeometryType.Items.AddRange(new object[] { christian@0: "POINT", christian@0: "POLYGON", christian@0: "POLYLINE"}); christian@0: this.cmbGeometryType.Location = new System.Drawing.Point(115, 71); christian@0: this.cmbGeometryType.Name = "cmbGeometryType"; christian@0: this.cmbGeometryType.Size = new System.Drawing.Size(121, 21); christian@0: this.cmbGeometryType.TabIndex = 5; christian@0: // christian@0: // label3 christian@0: // christian@0: this.label3.AutoSize = true; christian@0: this.label3.Location = new System.Drawing.Point(9, 74); christian@0: this.label3.Name = "label3"; christian@0: this.label3.Size = new System.Drawing.Size(78, 13); christian@0: this.label3.TabIndex = 5; christian@0: this.label3.Text = "Geometry type:"; christian@0: // christian@0: // txtLayerName christian@0: // christian@0: this.txtLayerName.Location = new System.Drawing.Point(115, 19); christian@0: this.txtLayerName.Name = "txtLayerName"; christian@0: this.txtLayerName.Size = new System.Drawing.Size(269, 20); christian@0: this.txtLayerName.TabIndex = 3; christian@0: this.txtLayerName.Text = "Unnamed PostGIS FeatureClass"; christian@0: // christian@0: // label2 christian@0: // christian@0: this.label2.AutoSize = true; christian@0: this.label2.Location = new System.Drawing.Point(9, 22); christian@0: this.label2.Name = "label2"; christian@0: this.label2.Size = new System.Drawing.Size(65, 13); christian@0: this.label2.TabIndex = 3; christian@0: this.label2.Text = "Layer name:"; 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: this.btnEditConnections.Click += new System.EventHandler(this.btnEditConnections_Click); christian@0: // christian@0: // btnCreate christian@0: // christian@0: this.btnCreate.Location = new System.Drawing.Point(339, 221); christian@0: this.btnCreate.Name = "btnCreate"; christian@0: this.btnCreate.Size = new System.Drawing.Size(75, 23); christian@0: this.btnCreate.TabIndex = 6; christian@0: this.btnCreate.Text = "&Create"; christian@0: this.btnCreate.UseVisualStyleBackColor = true; christian@0: this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click); 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, 12); christian@0: this.grpPostGIS.Name = "grpPostGIS"; christian@0: this.grpPostGIS.Size = new System.Drawing.Size(402, 91); christian@0: this.grpPostGIS.TabIndex = 6; christian@0: this.grpPostGIS.TabStop = false; christian@0: this.grpPostGIS.Text = "PostGIS Properties"; christian@0: // christian@0: // cmbGeometryTable christian@0: // christian@0: this.cmbGeometryTable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 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: // 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: // FormNewPostGISFeatClass 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(426, 253); christian@0: this.Controls.Add(this.grpPostGIS); christian@0: this.Controls.Add(this.btnCreate); christian@0: this.Controls.Add(this.grpFeatureClass); christian@0: this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; christian@0: this.MaximizeBox = false; christian@0: this.MinimizeBox = false; christian@0: this.Name = "FormNewPostGISFeatClass"; christian@0: this.Text = "New PostGIS FeatureClass"; christian@0: this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormNewPostGISFeatClass_FormClosing); christian@0: this.Shown += new System.EventHandler(this.FormNewPostGISFeatClass_Shown); christian@0: this.grpFeatureClass.ResumeLayout(false); christian@0: this.grpFeatureClass.PerformLayout(); christian@0: this.grpPostGIS.ResumeLayout(false); christian@0: this.grpPostGIS.PerformLayout(); christian@0: this.ResumeLayout(false); christian@0: christian@0: } christian@0: christian@0: #endregion christian@0: christian@0: private System.Windows.Forms.ComboBox cmbDatabaseConnections; christian@0: private System.Windows.Forms.Label lblDatabaseConnections; christian@0: private System.Windows.Forms.GroupBox grpFeatureClass; christian@0: private System.Windows.Forms.Label label2; christian@0: private System.Windows.Forms.Button btnEditConnections; christian@0: private System.Windows.Forms.TextBox txtLayerName; christian@0: private System.Windows.Forms.ComboBox cmbGeometryType; christian@0: private System.Windows.Forms.Label label3; christian@0: private System.Windows.Forms.TextBox txtFCName; christian@0: private System.Windows.Forms.Label label4; christian@0: private System.Windows.Forms.Button btnCreate; christian@0: private System.Windows.Forms.GroupBox grpPostGIS; christian@0: private System.Windows.Forms.ComboBox cmbGeometryTable; christian@0: private System.Windows.Forms.Label lblGeometryTable; christian@0: } christian@0: }