jj 07.12 3
This commit is contained in:
@@ -40,7 +40,7 @@ Partial Class frmGeodataSelect
|
||||
'ToolStrip1
|
||||
'
|
||||
Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
||||
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnSave, Me.ToolStripLabel1, Me.ToolStripLabel2, Me.txtLat, Me.ToolStripLabel4, Me.txtLon, Me.tsbtnactivate})
|
||||
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)
|
||||
@@ -49,7 +49,6 @@ Partial Class frmGeodataSelect
|
||||
'
|
||||
'btnSave
|
||||
'
|
||||
Me.btnSave.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
|
||||
Me.btnSave.Image = Global.DD_Record_Organiser.My.Resources.Resources.save_16xLG1
|
||||
Me.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.btnSave.Name = "btnSave"
|
||||
@@ -58,6 +57,7 @@ Partial Class frmGeodataSelect
|
||||
'
|
||||
'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)
|
||||
@@ -65,24 +65,28 @@ Partial Class frmGeodataSelect
|
||||
'
|
||||
'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"
|
||||
|
||||
Reference in New Issue
Block a user