_ Partial Class frmGeodataSelect 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() Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.btnSave = New System.Windows.Forms.ToolStripButton() Me.tsbtnactivate = New System.Windows.Forms.ToolStripButton() Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel() Me.txtLat = New System.Windows.Forms.ToolStripLabel() Me.ToolStripLabel4 = New System.Windows.Forms.ToolStripLabel() Me.txtLon = New System.Windows.Forms.ToolStripLabel() Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel() Me.MapControl1 = New DevExpress.XtraMap.MapControl() Me.ToolStrip1.SuspendLayout() CType(Me.MapControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'ToolStrip1 ' Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnSave, Me.tsbtnactivate, Me.ToolStripLabel2, Me.txtLat, Me.ToolStripLabel4, Me.txtLon, Me.ToolStripLabel1}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(934, 25) Me.ToolStrip1.TabIndex = 0 Me.ToolStrip1.Text = "ToolStrip1" ' 'btnSave ' Me.btnSave.Image = Global.DD_Record_Organizer.My.Resources.Resources.save_16xLG1 Me.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta Me.btnSave.Name = "btnSave" Me.btnSave.Size = New System.Drawing.Size(79, 22) Me.btnSave.Text = "Speichern" ' 'tsbtnactivate ' Me.tsbtnactivate.Image = Global.DD_Record_Organizer.My.Resources.Resources.base_globe_32 Me.tsbtnactivate.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbtnactivate.Name = "tsbtnactivate" Me.tsbtnactivate.Size = New System.Drawing.Size(148, 22) Me.tsbtnactivate.Text = "Aktiviere Mausauswahl" ' 'ToolStripLabel2 ' Me.ToolStripLabel2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripLabel2.Name = "ToolStripLabel2" Me.ToolStripLabel2.Size = New System.Drawing.Size(53, 22) Me.ToolStripLabel2.Text = "Latitude:" ' 'txtLat ' Me.txtLat.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.txtLat.Name = "txtLat" Me.txtLat.Size = New System.Drawing.Size(36, 22) Me.txtLat.Text = "txtLat" ' 'ToolStripLabel4 ' Me.ToolStripLabel4.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripLabel4.Name = "ToolStripLabel4" Me.ToolStripLabel4.Size = New System.Drawing.Size(64, 22) Me.ToolStripLabel4.Text = "Longitude:" ' 'txtLon ' Me.txtLon.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.txtLon.Name = "txtLon" Me.txtLon.Size = New System.Drawing.Size(40, 22) Me.txtLon.Text = "txtLon" ' 'ToolStripLabel1 ' Me.ToolStripLabel1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripLabel1.Font = New System.Drawing.Font("Segoe UI Semibold", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ToolStripLabel1.Name = "ToolStripLabel1" Me.ToolStripLabel1.Size = New System.Drawing.Size(146, 22) Me.ToolStripLabel1.Text = "Ausgewählte Koordinaten:" ' '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, 25) Me.MapControl1.Name = "MapControl1" Me.MapControl1.Size = New System.Drawing.Size(934, 442) Me.MapControl1.TabIndex = 1 ' 'frmGeodataSelect ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(934, 467) Me.Controls.Add(Me.MapControl1) Me.Controls.Add(Me.ToolStrip1) Me.Name = "frmGeodataSelect" Me.Text = "frmGeodataSelect" Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() CType(Me.MapControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip Friend WithEvents btnSave As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripLabel1 As System.Windows.Forms.ToolStripLabel Friend WithEvents ToolStripLabel2 As System.Windows.Forms.ToolStripLabel Friend WithEvents txtLat As System.Windows.Forms.ToolStripLabel Friend WithEvents ToolStripLabel4 As System.Windows.Forms.ToolStripLabel Friend WithEvents txtLon As System.Windows.Forms.ToolStripLabel Friend WithEvents MapControl1 As DevExpress.XtraMap.MapControl Friend WithEvents tsbtnactivate As System.Windows.Forms.ToolStripButton End Class