-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit1.fmx
40 lines (40 loc) · 1.07 KB
/
Unit1.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
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 158
ClientWidth = 403
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
DesignerMasterStyle = 0
object Edit1: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 0
Position.X = 32.000000000000000000
Position.Y = 24.000000000000000000
Size.Width = 281.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
end
object Button1: TButton
Position.X = 176.000000000000000000
Position.Y = 54.000000000000000000
Size.Width = 137.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 2
Text = 'Use TStopWatch'
OnClick = Button1Click
end
object Button2: TButton
Position.X = 31.000000000000000000
Position.Y = 54.000000000000000000
Size.Width = 137.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
Text = 'N'#227'o use Now'
OnClick = Button2Click
end
end