-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathfrmMain.fmx
33 lines (33 loc) · 957 Bytes
/
frmMain.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
object frmBrowserChooseDemo: TfrmBrowserChooseDemo
Left = 0
Top = 0
Caption = 'Brower Chooser Demo Application'
ClientHeight = 178
ClientWidth = 361
Position = ScreenCenter
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
DesignerMasterStyle = 0
object Button1: TButton
Position.X = 120.000000000000000000
Position.Y = 144.000000000000000000
Size.Width = 145.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
Text = 'Show Browser Chooser'
OnClick = Button1Click
end
object Label1: TLabel
Position.X = 16.000000000000000000
Position.Y = 16.000000000000000000
Size.Width = 329.000000000000000000
Size.Height = 105.000000000000000000
Size.PlatformDefault = False
Text =
'This FMX demos calling the OpenURL function to display the Brows' +
'erChooser Dialog Box'
TabOrder = 1
end
end