-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcaseGenerator_overview.fmx
More file actions
182 lines (182 loc) · 5.36 KB
/
caseGenerator_overview.fmx
File metadata and controls
182 lines (182 loc) · 5.36 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
object formOverview: TformOverview
Left = 0
Top = 0
Caption = 'Digital Evidence Timeline - Overview'
ClientHeight = 524
ClientWidth = 887
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
DesignerMasterStyle = 0
object tvActions: TTreeView
ClipChildren = True
ClipParent = True
Position.X = 13.000000000000000000
Position.Y = 2.000000000000000000
Size.Width = 865.000000000000000000
Size.Height = 241.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'treeviewstyle'
TabOrder = 0
ShowSizeGrip = True
OnChange = tvActionsChange
Viewport.Width = 861.000000000000000000
Viewport.Height = 237.000000000000000000
end
object Label1: TLabel
Position.X = 8.000000000000000000
Position.Y = 266.000000000000000000
Text = 'Who'
TabOrder = 10
end
object Label2: TLabel
Position.X = 8.000000000000000000
Position.Y = 330.000000000000000000
Text = 'Where'
TabOrder = 6
end
object Label3: TLabel
Position.X = 8.000000000000000000
Position.Y = 378.000000000000000000
Text = 'When'
TabOrder = 5
end
object lblResult: TLabel
Position.X = 383.000000000000000000
Position.Y = 382.000000000000000000
Size.Width = 91.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
Text = 'Result/Output'
TabOrder = 2
end
object edWho: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 14
Text = 'who'
Position.X = 88.000000000000000000
Position.Y = 266.000000000000000000
Size.Width = 289.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
end
object Label6: TLabel
Position.X = 8.000000000000000000
Position.Y = 298.000000000000000000
Text = 'Role'
TabOrder = 9
end
object edRole: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 13
Text = 'role'
Position.X = 91.000000000000000000
Position.Y = 295.000000000000000000
Size.Width = 286.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
end
object edWhere: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 12
Text = 'where'
Position.X = 88.000000000000000000
Position.Y = 330.000000000000000000
Size.Width = 289.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
end
object edWhen: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 11
Text = 'when'
Position.X = 88.000000000000000000
Position.Y = 370.000000000000000000
Size.Width = 289.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
end
object Label7: TLabel
Position.X = 8.000000000000000000
Position.Y = 432.000000000000000000
Text = 'What'
TabOrder = 4
end
object Label8: TLabel
Position.X = 8.000000000000000000
Position.Y = 479.000000000000000000
Text = 'Instrument'
TabOrder = 3
end
object edInstrument: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 8
Text = 'instrument'
Position.X = 88.000000000000000000
Position.Y = 474.000000000000000000
Size.Width = 289.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
end
object tvTraces: TTreeView
Position.X = 472.000000000000000000
Position.Y = 312.000000000000000000
Size.Width = 401.000000000000000000
Size.Height = 161.000000000000000000
Size.PlatformDefault = False
TabOrder = 16
ShowSizeGrip = True
OnChange = tvTracesChange
Viewport.Width = 397.000000000000000000
Viewport.Height = 157.000000000000000000
end
object Label9: TLabel
Position.X = 390.000000000000000000
Position.Y = 271.000000000000000000
Size.Width = 89.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
Text = 'Object/Input'
TabOrder = 1
end
object edObject: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 7
Text = 'object/input'
Position.X = 472.000000000000000000
Position.Y = 266.000000000000000000
Size.Width = 401.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
end
object memoWhat: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
DataDetectorTypes = []
Position.X = 88.000000000000000000
Position.Y = 416.000000000000000000
Size.Width = 289.000000000000000000
Size.Height = 50.000000000000000000
Size.PlatformDefault = False
TabOrder = 17
Viewport.Width = 289.000000000000000000
Viewport.Height = 50.000000000000000000
end
object cbPreview: TCheckBox
Position.X = 472.000000000000000000
Position.Y = 480.000000000000000000
TabOrder = 18
Text = 'Preview'
OnChange = cbPreviewChange
end
object imgPreview: TImage
MultiResBitmap.LoadSize = 2
MultiResBitmap = <
item
end>
Position.X = 547.000000000000000000
Position.Y = 5.000000000000000000
Size.Width = 324.000000000000000000
Size.Height = 236.000000000000000000
Size.PlatformDefault = False
end
end