ca0292fd58
* NEW: Change the CTRL+W shortcut to F12. * BUG: Double-clicking on a control in the form editor now correctly moves inside the event handler in all cases. * NEW: Start enhancing the file information dialog. * BUG: The file information dialog returns the accurate number of modules, classes, and forms again. [INTERPRETER] * NEW: Mac OS X is a FreeBSD. [GB.QT.EXT] * BUG: Fix the undo and redo commands in the Editor when some text has been colorized. [GB.QT4.EXT] * BUG: Fix the undo and redo commands in the Editor when some text has been colorized. git-svn-id: svn://localhost/gambas/trunk@2074 867c0c6c-44f3-4631-809d-bfa615b0a4ec
116 lines
2.8 KiB
Text
116 lines
2.8 KiB
Text
# Gambas Form File 3.0
|
|
|
|
{ Form Form
|
|
MoveScaled(23,39,89,61)
|
|
Text = ("")
|
|
Resizable = False
|
|
Arrangement = Arrange.Vertical
|
|
Spacing = True
|
|
{ HBox3 HBox
|
|
MoveScaled(0,0,86,50)
|
|
Expand = True
|
|
{ panBookmark SidePanel
|
|
MoveScaled(2,2,17,47)
|
|
Visible = False
|
|
Arrangement = Arrange.Vertical
|
|
Spacing = True
|
|
Orientation = Align.Left
|
|
{ lstBookmark ListContainer
|
|
MoveScaled(0,1,15,32)
|
|
Font = Font["-1"]
|
|
Background = Color.ButtonBackground
|
|
Expand = True
|
|
}
|
|
{ btnAdd Button
|
|
MoveScaled(0,34,15,4)
|
|
Text = ("&Add")
|
|
Picture = Picture["icon:/small/add"]
|
|
}
|
|
{ btnRemove Button
|
|
MoveScaled(0,39,15,4)
|
|
Text = ("&Remove")
|
|
Picture = Picture["icon:/small/remove"]
|
|
}
|
|
}
|
|
{ VBox1 VBox
|
|
MoveScaled(22,2,64,46)
|
|
Expand = True
|
|
Spacing = True
|
|
{ HBox1 HBox
|
|
MoveScaled(2,1,61,4)
|
|
AutoResize = True
|
|
{ cmbDir ComboBox
|
|
MoveScaled(0,0,34,4)
|
|
Expand = True
|
|
Text = ("")
|
|
Sorted = True
|
|
}
|
|
{ btnParent ToolButton
|
|
MoveScaled(35,0,4,4)
|
|
ToolTip = ("Parent directory")
|
|
Text = ("")
|
|
Picture = Picture["icon:/small/up"]
|
|
}
|
|
{ Panel1 Panel
|
|
MoveScaled(37,0,1,4)
|
|
Visible = False
|
|
}
|
|
{ btnRefresh ToolButton
|
|
MoveScaled(39,0,4,4)
|
|
ToolTip = ("Refresh")
|
|
Text = ("")
|
|
Picture = Picture["icon:/small/refresh"]
|
|
}
|
|
{ btnNewDir ToolButton
|
|
MoveScaled(44,0,4,4)
|
|
ToolTip = ("Create directory")
|
|
Text = ("")
|
|
Picture = Picture["icon:/small/new-dir"]
|
|
}
|
|
{ btnShowHidden ToolButton
|
|
MoveScaled(48,0,4,4)
|
|
ToolTip = ("View hidden files")
|
|
Text = ("")
|
|
Picture = Picture["icon:/small/lamp"]
|
|
Toggle = True
|
|
}
|
|
{ btnDetailed ToolButton
|
|
MoveScaled(52,0,4,4)
|
|
Visible = False
|
|
ToolTip = ("Toggle view")
|
|
Text = ("")
|
|
Picture = Picture["icon:/small/view-detail"]
|
|
}
|
|
{ btnView ToolButton
|
|
MoveScaled(56,0,4,4)
|
|
ToolTip = ("Show files")
|
|
Text = ("")
|
|
Picture = Picture["icon:/small/view-split-h"]
|
|
}
|
|
}
|
|
{ splChoose HSplit
|
|
MoveScaled(2,7,56,37)
|
|
Expand = True
|
|
{ dvwChoose DirView
|
|
MoveScaled(2,3,25,33)
|
|
Picture = Picture["icon:/small/home"]
|
|
}
|
|
{ fvwChoose FileView
|
|
MoveScaled(30,2,25,33)
|
|
Visible = False
|
|
}
|
|
}
|
|
}
|
|
}
|
|
{ txtFile TextBox
|
|
MoveScaled(1,51,57,4)
|
|
Visible = False
|
|
Text = ("")
|
|
}
|
|
{ cmbFilter ComboBox
|
|
MoveScaled(1,56,57,4)
|
|
Visible = False
|
|
Text = ("")
|
|
ReadOnly = True
|
|
}
|
|
}
|