Skip to content

Commit

Permalink
Cosmetics changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Dec 31, 2013
1 parent 8ae7ad6 commit 09c532b
Showing 1 changed file with 26 additions and 24 deletions.
50 changes: 26 additions & 24 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,490,525)
Move(0,0,476,525)
#Scaled = False
#Translate = False
Font = Font["Bold,8"]
Expand All @@ -10,7 +10,7 @@
Resizable = False
Padding = 3
{ HBox11 HBox
Move(150,492,156,36)
Move(140,497,245,28)
{ Label25 Label
Move(78,6,48,24)
Foreground = &HFF0000&
Expand All @@ -20,41 +20,43 @@
}
}
{ Button2 Button
Move(7,497,24,24)
Move(0,497,28,28)
#Translate = False
Font = Font["10"]
Font = Font["8"]
ToolTip = "Take a screenshot"
Picture = Picture["icon:/16/camera"]
}
{ Button3 Button
Move(70,497,24,24)
Move(84,497,28,28)
#Translate = False
Font = Font["10"]
Font = Font["8"]
ToolTip = "About this app"
Picture = Picture["icon:/16/help"]
}
{ Button1 Button
Move(399,497,84,24)
Move(399,497,77,28)
#Translate = False
Font = Font["10"]
Font = Font["8"]
ToolTip = "Close this program"
Text = "Close"
Picture = Picture["icon:/16/quit"]
}
{ Button12 Button
Move(49,497,24,24)
Move(56,497,28,28)
#Translate = False
Font = Font["8"]
ToolTip = "Generate report"
Picture = Picture["icon:/16/printer"]
}
{ Button13 Button
Move(28,497,24,24)
Move(28,497,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["icon:/16/important"]
}
{ TabStrip1 TabStrip
Move(7,7,476,490)
Move(0,0,476,497)
Font = Font["Bold,8"]
Padding = 3
Count = 11
Expand Down Expand Up @@ -534,31 +536,31 @@
{ TextLabel1 TextLabel
Move(7,21,455,21)
#Translate = False
Font = Font["Bold,10"]
Font = Font["Bold,8"]
Text = "TextLabel1"
Alignment = Align.Left
Border = Border.Raised
}
{ TextLabel2 TextLabel
Move(7,42,455,21)
#Translate = False
Font = Font["Bold,10"]
Font = Font["Bold,8"]
Text = "TextLabel2"
Alignment = Align.Left
Border = Border.Raised
}
{ TextLabel3 TextLabel
Move(7,63,455,21)
#Translate = False
Font = Font["Bold,10"]
Font = Font["Bold,8"]
Text = "TextLabel3"
Alignment = Align.Left
Border = Border.Raised
}
{ TextLabel4 TextLabel
Move(7,84,455,21)
#Translate = False
Font = Font["Bold,10"]
Font = Font["Bold,8"]
Text = "TextLabel4"
Alignment = Align.Left
Border = Border.Raised
Expand All @@ -572,23 +574,23 @@
{ TextLabel5 TextLabel
Move(7,21,455,21)
#Translate = False
Font = Font["Bold,10"]
Font = Font["Bold,8"]
Text = "TextLabel5"
Alignment = Align.Left
Border = Border.Raised
}
{ TextLabel6 TextLabel
Move(7,42,455,21)
#Translate = False
Font = Font["Bold,10"]
Font = Font["Bold,8"]
Text = "TextLabel6"
Alignment = Align.Left
Border = Border.Raised
}
{ TextLabel14 TextLabel
Move(7,63,455,21)
#Translate = False
Font = Font["Bold,10"]
Font = Font["Bold,8"]
Text = "TextLabel14"
Alignment = Align.Left
Border = Border.Raised
Expand All @@ -602,31 +604,31 @@
{ TextLabel8 TextLabel
Move(7,21,455,21)
#Translate = False
Font = Font["Bold,10"]
Font = Font["Bold,8"]
Text = "TextLabel8"
Alignment = Align.Left
Border = Border.Raised
}
{ TextLabel9 TextLabel
Move(7,42,455,21)
#Translate = False
Font = Font["Bold,10"]
Font = Font["Bold,8"]
Text = "TextLabel9"
Alignment = Align.Left
Border = Border.Raised
}
{ TextLabel10 TextLabel
Move(7,63,455,21)
#Translate = False
Font = Font["Bold,10"]
Font = Font["Bold,8"]
Text = "TextLabel10"
Alignment = Align.Left
Border = Border.Raised
}
{ TextLabel11 TextLabel
Move(7,84,455,21)
#Translate = False
Font = Font["Bold,10"]
Font = Font["Bold,8"]
Text = "TextLabel11"
Alignment = Align.Left
Border = Border.Raised
Expand All @@ -640,15 +642,15 @@
{ TextLabel12 TextLabel
Move(7,21,455,21)
#Translate = False
Font = Font["Bold,10"]
Font = Font["Bold,8"]
Text = "TextLabel12"
Alignment = Align.TopLeft
Border = Border.Raised
}
{ TextLabel13 TextLabel
Move(7,42,455,21)
#Translate = False
Font = Font["Bold,10"]
Font = Font["Bold,8"]
Text = "TextLabel13"
Alignment = Align.TopLeft
Border = Border.Raised
Expand Down

0 comments on commit 09c532b

Please sign in to comment.