Skip to content

Commit

Permalink
Changing the size and position of controls
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jun 28, 2014
1 parent 4e8bf62 commit c4676ae
Showing 1 changed file with 24 additions and 13 deletions.
37 changes: 24 additions & 13 deletions src/i-nex/.src/Finfosys.form
Original file line number Diff line number Diff line change
Expand Up @@ -111,17 +111,18 @@
Highlight = True
Index = 0
Text = ("CPUINFO")
{ Timer1 #Timer
{ !Timer1 #Timer
#Move(413,392)
Delay = 2000
#Public = True
Enabled = True
}
{ Label72 Label
Move(7,196,147,21)
#Translate = False
Font = Font["Bold,8"]
Foreground = &H9F300E&
Padding = 3
Text = "x86 64-Bit Extensions:"
Text = "x86 64-Bit Ext:"
Border = Border.Raised
}
{ ToolButton1 ToolButton
Expand All @@ -134,7 +135,7 @@
Font = Font["Bold,8"]
Foreground = &H9F300E&
Padding = 3
Text = "HW Virtualization:"
Text = "HW Virt:"
Border = Border.Raised
}
{ ToolButton2 ToolButton
Expand Down Expand Up @@ -174,7 +175,7 @@
{ Label19 Label
Move(280,133,63,21)
#Translate = False
Font = Font["Bold,8"]
Font = Font["Bold,7"]
Padding = 3
Text = "Label19"
Border = Border.Raised
Expand All @@ -190,31 +191,31 @@
{ Label97 Label
Move(7,133,70,21)
#Translate = False
Font = Font["Bold,8"]
Font = Font["Bold,7"]
Padding = 3
Text = "Label97"
Border = Border.Raised
}
{ Label6 Label
Move(77,133,70,21)
#Translate = False
Font = Font["Bold,8"]
Font = Font["Bold,7"]
Padding = 3
Text = "Label6"
Border = Border.Raised
}
{ Label7 Label
Move(147,133,70,21)
#Translate = False
Font = Font["Bold,8"]
Font = Font["Bold,7"]
Padding = 3
Text = "Label7"
Border = Border.Raised
}
{ Label8 Label
Move(217,133,63,21)
#Translate = False
Font = Font["Bold,8"]
Font = Font["Bold,7"]
Padding = 3
Text = "Label8"
Border = Border.Raised
Expand Down Expand Up @@ -412,9 +413,10 @@
Picture = Picture["AppIcons/dialog-ok.png"]
}
{ LCDLabel1 LCDLabel
Move(14,91,322,21)
Move(14,91,154,21)
#Translate = False
Font = Font["Bold,9"]
Text = "Temperature"
Alignment = Align.Left
Sheared = True
Padding = 3
Expand All @@ -434,6 +436,15 @@
Text = (".....: |Data from the manufacturer |:.....")
Alignment = Align.Center
}
{ LCDLabel2 LCDLabel
Move(14,112,168,21)
Font = Font["Bold,9"]
Text = ("Critical")
Alignment = Align.Left
Sheared = True
Padding = 3
HighlightColor = &HFF0000&
}
Index = 1
Text = ("CPUID")
{ ScrollView1 ScrollView
Expand Down Expand Up @@ -462,21 +473,21 @@
Border = Border.Raised
}
{ Label195 Label
Move(98,70,98,21)
Move(98,70,70,21)
Font = Font["Bold,8"]
Padding = 3
Text = ("Label195")
Border = Border.Raised
}
{ Label196 Label
Move(196,70,105,21)
Move(168,70,119,21)
Font = Font["Bold,8"]
Padding = 3
Text = ("Label196")
Border = Border.Raised
}
{ Label197 Label
Move(301,70,140,21)
Move(287,70,154,21)
Font = Font["Bold,8"]
Padding = 3
Text = ("Label197")
Expand Down

0 comments on commit c4676ae

Please sign in to comment.