-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathUnit1.fmx
More file actions
59 lines (59 loc) · 1.74 KB
/
Unit1.fmx
File metadata and controls
59 lines (59 loc) · 1.74 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
object Form6: TForm6
Left = 0
Top = 0
Caption = 'Form6'
ClientHeight = 480
ClientWidth = 640
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
OnShow = FormShow
DesignerMasterStyle = 0
object Button1: TButton
Align = Bottom
Margins.Left = 10.000000000000000000
Margins.Top = 10.000000000000000000
Margins.Right = 10.000000000000000000
Margins.Bottom = 10.000000000000000000
Position.X = 10.000000000000000000
Position.Y = 380.000000000000000000
Size.Width = 620.000000000000000000
Size.Height = 40.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
Text = 'Start Thread Anonyme'
OnClick = Button1Click
end
object AniIndicator1: TAniIndicator
Align = Center
Enabled = True
end
object Memo1: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
DataDetectorTypes = []
Align = Client
Margins.Left = 10.000000000000000000
Margins.Top = 10.000000000000000000
Margins.Right = 10.000000000000000000
Size.Width = 620.000000000000000000
Size.Height = 360.000000000000000000
Size.PlatformDefault = False
TabOrder = 2
Viewport.Width = 616.000000000000000000
Viewport.Height = 356.000000000000000000
end
object Button2: TButton
Align = Bottom
Margins.Left = 10.000000000000000000
Margins.Right = 10.000000000000000000
Margins.Bottom = 10.000000000000000000
Position.X = 10.000000000000000000
Position.Y = 430.000000000000000000
Size.Width = 620.000000000000000000
Size.Height = 40.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
Text = 'Stop Thread Anonyme'
OnClick = Button2Click
end
end