home *** CD-ROM | disk | FTP | other *** search
- object LogForm: TLogForm
- Left = 60
- Top = 114
- Width = 665
- Height = 300
- Caption = 'Maintenance Log'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- ShowHint = True
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 552
- Top = 0
- Width = 105
- Height = 273
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 0
- object BitBtn1: TBitBtn
- Left = 24
- Top = 16
- Width = 75
- Height = 25
- Caption = '&OK'
- TabOrder = 0
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 24
- Top = 104
- Width = 75
- Height = 25
- Hint = 'Delete Selected Entries'
- Cancel = True
- Caption = '&Delete'
- TabOrder = 2
- OnClick = BitBtn2Click
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000120B0000120B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
- 3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
- 33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
- 33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
- 333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
- 03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
- 33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
- 0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
- 3333333337FFF7F3333333333000003333333333377777333333}
- NumGlyphs = 2
- end
- object BitBtn3: TBitBtn
- Left = 24
- Top = 48
- Width = 75
- Height = 25
- TabOrder = 1
- OnClick = BitBtn3Click
- Kind = bkHelp
- end
- object BitBtn4: TBitBtn
- Left = 25
- Top = 136
- Width = 75
- Height = 25
- Hint = 'Delete All Entries'
- Cancel = True
- Caption = '&Clear'
- TabOrder = 3
- OnClick = BitBtn4Click
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000120B0000120B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
- 3333333777777777F3333330F77777703333333733F3F3F73F33330FF0808077
- 0333337F37F7F7F37F33330FF0807077033333733737F73F73F330FF77808707
- 703337F37F37F37F37F330FF08807807703037F37F37F37F37F700FF08808707
- 700377F37337F37F377330FF778078077033373F73F7F3733733330FF0808077
- 0333337F37F7F7F37F33330FF08070770333337FF7F7F7FF7F33330000000000
- 03333377777777777F33330F888777770333337FFFFFFFFF7F33330000000000
- 033333777777777773333333307770333333333337FFF7F33333333330000033
- 3333333337777733333333333333333333333333333333333333}
- NumGlyphs = 2
- end
- end
- object ListView1: TListView
- Left = 0
- Top = 0
- Width = 552
- Height = 273
- Align = alClient
- Columns = <
- item
- Caption = 'Date'
- Width = 80
- end
- item
- Caption = 'Time'
- Width = 80
- end
- item
- Caption = 'Database File'
- Width = 150
- end
- item
- Caption = 'Description'
- Width = 500
- end>
- ReadOnly = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MultiSelect = True
- ParentFont = False
- TabOrder = 1
- ViewStyle = vsReport
- end
- end
-