-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcaseGenerator_main.fmx
More file actions
373 lines (373 loc) · 11.5 KB
/
Copy pathcaseGenerator_main.fmx
File metadata and controls
373 lines (373 loc) · 11.5 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
object formMain: TformMain
Left = 0
Top = 0
Caption = 'Case investigation: generate JSON/CASE'
ClientHeight = 534
ClientWidth = 687
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
OnCreate = FormCreate
OnShow = FormShow
DesignerMasterStyle = 0
object Label1: TLabel
StyledSettings = [Family]
Position.X = 222.000000000000000000
Size.Width = 243.000000000000000000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 14.000000000000000000
TextSettings.FontColor = claBrown
Text = 'General data of the investigative case'
TabOrder = 18
end
object btnInvestigativeAction: TButton
Position.X = 152.000000000000000000
Position.Y = 429.000000000000000000
Size.Width = 121.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 13
Text = 'Investigative Action'
OnClick = btnInvestigativeActionClick
end
object btnIdentity: TButton
Position.X = 25.000000000000000000
Position.Y = 332.000000000000000000
Size.Width = 73.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 4
Text = '&Identity'
OnClick = btnIdentityClick
end
object btnLocation: TButton
Position.X = 26.000000000000000000
Position.Y = 364.000000000000000000
Size.Width = 72.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 7
Text = 'Location'
OnClick = btnLocationClick
end
object btnRole: TButton
Position.X = 105.000000000000000000
Position.Y = 332.000000000000000000
Size.Width = 73.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 5
Text = 'Role'
OnClick = btnRoleClick
end
object btnTool: TButton
Position.X = 106.000000000000000000
Position.Y = 364.000000000000000000
Size.Width = 73.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 8
Text = 'Tool'
OnClick = btnToolClick
end
object memoJSON: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
DataDetectorTypes = []
Position.X = 288.000000000000000000
Position.Y = 320.000000000000000000
Size.Width = 385.000000000000000000
Size.Height = 137.000000000000000000
Size.PlatformDefault = False
TabOrder = 23
Viewport.Width = 381.000000000000000000
Viewport.Height = 133.000000000000000000
end
object btnSaveToJSON: TButton
Position.X = 560.000000000000000000
Position.Y = 482.000000000000000000
Size.Width = 112.000000000000000000
Size.Height = 26.000000000000000000
Size.PlatformDefault = False
TabOrder = 16
Text = 'Save CASE/JSON'
OnClick = btnSaveToJSONClick
end
object OpenDialog1: TOpenDialog
Left = 464
Top = 328
end
object btnTrace: TButton
Position.X = 216.000000000000000000
Position.Y = 394.000000000000000000
Size.Width = 59.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 10
Text = 'Trace'
OnClick = btnTraceClick
end
object cbTrace: TComboBox
DropDownCount = 10
Items.Strings = (
'Application'
'Application account'
'Chat'
'Computer'
'Disk Partition'
'Email'
'Email account'
'File'
'Hard Disk'
'Mobile account'
'Mobile Device'
'Phone account'
'PhoneCall'
'SIM'
'SMS'
'URL History')
Position.X = 24.000000000000000000
Position.Y = 395.000000000000000000
Size.Width = 185.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 11
end
object btnRelationship: TButton
Position.X = 187.000000000000000000
Position.Y = 331.000000000000000000
Size.Width = 89.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 6
Text = 'Relationship'
OnClick = btnRelationshipClick
end
object btnPR: TButton
Position.X = 25.000000000000000000
Position.Y = 429.000000000000000000
Size.Width = 120.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 12
Text = 'Provenance Record'
OnClick = btnPRClick
end
object lbObjects: TListBox
Enabled = False
Position.X = 21.000000000000000000
Position.Y = 139.000000000000000000
Size.Width = 119.000000000000000000
Size.Height = 30.000000000000000000
Size.PlatformDefault = False
TabOrder = 27
DisableFocusEffect = True
DefaultItemStyles.ItemStyle = ''
DefaultItemStyles.GroupHeaderStyle = ''
DefaultItemStyles.GroupFooterStyle = ''
Viewport.Width = 115.000000000000000000
Viewport.Height = 26.000000000000000000
object Label2: TLabel
Position.X = 3.000000000000000000
Position.Y = 75.000000000000000000
Size.Width = 102.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
Text = 'Cases mangement'
TabOrder = 0
end
end
object btnWarrant: TButton
Position.X = 192.000000000000000000
Position.Y = 363.000000000000000000
Size.Width = 83.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 9
Text = 'Warrant'
OnClick = btnWarrantClick
end
object btnGenerateCaseJson: TButton
Position.X = 416.000000000000000000
Position.Y = 483.000000000000000000
Size.Width = 136.000000000000000000
Size.Height = 26.000000000000000000
Size.PlatformDefault = False
TabOrder = 15
Text = 'Generate CASE/JSON'
TextSettings.WordWrap = True
OnClick = btnGenerateCaseJsonClick
end
object panelCase: TPanel
Position.X = 24.000000000000000000
Position.Y = 234.000000000000000000
Size.Width = 649.000000000000000000
Size.Height = 81.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'panelstyle'
TabOrder = 30
object btnNewCase: TButton
Position.X = 216.000000000000000000
Position.Y = 51.000000000000000000
Size.Width = 73.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 2
Text = '&New Case'
OnClick = btnNewCaseClick
end
object cbCases: TComboBox
Position.X = 80.000000000000000000
Position.Y = 19.000000000000000000
Size.Width = 561.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
OnChange = cbCasesChange
end
object Label3: TLabel
Position.X = 8.000000000000000000
Position.Y = 22.000000000000000000
Size.Width = 73.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
Text = 'Select Case'
TabOrder = 1
end
object btnModify: TButton
Position.X = 304.000000000000000000
Position.Y = 51.000000000000000000
Size.Width = 153.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 3
Text = 'Modify general data'
TextSettings.WordWrap = True
OnClick = btnModifyClick
end
object btnGenerateJSON: TButton
Position.X = 580.000000000000000000
Position.Y = 51.000000000000000000
Size.Width = 65.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 5
Text = 'Open JSON'
OnClick = btnGenerateJSONClick
end
end
object Label4: TLabel
Position.X = 16.000000000000000000
Position.Y = 37.000000000000000000
Size.Width = 153.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
Text = 'National Procedure N.'
TabOrder = 0
end
object edName: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 1
ReadOnly = True
TextSettings.Font.Size = 16.000000000000000000
Position.X = 176.000000000000000000
Position.Y = 37.000000000000000000
Size.Width = 497.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
end
object Label5: TLabel
Position.X = 16.000000000000000000
Position.Y = 69.000000000000000000
TextSettings.Font.Size = 18.000000000000000000
Text = 'Focus'
TabOrder = 2
end
object edFocus: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 3
ReadOnly = True
TextSettings.Font.Size = 16.000000000000000000
Position.X = 176.000000000000000000
Position.Y = 69.000000000000000000
Size.Width = 497.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
end
object Label6: TLabel
Position.X = 16.000000000000000000
Position.Y = 109.000000000000000000
Size.Width = 113.000000000000000000
Size.Height = 25.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
Text = 'Short description'
TabOrder = 21
end
object memoShortDescription: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
DataDetectorTypes = []
ReadOnly = True
TextSettings.Font.Size = 16.000000000000000000
TextSettings.WordWrap = True
Position.X = 176.000000000000000000
Position.Y = 98.000000000000000000
Size.Width = 497.000000000000000000
Size.Height = 49.000000000000000000
Size.PlatformDefault = False
TabOrder = 20
Viewport.Width = 493.000000000000000000
Viewport.Height = 45.000000000000000000
end
object Label7: TLabel
Position.X = 16.000000000000000000
Position.Y = 171.000000000000000000
Size.Width = 89.000000000000000000
Size.Height = 25.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
Text = 'Description'
TabOrder = 17
end
object memoDescription: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
DataDetectorTypes = []
ReadOnly = True
TextSettings.Font.Size = 16.000000000000000000
TextSettings.WordWrap = True
Position.X = 176.000000000000000000
Position.Y = 152.000000000000000000
Size.Width = 497.000000000000000000
Size.Height = 73.000000000000000000
Size.PlatformDefault = False
TabOrder = 19
Viewport.Width = 493.000000000000000000
Viewport.Height = 69.000000000000000000
end
object btnTimeline: TButton
Position.X = 24.000000000000000000
Position.Y = 478.000000000000000000
Size.Width = 249.000000000000000000
Size.Height = 34.000000000000000000
Size.PlatformDefault = False
TabOrder = 14
Text = 'Timeline Overview'
OnClick = btnTimelineClick
end
object SaveDialog: TSaveDialog
Left = 528
Top = 328
end
object cbNewOntology: TCheckBox
Enabled = False
IsChecked = True
Position.X = 280.000000000000000000
Position.Y = 488.000000000000000000
Size.Width = 137.000000000000000000
Size.Height = 19.000000000000000000
Size.PlatformDefault = False
TabOrder = 33
Text = 'new UCO ontology'
end
end