-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathfrmOpenURL.fmx
41 lines (41 loc) · 1.21 KB
/
frmOpenURL.fmx
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
object frmBrowserChooser: TfrmBrowserChooser
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = Single
Caption = 'Open URL'
ClientHeight = 367
ClientWidth = 349
Position = ScreenCenter
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
OnCreate = FormCreate
OnDestroy = FormDestroy
DesignerMasterStyle = 0
object FBrowserListBox: TListBox
Position.X = 16.000000000000000000
Position.Y = 48.000000000000000000
Size.Width = 321.000000000000000000
Size.Height = 289.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
OnDblClick = FBrowserListBoxDblClick
DisableFocusEffect = True
ItemHeight = 40.000000000000000000
DefaultItemStyles.ItemStyle = ''
DefaultItemStyles.GroupHeaderStyle = ''
DefaultItemStyles.GroupFooterStyle = ''
Viewport.Width = 317.000000000000000000
Viewport.Height = 285.000000000000000000
end
object Label1: TLabel
Position.X = 16.000000000000000000
Position.Y = 16.000000000000000000
Size.Width = 313.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
Text = 'Select Browser to open URL with'
TabOrder = 1
end
end