From 2992b54a966b8972730a2552bb81183f07e35795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Mon, 17 Feb 2003 22:10:25 +0000 Subject: *** empty log message *** svn path=/trunk/Framestein/; revision=417 --- Source/toolbarunit.dfm | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) (limited to 'Source/toolbarunit.dfm') diff --git a/Source/toolbarunit.dfm b/Source/toolbarunit.dfm index aa778f0..814fc8e 100644 --- a/Source/toolbarunit.dfm +++ b/Source/toolbarunit.dfm @@ -1,8 +1,8 @@ object toolbar: Ttoolbar - Left = 264 - Top = 234 - Width = 325 - Height = 493 + Left = 188 + Top = 106 + Width = 572 + Height = 496 BorderStyle = bsSizeToolWin Color = clBtnFace Font.Charset = DEFAULT_CHARSET @@ -11,13 +11,15 @@ object toolbar: Ttoolbar Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False + Position = poScreenCenter + OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object bar: TStatusBar Left = 0 - Top = 447 - Width = 317 + Top = 450 + Width = 564 Height = 19 Panels = <> SimplePanel = False @@ -25,8 +27,8 @@ object toolbar: Ttoolbar object Panel3: TPanel Left = 0 Top = 0 - Width = 317 - Height = 447 + Width = 564 + Height = 450 Align = alClient BevelOuter = bvNone Caption = 'Panel3' @@ -34,18 +36,19 @@ object toolbar: Ttoolbar object PageControl1: TPageControl Left = 0 Top = 0 - Width = 318 - Height = 448 + Width = 565 + Height = 451 ActivePage = TabSheet1 Anchors = [akLeft, akTop, akRight, akBottom] TabOrder = 0 + OnChange = PageControl1Change object TabSheet1: TTabSheet Caption = 'Tools' object Panel2: TPanel Left = 0 Top = 0 - Width = 310 - Height = 420 + Width = 557 + Height = 423 Align = alClient BevelOuter = bvNone Caption = 'Panel2' @@ -53,8 +56,8 @@ object toolbar: Ttoolbar object LVTools: TListView Left = 0 Top = 0 - Width = 310 - Height = 420 + Width = 557 + Height = 423 Align = alClient BorderStyle = bsNone Color = clBtnFace @@ -83,8 +86,8 @@ object toolbar: Ttoolbar object Panel1: TPanel Left = 0 Top = 0 - Width = 310 - Height = 420 + Width = 557 + Height = 423 Align = alClient BevelOuter = bvNone Caption = 'Panel1' @@ -92,8 +95,8 @@ object toolbar: Ttoolbar object LVFilters: TListView Left = 0 Top = 0 - Width = 310 - Height = 420 + Width = 557 + Height = 423 Align = alClient BorderStyle = bsNone Color = clBtnFace -- cgit v1.2.1