-
Notifications
You must be signed in to change notification settings - Fork 1
/
Unit1.fmx
81 lines (81 loc) · 2.43 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 451
ClientWidth = 590
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
OnCreate = FormCreate
DesignerMasterStyle = 0
object Edit1: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
Position.X = 16.000000000000000000
Position.Y = 16.000000000000000000
Size.Width = 562.000000000000000000
Size.Height = 25.000000000000000000
Size.PlatformDefault = False
OnKeyDown = Edit1KeyDown
end
object Memo1: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
DataDetectorTypes = []
Anchors = [akLeft, akTop, akRight, akBottom]
Position.X = 16.000000000000000000
Position.Y = 112.000000000000000000
Size.Width = 281.000000000000000000
Size.Height = 327.000000000000000000
Size.PlatformDefault = False
TabOrder = 2
Viewport.Width = 277.000000000000000000
Viewport.Height = 323.000000000000000000
end
object NumberBox1: TNumberBox
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 4
Cursor = crIBeam
Min = -1000000.000000000000000000
Max = 10000000.000000000000000000
ValueType = Float
KeyboardType = NumbersAndPunctuation
Position.X = 16.000000000000000000
Position.Y = 48.000000000000000000
Size.Width = 113.000000000000000000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
OnChange = NumberBox1Change
end
object CheckBox1: TCheckBox
Position.X = 152.000000000000000000
Position.Y = 56.000000000000000000
TabOrder = 5
Text = 'CheckBox1'
OnChange = CheckBox1Change
end
object Button1: TButton
Position.X = 328.000000000000000000
Position.Y = 56.000000000000000000
Size.Width = 137.000000000000000000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
TabOrder = 7
Text = 'Button1'
OnClick = Button1Click
end
object Memo2: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
DataDetectorTypes = []
Anchors = [akLeft, akTop, akRight, akBottom]
Position.X = 312.000000000000000000
Position.Y = 112.000000000000000000
Size.Width = 265.000000000000000000
Size.Height = 327.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
Viewport.Width = 261.000000000000000000
Viewport.Height = 323.000000000000000000
end
end