aboutsummaryrefslogtreecommitdiff
path: root/Source/logunit.dfm
blob: bd8c429feeb867f5569774d15bf5819547080e24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
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