-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathTESVT_DialHTML.dfm
More file actions
88 lines (88 loc) · 2.05 KB
/
TESVT_DialHTML.dfm
File metadata and controls
88 lines (88 loc) · 2.05 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
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
object FormHTML: TFormHTML
Left = 0
Top = 0
Caption = 'formHtmlView'
ClientHeight = 368
ClientWidth = 632
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Position = poScreenCenter
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 336
Width = 632
Height = 32
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
DesignSize = (
632
32)
object Button1: TButton
Left = 531
Top = 3
Width = 97
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Ok'
Default = True
ModalResult = 1
TabOrder = 0
end
end
object Panel2: TPanel
Left = 0
Top = 0
Width = 632
Height = 336
Align = alClient
BevelOuter = bvNone
BorderWidth = 4
TabOrder = 1
object Panel3: TPanel
Left = 4
Top = 4
Width = 624
Height = 328
Align = alClient
BevelOuter = bvLowered
Caption = 'Panel3'
TabOrder = 0
object HtmlViewer1: THtmlViewer
Left = 1
Top = 1
Width = 622
Height = 326
BorderStyle = htNone
DefBackground = clWhite
DefFontColor = clBlack
DefFontName = 'Arial'
DefFontSize = 8
DefHotSpotColor = clMaroon
DefOverLinkColor = clMaroon
DefPreFontName = 'Arial'
DefVisitedLinkColor = clMaroon
HistoryMaxCount = 0
NoSelect = False
PrintMarginBottom = 2.000000000000000000
PrintMarginLeft = 2.000000000000000000
PrintMarginRight = 2.000000000000000000
PrintMarginTop = 2.000000000000000000
PrintScale = 1.000000000000000000
QuirksMode = qmDetect
Text = ''
OnHotSpotClick = HtmlViewer1HotSpotClick
Align = alClient
TabOrder = 0
Touch.InteractiveGestures = [igPan]
Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia]
end
end
end
end