Skip to content

Commit

Permalink
#Scaled = False
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 19, 2014
1 parent 1b5e8de commit 258bd8d
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 30 deletions.
7 changes: 4 additions & 3 deletions src/i-nex/.src/FDIMM.form
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Gambas Form File 3.0

{ Form Form
MoveScaled(0,0,68,77)
Move(0,0,476,539)
#Scaled = False
#Translate = False
Text = "Decode DIMMS"
Icon = Picture["i-nex.png"]
Resizable = False
{ ScrollView1 ScrollView
MoveScaled(0,0,68,73)
Move(0,0,474,510)
}
{ Button1 Button
MoveScaled(59,73,9,4)
Move(414,510,63,28)
#Translate = False
Font = Font["8"]
ToolTip = "Close this program"
Expand Down
19 changes: 11 additions & 8 deletions src/i-nex/.src/FEDID.form
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
# Gambas Form File 3.0

{ Form Form
MoveScaled(0,0,68,77)
Move(0,0,476,539)
#Scaled = False
#Translate = False
Font = Font["8"]
Text = "EDID"
Icon = Picture["i-nex.png"]
Resizable = False
{ Button1 Button
MoveScaled(59,73,9,4)
Font = Font["Bold,8"]
Text = ("Close")
Picture = Picture["icon:/16/quit"]
}
{ ScrollView1 ScrollView
MoveScaled(0,0,68,73)
Move(0,0,474,510)
}
{ Button1 Button
Move(414,510,63,28)
#Translate = False
Font = Font["8"]
ToolTip = "Close this program"
Text = "Close"
Picture = Picture["AppIcons/application-exit2.png"]
}
}
15 changes: 8 additions & 7 deletions src/i-nex/.src/FModules.form
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
# Gambas Form File 3.0

{ Form Form
MoveScaled(0,0,70,75)
Move(0,0,476,539)
#Scaled = False
#Translate = False
Expand = True
Text = "Modules information"
Icon = Picture["logo/i-nex.0.4.x.png"]
Resizable = False
{ HBox1 HBox
MoveScaled(0,0,70,4)
Move(0,0,474,24)
{ ComboBox1 ComboBox
MoveScaled(0,0,24,4)
Move(0,0,144,24)
Expand = True
ReadOnly = True
}
}
{ HBox3 HBox
MoveScaled(0,4,70,67)
Move(0,24,474,492)
{ TextArea1 TextArea
MoveScaled(0,0,11,11)
Move(0,0,66,66)
Expand = True
ReadOnly = True
}
}
{ HBox2 HBox
MoveScaled(0,71,70,4)
Move(0,516,474,24)
{ Button1 Button
MoveScaled(0,0,16,4)
Move(0,0,96,24)
Expand = True
Text = ("Close")
Picture = Picture["AppIcons/application-exit2.png"]
Expand Down
31 changes: 19 additions & 12 deletions src/i-nex/.src/ScreenShot.form
Original file line number Diff line number Diff line change
@@ -1,49 +1,56 @@
# Gambas Form File 3.0

{ Form Form
MoveScaled(0,0,68,77)
Move(0,0,476,539)
#Scaled = False
#Translate = False
Text = "Screen Shot"
Icon = Picture["logo/i-nex.0.4.x.png"]
Resizable = False
{ PictureBox1 PictureBox
MoveScaled(6,0,56,65)
Move(36,0,402,462)
Stretch = True
Border = Border.Plain
}
{ Button1 Button
MoveScaled(58,73,10,4)
Move(408,510,66,30)
Font = Font["Bold,8"]
Text = ("Save")
Picture = Picture["AppIcons/document-save.png"]
}
{ Button2 Button
MoveScaled(47,73,11,4)
Move(336,510,72,30)
Font = Font["Bold,8"]
Text = ("Cancel")
Picture = Picture["AppIcons/application-exit2.png"]
}
{ Label1 Label
MoveScaled(1,65,18,4)
Font = Font["Bold,11"]
Move(6,462,108,24)
Font = Font["Bold,8"]
Text = ("File name:")
}
{ Label2 Label
MoveScaled(1,69,20,4)
Font = Font["Bold,11"]
Move(6,486,120,24)
Font = Font["Bold,8"]
Text = ("Save directory:")
}
{ ButtonBox1 ButtonBox
MoveScaled(21,69,46,4)
Move(114,486,360,24)
Font = Font["9"]
ReadOnly = True
}
{ TextBox1 TextBox
MoveScaled(21,65,46,4)
Move(114,462,360,24)
Font = Font["9"]
}
{ ComboBox1 ComboBox
MoveScaled(38,73,9,4)
Move(270,510,66,30)
Font = Font["Bold,8"]
ReadOnly = True
}
{ SliderBox1 SliderBox
MoveScaled(0,73,38,4)
Move(6,510,264,24)
Font = Font["Bold,8"]
ToolTip = ("Picture quality")
}
}

0 comments on commit 258bd8d

Please sign in to comment.