Exemple #1
0
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung.
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormNewFeatureclass));
     gView.Framework.Geometry.Envelope envelope1 = new gView.Framework.Geometry.Envelope();
     gView.Framework.Geometry.Point    point1    = new gView.Framework.Geometry.Point();
     gView.Framework.Geometry.Point    point2    = new gView.Framework.Geometry.Point();
     gView.Framework.Geometry.Point    point3    = new gView.Framework.Geometry.Point();
     gView.Framework.Geometry.Point    point4    = new gView.Framework.Geometry.Point();
     gView.Framework.Geometry.Point    point5    = new gView.Framework.Geometry.Point();
     this.tabControl1   = new System.Windows.Forms.TabControl();
     this.tabGeometry   = new System.Windows.Forms.TabPage();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.chkHasZ       = new System.Windows.Forms.CheckBox();
     this.cmbGeometry   = new System.Windows.Forms.ComboBox();
     this.label2        = new System.Windows.Forms.Label();
     this.label1        = new System.Windows.Forms.Label();
     this.tabData       = new System.Windows.Forms.TabPage();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.colFieldName  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colFieldtype  = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.dsFields      = new System.Data.DataSet();
     this.dataTable1    = new System.Data.DataTable();
     this.dsFieldName   = new System.Data.DataColumn();
     this.dsFieldType   = new System.Data.DataColumn();
     this.dsFieldField  = new System.Data.DataColumn();
     this.splitter1     = new System.Windows.Forms.Splitter();
     this.pgField       = new System.Windows.Forms.PropertyGrid();
     this.txtFCName     = new System.Windows.Forms.TextBox();
     this.label3        = new System.Windows.Forms.Label();
     this.panel2        = new System.Windows.Forms.Panel();
     this.panel3        = new System.Windows.Forms.Panel();
     this.btnOK         = new System.Windows.Forms.Button();
     this.btnCancel     = new System.Windows.Forms.Button();
     this.dataGridViewComboBoxColumn1 = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.panel1 = new System.Windows.Forms.Panel();
     this.spatialIndexControl = new gView.Framework.UI.Controls.SpatialIndexControl();
     this.tabControl1.SuspendLayout();
     this.tabGeometry.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabData.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsFields)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.AccessibleDescription = null;
     this.tabControl1.AccessibleName        = null;
     resources.ApplyResources(this.tabControl1, "tabControl1");
     this.tabControl1.BackgroundImage = null;
     this.tabControl1.Controls.Add(this.tabGeometry);
     this.tabControl1.Controls.Add(this.tabData);
     this.tabControl1.Font          = null;
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     //
     // tabGeometry
     //
     this.tabGeometry.AccessibleDescription = null;
     this.tabGeometry.AccessibleName        = null;
     resources.ApplyResources(this.tabGeometry, "tabGeometry");
     this.tabGeometry.BackgroundImage = null;
     this.tabGeometry.Controls.Add(this.groupBox1);
     this.tabGeometry.Controls.Add(this.label2);
     this.tabGeometry.Controls.Add(this.label1);
     this.tabGeometry.Controls.Add(this.spatialIndexControl);
     this.tabGeometry.Font = null;
     this.tabGeometry.Name = "tabGeometry";
     this.tabGeometry.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.AccessibleDescription = null;
     this.groupBox1.AccessibleName        = null;
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.BackgroundImage = null;
     this.groupBox1.Controls.Add(this.chkHasZ);
     this.groupBox1.Controls.Add(this.cmbGeometry);
     this.groupBox1.Font    = null;
     this.groupBox1.Name    = "groupBox1";
     this.groupBox1.TabStop = false;
     //
     // chkHasZ
     //
     this.chkHasZ.AccessibleDescription = null;
     this.chkHasZ.AccessibleName        = null;
     resources.ApplyResources(this.chkHasZ, "chkHasZ");
     this.chkHasZ.BackgroundImage         = null;
     this.chkHasZ.Font                    = null;
     this.chkHasZ.Name                    = "chkHasZ";
     this.chkHasZ.UseVisualStyleBackColor = true;
     //
     // cmbGeometry
     //
     this.cmbGeometry.AccessibleDescription = null;
     this.cmbGeometry.AccessibleName        = null;
     resources.ApplyResources(this.cmbGeometry, "cmbGeometry");
     this.cmbGeometry.BackgroundImage   = null;
     this.cmbGeometry.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbGeometry.Font              = null;
     this.cmbGeometry.FormattingEnabled = true;
     this.cmbGeometry.Items.AddRange(new object[] {
         resources.GetString("cmbGeometry.Items"),
         resources.GetString("cmbGeometry.Items1"),
         resources.GetString("cmbGeometry.Items2")
     });
     this.cmbGeometry.Name = "cmbGeometry";
     //
     // label2
     //
     this.label2.AccessibleDescription = null;
     this.label2.AccessibleName        = null;
     resources.ApplyResources(this.label2, "label2");
     this.label2.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.label2.Name      = "label2";
     //
     // label1
     //
     this.label1.AccessibleDescription = null;
     this.label1.AccessibleName        = null;
     resources.ApplyResources(this.label1, "label1");
     this.label1.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.label1.Name      = "label1";
     //
     // tabData
     //
     this.tabData.AccessibleDescription = null;
     this.tabData.AccessibleName        = null;
     resources.ApplyResources(this.tabData, "tabData");
     this.tabData.BackgroundImage = null;
     this.tabData.Controls.Add(this.dataGridView1);
     this.tabData.Controls.Add(this.splitter1);
     this.tabData.Controls.Add(this.pgField);
     this.tabData.Font = null;
     this.tabData.Name = "tabData";
     this.tabData.UseVisualStyleBackColor = true;
     //
     // dataGridView1
     //
     this.dataGridView1.AccessibleDescription = null;
     this.dataGridView1.AccessibleName        = null;
     resources.ApplyResources(this.dataGridView1, "dataGridView1");
     this.dataGridView1.AutoGenerateColumns         = false;
     this.dataGridView1.BackgroundImage             = null;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colFieldName,
         this.colFieldtype
     });
     this.dataGridView1.DataMember            = "Table1";
     this.dataGridView1.DataSource            = this.dsFields;
     this.dataGridView1.Font                  = null;
     this.dataGridView1.Name                  = "dataGridView1";
     this.dataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
     this.dataGridView1.RowEnter             += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_RowEnter);
     this.dataGridView1.CellEndEdit          += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellEndEdit);
     this.dataGridView1.DataError            += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dataGridView1_DataError);
     //
     // colFieldName
     //
     this.colFieldName.DataPropertyName = "FieldName";
     resources.ApplyResources(this.colFieldName, "colFieldName");
     this.colFieldName.Name = "colFieldName";
     //
     // colFieldtype
     //
     this.colFieldtype.DataPropertyName = "FieldType";
     resources.ApplyResources(this.colFieldtype, "colFieldtype");
     this.colFieldtype.Name      = "colFieldtype";
     this.colFieldtype.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.colFieldtype.SortMode  = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     //
     // dsFields
     //
     this.dsFields.DataSetName = "NewDataSet";
     this.dsFields.Tables.AddRange(new System.Data.DataTable[] {
         this.dataTable1
     });
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
         this.dsFieldName,
         this.dsFieldType,
         this.dsFieldField
     });
     this.dataTable1.TableName = "Table1";
     //
     // dsFieldName
     //
     this.dsFieldName.ColumnName   = "FieldName";
     this.dsFieldName.DefaultValue = "";
     //
     // dsFieldType
     //
     this.dsFieldType.ColumnName   = "FieldType";
     this.dsFieldType.DataType     = typeof(gView.Framework.Data.FieldType);
     this.dsFieldType.DefaultValue = gView.Framework.Data.FieldType.String;
     //
     // dsFieldField
     //
     this.dsFieldField.ColumnName = "FieldField";
     this.dsFieldField.DataType   = typeof(gView.Framework.Data.Field);
     //
     // splitter1
     //
     this.splitter1.AccessibleDescription = null;
     this.splitter1.AccessibleName        = null;
     resources.ApplyResources(this.splitter1, "splitter1");
     this.splitter1.BackgroundImage = null;
     this.splitter1.Font            = null;
     this.splitter1.Name            = "splitter1";
     this.splitter1.TabStop         = false;
     //
     // pgField
     //
     this.pgField.AccessibleDescription = null;
     this.pgField.AccessibleName        = null;
     resources.ApplyResources(this.pgField, "pgField");
     this.pgField.BackgroundImage = null;
     this.pgField.Font            = null;
     this.pgField.Name            = "pgField";
     this.pgField.ToolbarVisible  = false;
     //
     // txtFCName
     //
     this.txtFCName.AccessibleDescription = null;
     this.txtFCName.AccessibleName        = null;
     resources.ApplyResources(this.txtFCName, "txtFCName");
     this.txtFCName.BackgroundImage = null;
     this.txtFCName.Font            = null;
     this.txtFCName.Name            = "txtFCName";
     //
     // label3
     //
     this.label3.AccessibleDescription = null;
     this.label3.AccessibleName        = null;
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // panel2
     //
     this.panel2.AccessibleDescription = null;
     this.panel2.AccessibleName        = null;
     resources.ApplyResources(this.panel2, "panel2");
     this.panel2.BackgroundImage = null;
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Controls.Add(this.btnCancel);
     this.panel2.Font = null;
     this.panel2.Name = "panel2";
     //
     // panel3
     //
     this.panel3.AccessibleDescription = null;
     this.panel3.AccessibleName        = null;
     resources.ApplyResources(this.panel3, "panel3");
     this.panel3.BackgroundImage = null;
     this.panel3.Controls.Add(this.btnOK);
     this.panel3.Font = null;
     this.panel3.Name = "panel3";
     //
     // btnOK
     //
     this.btnOK.AccessibleDescription = null;
     this.btnOK.AccessibleName        = null;
     resources.ApplyResources(this.btnOK, "btnOK");
     this.btnOK.BackgroundImage         = null;
     this.btnOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Font                    = null;
     this.btnOK.Name                    = "btnOK";
     this.btnOK.UseVisualStyleBackColor = true;
     //
     // btnCancel
     //
     this.btnCancel.AccessibleDescription = null;
     this.btnCancel.AccessibleName        = null;
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.BackgroundImage         = null;
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Font                    = null;
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // dataGridViewComboBoxColumn1
     //
     this.dataGridViewComboBoxColumn1.DataPropertyName = "FieldType";
     resources.ApplyResources(this.dataGridViewComboBoxColumn1, "dataGridViewComboBoxColumn1");
     this.dataGridViewComboBoxColumn1.Name      = "dataGridViewComboBoxColumn1";
     this.dataGridViewComboBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewComboBoxColumn1.SortMode  = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     //
     // panel1
     //
     this.panel1.AccessibleDescription = null;
     this.panel1.AccessibleName        = null;
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.BackgroundImage = null;
     this.panel1.Controls.Add(this.txtFCName);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Font = null;
     this.panel1.Name = "panel1";
     //
     // spatialIndexControl
     //
     this.spatialIndexControl.AccessibleDescription = null;
     this.spatialIndexControl.AccessibleName        = null;
     resources.ApplyResources(this.spatialIndexControl, "spatialIndexControl");
     this.spatialIndexControl.BackgroundImage = null;
     point1.M                        = 0;
     point1.X                        = 0;
     point1.Y                        = 0;
     point1.Z                        = 0;
     envelope1.Center                = point1;
     point2.M                        = 0;
     point2.X                        = 0;
     point2.Y                        = 0;
     point2.Z                        = 0;
     envelope1.LowerLeft             = point2;
     point3.M                        = 0;
     point3.X                        = 0;
     point3.Y                        = 0;
     point3.Z                        = 0;
     envelope1.LowerRight            = point3;
     envelope1.maxx                  = 0;
     envelope1.maxy                  = 0;
     envelope1.minx                  = 0;
     envelope1.miny                  = 0;
     point4.M                        = 0;
     point4.X                        = 0;
     point4.Y                        = 0;
     point4.Z                        = 0;
     envelope1.UpperLeft             = point4;
     point5.M                        = 0;
     point5.X                        = 0;
     point5.Y                        = 0;
     point5.Z                        = 0;
     envelope1.UpperRight            = point5;
     this.spatialIndexControl.Extent = envelope1;
     this.spatialIndexControl.Font   = null;
     this.spatialIndexControl.Levels = 0;
     this.spatialIndexControl.Name   = "spatialIndexControl";
     //
     // FormNewFeatureclass
     //
     this.AccessibleDescription = null;
     this.AccessibleName        = null;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode   = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = null;
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.Font            = null;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon            = null;
     this.Name            = "FormNewFeatureclass";
     this.Shown          += new System.EventHandler(this.FormNewFeatureclass_Shown);
     this.tabControl1.ResumeLayout(false);
     this.tabGeometry.ResumeLayout(false);
     this.tabGeometry.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tabData.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsFields)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemple #2
0
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung.
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRebuildSpatialIndexDef));
     gView.Framework.Geometry.Envelope envelope1 = new gView.Framework.Geometry.Envelope();
     gView.Framework.Geometry.Point    point1    = new gView.Framework.Geometry.Point();
     gView.Framework.Geometry.Point    point2    = new gView.Framework.Geometry.Point();
     gView.Framework.Geometry.Point    point3    = new gView.Framework.Geometry.Point();
     gView.Framework.Geometry.Point    point4    = new gView.Framework.Geometry.Point();
     gView.Framework.Geometry.Point    point5    = new gView.Framework.Geometry.Point();
     this.spatialIndexControl1 = new gView.Framework.UI.Controls.SpatialIndexControl();
     this.btnOK    = new System.Windows.Forms.Button();
     this.btnClose = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // spatialIndexControl1
     //
     this.spatialIndexControl1.AccessibleDescription = null;
     this.spatialIndexControl1.AccessibleName        = null;
     resources.ApplyResources(this.spatialIndexControl1, "spatialIndexControl1");
     this.spatialIndexControl1.BackgroundImage = null;
     point1.M                         = 0;
     point1.X                         = 0;
     point1.Y                         = 0;
     point1.Z                         = 0;
     envelope1.Center                 = point1;
     point2.M                         = 0;
     point2.X                         = 0;
     point2.Y                         = 0;
     point2.Z                         = 0;
     envelope1.LowerLeft              = point2;
     point3.M                         = 0;
     point3.X                         = 0;
     point3.Y                         = 0;
     point3.Z                         = 0;
     envelope1.LowerRight             = point3;
     envelope1.maxx                   = 0;
     envelope1.maxy                   = 0;
     envelope1.minx                   = 0;
     envelope1.miny                   = 0;
     point4.M                         = 0;
     point4.X                         = 0;
     point4.Y                         = 0;
     point4.Z                         = 0;
     envelope1.UpperLeft              = point4;
     point5.M                         = 0;
     point5.X                         = 0;
     point5.Y                         = 0;
     point5.Z                         = 0;
     envelope1.UpperRight             = point5;
     this.spatialIndexControl1.Extent = envelope1;
     this.spatialIndexControl1.Font   = null;
     this.spatialIndexControl1.Levels = 0;
     this.spatialIndexControl1.Name   = "spatialIndexControl1";
     //
     // btnOK
     //
     this.btnOK.AccessibleDescription = null;
     this.btnOK.AccessibleName        = null;
     resources.ApplyResources(this.btnOK, "btnOK");
     this.btnOK.BackgroundImage         = null;
     this.btnOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Font                    = null;
     this.btnOK.Name                    = "btnOK";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click                  += new System.EventHandler(this.btnOK_Click);
     //
     // btnClose
     //
     this.btnClose.AccessibleDescription = null;
     this.btnClose.AccessibleName        = null;
     resources.ApplyResources(this.btnClose, "btnClose");
     this.btnClose.BackgroundImage         = null;
     this.btnClose.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Font                    = null;
     this.btnClose.Name                    = "btnClose";
     this.btnClose.UseVisualStyleBackColor = true;
     //
     // FormRebuildSpatialIndexDef
     //
     this.AccessibleDescription = null;
     this.AccessibleName        = null;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode   = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = null;
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.spatialIndexControl1);
     this.Font            = null;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon            = null;
     this.Name            = "FormRebuildSpatialIndexDef";
     this.ResumeLayout(false);
 }
Exemple #3
0
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung.
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(FormNewDataset));
     gView.Framework.Geometry.Envelope         envelope3             = new gView.Framework.Geometry.Envelope();
     gView.Framework.Geometry.Point            point11               = new gView.Framework.Geometry.Point();
     gView.Framework.Geometry.Point            point12               = new gView.Framework.Geometry.Point();
     gView.Framework.Geometry.Point            point13               = new gView.Framework.Geometry.Point();
     gView.Framework.Geometry.Point            point14               = new gView.Framework.Geometry.Point();
     gView.Framework.Geometry.Point            point15               = new gView.Framework.Geometry.Point();
     gView.Framework.Data.gViewSpatialIndexDef gViewSpatialIndexDef2 = new gView.Framework.Data.gViewSpatialIndexDef();
     gView.Framework.Geometry.Envelope         envelope4             = new gView.Framework.Geometry.Envelope();
     gView.Framework.Geometry.Point            point16               = new gView.Framework.Geometry.Point();
     gView.Framework.Geometry.Point            point17               = new gView.Framework.Geometry.Point();
     gView.Framework.Geometry.Point            point18               = new gView.Framework.Geometry.Point();
     gView.Framework.Geometry.Point            point19               = new gView.Framework.Geometry.Point();
     gView.Framework.Geometry.Point            point20               = new gView.Framework.Geometry.Point();
     this.btnGetImageSpace         = new System.Windows.Forms.Button();
     this.txtImageSpace            = new System.Windows.Forms.TextBox();
     this.radioButton2             = new System.Windows.Forms.RadioButton();
     this.radioButton1             = new System.Windows.Forms.RadioButton();
     this.txtName                  = new System.Windows.Forms.TextBox();
     this.label2                   = new System.Windows.Forms.Label();
     this.label1                   = new System.Windows.Forms.Label();
     this.cmbType                  = new System.Windows.Forms.ComboBox();
     this.panel2                   = new System.Windows.Forms.Panel();
     this.panel3                   = new System.Windows.Forms.Panel();
     this.btnOK                    = new System.Windows.Forms.Button();
     this.btnCancel                = new System.Windows.Forms.Button();
     this.tabControl1              = new System.Windows.Forms.TabControl();
     this.tabPage1                 = new System.Windows.Forms.TabPage();
     this.radioButton3             = new System.Windows.Forms.RadioButton();
     this.tabSpatialIndex          = new System.Windows.Forms.TabPage();
     this.spatialIndexControl      = new gView.Framework.UI.Controls.SpatialIndexControl();
     this.tabAdditionalFields      = new System.Windows.Forms.TabPage();
     this.additionalFieldsControl1 = new gView.Framework.UI.Controls.AdditionalFieldsControl();
     this.panel4                   = new System.Windows.Forms.Panel();
     this.tabPage2                 = new System.Windows.Forms.TabPage();
     this.folderBrowserDialog1     = new System.Windows.Forms.FolderBrowserDialog();
     this.panel1                   = new System.Windows.Forms.Panel();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabSpatialIndex.SuspendLayout();
     this.tabAdditionalFields.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnGetImageSpace
     //
     this.btnGetImageSpace.AccessibleDescription = null;
     this.btnGetImageSpace.AccessibleName        = null;
     resources.ApplyResources(this.btnGetImageSpace, "btnGetImageSpace");
     this.btnGetImageSpace.BackgroundImage         = null;
     this.btnGetImageSpace.Font                    = null;
     this.btnGetImageSpace.Name                    = "btnGetImageSpace";
     this.btnGetImageSpace.UseVisualStyleBackColor = true;
     this.btnGetImageSpace.Click                  += new System.EventHandler(this.btnGetImageSpace_Click);
     //
     // txtImageSpace
     //
     this.txtImageSpace.AccessibleDescription = null;
     this.txtImageSpace.AccessibleName        = null;
     resources.ApplyResources(this.txtImageSpace, "txtImageSpace");
     this.txtImageSpace.BackgroundImage = null;
     this.txtImageSpace.Font            = null;
     this.txtImageSpace.Name            = "txtImageSpace";
     //
     // radioButton2
     //
     this.radioButton2.AccessibleDescription = null;
     this.radioButton2.AccessibleName        = null;
     resources.ApplyResources(this.radioButton2, "radioButton2");
     this.radioButton2.BackgroundImage         = null;
     this.radioButton2.Font                    = null;
     this.radioButton2.Name                    = "radioButton2";
     this.radioButton2.UseVisualStyleBackColor = true;
     //
     // radioButton1
     //
     this.radioButton1.AccessibleDescription = null;
     this.radioButton1.AccessibleName        = null;
     resources.ApplyResources(this.radioButton1, "radioButton1");
     this.radioButton1.BackgroundImage         = null;
     this.radioButton1.Font                    = null;
     this.radioButton1.Name                    = "radioButton1";
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // txtName
     //
     this.txtName.AccessibleDescription = null;
     this.txtName.AccessibleName        = null;
     resources.ApplyResources(this.txtName, "txtName");
     this.txtName.BackgroundImage = null;
     this.txtName.Font            = null;
     this.txtName.Name            = "txtName";
     //
     // label2
     //
     this.label2.AccessibleDescription = null;
     this.label2.AccessibleName        = null;
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // label1
     //
     this.label1.AccessibleDescription = null;
     this.label1.AccessibleName        = null;
     resources.ApplyResources(this.label1, "label1");
     this.label1.Font = null;
     this.label1.Name = "label1";
     //
     // cmbType
     //
     this.cmbType.AccessibleDescription = null;
     this.cmbType.AccessibleName        = null;
     resources.ApplyResources(this.cmbType, "cmbType");
     this.cmbType.BackgroundImage   = null;
     this.cmbType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbType.Font              = null;
     this.cmbType.FormattingEnabled = true;
     this.cmbType.Items.AddRange(new object[] {
         resources.GetString("cmbType.Items"),
         resources.GetString("cmbType.Items1")
     });
     this.cmbType.Name = "cmbType";
     this.cmbType.SelectedIndexChanged += new System.EventHandler(this.cmbType_SelectedIndexChanged);
     //
     // panel2
     //
     this.panel2.AccessibleDescription = null;
     this.panel2.AccessibleName        = null;
     resources.ApplyResources(this.panel2, "panel2");
     this.panel2.BackgroundImage = null;
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Controls.Add(this.btnCancel);
     this.panel2.Font = null;
     this.panel2.Name = "panel2";
     //
     // panel3
     //
     this.panel3.AccessibleDescription = null;
     this.panel3.AccessibleName        = null;
     resources.ApplyResources(this.panel3, "panel3");
     this.panel3.BackgroundImage = null;
     this.panel3.Controls.Add(this.btnOK);
     this.panel3.Font = null;
     this.panel3.Name = "panel3";
     //
     // btnOK
     //
     this.btnOK.AccessibleDescription = null;
     this.btnOK.AccessibleName        = null;
     resources.ApplyResources(this.btnOK, "btnOK");
     this.btnOK.BackgroundImage         = null;
     this.btnOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Font                    = null;
     this.btnOK.Name                    = "btnOK";
     this.btnOK.UseVisualStyleBackColor = true;
     //
     // btnCancel
     //
     this.btnCancel.AccessibleDescription = null;
     this.btnCancel.AccessibleName        = null;
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.BackgroundImage         = null;
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Font                    = null;
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // tabControl1
     //
     this.tabControl1.AccessibleDescription = null;
     this.tabControl1.AccessibleName        = null;
     resources.ApplyResources(this.tabControl1, "tabControl1");
     this.tabControl1.BackgroundImage = null;
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabSpatialIndex);
     this.tabControl1.Controls.Add(this.tabAdditionalFields);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Font                  = null;
     this.tabControl1.Name                  = "tabControl1";
     this.tabControl1.SelectedIndex         = 0;
     this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
     //
     // tabPage1
     //
     this.tabPage1.AccessibleDescription = null;
     this.tabPage1.AccessibleName        = null;
     resources.ApplyResources(this.tabPage1, "tabPage1");
     this.tabPage1.BackgroundImage = null;
     this.tabPage1.Controls.Add(this.radioButton3);
     this.tabPage1.Controls.Add(this.btnGetImageSpace);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Controls.Add(this.txtImageSpace);
     this.tabPage1.Controls.Add(this.radioButton1);
     this.tabPage1.Controls.Add(this.cmbType);
     this.tabPage1.Controls.Add(this.radioButton2);
     this.tabPage1.Font = null;
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // radioButton3
     //
     this.radioButton3.AccessibleDescription = null;
     this.radioButton3.AccessibleName        = null;
     resources.ApplyResources(this.radioButton3, "radioButton3");
     this.radioButton3.BackgroundImage         = null;
     this.radioButton3.Checked                 = true;
     this.radioButton3.Font                    = null;
     this.radioButton3.Name                    = "radioButton3";
     this.radioButton3.TabStop                 = true;
     this.radioButton3.UseVisualStyleBackColor = true;
     //
     // tabSpatialIndex
     //
     this.tabSpatialIndex.AccessibleDescription = null;
     this.tabSpatialIndex.AccessibleName        = null;
     resources.ApplyResources(this.tabSpatialIndex, "tabSpatialIndex");
     this.tabSpatialIndex.BackgroundImage = null;
     this.tabSpatialIndex.Controls.Add(this.spatialIndexControl);
     this.tabSpatialIndex.Font = null;
     this.tabSpatialIndex.Name = "tabSpatialIndex";
     this.tabSpatialIndex.UseVisualStyleBackColor = true;
     //
     // spatialIndexControl
     //
     this.spatialIndexControl.AccessibleDescription = null;
     this.spatialIndexControl.AccessibleName        = null;
     resources.ApplyResources(this.spatialIndexControl, "spatialIndexControl");
     this.spatialIndexControl.BackgroundImage = null;
     point11.M                       = 0;
     point11.X                       = 0;
     point11.Y                       = 0;
     point11.Z                       = 0;
     envelope3.Center                = point11;
     point12.M                       = 0;
     point12.X                       = 0;
     point12.Y                       = 0;
     point12.Z                       = 0;
     envelope3.LowerLeft             = point12;
     point13.M                       = 0;
     point13.X                       = 0;
     point13.Y                       = 0;
     point13.Z                       = 0;
     envelope3.LowerRight            = point13;
     envelope3.maxx                  = 0;
     envelope3.maxy                  = 0;
     envelope3.minx                  = 0;
     envelope3.miny                  = 0;
     point14.M                       = 0;
     point14.X                       = 0;
     point14.Y                       = 0;
     point14.Z                       = 0;
     envelope3.UpperLeft             = point14;
     point15.M                       = 0;
     point15.X                       = 0;
     point15.Y                       = 0;
     point15.Z                       = 0;
     envelope3.UpperRight            = point15;
     this.spatialIndexControl.Extent = envelope3;
     this.spatialIndexControl.Font   = null;
     this.spatialIndexControl.IndexTypeIsEditable = true;
     this.spatialIndexControl.Levels  = 0;
     this.spatialIndexControl.MSIndex = null;
     this.spatialIndexControl.Name    = "spatialIndexControl";
     gViewSpatialIndexDef2.Levels     = 0;
     gViewSpatialIndexDef2.MaxPerNode = 200;
     point16.M            = 0;
     point16.X            = 0;
     point16.Y            = 0;
     point16.Z            = 0;
     envelope4.Center     = point16;
     point17.M            = 0;
     point17.X            = 0;
     point17.Y            = 0;
     point17.Z            = 0;
     envelope4.LowerLeft  = point17;
     point18.M            = 0;
     point18.X            = 0;
     point18.Y            = 0;
     point18.Z            = 0;
     envelope4.LowerRight = point18;
     envelope4.maxx       = 0;
     envelope4.maxy       = 0;
     envelope4.minx       = 0;
     envelope4.miny       = 0;
     point19.M            = 0;
     point19.X            = 0;
     point19.Y            = 0;
     point19.Z            = 0;
     envelope4.UpperLeft  = point19;
     point20.M            = 0;
     point20.X            = 0;
     point20.Y            = 0;
     point20.Z            = 0;
     envelope4.UpperRight = point20;
     gViewSpatialIndexDef2.SpatialIndexBounds = envelope4;
     gViewSpatialIndexDef2.SpatialReference   = null;
     gViewSpatialIndexDef2.SplitRatio         = 0.55;
     this.spatialIndexControl.SpatialIndexDef = gViewSpatialIndexDef2;
     this.spatialIndexControl.Type            = gView.Framework.UI.Controls.SpatialIndexControl.IndexType.gView;
     //
     // tabAdditionalFields
     //
     this.tabAdditionalFields.AccessibleDescription = null;
     this.tabAdditionalFields.AccessibleName        = null;
     resources.ApplyResources(this.tabAdditionalFields, "tabAdditionalFields");
     this.tabAdditionalFields.BackgroundImage = null;
     this.tabAdditionalFields.Controls.Add(this.additionalFieldsControl1);
     this.tabAdditionalFields.Controls.Add(this.panel4);
     this.tabAdditionalFields.Font = null;
     this.tabAdditionalFields.Name = "tabAdditionalFields";
     this.tabAdditionalFields.UseVisualStyleBackColor = true;
     //
     // additionalFieldsControl1
     //
     this.additionalFieldsControl1.AccessibleDescription = null;
     this.additionalFieldsControl1.AccessibleName        = null;
     resources.ApplyResources(this.additionalFieldsControl1, "additionalFieldsControl1");
     this.additionalFieldsControl1.BackgroundImage = null;
     this.additionalFieldsControl1.Font            = null;
     this.additionalFieldsControl1.Name            = "additionalFieldsControl1";
     //
     // panel4
     //
     this.panel4.AccessibleDescription = null;
     this.panel4.AccessibleName        = null;
     resources.ApplyResources(this.panel4, "panel4");
     this.panel4.BackgroundImage = null;
     this.panel4.Font            = null;
     this.panel4.Name            = "panel4";
     //
     // tabPage2
     //
     this.tabPage2.AccessibleDescription = null;
     this.tabPage2.AccessibleName        = null;
     resources.ApplyResources(this.tabPage2, "tabPage2");
     this.tabPage2.BackgroundImage         = null;
     this.tabPage2.Font                    = null;
     this.tabPage2.Name                    = "tabPage2";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // folderBrowserDialog1
     //
     resources.ApplyResources(this.folderBrowserDialog1, "folderBrowserDialog1");
     //
     // panel1
     //
     this.panel1.AccessibleDescription = null;
     this.panel1.AccessibleName        = null;
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.BackgroundImage = null;
     this.panel1.Controls.Add(this.txtName);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Font = null;
     this.panel1.Name = "panel1";
     //
     // FormNewDataset
     //
     this.AccessibleDescription = null;
     this.AccessibleName        = null;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode   = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = null;
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.Font            = null;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Icon            = null;
     this.Name            = "FormNewDataset";
     this.Shown          += new System.EventHandler(this.FormNewDataset_Shown);
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.tabSpatialIndex.ResumeLayout(false);
     this.tabAdditionalFields.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemple #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     gView.Framework.Geometry.Envelope         envelope1             = new gView.Framework.Geometry.Envelope();
     gView.Framework.Geometry.Point            point1                = new gView.Framework.Geometry.Point();
     gView.Framework.Geometry.Point            point2                = new gView.Framework.Geometry.Point();
     gView.Framework.Geometry.Point            point3                = new gView.Framework.Geometry.Point();
     gView.Framework.Geometry.Point            point4                = new gView.Framework.Geometry.Point();
     gView.Framework.Geometry.Point            point5                = new gView.Framework.Geometry.Point();
     gView.Framework.Data.gViewSpatialIndexDef gViewSpatialIndexDef1 = new gView.Framework.Data.gViewSpatialIndexDef();
     gView.Framework.Geometry.Envelope         envelope2             = new gView.Framework.Geometry.Envelope();
     gView.Framework.Geometry.Point            point6                = new gView.Framework.Geometry.Point();
     gView.Framework.Geometry.Point            point7                = new gView.Framework.Geometry.Point();
     gView.Framework.Geometry.Point            point8                = new gView.Framework.Geometry.Point();
     gView.Framework.Geometry.Point            point9                = new gView.Framework.Geometry.Point();
     gView.Framework.Geometry.Point            point10               = new gView.Framework.Geometry.Point();
     this.btnOK                = new System.Windows.Forms.Button();
     this.btnCancel            = new System.Windows.Forms.Button();
     this.label1               = new System.Windows.Forms.Label();
     this.tabControl1          = new System.Windows.Forms.TabControl();
     this.tabPage1             = new System.Windows.Forms.TabPage();
     this.tabPage2             = new System.Windows.Forms.TabPage();
     this.btnLevelProperties   = new System.Windows.Forms.Button();
     this.cmbLevelType         = new System.Windows.Forms.ComboBox();
     this.numLevels            = new System.Windows.Forms.NumericUpDown();
     this.label10              = new System.Windows.Forms.Label();
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.label3               = new System.Windows.Forms.Label();
     this.label4               = new System.Windows.Forms.Label();
     this.numTileSizeX         = new System.Windows.Forms.NumericUpDown();
     this.numTileSizeY         = new System.Windows.Forms.NumericUpDown();
     this.label7               = new System.Windows.Forms.Label();
     this.label6               = new System.Windows.Forms.Label();
     this.numResolutionX       = new System.Windows.Forms.NumericUpDown();
     this.numResolutionY       = new System.Windows.Forms.NumericUpDown();
     this.cmbTileType          = new System.Windows.Forms.ComboBox();
     this.label9               = new System.Windows.Forms.Label();
     this.chkCreateTiles       = new System.Windows.Forms.CheckBox();
     this.btnGetCacheDirectory = new System.Windows.Forms.Button();
     this.txtCacheDirectory    = new System.Windows.Forms.TextBox();
     this.label8               = new System.Windows.Forms.Label();
     this.label5               = new System.Windows.Forms.Label();
     this.label2               = new System.Windows.Forms.Label();
     this.txtName              = new System.Windows.Forms.TextBox();
     this.txtGridDataset       = new System.Windows.Forms.TextBox();
     this.btnGetGridDataset    = new System.Windows.Forms.Button();
     this.btnImportFromGridDef = new System.Windows.Forms.Button();
     this.spatialIndexControl1 = new gView.Framework.UI.Controls.SpatialIndexControl();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numLevels)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numTileSizeX)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numTileSizeY)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numResolutionX)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numResolutionY)).BeginInit();
     this.SuspendLayout();
     //
     // btnOK
     //
     this.btnOK.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Location                = new System.Drawing.Point(308, 455);
     this.btnOK.Name                    = "btnOK";
     this.btnOK.Size                    = new System.Drawing.Size(75, 23);
     this.btnOK.TabIndex                = 0;
     this.btnOK.Text                    = "OK";
     this.btnOK.UseVisualStyleBackColor = true;
     //
     // btnCancel
     //
     this.btnCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(13, 455);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex                = 1;
     this.btnCancel.Text                    = "Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(13, 55);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(69, 13);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Grid Dataset:";
     //
     // tabControl1
     //
     this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Location      = new System.Drawing.Point(12, 151);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(371, 298);
     this.tabControl1.TabIndex      = 3;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.spatialIndexControl1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(363, 272);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Spatial Index/Grid Extent";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.btnLevelProperties);
     this.tabPage2.Controls.Add(this.cmbLevelType);
     this.tabPage2.Controls.Add(this.numLevels);
     this.tabPage2.Controls.Add(this.label10);
     this.tabPage2.Controls.Add(this.groupBox1);
     this.tabPage2.Controls.Add(this.cmbTileType);
     this.tabPage2.Controls.Add(this.label9);
     this.tabPage2.Controls.Add(this.chkCreateTiles);
     this.tabPage2.Controls.Add(this.btnGetCacheDirectory);
     this.tabPage2.Controls.Add(this.txtCacheDirectory);
     this.tabPage2.Controls.Add(this.label8);
     this.tabPage2.Controls.Add(this.label5);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(363, 272);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Tiles";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // btnLevelProperties
     //
     this.btnLevelProperties.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnLevelProperties.Location  = new System.Drawing.Point(313, 114);
     this.btnLevelProperties.Name      = "btnLevelProperties";
     this.btnLevelProperties.Size      = new System.Drawing.Size(32, 20);
     this.btnLevelProperties.TabIndex  = 24;
     this.btnLevelProperties.Text      = "...";
     this.btnLevelProperties.UseVisualStyleBackColor = true;
     this.btnLevelProperties.Click += new System.EventHandler(this.btnLevelProperties_Click);
     //
     // cmbLevelType
     //
     this.cmbLevelType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbLevelType.FormattingEnabled = true;
     this.cmbLevelType.Items.AddRange(new object[] {
         "Constant Imagesize",
         "Constant Geographic Tilesize"
     });
     this.cmbLevelType.Location = new System.Drawing.Point(129, 114);
     this.cmbLevelType.Name     = "cmbLevelType";
     this.cmbLevelType.Size     = new System.Drawing.Size(178, 21);
     this.cmbLevelType.TabIndex = 22;
     //
     // numLevels
     //
     this.numLevels.Location = new System.Drawing.Point(54, 114);
     this.numLevels.Maximum  = new decimal(new int[] {
         -727379969,
         232,
         0,
         0
     });
     this.numLevels.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numLevels.Name     = "numLevels";
     this.numLevels.Size     = new System.Drawing.Size(52, 20);
     this.numLevels.TabIndex = 10;
     this.numLevels.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numLevels.ValueChanged += new System.EventHandler(this.numLevels_ValueChanged);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(104, 117);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(26, 13);
     this.label10.TabIndex = 23;
     this.label10.Text     = "with";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.numTileSizeX);
     this.groupBox1.Controls.Add(this.numTileSizeY);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.numResolutionX);
     this.groupBox1.Controls.Add(this.numResolutionY);
     this.groupBox1.Location = new System.Drawing.Point(15, 13);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(332, 77);
     this.groupBox1.TabIndex = 21;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Geographic Tilesize/Resolution";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(14, 26);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(60, 13);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Tile Size X:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(14, 50);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(60, 13);
     this.label4.TabIndex = 5;
     this.label4.Text     = "Tile Size Y:";
     //
     // numTileSizeX
     //
     this.numTileSizeX.DecimalPlaces = 2;
     this.numTileSizeX.Location      = new System.Drawing.Point(74, 24);
     this.numTileSizeX.Maximum       = new decimal(new int[] {
         -727379969,
         232,
         0,
         0
     });
     this.numTileSizeX.Name     = "numTileSizeX";
     this.numTileSizeX.Size     = new System.Drawing.Size(67, 20);
     this.numTileSizeX.TabIndex = 7;
     this.numTileSizeX.Value    = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     //
     // numTileSizeY
     //
     this.numTileSizeY.DecimalPlaces = 2;
     this.numTileSizeY.Location      = new System.Drawing.Point(74, 48);
     this.numTileSizeY.Maximum       = new decimal(new int[] {
         -727379969,
         232,
         0,
         0
     });
     this.numTileSizeY.Name     = "numTileSizeY";
     this.numTileSizeY.Size     = new System.Drawing.Size(67, 20);
     this.numTileSizeY.TabIndex = 8;
     this.numTileSizeY.Value    = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(163, 50);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(70, 13);
     this.label7.TabIndex = 11;
     this.label7.Text     = "Resolution Y:";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(163, 26);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(70, 13);
     this.label6.TabIndex = 12;
     this.label6.Text     = "Resolution X:";
     //
     // numResolutionX
     //
     this.numResolutionX.DecimalPlaces = 3;
     this.numResolutionX.Location      = new System.Drawing.Point(235, 24);
     this.numResolutionX.Maximum       = new decimal(new int[] {
         -727379969,
         232,
         0,
         0
     });
     this.numResolutionX.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         458752
     });
     this.numResolutionX.Name     = "numResolutionX";
     this.numResolutionX.Size     = new System.Drawing.Size(67, 20);
     this.numResolutionX.TabIndex = 13;
     this.numResolutionX.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // numResolutionY
     //
     this.numResolutionY.DecimalPlaces = 3;
     this.numResolutionY.Location      = new System.Drawing.Point(235, 48);
     this.numResolutionY.Maximum       = new decimal(new int[] {
         -727379969,
         232,
         0,
         0
     });
     this.numResolutionY.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         458752
     });
     this.numResolutionY.Name     = "numResolutionY";
     this.numResolutionY.Size     = new System.Drawing.Size(67, 20);
     this.numResolutionY.TabIndex = 14;
     this.numResolutionY.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // cmbTileType
     //
     this.cmbTileType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbTileType.FormattingEnabled = true;
     this.cmbTileType.Items.AddRange(new object[] {
         "image/jpg\t",
         "image/png",
         "binary/float"
     });
     this.cmbTileType.Location = new System.Drawing.Point(72, 223);
     this.cmbTileType.Name     = "cmbTileType";
     this.cmbTileType.Size     = new System.Drawing.Size(121, 21);
     this.cmbTileType.TabIndex = 20;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(12, 226);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(54, 13);
     this.label9.TabIndex = 19;
     this.label9.Text     = "Tile Type:";
     //
     // chkCreateTiles
     //
     this.chkCreateTiles.AutoSize   = true;
     this.chkCreateTiles.Checked    = true;
     this.chkCreateTiles.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkCreateTiles.Location   = new System.Drawing.Point(15, 188);
     this.chkCreateTiles.Name       = "chkCreateTiles";
     this.chkCreateTiles.Size       = new System.Drawing.Size(124, 17);
     this.chkCreateTiles.TabIndex   = 18;
     this.chkCreateTiles.Text       = "Generate Tile Cache";
     this.chkCreateTiles.UseVisualStyleBackColor = true;
     //
     // btnGetCacheDirectory
     //
     this.btnGetCacheDirectory.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnGetCacheDirectory.Location  = new System.Drawing.Point(313, 162);
     this.btnGetCacheDirectory.Name      = "btnGetCacheDirectory";
     this.btnGetCacheDirectory.Size      = new System.Drawing.Size(32, 20);
     this.btnGetCacheDirectory.TabIndex  = 17;
     this.btnGetCacheDirectory.Text      = "...";
     this.btnGetCacheDirectory.UseVisualStyleBackColor = true;
     this.btnGetCacheDirectory.Click += new System.EventHandler(this.btnGetCacheDirectory_Click);
     //
     // txtCacheDirectory
     //
     this.txtCacheDirectory.Location = new System.Drawing.Point(15, 162);
     this.txtCacheDirectory.Name     = "txtCacheDirectory";
     this.txtCacheDirectory.Size     = new System.Drawing.Size(292, 20);
     this.txtCacheDirectory.TabIndex = 16;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(12, 145);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(86, 13);
     this.label8.TabIndex = 15;
     this.label8.Text     = "Cache Directory:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(12, 117);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(41, 13);
     this.label5.TabIndex = 9;
     this.label5.Text     = "Levels:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(44, 21);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(38, 13);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Name:";
     //
     // txtName
     //
     this.txtName.Location = new System.Drawing.Point(88, 18);
     this.txtName.Name     = "txtName";
     this.txtName.Size     = new System.Drawing.Size(275, 20);
     this.txtName.TabIndex = 8;
     this.txtName.Text     = "GRID1";
     //
     // txtGridDataset
     //
     this.txtGridDataset.Location = new System.Drawing.Point(88, 52);
     this.txtGridDataset.Name     = "txtGridDataset";
     this.txtGridDataset.Size     = new System.Drawing.Size(210, 20);
     this.txtGridDataset.TabIndex = 9;
     //
     // btnGetGridDataset
     //
     this.btnGetGridDataset.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnGetGridDataset.Location  = new System.Drawing.Point(298, 52);
     this.btnGetGridDataset.Name      = "btnGetGridDataset";
     this.btnGetGridDataset.Size      = new System.Drawing.Size(65, 20);
     this.btnGetGridDataset.TabIndex  = 10;
     this.btnGetGridDataset.Text      = "...";
     this.btnGetGridDataset.UseVisualStyleBackColor = true;
     this.btnGetGridDataset.Click += new System.EventHandler(this.btnGetGridDataset_Click);
     //
     // btnImportFromGridDef
     //
     this.btnImportFromGridDef.Location = new System.Drawing.Point(208, 144);
     this.btnImportFromGridDef.Name     = "btnImportFromGridDef";
     this.btnImportFromGridDef.Size     = new System.Drawing.Size(172, 23);
     this.btnImportFromGridDef.TabIndex = 11;
     this.btnImportFromGridDef.Text     = "Import from Grid Definition";
     this.btnImportFromGridDef.UseVisualStyleBackColor = true;
     this.btnImportFromGridDef.Click += new System.EventHandler(this.btnImportFromGridDef_Click);
     //
     // spatialIndexControl1
     //
     point1.M                         = 0;
     point1.X                         = 0;
     point1.Y                         = 0;
     point1.Z                         = 0;
     envelope1.Center                 = point1;
     point2.M                         = 0;
     point2.X                         = 0;
     point2.Y                         = 0;
     point2.Z                         = 0;
     envelope1.LowerLeft              = point2;
     point3.M                         = 0;
     point3.X                         = 0;
     point3.Y                         = 0;
     point3.Z                         = 0;
     envelope1.LowerRight             = point3;
     envelope1.maxx                   = 0;
     envelope1.maxy                   = 0;
     envelope1.minx                   = 0;
     envelope1.miny                   = 0;
     point4.M                         = 0;
     point4.X                         = 0;
     point4.Y                         = 0;
     point4.Z                         = 0;
     envelope1.UpperLeft              = point4;
     point5.M                         = 0;
     point5.X                         = 0;
     point5.Y                         = 0;
     point5.Z                         = 0;
     envelope1.UpperRight             = point5;
     this.spatialIndexControl1.Extent = envelope1;
     this.spatialIndexControl1.IndexTypeIsEditable = false;
     this.spatialIndexControl1.Levels   = 10;
     this.spatialIndexControl1.Location = new System.Drawing.Point(6, 6);
     this.spatialIndexControl1.MSIndex  = null;
     this.spatialIndexControl1.Name     = "spatialIndexControl1";
     this.spatialIndexControl1.Size     = new System.Drawing.Size(351, 273);
     gViewSpatialIndexDef1.Levels       = 10;
     gViewSpatialIndexDef1.MaxPerNode   = 200;
     point6.M             = 0;
     point6.X             = 0;
     point6.Y             = 0;
     point6.Z             = 0;
     envelope2.Center     = point6;
     point7.M             = 0;
     point7.X             = 0;
     point7.Y             = 0;
     point7.Z             = 0;
     envelope2.LowerLeft  = point7;
     point8.M             = 0;
     point8.X             = 0;
     point8.Y             = 0;
     point8.Z             = 0;
     envelope2.LowerRight = point8;
     envelope2.maxx       = 0;
     envelope2.maxy       = 0;
     envelope2.minx       = 0;
     envelope2.miny       = 0;
     point9.M             = 0;
     point9.X             = 0;
     point9.Y             = 0;
     point9.Z             = 0;
     envelope2.UpperLeft  = point9;
     point10.M            = 0;
     point10.X            = 0;
     point10.Y            = 0;
     point10.Z            = 0;
     envelope2.UpperRight = point10;
     gViewSpatialIndexDef1.SpatialIndexBounds  = envelope2;
     gViewSpatialIndexDef1.SpatialReference    = null;
     gViewSpatialIndexDef1.SplitRatio          = 0.55;
     this.spatialIndexControl1.SpatialIndexDef = gViewSpatialIndexDef1;
     this.spatialIndexControl1.TabIndex        = 0;
     this.spatialIndexControl1.Type            = gView.Framework.UI.Controls.SpatialIndexControl.IndexType.gView;
     //
     // FormNewTileGridClass
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(395, 490);
     this.Controls.Add(this.btnImportFromGridDef);
     this.Controls.Add(this.btnGetGridDataset);
     this.Controls.Add(this.txtGridDataset);
     this.Controls.Add(this.txtName);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "FormNewTileGridClass";
     this.Text            = "New Tile Grid Class";
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numLevels)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numTileSizeX)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numTileSizeY)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numResolutionX)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numResolutionY)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung.
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormXY));
     gView.Framework.Geometry.Point point1 = new gView.Framework.Geometry.Point();
     this.label1        = new System.Windows.Forms.Label();
     this.cmbSRef       = new System.Windows.Forms.ComboBox();
     this.btnGetSRef    = new System.Windows.Forms.Button();
     this.btnCancel     = new System.Windows.Forms.Button();
     this.btnOK         = new System.Windows.Forms.Button();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.coordControl1 = new CoordControl();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AccessibleDescription = null;
     this.label1.AccessibleName        = null;
     resources.ApplyResources(this.label1, "label1");
     this.label1.Font = null;
     this.label1.Name = "label1";
     //
     // cmbSRef
     //
     this.cmbSRef.AccessibleDescription = null;
     this.cmbSRef.AccessibleName        = null;
     resources.ApplyResources(this.cmbSRef, "cmbSRef");
     this.cmbSRef.BackgroundImage       = null;
     this.cmbSRef.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbSRef.Font                  = null;
     this.cmbSRef.FormattingEnabled     = true;
     this.cmbSRef.Name                  = "cmbSRef";
     this.cmbSRef.SelectedIndexChanged += new System.EventHandler(this.cmbSRef_SelectedIndexChanged);
     //
     // btnGetSRef
     //
     this.btnGetSRef.AccessibleDescription = null;
     this.btnGetSRef.AccessibleName        = null;
     resources.ApplyResources(this.btnGetSRef, "btnGetSRef");
     this.btnGetSRef.BackgroundImage         = null;
     this.btnGetSRef.Font                    = null;
     this.btnGetSRef.Name                    = "btnGetSRef";
     this.btnGetSRef.UseVisualStyleBackColor = true;
     this.btnGetSRef.Click                  += new System.EventHandler(this.btnGetSRef_Click);
     //
     // btnCancel
     //
     this.btnCancel.AccessibleDescription = null;
     this.btnCancel.AccessibleName        = null;
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.BackgroundImage         = null;
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Font                    = null;
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // btnOK
     //
     this.btnOK.AccessibleDescription = null;
     this.btnOK.AccessibleName        = null;
     resources.ApplyResources(this.btnOK, "btnOK");
     this.btnOK.BackgroundImage         = null;
     this.btnOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Font                    = null;
     this.btnOK.Name                    = "btnOK";
     this.btnOK.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.AccessibleDescription = null;
     this.groupBox1.AccessibleName        = null;
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.BackgroundImage = null;
     this.groupBox1.Controls.Add(this.coordControl1);
     this.groupBox1.Font    = null;
     this.groupBox1.Name    = "groupBox1";
     this.groupBox1.TabStop = false;
     //
     // coordControl1
     //
     this.coordControl1.AccessibleDescription = null;
     this.coordControl1.AccessibleName        = null;
     resources.ApplyResources(this.coordControl1, "coordControl1");
     this.coordControl1.BackgroundImage = null;
     this.coordControl1.Font            = null;
     this.coordControl1.Name            = "coordControl1";
     point1.M = 0;
     point1.X = 0;
     point1.Y = 0;
     point1.Z = 0;
     this.coordControl1.Point            = point1;
     this.coordControl1.SpatialReference = null;
     //
     // FormXY
     //
     this.AccessibleDescription = null;
     this.AccessibleName        = null;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode   = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = null;
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnGetSRef);
     this.Controls.Add(this.cmbSRef);
     this.Controls.Add(this.label1);
     this.Font            = null;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon            = null;
     this.Name            = "FormXY";
     this.Load           += new System.EventHandler(this.FormXY_Load);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }