Skip to content

Commit

Permalink
Move Buttons and ComboBox
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 8, 2014
1 parent 1f19c68 commit 8acf8cc
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 142 deletions.
17 changes: 17 additions & 0 deletions src/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,23 @@ Public Sub TabStrip1_Click()
Else
ComboBox1.Visible = False
Endif
If TabStrip1.Current.Text = "GPU" Then
ComboBox8.Visible = True
Button11.Visible = True
Else
ComboBox8.Visible = False
Button11.Visible = False
Endif
If TabStrip1.Current.Text = "Drives" Then
HBox19.Visible = True
Button8.Visible = True
Button14.Visible = True
Else
HBox19.Visible = False
Button8.Visible = False
Button14.Visible = False
Endif
'
Me.Text = "I-Nex / " & TabStrip1.Current.Text

End
Expand Down

0 comments on commit 8acf8cc

Please sign in to comment.