_ Partial Class frmGeodataNavigation Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Wird vom Windows Form-Designer benötigt. Private components As System.ComponentModel.IContainer 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() Dim ImageTilesLayer1 As DevExpress.XtraMap.ImageTilesLayer = New DevExpress.XtraMap.ImageTilesLayer() Dim VectorItemsLayer1 As DevExpress.XtraMap.VectorItemsLayer = New DevExpress.XtraMap.VectorItemsLayer() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmGeodataNavigation)) Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.btnReload = New System.Windows.Forms.ToolStripButton() Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.tsLabelRecordCount = New System.Windows.Forms.ToolStripStatusLabel() Me.MapControl1 = New DevExpress.XtraMap.MapControl() Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl() Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage() Me.XtraTabPage2 = New DevExpress.XtraTab.XtraTabPage() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.GridControlGeo = New DevExpress.XtraGrid.GridControl() Me.grvwMain = New DevExpress.XtraGrid.Views.Grid.GridView() Me.btnDelete = New System.Windows.Forms.Button() Me.btnSave = New System.Windows.Forms.Button() Me.btnOpenMap = New System.Windows.Forms.Button() Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.txtLon = New System.Windows.Forms.TextBox() Me.txtLat = New System.Windows.Forms.TextBox() Me.ToolStrip1.SuspendLayout() Me.StatusStrip1.SuspendLayout() CType(Me.MapControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.XtraTabControl1.SuspendLayout() Me.XtraTabPage1.SuspendLayout() Me.XtraTabPage2.SuspendLayout() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() CType(Me.GridControlGeo, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.grvwMain, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnReload}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(1002, 25) Me.ToolStrip1.TabIndex = 0 Me.ToolStrip1.Text = "ToolStrip1" ' 'btnReload ' Me.btnReload.Image = Global.DD_Record_Organizer.My.Resources.Resources.refresh_16xLG Me.btnReload.ImageTransparentColor = System.Drawing.Color.Magenta Me.btnReload.Name = "btnReload" Me.btnReload.Size = New System.Drawing.Size(81, 22) Me.btnReload.Text = "Neu laden" ' 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsLabelRecordCount}) Me.StatusStrip1.Location = New System.Drawing.Point(0, 625) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(1002, 22) Me.StatusStrip1.TabIndex = 1 Me.StatusStrip1.Text = "StatusStrip1" ' 'tsLabelRecordCount ' Me.tsLabelRecordCount.Name = "tsLabelRecordCount" Me.tsLabelRecordCount.Size = New System.Drawing.Size(119, 17) Me.tsLabelRecordCount.Text = "0 Elemente gefunden" ' 'MapControl1 ' Me.MapControl1.Dock = System.Windows.Forms.DockStyle.Fill ImageTilesLayer1.Name = "ImageLayer" VectorItemsLayer1.Name = "VectorLayer" Me.MapControl1.Layers.Add(ImageTilesLayer1) Me.MapControl1.Layers.Add(VectorItemsLayer1) Me.MapControl1.Location = New System.Drawing.Point(0, 0) Me.MapControl1.Name = "MapControl1" Me.MapControl1.Size = New System.Drawing.Size(996, 572) Me.MapControl1.TabIndex = 2 ' 'XtraTabControl1 ' Me.XtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.XtraTabControl1.Location = New System.Drawing.Point(0, 25) Me.XtraTabControl1.Name = "XtraTabControl1" Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage1 Me.XtraTabControl1.Size = New System.Drawing.Size(1002, 600) Me.XtraTabControl1.TabIndex = 3 Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.XtraTabPage2}) ' 'XtraTabPage1 ' Me.XtraTabPage1.Controls.Add(Me.MapControl1) Me.XtraTabPage1.Name = "XtraTabPage1" Me.XtraTabPage1.Size = New System.Drawing.Size(996, 572) Me.XtraTabPage1.Text = "Geodaten anzeigen" ' 'XtraTabPage2 ' Me.XtraTabPage2.Controls.Add(Me.SplitContainer1) Me.XtraTabPage2.Name = "XtraTabPage2" Me.XtraTabPage2.Size = New System.Drawing.Size(996, 572) Me.XtraTabPage2.Text = "Geodaten bearbeiten" ' 'SplitContainer1 ' Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer1.Location = New System.Drawing.Point(0, 0) Me.SplitContainer1.Name = "SplitContainer1" Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer1.Panel1 ' Me.SplitContainer1.Panel1.Controls.Add(Me.GridControlGeo) ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.btnDelete) Me.SplitContainer1.Panel2.Controls.Add(Me.btnSave) Me.SplitContainer1.Panel2.Controls.Add(Me.btnOpenMap) Me.SplitContainer1.Panel2.Controls.Add(Me.Label2) Me.SplitContainer1.Panel2.Controls.Add(Me.Label1) Me.SplitContainer1.Panel2.Controls.Add(Me.txtLon) Me.SplitContainer1.Panel2.Controls.Add(Me.txtLat) Me.SplitContainer1.Panel2MinSize = 100 Me.SplitContainer1.Size = New System.Drawing.Size(996, 572) Me.SplitContainer1.SplitterDistance = 411 Me.SplitContainer1.TabIndex = 0 ' 'GridControlGeo ' Me.GridControlGeo.Dock = System.Windows.Forms.DockStyle.Fill Me.GridControlGeo.Location = New System.Drawing.Point(0, 0) Me.GridControlGeo.MainView = Me.grvwMain Me.GridControlGeo.Name = "GridControlGeo" Me.GridControlGeo.Size = New System.Drawing.Size(996, 411) Me.GridControlGeo.TabIndex = 0 Me.GridControlGeo.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.grvwMain}) ' 'grvwMain ' Me.grvwMain.Appearance.EvenRow.BackColor = System.Drawing.Color.Aqua Me.grvwMain.Appearance.EvenRow.Options.UseBackColor = True Me.grvwMain.GridControl = Me.GridControlGeo Me.grvwMain.Name = "grvwMain" Me.grvwMain.OptionsBehavior.Editable = False Me.grvwMain.OptionsBehavior.ReadOnly = True Me.grvwMain.OptionsSelection.EnableAppearanceFocusedCell = False Me.grvwMain.OptionsSelection.EnableAppearanceFocusedRow = False Me.grvwMain.OptionsSelection.EnableAppearanceHideSelection = False Me.grvwMain.OptionsSelection.MultiSelect = True Me.grvwMain.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect Me.grvwMain.OptionsView.ColumnAutoWidth = False Me.grvwMain.OptionsView.EnableAppearanceEvenRow = True Me.grvwMain.OptionsView.ShowAutoFilterRow = True Me.grvwMain.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.[True] ' 'btnDelete ' Me.btnDelete.Image = Global.DD_Record_Organizer.My.Resources.Resources.delete Me.btnDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnDelete.Location = New System.Drawing.Point(379, 96) Me.btnDelete.Name = "btnDelete" Me.btnDelete.Size = New System.Drawing.Size(96, 33) Me.btnDelete.TabIndex = 6 Me.btnDelete.Text = "Löschen" Me.btnDelete.UseVisualStyleBackColor = True ' 'btnSave ' Me.btnSave.Image = Global.DD_Record_Organizer.My.Resources.Resources.save_16xLG Me.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnSave.Location = New System.Drawing.Point(277, 96) Me.btnSave.Name = "btnSave" Me.btnSave.Size = New System.Drawing.Size(96, 33) Me.btnSave.TabIndex = 5 Me.btnSave.Text = "Speichern" Me.btnSave.UseVisualStyleBackColor = True ' 'btnOpenMap ' Me.btnOpenMap.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnOpenMap.Location = New System.Drawing.Point(277, 41) Me.btnOpenMap.Name = "btnOpenMap" Me.btnOpenMap.Size = New System.Drawing.Size(198, 33) Me.btnOpenMap.TabIndex = 4 Me.btnOpenMap.Text = "Auf Karte setzen" Me.btnOpenMap.UseVisualStyleBackColor = True ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(8, 77) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(68, 16) Me.Label2.TabIndex = 3 Me.Label2.Text = "Longitude:" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(8, 22) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(58, 16) Me.Label1.TabIndex = 2 Me.Label1.Text = "Latitude:" ' 'txtLon ' Me.txtLon.Font = New System.Drawing.Font("Tahoma", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtLon.Location = New System.Drawing.Point(11, 96) Me.txtLon.Name = "txtLon" Me.txtLon.Size = New System.Drawing.Size(260, 33) Me.txtLon.TabIndex = 1 ' 'txtLat ' Me.txtLat.Font = New System.Drawing.Font("Tahoma", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtLat.Location = New System.Drawing.Point(11, 41) Me.txtLat.Name = "txtLat" Me.txtLat.Size = New System.Drawing.Size(260, 33) Me.txtLat.TabIndex = 0 ' 'frmGeodataNavigation ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1002, 647) Me.Controls.Add(Me.XtraTabControl1) Me.Controls.Add(Me.StatusStrip1) Me.Controls.Add(Me.ToolStrip1) Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmGeodataNavigation" Me.Text = "Geodata Navigation" Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() CType(Me.MapControl1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.XtraTabControl1.ResumeLayout(False) Me.XtraTabPage1.ResumeLayout(False) Me.XtraTabPage2.ResumeLayout(False) Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel2.ResumeLayout(False) Me.SplitContainer1.Panel2.PerformLayout() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.ResumeLayout(False) CType(Me.GridControlGeo, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.grvwMain, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip Friend WithEvents MapControl1 As DevExpress.XtraMap.MapControl Friend WithEvents tsLabelRecordCount As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents XtraTabControl1 As DevExpress.XtraTab.XtraTabControl Friend WithEvents XtraTabPage1 As DevExpress.XtraTab.XtraTabPage Friend WithEvents XtraTabPage2 As DevExpress.XtraTab.XtraTabPage Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer Friend WithEvents GridControlGeo As DevExpress.XtraGrid.GridControl Friend WithEvents grvwMain As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents txtLon As System.Windows.Forms.TextBox Friend WithEvents txtLat As System.Windows.Forms.TextBox Friend WithEvents btnSave As System.Windows.Forms.Button Friend WithEvents btnOpenMap As System.Windows.Forms.Button Friend WithEvents btnReload As System.Windows.Forms.ToolStripButton Friend WithEvents btnDelete As System.Windows.Forms.Button End Class