last fixes

This commit is contained in:
Jonathan Jenne
2019-10-29 14:33:23 +01:00
parent 24e1fa2e04
commit b145bdf6b5
6 changed files with 44 additions and 40 deletions

View File

@@ -242,6 +242,7 @@ Partial Class frmStart
'
Me.GroupBox2.Controls.Add(Me.labelStatus)
Me.GroupBox2.Controls.Add(Me.labelRefresh)
Me.GroupBox2.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox2.Location = New System.Drawing.Point(15, 157)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(318, 64)
@@ -252,6 +253,7 @@ Partial Class frmStart
'labelRefresh
'
Me.labelRefresh.AutoSize = True
Me.labelRefresh.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.labelRefresh.Location = New System.Drawing.Point(8, 21)
Me.labelRefresh.Name = "labelRefresh"
Me.labelRefresh.Size = New System.Drawing.Size(132, 13)
@@ -260,10 +262,10 @@ Partial Class frmStart
'
'labelStatus
'
Me.labelStatus.AutoSize = True
Me.labelStatus.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.labelStatus.Location = New System.Drawing.Point(8, 34)
Me.labelStatus.Name = "labelStatus"
Me.labelStatus.Size = New System.Drawing.Size(38, 13)
Me.labelStatus.Size = New System.Drawing.Size(304, 27)
Me.labelStatus.TabIndex = 0
Me.labelStatus.Text = "Label3"
'