-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.lfm
More file actions
334 lines (334 loc) · 8.16 KB
/
Copy pathmain.lfm
File metadata and controls
334 lines (334 loc) · 8.16 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
object frmMain: TfrmMain
Left = 0
Height = 518
Top = 250
Width = 1167
BorderStyle = bsSizeToolWin
Caption = 'Event Log Viewer'
ClientHeight = 518
ClientWidth = 1167
KeyPreview = True
Menu = MainMenu1
OnClose = FormClose
OnCreate = FormCreate
OnKeyUp = FormKeyUp
OnShow = FormShow
object StatusBar1: TStatusBar
Left = 0
Height = 23
Top = 495
Width = 1167
Panels = <
item
Width = 50
end>
SimplePanel = False
end
object vtEventLog: TVirtualStringTree
Left = 0
Height = 406
Top = 0
Width = 1167
Align = alClient
BorderStyle = bsNone
DefaultText = 'Node'
Header.AutoSizeIndex = 0
Header.Columns = <
item
Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus, coEditable]
Position = 0
Text = 'Source'
Width = 150
end
item
Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus, coEditable]
Position = 1
Text = 'Date and Time'
Width = 120
end
item
Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus, coEditable]
Position = 2
Text = 'Message'
Width = 1500
end>
Header.Options = [hoColumnResize, hoDblClickResize, hoDrag, hoShowSortGlyphs, hoVisible]
PopupMenu = PopupMenu1
TabOrder = 1
TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScroll, toAutoScrollOnExpand, toAutoSort, toAutoTristateTracking, toAutoDeleteMovedNodes, toAutoChangeScale]
TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toThemeAware, toUseBlendedImages]
TreeOptions.SelectionOptions = [toFullRowSelect, toAlwaysSelectNode]
OnBeforeCellPaint = vtEventLogBeforeCellPaint
OnDblClick = vtEventLogDblClick
OnFocusChanged = vtEventLogFocusChanged
OnFreeNode = vtEventLogFreeNode
OnGetText = vtEventLogGetText
end
object pnlDescription: TPanel
Left = 0
Height = 84
Top = 411
Width = 1167
Align = alBottom
BevelOuter = bvNone
Caption = 'pnlDescription'
ClientHeight = 84
ClientWidth = 1167
TabOrder = 2
object Memo1: TMemo
Left = 0
Height = 84
Top = 0
Width = 1167
Align = alClient
BorderStyle = bsNone
ScrollBars = ssAutoBoth
TabOrder = 0
end
end
object Splitter1: TSplitter
Cursor = crVSplit
Left = 0
Height = 5
Top = 406
Width = 1167
Align = alBottom
ResizeAnchor = akBottom
end
object Timer1: TTimer
Interval = 500
OnTimer = Timer1Timer
left = 588
top = 141
end
object MainMenu1: TMainMenu
left = 209
top = 96
object MenuItem1: TMenuItem
Caption = 'File'
object MenuItem2: TMenuItem
Action = acApplicationLog
end
object MenuItem21: TMenuItem
Action = acSystemLog
end
object MenuItem22: TMenuItem
Action = acSecurityLog
end
object MenuItem23: TMenuItem
Caption = '-'
end
object MenuItem3: TMenuItem
Action = acOpenFile
end
object N1: TMenuItem
Caption = '-'
end
object MenuItem4: TMenuItem
Action = acSaveLog
end
object N2: TMenuItem
Caption = '-'
end
object MenuItem5: TMenuItem
Action = acExit
end
end
object MenuItem6: TMenuItem
Caption = 'Search'
object MenuItem7: TMenuItem
Action = acGotoTime
end
object MenuItem8: TMenuItem
Action = acFind
end
object MenuItem10: TMenuItem
Caption = '-'
end
object MenuItem9: TMenuItem
Action = acFilter
end
end
object MenuItem11: TMenuItem
Caption = 'View'
object MenuItem12: TMenuItem
Action = acOnTop
AutoCheck = True
end
object MenuItem24: TMenuItem
Action = acShowMenu
AutoCheck = True
end
object MenuItem13: TMenuItem
Action = acShowHeaders
AutoCheck = True
end
object MenuItem14: TMenuItem
Action = acShowStatus
AutoCheck = True
end
object MenuItem15: TMenuItem
Action = acShowDescription
AutoCheck = True
end
object N3: TMenuItem
Caption = '-'
object MenuItem17: TMenuItem
Caption = 'MenuItem17'
end
end
object MenuItem16: TMenuItem
Action = acView1_2
end
object MenuItem18: TMenuItem
Action = acView1_3
end
object MenuItem19: TMenuItem
Action = acView1_4
end
object MenuItem20: TMenuItem
Action = acView1_6
end
end
end
object ActionList1: TActionList
left = 428
top = 175
object acSystemLog: TAction
Category = 'File'
Caption = 'System Log'
OnExecute = acSystemLogExecute
end
object acOpenFile: TAction
Category = 'File'
Caption = 'Open File ...'
OnExecute = acOpenFileExecute
end
object acSaveLog: TAction
Category = 'File'
Caption = 'Save Log'
end
object acClearLog: TAction
Category = 'File'
Caption = 'Clear Log'
OnExecute = acClearLogExecute
end
object acExit: TAction
Category = 'File'
Caption = 'Exit'
OnExecute = acExitExecute
end
object acGotoTime: TAction
Category = 'Search'
Caption = 'Goto To Time ...'
end
object acFind: TAction
Category = 'Search'
Caption = 'Find Text ...'
end
object acFilter: TAction
Category = 'Search'
Caption = 'Filter ...'
end
object acSetTimeZone: TAction
Category = 'View'
AutoCheck = True
Caption = 'Set Time Zone ...'
end
object acOnTop: TAction
Category = 'View'
AutoCheck = True
Caption = 'On Top'
OnExecute = acOnTopExecute
end
object acShowHeaders: TAction
Category = 'View'
AutoCheck = True
Caption = 'Show Headers'
Checked = True
OnExecute = acShowHeadersExecute
ShortCut = 16456
end
object acShowStatus: TAction
Category = 'View'
AutoCheck = True
Caption = 'Show Status'
Checked = True
OnExecute = acShowStatusExecute
ShortCut = 16467
end
object acShowDescription: TAction
Category = 'View'
AutoCheck = True
Caption = 'Show Description'
Checked = True
OnExecute = acShowDescriptionExecute
ShortCut = 16452
end
object acView1_6: TAction
Category = 'View'
Caption = '1/6 of Display'
OnExecute = acView1_6Execute
ShortCut = 32891
end
object acView1_4: TAction
Category = 'View'
Caption = '1/4 of Display'
OnExecute = acView1_4Execute
ShortCut = 16507
end
object acView1_3: TAction
Category = 'View'
Caption = '1/3 of Display'
OnExecute = acView1_3Execute
ShortCut = 8315
end
object acView1_2: TAction
Category = 'View'
Caption = '1/2 of Display'
OnExecute = acView1_2Execute
ShortCut = 123
end
object acApplicationLog: TAction
Category = 'File'
Caption = 'Application Log'
OnExecute = acApplicationLogExecute
end
object acSecurityLog: TAction
Category = 'File'
Caption = 'Security Log'
OnExecute = acSecurityLogExecute
end
object acShowMenu: TAction
Category = 'View'
AutoCheck = True
Caption = 'ShowMenu'
Checked = True
OnExecute = acShowMenuExecute
ShortCut = 16461
end
end
object PopupMenu1: TPopupMenu
left = 340
top = 109
object MenuItem25: TMenuItem
Caption = 'View'
object MenuItem26: TMenuItem
Action = acShowMenu
AutoCheck = True
end
object MenuItem27: TMenuItem
Action = acShowHeaders
AutoCheck = True
end
object MenuItem28: TMenuItem
Action = acShowStatus
AutoCheck = True
end
object MenuItem29: TMenuItem
Action = acShowDescription
AutoCheck = True
end
end
end
end