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

  1. object intervalform: Tintervalform
  2.   Left = 272
  3.   Top = 258
  4.   ActiveControl = interval
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Specify an Interval'
  8.   ClientHeight = 103
  9.   ClientWidth = 244
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 233
  25.     Height = 89
  26.     Shape = bsFrame
  27.   end
  28.   object Label1: TLabel
  29.     Left = 16
  30.     Top = 16
  31.     Width = 216
  32.     Height = 13
  33.     Caption = 'Please specify an interval up to 1000 minutes:'
  34.   end
  35.   object BitBtn1: TBitBtn
  36.     Left = 80
  37.     Top = 64
  38.     Width = 73
  39.     Height = 25
  40.     Caption = 'OK'
  41.     Default = True
  42.     TabOrder = 1
  43.     OnClick = BitBtn1Click
  44.     Glyph.Data = {
  45.       DE010000424DDE01000000000000760000002800000024000000120000000100
  46.       0400000000006801000000000000000000001000000000000000000000000000
  47.       80000080000000808000800000008000800080800000C0C0C000808080000000
  48.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  49.       3333333333333333333333330000333333333333333333333333F33333333333
  50.       00003333344333333333333333388F3333333333000033334224333333333333
  51.       338338F3333333330000333422224333333333333833338F3333333300003342
  52.       222224333333333383333338F3333333000034222A22224333333338F338F333
  53.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  54.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  55.       0000333333333A222433333333333338F338F33300003333333333A222433333
  56.       333333338F338F33000033333333333A222433333333333338F338F300003333
  57.       33333333A222433333333333338F338F00003333333333333A22433333333333
  58.       3338F38F000033333333333333A223333333333333338F830000333333333333
  59.       333A333333333333333338330000333333333333333333333333333333333333
  60.       0000}
  61.     NumGlyphs = 2
  62.   end
  63.   object interval: TEdit
  64.     Left = 16
  65.     Top = 36
  66.     Width = 217
  67.     Height = 21
  68.     TabOrder = 0
  69.   end
  70.   object BitBtn2: TBitBtn
  71.     Left = 160
  72.     Top = 64
  73.     Width = 73
  74.     Height = 25
  75.     Cancel = True
  76.     Caption = 'Cancel'
  77.     TabOrder = 2
  78.     OnClick = BitBtn2Click
  79.     Glyph.Data = {
  80.       DE010000424DDE01000000000000760000002800000024000000120000000100
  81.       0400000000006801000000000000000000001000000000000000000000000000
  82.       80000080000000808000800000008000800080800000C0C0C000808080000000
  83.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  84.       333333333333333333333333000033338833333333333333333F333333333333
  85.       0000333911833333983333333388F333333F3333000033391118333911833333
  86.       38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  87.       911118111118333338F3338F833338F3000033333911111111833333338F3338
  88.       3333F8330000333333911111183333333338F333333F83330000333333311111
  89.       8333333333338F3333383333000033333339111183333333333338F333833333
  90.       00003333339111118333333333333833338F3333000033333911181118333333
  91.       33338333338F333300003333911183911183333333383338F338F33300003333
  92.       9118333911183333338F33838F338F33000033333913333391113333338FF833
  93.       38F338F300003333333333333919333333388333338FFF830000333333333333
  94.       3333333333333333333888330000333333333333333333333333333333333333
  95.       0000}
  96.     NumGlyphs = 2
  97.   end
  98. end
  99.