Skip to content

Commit

Permalink
Add icons to TabStrip
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 9, 2014
1 parent 6de521b commit be5e579
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 12 deletions.
34 changes: 22 additions & 12 deletions src/i-nex/.src/Finfosys.form
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Gambas Form File 3.0

{ Form Form
Move(0,0,476,525)
Move(0,0,476,539)
#Scaled = False
#Translate = False
Font = Font["Bold,8"]
Expand Down Expand Up @@ -43,7 +43,7 @@
}
}
{ HBox11 HBox
Move(112,497,77,28)
Move(112,511,77,28)
{ Label25 Label
Move(14,0,48,24)
Foreground = &HFF0000&
Expand All @@ -53,43 +53,43 @@
}
}
{ Button2 Button
Move(0,497,28,28)
Move(0,511,28,28)
#Translate = False
Font = Font["8"]
ToolTip = "Take a screenshot"
Picture = Picture["AppIcons/camera-photo.png"]
}
{ Button3 Button
Move(84,497,28,28)
Move(84,511,28,28)
#Translate = False
Font = Font["8"]
ToolTip = "About this app"
Picture = Picture["AppIcons/help-about.png"]
}
{ Button1 Button
Move(399,497,77,28)
Move(399,511,77,28)
#Translate = False
Font = Font["8"]
ToolTip = "Close this program"
Text = "Close"
Picture = Picture["AppIcons/application-exit2.png"]
}
{ Button12 Button
Move(56,497,28,28)
Move(56,511,28,28)
#Translate = False
Font = Font["8"]
ToolTip = "Generate report"
Picture = Picture["AppIcons/printer.png"]
}
{ Button13 Button
Move(28,497,28,28)
Move(28,511,28,28)
#Translate = False
Font = Font["8"]
ToolTip = "You found a bug in I-Nex?\nPlease click this button and write in forum about bug which you have found."
Picture = Picture["AppIcons/mail-mark-important.png"]
}
{ TabStrip1 TabStrip
Move(0,0,476,497)
Move(0,0,476,511)
Font = Font["Bold,8"]
PopupMenu = "Menu1"
Margin = True
Expand All @@ -98,6 +98,7 @@
TextFont = Font["8"]
Index = 0
Text = ("CPU")
Picture = Picture["AppIcons/Finfosys/cpu.png"]
{ Timer1 #Timer
#Move(413,378)
Delay = 2000
Expand Down Expand Up @@ -407,6 +408,7 @@
}
Index = 1
Text = ("GPU")
Picture = Picture["AppIcons/Finfosys/xorg.png"]
{ PictureBox1 PictureBox
Move(350,7,112,112)
Stretch = True
Expand Down Expand Up @@ -550,6 +552,7 @@
}
Index = 2
Text = ("Mobo")
Picture = Picture["AppIcons/Finfosys/hardinfo.png"]
{ Frame1 Frame
Move(0,0,469,112)
#Translate = False
Expand Down Expand Up @@ -680,6 +683,7 @@
}
Index = 3
Text = ("Audio")
Picture = Picture["AppIcons/Finfosys/audio-card.png"]
{ HBox21 HBox
Move(6,6,156,24)
{ ComboBox6 ComboBox
Expand Down Expand Up @@ -755,6 +759,7 @@
}
Index = 4
Text = ("Drives")
Picture = Picture["AppIcons/Finfosys/drive-harddisk-system.png"]
{ !Label41 Label
Move(301,7,161,21)
#Public = True
Expand Down Expand Up @@ -1101,6 +1106,7 @@
}
Index = 5
Text = ("System")
Picture = Picture["AppIcons/Finfosys/applications-system.png"]
{ Button5 Button
Move(406,434,28,28)
#Translate = False
Expand Down Expand Up @@ -1364,6 +1370,7 @@
}
Index = 7
Text = ("Memory")
Picture = Picture["AppIcons/Finfosys/utilities-system-monitor.png"]
{ TextLabel31 TextLabel
Move(7,280,126,21)
Text = ("Ram used:")
Expand Down Expand Up @@ -1454,6 +1461,7 @@
}
Index = 8
Text = ("Network")
Picture = Picture["AppIcons/Finfosys/network-wired.png"]
{ TextArea4 TextArea
Move(6,36,456,24)
Text = ("TextArea4")
Expand Down Expand Up @@ -1634,6 +1642,7 @@
}
Index = 9
Text = ("Battery")
Picture = Picture["AppIcons/Finfosys/battery.png"]
{ HPanel5 HPanel
Move(0,0,468,420)
{ Label20 Label
Expand Down Expand Up @@ -1814,6 +1823,7 @@
}
Index = 10
Text = ("USB | Input")
Picture = Picture["AppIcons/Finfosys/drive-harddisk-usb.png"]
{ HBox12 HBox
Move(0,0,468,24)
{ Label70 Label
Expand Down Expand Up @@ -1970,29 +1980,29 @@
Index = 0
}
{ ComboBox1 ComboBox
Move(308,497,91,28)
Move(308,511,91,28)
#Translate = False
Font = Font["Bold,8"]
ReadOnly = True
Text = "Select core"
}
{ ComboBox8 ComboBox
Move(308,497,91,28)
Move(308,511,91,28)
#Translate = False
Visible = False
ReadOnly = True
Text = "ComboBox8"
}
{ Button11 Button
Move(231,497,77,28)
Move(231,511,77,28)
Visible = False
Font = Font["Bold,8"]
ToolTip = ("Force detect EDID information from xrandr --verbose")
Text = ("Force")
Picture = Picture["icon:/16/make"]
}
{ !HBox19 HBox
Move(196,497,203,28)
Move(196,511,203,28)
#Public = True
Visible = False
{ !Button8 Button
Expand Down
Binary file added src/i-nex/AppIcons/Finfosys/applications-system.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/i-nex/AppIcons/Finfosys/audio-card.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/i-nex/AppIcons/Finfosys/battery.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/i-nex/AppIcons/Finfosys/cpu.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/i-nex/AppIcons/Finfosys/drive-harddisk-usb.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/i-nex/AppIcons/Finfosys/hardinfo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/i-nex/AppIcons/Finfosys/network-wired.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/i-nex/AppIcons/Finfosys/xorg.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 be5e579

Please sign in to comment.