[Gambas-user] Release of gambas 1.9.42
Fabien Bodard
sirfabien at ...626...
Tue Sep 12 11:02:16 CEST 2006
this is the example of i want to say
without path saving and bookmarks combo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FCreateFile.class
Type: application/x-java
Size: 6790 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20060912/885ae16d/attachment.bin>
-------------- next part --------------
# Gambas Form File 1.0
{ Form Form
MoveScaled(0,0,86,60)
'Move(0,0,602,420)
Text = ("New file")
Icon = Picture["icon:/16/new"]
Arrangement = Arrange.Vertical
Spacing = 8
Padding = 8
{ HBox2 HBox
MoveScaled(1,-1,74,47)
'Move(7,-7,518,329)
Expand = True
Spacing = 3
{ lstType ListContainer
MoveScaled(1,2,23,32)
'Move(7,14,161,224)
{ panModule HBox
MoveScaled(0,0,39,6)
'Move(0,0,273,42)
Tag = "module"
Spacing = 8
Padding = 8
{ PictureBox2 PictureBox
MoveScaled(1,1,4,4)
'Move(7,7,28,28)
Picture = Picture["img/32/module.png"]
Stretch = True
Alignment = Align.Center
}
{ Label6 Label
MoveScaled(8,1,25,4)
'Move(56,7,175,28)
Text = ("Module")
}
}
{ HBox1 HBox
MoveScaled(0,6,39,6)
'Move(0,42,273,42)
Tag = "class"
Spacing = 8
Padding = 8
{ PictureBox1 PictureBox
MoveScaled(1,1,4,4)
'Move(7,7,28,28)
Picture = Picture["img/32/class.png"]
Stretch = True
Alignment = Align.Center
}
{ Label1 Label
MoveScaled(7,1,25,4)
'Move(49,7,175,28)
Text = ("Class")
}
}
{ panForm HBox
MoveScaled(0,12,39,6)
'Move(0,84,273,42)
Tag = "form"
Spacing = 8
Padding = 8
{ PictureBox3 PictureBox
MoveScaled(1,1,4,4)
'Move(7,7,28,28)
Picture = Picture["img/32/form.png"]
Stretch = True
Alignment = Align.Center
}
{ Label2 Label
MoveScaled(7,1,25,4)
'Move(49,7,175,28)
Text = ("Form")
}
}
{ HBox5 HBox
MoveScaled(0,18,27,6)
'Move(0,126,189,42)
Tag = "image"
Spacing = 8
Padding = 8
{ PictureBox4 PictureBox
MoveScaled(1,1,4,4)
'Move(7,7,28,28)
Picture = Picture["icon:/48/image"]
Stretch = True
Alignment = Align.Center
}
{ Label3 Label
MoveScaled(6,1,16,4)
'Move(42,7,112,28)
Text = ("Image")
}
}
{ HBox7 HBox
MoveScaled(-1,23,39,6)
'Move(-7,161,273,42)
Tag = "html"
Spacing = 8
Padding = 8
{ PictureBox6 PictureBox
MoveScaled(1,1,4,4)
'Move(7,7,28,28)
Picture = Picture["icon:/48/html"]
Stretch = True
Alignment = Align.Center
}
{ Label5 Label
MoveScaled(7,1,25,4)
'Move(49,7,175,28)
Text = ("HTML file")
}
}
{ HBox4 HBox
MoveScaled(-1,29,39,6)
'Move(-7,203,273,42)
Tag = "text"
Spacing = 8
Padding = 8
{ PictureBox5 PictureBox
MoveScaled(1,1,4,4)
'Move(7,7,28,28)
Picture = Picture["icon:/48/text"]
Stretch = True
Alignment = Align.Center
}
{ Label4 Label
MoveScaled(7,1,25,4)
'Move(49,7,175,28)
Text = ("Text")
}
}
}
{ tabFile TabStrip
MoveScaled(25,2,48,43)
'Move(175,14,336,301)
Expand = True
Arrangement = Arrange.Vertical
Spacing = 8
Padding = 8
Count = 2
Index = 0
Text = ("New")
{ panOption VBox
MoveScaled(9,2,27,32)
'Move(63,14,189,224)
Expand = True
Spacing = 8
{ Label9 Label
MoveScaled(0,0,25,3)
'Move(0,0,175,21)
Font = Font["Bold"]
Text = ("Name")
}
{ txtName TextBox
MoveScaled(0,3,26,3)
'Move(0,21,182,21)
Text = ("")
}
{ lblOption Label
MoveScaled(0,7,25,3)
'Move(0,49,175,21)
Font = Font["Bold"]
Text = ("Options")
}
{ panImageOption Panel
MoveScaled(0,10,27,7)
'Move(0,70,189,49)
Tag = "image"
Expand = True
{ Label7 Label
MoveScaled(1,0,12,3)
'Move(7,0,84,21)
Text = ("Width")
}
{ txtWidth SpinBox
MoveScaled(13,0,11,3)
'Move(91,0,77,21)
MinValue = 1
MaxValue = 1024
Step = 8
Suffix = " px"
Value = 8
}
{ Label8 Label
MoveScaled(1,4,12,3)
'Move(7,28,84,21)
Text = ("Height")
}
{ txtHeight SpinBox
MoveScaled(13,4,11,3)
'Move(91,28,77,21)
MinValue = 1
MaxValue = 1024
Step = 8
Suffix = " px"
Value = 8
}
{ btnLinked ToggleButton
MoveScaled(25,1,2,5)
'Move(175,7,14,35)
Text = ("")
Picture = Picture["img/32/linked.png"]
Value = True
}
}
{ panFormOption Panel
MoveScaled(0,18,27,3)
'Move(0,126,189,21)
Tag = "form"
{ chkDialog CheckBox
MoveScaled(1,0,24,3)
'Move(7,0,168,21)
Text = ("Dialog box management")
}
}
}
Index = 1
Text = ("Existing")
{ fchExisting FileChooser
MoveScaled(1,1,57,35)
'Move(7,7,399,245)
Expand = True
Filter = []
ReadOnly = True
}
{ chkLink CheckBox
MoveScaled(1,37,56,2)
'Move(7,259,392,14)
Text = ("Create a symbolic link")
}
Index = 0
}
}
{ HBox6 HBox
MoveScaled(1,49,60,3)
'Move(7,343,420,21)
Spacing = 8
{ Panel1 Panel
MoveScaled(11,0,4,3)
'Move(77,0,28,21)
Expand = True
}
{ btnOK Button
MoveScaled(29,0,15,3)
'Move(203,0,105,21)
Text = ("OK")
Default = True
}
{ btnCancel Button
MoveScaled(45,0,15,3)
'Move(315,0,105,21)
Text = ("Cancel")
Cancel = True
}
}
}
More information about the User
mailing list