-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathUnit2.fmx
45 lines (45 loc) · 1.26 KB
/
Unit2.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
object Form2: TForm2
Left = 0
Top = 0
Caption = 'Form2'
ClientHeight = 480
ClientWidth = 346
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
OnShow = FormShow
DesignerMasterStyle = 0
object Button1: TButton
Align = Top
Size.Width = 346.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 2
Text = #21326#20026#25195#30721'-'#20869#32622#39029#38754
OnClick = Button1Click
end
object Memo1: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
DataDetectorTypes = []
Align = Top
Margins.Top = 20.000000000000000000
Position.Y = 84.000000000000000000
Size.Width = 346.000000000000000000
Size.Height = 163.000000000000000000
Size.PlatformDefault = False
TabOrder = 3
Viewport.Width = 342.000000000000000000
Viewport.Height = 159.000000000000000000
end
object Button2: TButton
Align = Top
Margins.Top = 20.000000000000000000
Position.Y = 42.000000000000000000
Size.Width = 346.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
Text = #21326#20026#25195#30721'-OrangeSDK'#25511#20214#27979#35797
OnClick = Button2Click
end
end