From fe070b42d2ddea9ec14bb186b6cc0b6d11b490c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Tue, 3 Jun 2003 20:46:51 +0000 Subject: *** empty log message *** svn path=/trunk/Framestein/; revision=675 --- Source/logunit.dfm | 204 ++++++++++++++++++++++++++--------------------------- 1 file changed, 102 insertions(+), 102 deletions(-) (limited to 'Source/logunit.dfm') diff --git a/Source/logunit.dfm b/Source/logunit.dfm index 4cc93c4..da7051d 100644 --- a/Source/logunit.dfm +++ b/Source/logunit.dfm @@ -1,102 +1,102 @@ -object log: Tlog - Left = 239 - Top = 39 - Width = 603 - Height = 666 - BorderStyle = bsSizeToolWin - Caption = 'Debug log' - Color = clBtnFace - Font.Charset = DEFAULT_CHARSET - Font.Color = clWindowText - Font.Height = -11 - Font.Name = 'MS Sans Serif' - Font.Style = [] - OldCreateOrder = False - Position = poDesktopCenter - OnCreate = FormCreate - PixelsPerInch = 96 - TextHeight = 13 - object PanelLog: TPanel - Left = 0 - Top = 221 - Width = 595 - Height = 418 - Align = alClient - BevelOuter = bvNone - TabOrder = 0 - object Panel2: TPanel - Left = 0 - Top = 400 - Width = 595 - Height = 18 - Align = alBottom - AutoSize = True - BevelOuter = bvNone - TabOrder = 0 - object ButtonClear: TButton - Left = 75 - Top = 0 - Width = 75 - Height = 18 - Caption = 'Clear' - TabOrder = 1 - OnClick = ButtonClearClick - end - object ButtonClose: TButton - Left = 0 - Top = 0 - Width = 75 - Height = 18 - Caption = 'Close' - Default = True - TabOrder = 0 - OnClick = ButtonCloseClick - end - end - object RELog: TRichEdit - Left = 0 - Top = 0 - Width = 595 - Height = 400 - Align = alClient - BorderStyle = bsNone - Ctl3D = True - ParentCtl3D = False - PlainText = True - ScrollBars = ssVertical - TabOrder = 1 - WordWrap = False - end - end - object Panel1: TPanel - Left = 0 - Top = 203 - Width = 595 - Height = 18 - Align = alTop - BevelOuter = bvLowered - Caption = 'Log' - TabOrder = 2 - end - object PanelConsole: TPanel - Left = 0 - Top = 18 - Width = 595 - Height = 185 - Align = alTop - BevelOuter = bvNone - TabOrder = 1 - Visible = False - end - object Panel3: TPanel - Left = 0 - Top = 0 - Width = 595 - Height = 18 - Align = alTop - BevelOuter = bvLowered - Caption = 'Console' - TabOrder = 3 - Visible = False - end -end +object log: Tlog + Left = 239 + Top = 39 + Width = 603 + Height = 666 + BorderStyle = bsSizeToolWin + Caption = 'Debug log' + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OldCreateOrder = False + Position = poDesktopCenter + OnCreate = FormCreate + PixelsPerInch = 96 + TextHeight = 13 + object PanelLog: TPanel + Left = 0 + Top = 221 + Width = 595 + Height = 418 + Align = alClient + BevelOuter = bvNone + TabOrder = 0 + object Panel2: TPanel + Left = 0 + Top = 400 + Width = 595 + Height = 18 + Align = alBottom + AutoSize = True + BevelOuter = bvNone + TabOrder = 0 + object ButtonClear: TButton + Left = 75 + Top = 0 + Width = 75 + Height = 18 + Caption = 'Clear' + TabOrder = 1 + OnClick = ButtonClearClick + end + object ButtonClose: TButton + Left = 0 + Top = 0 + Width = 75 + Height = 18 + Caption = 'Close' + Default = True + TabOrder = 0 + OnClick = ButtonCloseClick + end + end + object RELog: TRichEdit + Left = 0 + Top = 0 + Width = 595 + Height = 400 + Align = alClient + BorderStyle = bsNone + Ctl3D = True + ParentCtl3D = False + PlainText = True + ScrollBars = ssVertical + TabOrder = 1 + WordWrap = False + end + end + object Panel1: TPanel + Left = 0 + Top = 203 + Width = 595 + Height = 18 + Align = alTop + BevelOuter = bvLowered + Caption = 'Log' + TabOrder = 2 + end + object PanelConsole: TPanel + Left = 0 + Top = 18 + Width = 595 + Height = 185 + Align = alTop + BevelOuter = bvNone + TabOrder = 1 + Visible = False + end + object Panel3: TPanel + Left = 0 + Top = 0 + Width = 595 + Height = 18 + Align = alTop + BevelOuter = bvLowered + Caption = 'Console' + TabOrder = 3 + Visible = False + end +end -- cgit v1.2.1