-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathuLeafJs.fmx
34 lines (34 loc) · 835 Bytes
/
uLeafJs.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
object Form2: TForm2
Left = 0
Top = 0
Caption = 'Form2'
ClientHeight = 480
ClientWidth = 298
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
OnCreate = FormCreate
DesignerMasterStyle = 0
object Panel1: TPanel
Align = Top
Size.Width = 298.000000000000000000
Size.Height = 41.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
object btnedit: TButton
Align = Left
Size.Width = 153.000000000000000000
Size.Height = 41.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
Text = 'btnedit'
OnClick = btneditClick
end
end
object WebBrowser1: TWebBrowser
Align = Client
Size.Width = 298.000000000000000000
Size.Height = 439.000000000000000000
Size.PlatformDefault = False
end
end