object JvNTEventLogMainForm: TJvNTEventLogMainForm Left = 248 Top = 128 Width = 630 Height = 400 Caption = 'Event Viewer' Color = clBtnFace Constraints.MinHeight = 400 Constraints.MinWidth = 630 DefaultMonitor = dmDesktop Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Splitter1: TSplitter Left = 89 Top = 38 Width = 4 Height = 328 Cursor = crHSplit end object ButtonsPanel: TPanel Left = 0 Top = 0 Width = 622 Height = 38 Align = alTop BevelOuter = bvNone TabOrder = 0 object btnRefresh: TButton Left = 9 Top = 6 Width = 75 Height = 25 Caption = 'Refresh' TabOrder = 0 end end object ListBox1: TListBox Left = 0 Top = 38 Width = 89 Height = 328 Align = alLeft ItemHeight = 13 TabOrder = 1 OnClick = ListBox1Click end object ListView1: TListView Left = 93 Top = 38 Width = 529 Height = 328 Align = alClient Columns = < item Caption = 'Type' Width = 60 end item Caption = 'Date' Width = 62 end item Caption = 'Time' Width = 60 end item Caption = 'Source' Width = 100 end item Caption = 'Category' Width = 55 end item Caption = 'Event' Width = 40 end item Caption = 'User' Width = 70 end item Caption = 'Computer' Width = 60 end> RowSelect = True SortType = stText TabOrder = 2 ViewStyle = vsReport end object JvNTEventLog1: TJvNTEventLog Active = False Left = 40 Top = 48 end end