-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInfo.dfm
65 lines (65 loc) · 1.38 KB
/
Info.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
60
61
62
63
64
65
object InfoForm: TInfoForm
Left = 589
Top = 240
ActiveControl = BClose
AutoScroll = False
BorderIcons = []
Caption = 'InfoForm'
ClientHeight = 315
ClientWidth = 300
Color = clBtnFace
Constraints.MinHeight = 112
Constraints.MinWidth = 200
DefaultMonitor = dmMainForm
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnCreate = FormCreate
OnDblClick = FormDblClick
OnDestroy = FormDestroy
OnHide = FormHide
OnResize = TntFormResize
OnShow = FormShow
DesignSize = (
300
315)
PixelsPerInch = 96
TextHeight = 13
object InfoBox: TTntListBox
Left = 4
Top = 4
Width = 292
Height = 277
Style = lbOwnerDrawFixed
Anchors = [akLeft, akTop, akRight, akBottom]
ItemHeight = 16
TabOrder = 0
OnDrawItem = InfoBoxDrawItem
end
object BClose: TTntButton
Left = 221
Top = 286
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Close'
Default = True
TabOrder = 1
OnClick = BCloseClick
end
object TCB: TTntButton
Left = 5
Top = 286
Width = 89
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Copy Info'
Default = True
TabOrder = 2
OnClick = TCBClick
end
end