-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathintersect_unit.lfm
More file actions
449 lines (449 loc) · 10.4 KB
/
intersect_unit.lfm
File metadata and controls
449 lines (449 loc) · 10.4 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
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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
object intersect_form: Tintersect_form
Left = 703
Height = 467
Top = 420
Width = 638
BorderStyle = bsSizeToolWin
Caption = ' find intersection'
ClientHeight = 467
ClientWidth = 638
Color = 15852503
DesignTimePPI = 120
Font.Color = clBlack
Font.Height = -29
Font.Name = 'Arial'
Font.Style = [fsBold]
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '3.4.0.0'
Scaled = False
object Label1: TLabel
Left = 4
Height = 70
Top = 292
Width = 289
AutoSize = False
Caption = 'This function will find the intersection of a rail or centre-line on the selected background template, with a rail or centre-line on the control template, and move the peg on the control template to it.'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
ParentFont = False
WordWrap = True
end
object Label2: TLabel
Left = 0
Height = 20
Top = 398
Width = 378
Alignment = taCenter
AutoSize = False
Caption = 'this function is experimental - please report issues'
Color = clWhite
Font.Color = clRed
Font.Height = -14
Font.Name = 'Arial'
Font.Style = [fsBold]
Layout = tlCenter
ParentColor = False
ParentFont = False
end
object help_shape: TShape
Left = 551
Height = 28
Top = 2
Width = 66
Pen.Color = clWhite
end
object Label5: TLabel
Left = 34
Height = 22
Top = 4
Width = 187
AutoSize = False
Caption = 'find intersection'
Font.Color = 16711808
Font.Height = -18
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
end
object control_groupbox: TGroupBox
Left = 318
Height = 298
Top = 36
Width = 300
Caption = ' on the control template : '
ClientHeight = 275
ClientWidth = 296
Color = 13695224
Font.Color = clMaroon
Font.Height = -15
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentBackground = False
ParentColor = False
ParentFont = False
TabOrder = 2
object control4_radio: TRadioButton
Left = 16
Height = 20
Top = 12
Width = 214
Caption = '4. turnout-road stock rail'
Font.Color = clBlack
Font.Height = -14
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object control3_radio: TRadioButton
Left = 16
Height = 20
Top = 40
Width = 238
Caption = '3. main-road crossing rail'
Font.Color = clBlack
Font.Height = -14
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
end
object control2_radio: TRadioButton
Left = 16
Height = 20
Top = 68
Width = 237
Caption = '2. turnout-road crossing rail'
Font.Color = clBlack
Font.Height = -14
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
end
object control1_radio: TRadioButton
Left = 16
Height = 20
Top = 96
Width = 215
Caption = '1. main-road stock rail'
Font.Color = clBlack
Font.Height = -14
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
end
object control25_radio: TRadioButton
Left = 16
Height = 20
Top = 136
Width = 220
Caption = 'centre-line of turnout road'
Font.Color = clBlack
Font.Height = -14
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 4
end
object control24_radio: TRadioButton
Left = 16
Height = 20
Top = 164
Width = 201
Caption = 'centre-line of main road'
Checked = True
Font.Color = clBlack
Font.Height = -14
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 5
TabStop = True
end
object expert_groupbox: TGroupBox
Left = 40
Height = 72
Top = 196
Width = 252
Caption = ' expert : '
ClientHeight = 51
ClientWidth = 248
Color = 15269864
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentBackground = False
ParentColor = False
ParentFont = False
TabOrder = 6
object angle_label: TLabel
Left = 0
Height = 20
Top = 28
Width = 156
Alignment = taRightJustify
AutoSize = False
Caption = '1:7 RAM'
Font.Color = clBlack
Font.Height = -12
Font.Name = 'Arial'
Font.Style = [fsBold]
Layout = tlCenter
ParentFont = False
end
object adjust_rad_checkbox: TCheckBox
Left = 6
Height = 20
Hint = ' adjust the curving radius in the control template until the intersection is at the specified angle '
Top = 4
Width = 200
Caption = 'adjust radius to intersect at :'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object angle_button: TButton
Left = 164
Height = 23
Hint = ' set the intersection angle '
Top = 24
Width = 81
Caption = 'change ...'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnClick = angle_buttonClick
end
end
end
object bgnd_groupbox: TGroupBox
Left = 2
Height = 250
Top = 34
Width = 300
Caption = ' on selected background template : '
ClientHeight = 227
ClientWidth = 296
Color = 13172712
Font.Color = clGreen
Font.Height = -15
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentBackground = False
ParentColor = False
ParentFont = False
TabOrder = 1
object bgnd4_radio: TRadioButton
Left = 16
Height = 20
Top = 12
Width = 214
Caption = '4. turnout-road stock rail'
Font.Color = clBlack
Font.Height = -14
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object bgnd3_radio: TRadioButton
Left = 16
Height = 20
Top = 40
Width = 238
Caption = '3. main-road crossing rail'
Font.Color = clBlack
Font.Height = -14
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
end
object bgnd2_radio: TRadioButton
Left = 16
Height = 20
Top = 68
Width = 237
Caption = '2. turnout-road crossing rail'
Font.Color = clBlack
Font.Height = -14
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
end
object bgnd1_radio: TRadioButton
Left = 16
Height = 20
Top = 96
Width = 215
Caption = '1. main-road stock rail'
Font.Color = clBlack
Font.Height = -14
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
end
object bgnd25_radio: TRadioButton
Left = 16
Height = 20
Top = 136
Width = 220
Caption = 'centre-line of turnout road'
Font.Color = clBlack
Font.Height = -14
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 4
end
object bgnd24_radio: TRadioButton
Left = 16
Height = 20
Top = 164
Width = 201
Caption = 'centre-line of main road'
Checked = True
Font.Color = clBlack
Font.Height = -14
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 5
TabStop = True
end
object bgnd_move_peg_checkbox: TCheckBox
Left = 36
Height = 20
Hint = ' move the fixing peg on the background template to the found intersection '
Top = 200
Width = 246
Caption = 'put background peg on intersection'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 6
end
end
object find_intersect_button: TButton
Tag = -1
Left = 392
Height = 29
Top = 374
Width = 150
Caption = 'find intersection'
Font.Color = clBlack
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = find_intersect_buttonClick
end
object hide_panel: TPanel
Left = 554
Height = 26
Top = 394
Width = 66
Alignment = taLeftJustify
Caption = ' hide'
ClientHeight = 26
ClientWidth = 66
Color = clYellow
Font.Color = clBlack
Font.Height = -15
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentBackground = False
ParentColor = False
ParentFont = False
TabOrder = 5
OnClick = hide_buttonClick
object hide_button: TButton
Left = 50
Height = 16
Top = 6
Width = 16
Cancel = True
Caption = ' '
TabOrder = 0
OnClick = hide_buttonClick
end
end
object progress_bar: TProgressBar
Left = 356
Height = 16
Top = 346
Width = 133
Max = 20
TabOrder = 3
end
object cancel_button: TButton
Left = 496
Height = 22
Hint = ' cancel calculations '
Top = 344
Width = 97
Caption = 'cancel find'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 4
OnClick = cancel_buttonClick
end
object result_static: TStaticText
Left = 20
Height = 36
Top = 362
Width = 305
Caption = 'intersection : 1:8'
Color = 15852503
Font.Color = clBlack
Font.Height = -14
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
ParentColor = False
TabOrder = 6
end
object help_button: TButton
Left = 554
Height = 22
Top = 5
Width = 60
Caption = '? help'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 7
OnClick = help_buttonClick
end
end