This commit is contained in:
SchreiberM
2016-11-30 10:19:28 +01:00
parent c2f8ddd1c3
commit 0f374eecb2
37 changed files with 20587 additions and 10843 deletions

View File

@@ -24,10 +24,11 @@ Partial Class frmGeodataNavigation
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.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.MapControl1 = New DevExpress.XtraMap.MapControl()
Me.tsLabelRecordCount = New System.Windows.Forms.ToolStripStatusLabel()
Me.MapControl1 = New DevExpress.XtraMap.MapControl()
Me.StatusStrip1.SuspendLayout()
CType(Me.MapControl1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
@@ -49,6 +50,12 @@ Partial Class frmGeodataNavigation
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
@@ -62,12 +69,6 @@ Partial Class frmGeodataNavigation
Me.MapControl1.Size = New System.Drawing.Size(796, 452)
Me.MapControl1.TabIndex = 2
'
'tsLabelRecordCount
'
Me.tsLabelRecordCount.Name = "tsLabelRecordCount"
Me.tsLabelRecordCount.Size = New System.Drawing.Size(119, 17)
Me.tsLabelRecordCount.Text = "0 Elemente gefunden"
'
'frmGeodataNavigation
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -76,8 +77,10 @@ Partial Class frmGeodataNavigation
Me.Controls.Add(Me.MapControl1)
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 = "frmGeodataNavigation"
Me.Text = "Geodata Navigation"
Me.StatusStrip1.ResumeLayout(False)
Me.StatusStrip1.PerformLayout()
CType(Me.MapControl1, System.ComponentModel.ISupportInitialize).EndInit()