-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathLinkageFrame_frm.fmx
236 lines (236 loc) · 7.8 KB
/
LinkageFrame_frm.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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
object LinkageFrame: TLinkageFrame
Size.Width = 937.000000000000000000
Size.Height = 456.000000000000000000
Size.PlatformDefault = False
object BackGround: TRectangle
Align = Client
Fill.Color = xAA191919
Size.Width = 937.000000000000000000
Size.Height = 456.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
XRadius = 3.000000000000000000
YRadius = 3.000000000000000000
object BlurEffect1: TBlurEffect
Softness = 0.300000011920929000
end
end
object Menu: TRectangle
Align = Center
Fill.Color = xAA0B064F
Size.Width = 570.000000000000000000
Size.Height = 124.000000000000000000
Size.PlatformDefault = False
Stroke.Color = claAliceblue
XRadius = 3.000000000000000000
YRadius = 3.000000000000000000
object lbl_menu_name: TLabel
Align = Top
StyledSettings = [Family, Style]
Size.Width = 570.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
TextSettings.FontColor = claAliceblue
TextSettings.HorzAlign = Center
Text = 'Process connections'
TabOrder = 0
end
object GridPanelLayout1: TGridPanelLayout
Align = Bottom
Position.Y = 74.000000000000000000
Size.Width = 570.000000000000000000
Size.Height = 50.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
ColumnCollection = <
item
Value = 50.000000000000000000
end
item
Value = 50.000000000000000000
end>
ControlCollection = <
item
Column = 0
Control = btn_add
Row = 0
end
item
Column = 1
Control = btn_cancel
Row = 0
end>
RowCollection = <
item
Value = 100.000000000000000000
end
item
SizeStyle = Auto
end
item
SizeStyle = Auto
end>
object btn_add: TButton
Align = Client
StyledSettings = [Family]
Size.Width = 285.000000000000000000
Size.Height = 50.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'speedbuttonstyle'
TabOrder = 1
Text = 'connect'
TextSettings.Font.Size = 20.000000000000000000
TextSettings.Font.StyleExt = {00070000000000000004000000}
TextSettings.FontColor = claAliceblue
end
object btn_cancel: TButton
Align = Client
StyledSettings = [Family]
Size.Width = 285.000000000000000000
Size.Height = 50.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'speedbuttonstyle'
TabOrder = 0
Text = 'cancel'
TextSettings.Font.Size = 20.000000000000000000
TextSettings.Font.StyleExt = {00070000000000000004000000}
TextSettings.FontColor = claAliceblue
end
end
object from_process_rectangle: TRectangle
Anchors = []
Fill.Color = xAA0F077A
Position.X = 18.000000000000000000
Position.Y = 15.302817344665530000
Size.Width = 169.000000000000000000
Size.Height = 41.000000000000000000
Size.PlatformDefault = False
Stroke.Color = claAzure
XRadius = 3.000000000000000000
YRadius = 3.000000000000000000
object lbl_od_procesu: TLabel
Align = Client
Anchors = []
StyledSettings = [Family, Style]
Size.Width = 169.000000000000000000
Size.Height = 41.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 10.000000000000000000
TextSettings.FontColor = claAliceblue
TextSettings.HorzAlign = Center
Text = 'process label'
TabOrder = 0
end
end
object to_process_rectangle: TRectangle
Anchors = []
Fill.Color = xAA0F077A
Position.X = 375.000000000000000000
Position.Y = 15.302817344665530000
Size.Width = 169.000000000000000000
Size.Height = 41.000000000000000000
Size.PlatformDefault = False
Stroke.Color = claAzure
XRadius = 3.000000000000000000
YRadius = 3.000000000000000000
object lbl_do_procesu: TLabel
Align = Client
Anchors = []
StyledSettings = [Family, Style]
Size.Width = 169.000000000000000000
Size.Height = 41.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 10.000000000000000000
TextSettings.FontColor = claAliceblue
TextSettings.HorzAlign = Center
Text = 'process label'
TabOrder = 0
end
end
object rec_to: TRectangle
Anchors = []
Fill.Color = xAA0F077A
Position.X = 338.000000000000000000
Position.Y = 21.000000000000000000
Size.Width = 31.000000000000000000
Size.Height = 28.000000000000000000
Size.PlatformDefault = False
Stroke.Color = claAzure
XRadius = 3.000000000000000000
YRadius = 3.000000000000000000
object img_do: TImage
MultiResBitmap = <
item
Width = 20
Height = 20
PNG = {
89504E470D0A1A0A0000000D49484452000000140000001408060000008D891D
0D000000017352474200AECE1CE90000000467414D410000B18F0BFC61050000
007549444154384F63180528E0FFFFFF025026E5E0DFBF7F1E40033F8068A810
5180094A63038CDFBF7FE7FCF1E3C706520DC5098006797DFBF6ED2710FFA0A6
A13E40037F51DB505F5A18EA478CA1F822051D304269CA01B1AE230A000DA05E
F851DB30EA2617A021EEE4643DBC80AA85C370050C0C005E7196BE7690264300
00000049454E44AE426082}
FileName =
'D:\Prace\FXSystems\!Projekty Delphi\FMX Diagram Designer\Wersja ' +
'0.3.0\Projektowanie\arrow.png'
end>
Anchors = []
Position.X = 5.000000000000000000
Position.Y = 3.000000000000000000
Size.Width = 20.000000000000000000
Size.Height = 20.000000000000000000
Size.PlatformDefault = False
end
end
object rec_from: TRectangle
Anchors = []
Fill.Color = xAA0F077A
Position.X = 191.000000000000000000
Position.Y = 21.000000000000000000
Size.Width = 31.000000000000000000
Size.Height = 28.000000000000000000
Size.PlatformDefault = False
Stroke.Color = claAzure
XRadius = 3.000000000000000000
YRadius = 3.000000000000000000
object img_od: TImage
MultiResBitmap = <
item
Width = 20
Height = 20
PNG = {
89504E470D0A1A0A0000000D49484452000000140000001408060000008D891D
0D000000017352474200AECE1CE90000000467414D410000B18F0BFC61050000
007549444154384F63180528E0FFFFFF025026E5E0DFBF7F1E40033F8068A810
5180094A63038CDFBE7DE3FCFEFDFB06520DC5098006797DFDFAF52710FFA0A6
A13E40037F51DB505F5A18EA478CA1F822051D304269CA01B1AE230A000DA05E
F851DB30EA2617A021EEE4643DBC80AA85C370050C0C00B2489688DF59342400
00000049454E44AE426082}
FileName =
'D:\Prace\FXSystems\!Projekty Delphi\FMX Diagram Designer\Wersja ' +
'0.3.0\Projektowanie\arrow.png'
end>
Anchors = []
Position.X = 5.000000000000000000
Position.Y = 3.000000000000000000
RotationAngle = 180.000000000000000000
Size.Width = 20.000000000000000000
Size.Height = 20.000000000000000000
Size.PlatformDefault = False
end
end
object LinePattern: TLine
Anchors = []
LineType = Top
Position.X = 222.000000000000000000
Position.Y = 33.000000000000000000
Size.Width = 115.000000000000000000
Size.Height = 12.000000000000000000
Size.PlatformDefault = False
Stroke.Color = claAliceblue
Stroke.Thickness = 2.000000000000000000
Stroke.Dash = Dash
end
end
end