From 4d64e4cd434426234a5c313c151cd79b6afc299e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Sat, 6 Jul 2002 17:50:18 +0000 Subject: *** empty log message *** svn path=/trunk/Framestein/; revision=27 --- Source/logunit.dfm | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 Source/logunit.dfm (limited to 'Source/logunit.dfm') diff --git a/Source/logunit.dfm b/Source/logunit.dfm new file mode 100644 index 0000000..bd8c429 --- /dev/null +++ b/Source/logunit.dfm @@ -0,0 +1,100 @@ +object log: Tlog + Left = 239 + Top = 39 + Width = 603 + Height = 666 + BorderStyle = bsSizeToolWin + Caption = 'Console / 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 + end + object Panel3: TPanel + Left = 0 + Top = 0 + Width = 595 + Height = 18 + Align = alTop + BevelOuter = bvLowered + Caption = 'Console' + TabOrder = 3 + end +end -- cgit v1.2.1