aboutsummaryrefslogtreecommitdiff
path: root/Source/logunit.dfm
diff options
context:
space:
mode:
Diffstat (limited to 'Source/logunit.dfm')
-rw-r--r--Source/logunit.dfm204
1 files changed, 102 insertions, 102 deletions
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