forked from rejetto/hfs2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ipsEverDlg.dfm
63 lines (63 loc) · 1.22 KB
/
ipsEverDlg.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
object ipsEverFrm: TipsEverFrm
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Addresses ever connected'
ClientHeight = 271
ClientWidth = 286
Color = clBtnFace
Constraints.MaxHeight = 300
Constraints.MinHeight = 300
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnShow = FormShow
DesignSize = (
286
271)
PixelsPerInch = 96
TextHeight = 13
object totalLbl: TLabel
Left = 197
Top = 246
Width = 61
Height = 13
Anchors = [akLeft]
Caption = 'Total label...'
end
object ipsBox: TMemo
Left = 0
Top = 0
Width = 286
Height = 236
Align = alTop
Anchors = [akLeft, akTop, akRight, akBottom]
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
object resetBtn: TButton
Left = 114
Top = 241
Width = 75
Height = 25
Anchors = [akLeft]
Caption = '&Reset'
TabOrder = 1
OnClick = resetBtnClick
end
object editBtn: TButton
Left = 8
Top = 241
Width = 95
Height = 25
Anchors = [akLeft]
Caption = '&Open in editor'
TabOrder = 2
OnClick = editBtnClick
end
end