Skip to content
This repository was archived by the owner on Feb 19, 2023. It is now read-only.

Commit 2fa5d2c

Browse files
committed
feat: move indicators left
1 parent 1c3a341 commit 2fa5d2c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

frmMain.vb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -704,14 +704,14 @@ Friend Class frmMain
704704
Me.TestExecSL1.Location = New System.Drawing.Point(379, 6)
705705
Me.TestExecSL1.Name = "TestExecSL1"
706706
Me.TestExecSL1.OcxState = CType(resources.GetObject("TestExecSL1.OcxState"), System.Windows.Forms.AxHost.State)
707-
Me.TestExecSL1.Size = New System.Drawing.Size(40, 40)
707+
Me.TestExecSL1.Size = New System.Drawing.Size(64, 58)
708708
Me.TestExecSL1.TabIndex = 24
709709
Me.TestExecSL1.Visible = False
710710
'
711711
'SysBox
712712
'
713713
Me.SysBox.BackColor = System.Drawing.Color.Red
714-
Me.SysBox.Location = New System.Drawing.Point(512, 15)
714+
Me.SysBox.Location = New System.Drawing.Point(477, 15)
715715
Me.SysBox.Name = "SysBox"
716716
Me.SysBox.Size = New System.Drawing.Size(31, 29)
717717
Me.SysBox.TabIndex = 34
@@ -720,7 +720,7 @@ Friend Class frmMain
720720
'SysLabel
721721
'
722722
Me.SysLabel.AutoSize = True
723-
Me.SysLabel.Location = New System.Drawing.Point(481, 21)
723+
Me.SysLabel.Location = New System.Drawing.Point(446, 21)
724724
Me.SysLabel.Name = "SysLabel"
725725
Me.SysLabel.Size = New System.Drawing.Size(25, 14)
726726
Me.SysLabel.TabIndex = 35
@@ -729,7 +729,7 @@ Friend Class frmMain
729729
'FixLabel
730730
'
731731
Me.FixLabel.AutoSize = True
732-
Me.FixLabel.Location = New System.Drawing.Point(591, 23)
732+
Me.FixLabel.Location = New System.Drawing.Point(525, 21)
733733
Me.FixLabel.Name = "FixLabel"
734734
Me.FixLabel.Size = New System.Drawing.Size(19, 14)
735735
Me.FixLabel.TabIndex = 37
@@ -738,7 +738,7 @@ Friend Class frmMain
738738
'FixBox
739739
'
740740
Me.FixBox.BackColor = System.Drawing.Color.Red
741-
Me.FixBox.Location = New System.Drawing.Point(622, 17)
741+
Me.FixBox.Location = New System.Drawing.Point(556, 15)
742742
Me.FixBox.Name = "FixBox"
743743
Me.FixBox.Size = New System.Drawing.Size(31, 29)
744744
Me.FixBox.TabIndex = 36

0 commit comments

Comments
 (0)