gambas-source-code/comp/src/gb.form/FDirChooser.form

116 lines
2.8 KiB
Text
Raw Normal View History

# Gambas Form File 3.0
{ Form Form
MoveScaled(23,39,100,78)
Text = ("")
Border = Window.Fixed
Arrangement = Arrange.Vertical
Spacing = 8
{ HBox3 HBox
MoveScaled(0,0,86,50)
Expand = True
{ panBookmark SidePanel
MoveScaled(2,2,19,47)
Visible = False
Arrangement = Arrange.Vertical
Spacing = 8
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 = 8
{ HBox1 HBox
MoveScaled(1,2,62,4)
AutoResize = True
{ cmbDir ComboBox
MoveScaled(0,0,37,4)
Expand = True
Text = ("")
Sorted = True
}
{ Panel1 Panel
MoveScaled(37,0,2,4)
}
{ btnParent ToolButton
MoveScaled(38,0,4,4)
ToolTip = ("Parent directory")
Text = ("")
Picture = Picture["icon:/small/up"]
}
{ btnRefresh ToolButton
MoveScaled(41,0,4,4)
ToolTip = ("Refresh")
Text = ("")
Picture = Picture["icon:/small/refresh"]
}
{ btnNewDir ToolButton
MoveScaled(45,0,4,4)
ToolTip = ("Create directory")
Text = ("")
Picture = Picture["icon:/small/new-dir"]
}
{ btnShowHidden ToolButton
MoveScaled(49,0,4,4)
ToolTip = ("View hidden files")
Text = ("")
Picture = Picture["icon:/small/view-hidden"]
Toggle = True
}
{ btnDetailed ToolButton
MoveScaled(53,0,4,4)
Visible = False
ToolTip = ("Toggle view")
Text = ("")
Picture = Picture["icon:/small/view-detail"]
}
{ btnView ToolButton
MoveScaled(57,0,4,4)
ToolTip = ("Show files")
Text = ("")
Picture = Picture["icon:/small/view-split-h"]
}
}
{ splChoose HSplit
MoveScaled(2,7,54,37)
Expand = True
{ dvwChoose DirView
MoveScaled(2,3,25,33)
Picture = Picture["icon:/small/home"]
}
{ fvwChoose FileView
MoveScaled(28,3,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
}
}