Skip to content

Commit

Permalink
Add refresh button to Drives
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Aug 3, 2014
1 parent 823950d commit 44d7186
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions I-Nex/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -1161,3 +1161,10 @@ Public Sub Button19_Click()
Network.IP_INFO()

End

Public Sub Button20_Click()

Disk_Drives._inits()
Disk_Drives._init_2()

End
10 changes: 7 additions & 3 deletions I-Nex/i-nex/.src/Finfosys.form
Original file line number Diff line number Diff line change
Expand Up @@ -1168,23 +1168,23 @@
Border = Border.Raised
}
{ !Label59 Label
Move(161,455,308,21)
Move(161,455,266,21)
#Public = True
#Translate = False
Font = Font["8,Bold"]
Padding = 3
Border = Border.Raised
}
{ !Label123 Label
Move(308,434,161,21)
Move(294,434,133,21)
#Public = True
Font = Font["8"]
Padding = 3
Text = ("Label123")
Border = Border.Raised
}
{ !Label124 Label
Move(161,434,147,21)
Move(161,434,133,21)
#Public = True
Font = Font["8"]
Padding = 3
Expand Down Expand Up @@ -1399,6 +1399,10 @@
Border = Border.Raised
Transparent = True
}
{ Button20 Button
Move(427,434,42,42)
Picture = Picture["AppIcons/view-refresh.png"]
}
Index = 5
Text = "System"
Picture = Picture["AppIcons/Finfosys/applications-system.png"]
Expand Down
Binary file added I-Nex/i-nex/AppIcons/view-refresh.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 44d7186

Please sign in to comment.