home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 August / CHIP_08_99.BIN / online / tools / webspect / ws20.exe / WEBSPECTOR.EXE / 0 / RCDATA / TDELETESPECFORM / TDELETESPECFORM.txt
Encoding:
Text File  |  1999-08-11  |  3.6 KB  |  122 lines

  1. object deletespecform: Tdeletespecform
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Delete Log Entries'
  7.   ClientHeight = 191
  8.   ClientWidth = 263
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 249
  23.     Height = 177
  24.   end
  25.   object Label1: TLabel
  26.     Left = 24
  27.     Top = 16
  28.     Width = 199
  29.     Height = 26
  30.     Caption = 
  31.       'Please specify the range of log entries you would like to delete' +
  32.       ':'
  33.     WordWrap = True
  34.   end
  35.   object deleteall: TRadioButton
  36.     Left = 24
  37.     Top = 56
  38.     Width = 169
  39.     Height = 17
  40.     Caption = 'Delete All Entries'
  41.     TabOrder = 0
  42.   end
  43.   object thirtyentries: TRadioButton
  44.     Left = 24
  45.     Top = 128
  46.     Width = 161
  47.     Height = 17
  48.     Caption = 'Older Than One Month'
  49.     Checked = True
  50.     TabOrder = 3
  51.     TabStop = True
  52.   end
  53.   object BitBtn1: TBitBtn
  54.     Left = 96
  55.     Top = 152
  56.     Width = 75
  57.     Height = 25
  58.     Caption = 'Delete'
  59.     Default = True
  60.     TabOrder = 4
  61.     OnClick = BitBtn1Click
  62.     Glyph.Data = {
  63.       76010000424D7601000000000000760000002800000020000000100000000100
  64.       04000000000000010000120B0000120B00001000000000000000000000000000
  65.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  66.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  67.       3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  68.       33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  69.       33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  70.       333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  71.       03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  72.       33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  73.       0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  74.       3333333337FFF7F3333333333000003333333333377777333333}
  75.     NumGlyphs = 2
  76.   end
  77.   object BitBtn2: TBitBtn
  78.     Left = 176
  79.     Top = 152
  80.     Width = 75
  81.     Height = 25
  82.     Cancel = True
  83.     Caption = 'Close'
  84.     TabOrder = 5
  85.     OnClick = BitBtn2Click
  86.     Glyph.Data = {
  87.       DE010000424DDE01000000000000760000002800000024000000120000000100
  88.       0400000000006801000000000000000000001000000000000000000000000000
  89.       80000080000000808000800000008000800080800000C0C0C000808080000000
  90.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  91.       3333333333333FFFFF333333000033333388888833333333333F888888FFF333
  92.       000033338811111188333333338833FFF388FF33000033381119999111833333
  93.       38F338888F338FF30000339119933331111833338F388333383338F300003391
  94.       13333381111833338F8F3333833F38F3000039118333381119118338F38F3338
  95.       33F8F38F000039183333811193918338F8F333833F838F8F0000391833381119
  96.       33918338F8F33833F8338F8F000039183381119333918338F8F3833F83338F8F
  97.       000039183811193333918338F8F833F83333838F000039118111933339118338
  98.       F3833F83333833830000339111193333391833338F33F8333FF838F300003391
  99.       11833338111833338F338FFFF883F83300003339111888811183333338FF3888
  100.       83FF83330000333399111111993333333388FFFFFF8833330000333333999999
  101.       3333333333338888883333330000333333333333333333333333333333333333
  102.       0000}
  103.     NumGlyphs = 2
  104.   end
  105.   object todayentries: TRadioButton
  106.     Left = 24
  107.     Top = 80
  108.     Width = 161
  109.     Height = 17
  110.     Caption = 'Today'#39's Entries'
  111.     TabOrder = 1
  112.   end
  113.   object sevenentries: TRadioButton
  114.     Left = 24
  115.     Top = 104
  116.     Width = 161
  117.     Height = 17
  118.     Caption = 'Older Than One Week '
  119.     TabOrder = 2
  120.   end
  121. end
  122.