From 72f80b51c2c698221ced908abb9aba53c987f4a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Mon, 30 Dec 2002 23:06:56 +0000 Subject: *** empty log message *** svn path=/trunk/Framestein/; revision=313 --- Source/toolbarunit.dfm | 178 +++++++++++++++++++++++++++---------------------- 1 file changed, 100 insertions(+), 78 deletions(-) (limited to 'Source/toolbarunit.dfm') 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 -- cgit v1.2.1