-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathSourceForm.fmx
More file actions
120 lines (120 loc) · 4.12 KB
/
Copy pathSourceForm.fmx
File metadata and controls
120 lines (120 loc) · 4.12 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
inherited frmSource: TfrmSource
Caption = 'frmBase1'
ClientHeight = 219
DesignerMasterStyle = 0
inherited pnlMain: TPanel
Size.Height = 219.000000000000000000
object rectMain: TRectangle
Align = Client
Fill.Color = claBlack
Size.Width = 540.000000000000000000
Size.Height = 219.000000000000000000
Size.PlatformDefault = False
Stroke.Color = claYellow
object lblFrequencyError: TLabel
Align = Bottom
StyledSettings = [Style]
Position.Y = 168.000000000000000000
Size.Width = 540.000000000000000000
Size.Height = 24.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Family = 'Courier New'
TextSettings.Font.Size = 14.000000000000000000
TextSettings.FontColor = claWhite
TextSettings.HorzAlign = Center
TextSettings.Trimming = None
Visible = False
TabOrder = 4
end
object lblPacketInfo: TLabel
Align = Bottom
StyledSettings = [Style]
Position.Y = 184.000000000000000000
Size.Width = 540.000000000000000000
Size.Height = 24.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Family = 'Courier New'
TextSettings.Font.Size = 14.000000000000000000
TextSettings.FontColor = claWhite
TextSettings.HorzAlign = Center
TextSettings.Trimming = None
Visible = False
TabOrder = 3
end
object lblRSSI: TLabel
Align = Bottom
StyledSettings = [Style]
Margins.Bottom = 3.000000000000000000
Position.Y = 200.000000000000000000
Size.Width = 540.000000000000000000
Size.Height = 24.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Family = 'Courier New'
TextSettings.Font.Size = 14.000000000000000000
TextSettings.FontColor = claWhite
TextSettings.HorzAlign = Center
TextSettings.Trimming = None
Visible = False
TabOrder = 1
end
object lblValue: TLabel
Align = Client
StyledSettings = [Style]
Size.Width = 540.000000000000000000
Size.Height = 195.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Family = 'Courier New'
TextSettings.Font.Size = 14.000000000000000000
TextSettings.FontColor = claWhite
TextSettings.HorzAlign = Center
TextSettings.Trimming = None
TabOrder = 0
end
object Rectangle5: TRectangle
Align = Top
Corners = []
Fill.Color = xFFF1DF6F
Sides = []
Size.Width = 540.000000000000000000
Size.Height = 24.000000000000000000
Size.PlatformDefault = False
object lblCaption: TLabel
Align = Client
StyledSettings = []
HitTest = True
Margins.Left = 12.000000000000000000
Margins.Top = 3.000000000000000000
Margins.Right = 6.000000000000000000
Margins.Bottom = 3.000000000000000000
Size.Width = 400.000000000000000000
Size.Height = 18.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 11.899999618530270000
TextSettings.Font.StyleExt = {00070000000000000004000000}
TabOrder = 2
OnClick = lblLogClick
end
object lblLog: TLabel
Align = Right
StyledSettings = []
HitTest = True
Margins.Left = 12.000000000000000000
Margins.Top = 3.000000000000000000
Margins.Right = 6.000000000000000000
Margins.Bottom = 3.000000000000000000
Position.X = 430.000000000000000000
Position.Y = 3.000000000000000000
Size.Width = 104.000000000000000000
Size.Height = 18.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 11.899999618530270000
TextSettings.Font.StyleExt = {00070000000000000004000000}
TextSettings.HorzAlign = Trailing
Text = 'Touch for log'
TabOrder = 1
OnClick = lblLogClick
end
end
end
end
end