-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathScreenRec.Main.fmx
75 lines (75 loc) · 1.74 KB
/
ScreenRec.Main.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
object Form14: TForm14
Left = 0
Top = 0
Caption = 'Form14'
ClientHeight = 320
ClientWidth = 640
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
OnCreate = FormCreate
OnClose = FormClose
OnDestroy = FormDestroy
DesignerMasterStyle = 0
object Image1: TImage
MultiResBitmap = <
item
end>
Position.X = 8.000000000000000000
Position.Y = 8.000000000000000000
Size.Width = 441.000000000000000000
Size.Height = 305.000000000000000000
Size.PlatformDefault = False
end
object Button1: TButton
Position.X = 456.000000000000000000
Position.Y = 8.000000000000000000
TabOrder = 1
Text = 'Button1'
OnClick = Button1Click
end
object Button2: TButton
Position.X = 544.000000000000000000
Position.Y = 8.000000000000000000
TabOrder = 2
Text = 'Button2'
OnClick = Button2Click
end
object TetheringAppProfile1: TTetheringAppProfile
Manager = DesktopTetherManager
Text = 'TetheringAppProfile1'
Group = 'TetherDesktop'
Actions = <
item
Name = 'acFullShot'
IsPublic = True
NotifyUpdates = False
end
item
Name = 'acStartCast'
IsPublic = True
NotifyUpdates = False
end
item
Name = 'acStopCast'
IsPublic = True
NotifyUpdates = False
end>
Resources = <
item
Name = 'BmpCast'
IsPublic = True
ResType = Stream
end>
Left = 296
Top = 160
end
object DesktopTetherManager: TTetheringManager
OnRequestManagerPassword = DesktopTetherManagerRequestManagerPassword
Password = 'Desktop'
Text = 'DesktopTetherManager'
AllowedAdapters = 'Network'
Left = 136
Top = 72
end
end