This commit is contained in:
JenneJ
2017-03-14 15:38:25 +01:00
parent 93057172cd
commit 4c245e7e7b
4 changed files with 63 additions and 16 deletions

View File

@@ -26,12 +26,12 @@ Partial Class frmGeodataSelect
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.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel()
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.tsbtnactivate = New System.Windows.Forms.ToolStripButton()
Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel()
Me.MapControl1 = New DevExpress.XtraMap.MapControl()
Me.ToolStrip1.SuspendLayout()
CType(Me.MapControl1, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -55,13 +55,13 @@ Partial Class frmGeodataSelect
Me.btnSave.Size = New System.Drawing.Size(79, 22)
Me.btnSave.Text = "Speichern"
'
'ToolStripLabel1
'tsbtnactivate
'
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:"
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
'
@@ -91,13 +91,13 @@ Partial Class frmGeodataSelect
Me.txtLon.Size = New System.Drawing.Size(40, 22)
Me.txtLon.Text = "txtLon"
'
'tsbtnactivate
'ToolStripLabel1
'
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"
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
'