aboutsummaryrefslogtreecommitdiff
path: root/Source/toolbarunit.dfm
diff options
context:
space:
mode:
Diffstat (limited to 'Source/toolbarunit.dfm')
-rw-r--r--Source/toolbarunit.dfm178
1 files changed, 100 insertions, 78 deletions
diff --git a/Source/toolbarunit.dfm b/Source/toolbarunit.dfm
index 5cd6673..aa778f0 100644
--- a/Source/toolbarunit.dfm
+++ b/Source/toolbarunit.dfm
@@ -1,10 +1,9 @@
object toolbar: Ttoolbar
Left = 264
- Top = 454
- Width = 567
- Height = 282
+ Top = 234
+ Width = 325
+ Height = 493
BorderStyle = bsSizeToolWin
- Caption = 'Toolbar'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
@@ -15,90 +14,113 @@ object toolbar: Ttoolbar
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
- object Splitter1: TSplitter
- Left = 0
- Top = 97
- Width = 559
- Height = 6
- Cursor = crVSplit
- Align = alTop
- Beveled = True
- end
- object Panel1: TPanel
+ object bar: TStatusBar
Left = 0
- Top = 103
- Width = 559
- Height = 133
- Align = alClient
- BevelOuter = bvNone
- Caption = 'Panel1'
- TabOrder = 0
- object LVFilters: TListView
- Left = 0
- Top = 0
- Width = 559
- Height = 133
- Align = alClient
- BorderStyle = bsNone
- Color = clBtnFace
- Columns = <
- item
- AutoSize = True
- Caption = 'Name'
- end
- item
- AutoSize = True
- Caption = 'Info'
- end>
- ReadOnly = True
- TabOrder = 0
- ViewStyle = vsList
- OnChange = LVFiltersChange
- OnCustomDrawItem = LVFiltersCustomDrawItem
- OnSelectItem = LVFiltersSelectItem
- end
+ Top = 447
+ Width = 317
+ Height = 19
+ Panels = <>
+ SimplePanel = False
end
- object Panel2: TPanel
+ object Panel3: TPanel
Left = 0
Top = 0
- Width = 559
- Height = 97
- Align = alTop
+ Width = 317
+ Height = 447
+ Align = alClient
BevelOuter = bvNone
- Caption = 'Panel2'
+ Caption = 'Panel3'
TabOrder = 1
- object LVTools: TListView
+ object PageControl1: TPageControl
Left = 0
Top = 0
- Width = 559
- Height = 97
- Align = alClient
- BorderStyle = bsNone
- Color = clBtnFace
- Columns = <>
- ReadOnly = True
+ Width = 318
+ Height = 448
+ ActivePage = TabSheet1
+ Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 0
- ViewStyle = vsList
- OnChange = LVFiltersChange
- OnCustomDrawItem = LVFiltersCustomDrawItem
- OnSelectItem = LVToolsSelectItem
- end
- object m1: TMemo
- Left = 144
- Top = 8
- Width = 129
- Height = 33
- TabOrder = 1
- Visible = False
- WordWrap = False
+ object TabSheet1: TTabSheet
+ Caption = 'Tools'
+ object Panel2: TPanel
+ Left = 0
+ Top = 0
+ Width = 310
+ Height = 420
+ Align = alClient
+ BevelOuter = bvNone
+ Caption = 'Panel2'
+ TabOrder = 0
+ object LVTools: TListView
+ Left = 0
+ Top = 0
+ Width = 310
+ Height = 420
+ Align = alClient
+ BorderStyle = bsNone
+ Color = clBtnFace
+ Columns = <>
+ ReadOnly = True
+ TabOrder = 0
+ ViewStyle = vsList
+ OnChange = LVFiltersChange
+ OnCustomDrawItem = LVFiltersCustomDrawItem
+ OnSelectItem = LVToolsSelectItem
+ end
+ object m1: TMemo
+ Left = 16
+ Top = 8
+ Width = 129
+ Height = 33
+ TabOrder = 1
+ Visible = False
+ WordWrap = False
+ end
+ end
+ end
+ object TabSheet2: TTabSheet
+ Caption = 'Filters'
+ ImageIndex = 1
+ object Panel1: TPanel
+ Left = 0
+ Top = 0
+ Width = 310
+ Height = 420
+ Align = alClient
+ BevelOuter = bvNone
+ Caption = 'Panel1'
+ TabOrder = 0
+ object LVFilters: TListView
+ Left = 0
+ Top = 0
+ Width = 310
+ Height = 420
+ Align = alClient
+ BorderStyle = bsNone
+ Color = clBtnFace
+ Columns = <
+ item
+ AutoSize = True
+ Caption = 'Name'
+ end
+ item
+ AutoSize = True
+ Caption = 'Info'
+ end>
+ ReadOnly = True
+ SortType = stText
+ TabOrder = 0
+ ViewStyle = vsList
+ OnChange = LVFiltersChange
+ OnCustomDrawItem = LVFiltersCustomDrawItem
+ OnSelectItem = LVFiltersSelectItem
+ end
+ end
+ end
end
end
- object bar: TStatusBar
- Left = 0
- Top = 236
- Width = 559
- Height = 19
- Panels = <>
- SimplePanel = False
+ object sd: TScanDir
+ OnHandleFile = sdHandleFile
+ Left = 104
+ Top = 7
end
end