-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrmBrowser.dfm
36 lines (36 loc) · 1.11 KB
/
frmBrowser.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
object frameBrowser: TframeBrowser
Left = 0
Top = 0
Caption = 'Browser'
ClientHeight = 387
ClientWidth = 748
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
StyleElements = [seFont, seClient]
OnCreate = FormCreate
TextHeight = 13
object EmbeddedWB1: TEmbeddedWB
Left = 0
Top = 0
Width = 748
Height = 387
Align = alClient
TabOrder = 0
DisableCtrlShortcuts = 'N'
UserInterfaceOptions = [EnablesFormsAutoComplete, EnableThemes]
About = ' EmbeddedWB http://bsalsa.com/'
PrintOptions.HTMLHeader.Strings = (
'<HTML></HTML>')
PrintOptions.Orientation = poPortrait
ControlData = {
4C000000332E0000C61400000000000000000000000000000000000000000000
000000004C000000000000000000000001000000E0D057007335CF11AE690800
2B2E126208000000000000004C0000000114020000000000C000000000000046
8000000000000000000000000000000000000000000000000000000000000000
00000000000000000100000000000000000000000000000000000000}
end
end