2008-04-10 14:06:14 +02:00
|
|
|
# Gambas Form File 3.0
|
2007-12-30 17:41:49 +01:00
|
|
|
|
|
|
|
{ Form Form
|
2008-04-12 00:36:53 +02:00
|
|
|
MoveScaled(23,39,100,78)
|
2007-12-30 17:41:49 +01:00
|
|
|
Text = ("")
|
2008-04-19 01:43:38 +02:00
|
|
|
Resizable = False
|
2007-12-30 17:41:49 +01:00
|
|
|
Arrangement = Arrange.Vertical
|
2009-05-25 23:51:48 +02:00
|
|
|
Spacing = True
|
2007-12-30 17:41:49 +01:00
|
|
|
{ HBox3 HBox
|
2008-04-10 14:06:14 +02:00
|
|
|
MoveScaled(0,0,86,50)
|
2007-12-30 17:41:49 +01:00
|
|
|
Expand = True
|
|
|
|
{ panBookmark SidePanel
|
|
|
|
MoveScaled(2,2,19,47)
|
|
|
|
Visible = False
|
|
|
|
Arrangement = Arrange.Vertical
|
2009-05-25 23:51:48 +02:00
|
|
|
Spacing = True
|
2007-12-30 17:41:49 +01:00
|
|
|
Orientation = Align.Left
|
|
|
|
{ lstBookmark ListContainer
|
2008-04-10 14:06:14 +02:00
|
|
|
MoveScaled(0,1,15,32)
|
2008-03-13 22:38:43 +01:00
|
|
|
Font = Font["-1"]
|
2007-12-30 17:41:49 +01:00
|
|
|
Background = Color.ButtonBackground
|
|
|
|
Expand = True
|
|
|
|
}
|
|
|
|
{ btnAdd Button
|
2008-04-10 14:06:14 +02:00
|
|
|
MoveScaled(0,34,15,4)
|
2007-12-30 17:41:49 +01:00
|
|
|
Text = ("&Add")
|
2008-04-10 14:06:14 +02:00
|
|
|
Picture = Picture["icon:/small/add"]
|
2007-12-30 17:41:49 +01:00
|
|
|
}
|
|
|
|
{ btnRemove Button
|
2008-04-10 14:06:14 +02:00
|
|
|
MoveScaled(0,39,15,4)
|
2007-12-30 17:41:49 +01:00
|
|
|
Text = ("&Remove")
|
2008-04-10 14:06:14 +02:00
|
|
|
Picture = Picture["icon:/small/remove"]
|
2007-12-30 17:41:49 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
{ VBox1 VBox
|
2008-04-10 14:06:14 +02:00
|
|
|
MoveScaled(22,2,64,46)
|
2007-12-30 17:41:49 +01:00
|
|
|
Expand = True
|
2009-05-25 23:51:48 +02:00
|
|
|
Spacing = True
|
2007-12-30 17:41:49 +01:00
|
|
|
{ HBox1 HBox
|
2008-04-10 14:06:14 +02:00
|
|
|
MoveScaled(1,2,62,4)
|
2007-12-30 17:41:49 +01:00
|
|
|
AutoResize = True
|
|
|
|
{ cmbDir ComboBox
|
2008-04-10 14:06:14 +02:00
|
|
|
MoveScaled(0,0,37,4)
|
2007-12-30 17:41:49 +01:00
|
|
|
Expand = True
|
|
|
|
Text = ("")
|
|
|
|
Sorted = True
|
|
|
|
}
|
|
|
|
{ Panel1 Panel
|
2009-05-25 23:51:48 +02:00
|
|
|
MoveScaled(37,0,1,4)
|
|
|
|
Visible = False
|
2007-12-30 17:41:49 +01:00
|
|
|
}
|
|
|
|
{ btnParent ToolButton
|
2008-05-07 20:37:17 +02:00
|
|
|
MoveScaled(37,0,4,4)
|
2007-12-30 17:41:49 +01:00
|
|
|
ToolTip = ("Parent directory")
|
|
|
|
Text = ("")
|
|
|
|
Picture = Picture["icon:/small/up"]
|
|
|
|
}
|
|
|
|
{ btnRefresh ToolButton
|
2008-04-10 14:06:14 +02:00
|
|
|
MoveScaled(41,0,4,4)
|
2007-12-30 17:41:49 +01:00
|
|
|
ToolTip = ("Refresh")
|
|
|
|
Text = ("")
|
|
|
|
Picture = Picture["icon:/small/refresh"]
|
|
|
|
}
|
|
|
|
{ btnNewDir ToolButton
|
2008-04-10 14:06:14 +02:00
|
|
|
MoveScaled(45,0,4,4)
|
2007-12-30 17:41:49 +01:00
|
|
|
ToolTip = ("Create directory")
|
|
|
|
Text = ("")
|
|
|
|
Picture = Picture["icon:/small/new-dir"]
|
|
|
|
}
|
|
|
|
{ btnShowHidden ToolButton
|
2008-04-10 14:06:14 +02:00
|
|
|
MoveScaled(49,0,4,4)
|
2007-12-30 17:41:49 +01:00
|
|
|
ToolTip = ("View hidden files")
|
|
|
|
Text = ("")
|
2009-06-02 00:27:50 +02:00
|
|
|
Picture = Picture["icon:/small/lamp"]
|
2007-12-30 17:41:49 +01:00
|
|
|
Toggle = True
|
|
|
|
}
|
|
|
|
{ btnDetailed ToolButton
|
2008-04-10 14:06:14 +02:00
|
|
|
MoveScaled(53,0,4,4)
|
2007-12-30 17:41:49 +01:00
|
|
|
Visible = False
|
|
|
|
ToolTip = ("Toggle view")
|
|
|
|
Text = ("")
|
|
|
|
Picture = Picture["icon:/small/view-detail"]
|
|
|
|
}
|
|
|
|
{ btnView ToolButton
|
2008-04-10 14:06:14 +02:00
|
|
|
MoveScaled(57,0,4,4)
|
2007-12-30 17:41:49 +01:00
|
|
|
ToolTip = ("Show files")
|
|
|
|
Text = ("")
|
|
|
|
Picture = Picture["icon:/small/view-split-h"]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
{ splChoose HSplit
|
2008-05-07 20:37:17 +02:00
|
|
|
MoveScaled(2,7,56,37)
|
2007-12-30 17:41:49 +01:00
|
|
|
Expand = True
|
|
|
|
{ dvwChoose DirView
|
|
|
|
MoveScaled(2,3,25,33)
|
|
|
|
Picture = Picture["icon:/small/home"]
|
|
|
|
}
|
|
|
|
{ fvwChoose FileView
|
2008-05-07 20:37:17 +02:00
|
|
|
MoveScaled(29,3,25,33)
|
2007-12-30 17:41:49 +01:00
|
|
|
Visible = False
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
{ txtFile TextBox
|
2008-04-10 14:06:14 +02:00
|
|
|
MoveScaled(1,51,57,4)
|
2007-12-30 17:41:49 +01:00
|
|
|
Visible = False
|
|
|
|
Text = ("")
|
|
|
|
}
|
|
|
|
{ cmbFilter ComboBox
|
2008-04-10 14:06:14 +02:00
|
|
|
MoveScaled(1,56,57,4)
|
2007-12-30 17:41:49 +01:00
|
|
|
Visible = False
|
|
|
|
Text = ("")
|
|
|
|
ReadOnly = True
|
|
|
|
}
|
|
|
|
}
|