-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFLog.dfm
More file actions
60 lines (60 loc) · 1.08 KB
/
Copy pathFLog.dfm
File metadata and controls
60 lines (60 loc) · 1.08 KB
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
object Log: TLog
Left = 306
Top = 226
Hint = 'Log'
Caption = ' Dive Log'
ClientHeight = 113
ClientWidth = 467
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poDefault
Visible = True
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Terminal: TListBox
Left = 8
Top = 8
Width = 457
Height = 57
Ctl3D = False
ItemHeight = 13
Items.Strings = (
'Terminal')
ParentCtl3D = False
TabOrder = 0
end
object LogStatus: TStatusBar
Left = 0
Top = 94
Width = 467
Height = 19
Panels = <
item
Alignment = taCenter
Text = 'Clear'
Width = 50
end
item
Text = ' Status'
Width = 50
end>
end
object btClear: TButton
Left = 56
Top = 72
Width = 50
Height = 17
Caption = 'Clear'
TabOrder = 2
OnClick = btClearClick
end
end