-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFrameLog.dfm
59 lines (59 loc) · 1.17 KB
/
FrameLog.dfm
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
object frmeLog: TfrmeLog
Left = 0
Top = 0
Width = 730
Height = 428
TabOrder = 0
object RichEdit1: TRichEdit
Left = 0
Top = 17
Width = 730
Height = 411
Align = alClient
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 0
Zoom = 100
end
object Panel2: TPanel
Left = 0
Top = 0
Width = 730
Height = 17
Align = alTop
BevelOuter = bvNone
Caption = 'Log'
TabOrder = 1
object SpeedButton1: TSpeedButton
AlignWithMargins = True
Left = 6
Top = 0
Width = 41
Height = 17
Cursor = crHandPoint
Margins.Left = 6
Margins.Top = 0
Margins.Right = 0
Margins.Bottom = 0
Align = alLeft
Caption = 'Clear'
Flat = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
StyleElements = []
OnClick = SpeedButton1Click
ExplicitLeft = 8
ExplicitTop = 1
ExplicitHeight = 16
end
end
end