home *** CD-ROM | disk | FTP | other *** search
- object LogForm: TLogForm
- Left = 0
- Top = 111
- Width = 665
- Height = 300
- Caption = '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
- OnHide = FormHide
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 552
- Top = 0
- Width = 105
- Height = 273
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 0
- object Bevel1: TBevel
- Left = 11
- Top = 184
- Width = 88
- Height = 57
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 16
- Top = 192
- Width = 77
- Height = 13
- Caption = 'Auto-delete past'
- end
- object Label2: TLabel
- Left = 66
- Top = 211
- Width = 22
- Height = 13
- Caption = 'days'
- end
- object BitBtn1: TBitBtn
- Left = 24
- Top = 16
- Width = 75
- Height = 25
- Caption = '&OK'
- TabOrder = 0
- OnClick = BitBtn1Click
- 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
- 3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
- 33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
- 33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
- 333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
- 03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
- 33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
- 0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
- 3333333337FFF7F3333333333000003333333333377777333333}
- NumGlyphs = 2
- end
- object Edit1: TEdit
- Left = 16
- Top = 208
- Width = 33
- Height = 21
- TabOrder = 4
- Text = '0'
- end
- object UpDown1: TUpDown
- Left = 49
- Top = 208
- Width = 15
- Height = 21
- Associate = Edit1
- Min = 0
- Max = 999
- Position = 0
- TabOrder = 5
- Wrap = False
- 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 = 60
- end
- item
- Caption = 'Remote Site'
- Width = 140
- end
- item
- Caption = 'Filename'
- Width = 100
- 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
-