home *** CD-ROM | disk | FTP | other *** search
- object deletespecform: Tdeletespecform
- Left = 200
- Top = 108
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Delete Log Entries'
- ClientHeight = 191
- ClientWidth = 263
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 249
- Height = 177
- end
- object Label1: TLabel
- Left = 24
- Top = 16
- Width = 199
- Height = 26
- Caption =
- 'Please specify the range of log entries you would like to delete' +
- ':'
- WordWrap = True
- end
- object deleteall: TRadioButton
- Left = 24
- Top = 56
- Width = 169
- Height = 17
- Caption = 'Delete All Entries'
- TabOrder = 0
- end
- object thirtyentries: TRadioButton
- Left = 24
- Top = 128
- Width = 161
- Height = 17
- Caption = 'Older Than One Month'
- Checked = True
- TabOrder = 3
- TabStop = True
- end
- object BitBtn1: TBitBtn
- Left = 96
- Top = 152
- Width = 75
- Height = 25
- Caption = 'Delete'
- Default = True
- TabOrder = 4
- OnClick = BitBtn1Click
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000120B0000120B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
- 3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
- 33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
- 33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
- 333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
- 03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
- 33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
- 0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
- 3333333337FFF7F3333333333000003333333333377777333333}
- NumGlyphs = 2
- end
- object BitBtn2: TBitBtn
- Left = 176
- Top = 152
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Close'
- TabOrder = 5
- OnClick = BitBtn2Click
- Glyph.Data = {
- DE010000424DDE01000000000000760000002800000024000000120000000100
- 0400000000006801000000000000000000001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333FFFFF333333000033333388888833333333333F888888FFF333
- 000033338811111188333333338833FFF388FF33000033381119999111833333
- 38F338888F338FF30000339119933331111833338F388333383338F300003391
- 13333381111833338F8F3333833F38F3000039118333381119118338F38F3338
- 33F8F38F000039183333811193918338F8F333833F838F8F0000391833381119
- 33918338F8F33833F8338F8F000039183381119333918338F8F3833F83338F8F
- 000039183811193333918338F8F833F83333838F000039118111933339118338
- F3833F83333833830000339111193333391833338F33F8333FF838F300003391
- 11833338111833338F338FFFF883F83300003339111888811183333338FF3888
- 83FF83330000333399111111993333333388FFFFFF8833330000333333999999
- 3333333333338888883333330000333333333333333333333333333333333333
- 0000}
- NumGlyphs = 2
- end
- object todayentries: TRadioButton
- Left = 24
- Top = 80
- Width = 161
- Height = 17
- Caption = 'Today'#39's Entries'
- TabOrder = 1
- end
- object sevenentries: TRadioButton
- Left = 24
- Top = 104
- Width = 161
- Height = 17
- Caption = 'Older Than One Week '
- TabOrder = 2
- end
- end
-