-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathuMain.fmx
More file actions
36 lines (36 loc) · 1.07 KB
/
uMain.fmx
File metadata and controls
36 lines (36 loc) · 1.07 KB
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
object Form2: TForm2
Left = 0
Top = 0
Caption = 'Form2'
ClientHeight = 409
ClientWidth = 321
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
DesignerMasterStyle = 0
object Button1: TButton
Position.X = 8.000000000000000000
Position.Y = 8.000000000000000000
Size.Width = 185.000000000000000000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
Text = #1055#1086#1083#1091#1095#1080#1090#1100' '#1080#1085#1092#1086#1088#1084#1072#1094#1080#1102
OnClick = Button1Click
end
object Memo1: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
DataDetectorTypes = []
ReadOnly = True
TextSettings.WordWrap = True
Anchors = [akLeft, akTop, akRight, akBottom]
Position.X = 8.000000000000000000
Position.Y = 48.000000000000000000
Size.Width = 305.000000000000000000
Size.Height = 353.000000000000000000
Size.PlatformDefault = False
TabOrder = 2
Viewport.Width = 301.000000000000000000
Viewport.Height = 349.000000000000000000
end
end