jj 07.12 1

This commit is contained in:
JenneJ
2016-12-07 12:10:08 +01:00
parent 481e767a99
commit 1f154675a2
2 changed files with 79 additions and 60 deletions

View File

@@ -164,6 +164,7 @@ Partial Class frmGeodataNavigation
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]
'
'btnSave
@@ -175,10 +176,10 @@ Partial Class frmGeodataNavigation
Me.btnSave.Text = "Save"
Me.btnSave.UseVisualStyleBackColor = True
'
'Button1
'btnOpenMap
'
Me.btnOpenMap.Location = New System.Drawing.Point(277, 96)
Me.btnOpenMap.Name = "Button1"
Me.btnOpenMap.Name = "btnOpenMap"
Me.btnOpenMap.Size = New System.Drawing.Size(96, 33)
Me.btnOpenMap.TabIndex = 4
Me.btnOpenMap.Text = "Set on Map"
@@ -209,7 +210,6 @@ Partial Class frmGeodataNavigation
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.ReadOnly = True
Me.txtLon.Size = New System.Drawing.Size(260, 33)
Me.txtLon.TabIndex = 1
'
@@ -218,7 +218,6 @@ Partial Class frmGeodataNavigation
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.ReadOnly = True
Me.txtLat.Size = New System.Drawing.Size(260, 33)
Me.txtLat.TabIndex = 0
'