-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMain_SaveState.fmx
70 lines (70 loc) · 2.02 KB
/
Main_SaveState.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
object Form27: TForm27
Left = 0
Top = 0
Caption = 'Form27'
ClientHeight = 434
ClientWidth = 248
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
OnCreate = FormCreate
OnSaveState = FormSaveState
DesignerMasterStyle = 0
object Label1: TLabel
Position.X = 24.000000000000000000
Position.Y = 24.000000000000000000
Size.Width = 200.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
Text = 'Label1'
end
object Edit1: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 1
Position.X = 24.000000000000000000
Position.Y = 64.000000000000000000
Size.Width = 200.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
end
object Edit2: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 3
Position.X = 24.000000000000000000
Position.Y = 352.000000000000000000
Size.Width = 200.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
end
object Edit3: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 4
Position.X = 24.000000000000000000
Position.Y = 384.000000000000000000
Size.Width = 200.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
end
object Memo1: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
DataDetectorTypes = []
Position.X = 24.000000000000000000
Position.Y = 104.000000000000000000
Size.Width = 201.000000000000000000
Size.Height = 225.000000000000000000
Size.PlatformDefault = False
TabOrder = 2
Viewport.Width = 197.000000000000000000
Viewport.Height = 221.000000000000000000
end
object Button1: TButton
Anchors = [akTop, akRight]
Position.X = 200.000000000000000000
Size.Width = 48.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 5
Text = 'Rnd'
OnClick = Button1Click
end
end