From aa901783a0dc07f0dc08628d3ca091a9164b0629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Mon, 30 Dec 2002 22:14:47 +0000 Subject: *** empty log message *** svn path=/trunk/Framestein/; revision=312 --- Source/toolbarunit.dfm | 104 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 Source/toolbarunit.dfm (limited to 'Source/toolbarunit.dfm') diff --git a/Source/toolbarunit.dfm b/Source/toolbarunit.dfm new file mode 100644 index 0000000..5cd6673 --- /dev/null +++ b/Source/toolbarunit.dfm @@ -0,0 +1,104 @@ +object toolbar: Ttoolbar + Left = 264 + Top = 454 + Width = 567 + Height = 282 + BorderStyle = bsSizeToolWin + Caption = 'Toolbar' + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OldCreateOrder = False + 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 + 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 + end + object Panel2: TPanel + Left = 0 + Top = 0 + Width = 559 + Height = 97 + Align = alTop + BevelOuter = bvNone + Caption = 'Panel2' + TabOrder = 1 + object LVTools: TListView + Left = 0 + Top = 0 + Width = 559 + Height = 97 + Align = alClient + BorderStyle = bsNone + Color = clBtnFace + Columns = <> + ReadOnly = True + 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 + end + end + object bar: TStatusBar + Left = 0 + Top = 236 + Width = 559 + Height = 19 + Panels = <> + SimplePanel = False + end +end -- cgit v1.2.1