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

  1. object wizform: Twizform
  2.   Left = 203
  3.   Top = 148
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'URL List Quick Start'
  7.   ClientHeight = 304
  8.   ClientWidth = 415
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 401
  26.     Height = 289
  27.   end
  28.   object Label1: TLabel
  29.     Left = 16
  30.     Top = 16
  31.     Width = 254
  32.     Height = 13
  33.     Caption = 'Please select the URL List(s) you would like to create:'
  34.   end
  35.   object weblist: TListView
  36.     Left = 16
  37.     Top = 32
  38.     Width = 385
  39.     Height = 225
  40.     Checkboxes = True
  41.     Columns = <>
  42.     GridLines = True
  43.     HotTrackStyles = []
  44.     ReadOnly = True
  45.     TabOrder = 0
  46.     ViewStyle = vsReport
  47.   end
  48.   object okbtn: TBitBtn
  49.     Left = 232
  50.     Top = 264
  51.     Width = 81
  52.     Height = 25
  53.     Caption = 'OK'
  54.     Default = True
  55.     TabOrder = 1
  56.     OnClick = okbtnClick
  57.     Glyph.Data = {
  58.       DE010000424DDE01000000000000760000002800000024000000120000000100
  59.       0400000000006801000000000000000000001000000000000000000000000000
  60.       80000080000000808000800000008000800080800000C0C0C000808080000000
  61.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  62.       3333333333333333333333330000333333333333333333333333F33333333333
  63.       00003333344333333333333333388F3333333333000033334224333333333333
  64.       338338F3333333330000333422224333333333333833338F3333333300003342
  65.       222224333333333383333338F3333333000034222A22224333333338F338F333
  66.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  67.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  68.       0000333333333A222433333333333338F338F33300003333333333A222433333
  69.       333333338F338F33000033333333333A222433333333333338F338F300003333
  70.       33333333A222433333333333338F338F00003333333333333A22433333333333
  71.       3338F38F000033333333333333A223333333333333338F830000333333333333
  72.       333A333333333333333338330000333333333333333333333333333333333333
  73.       0000}
  74.     NumGlyphs = 2
  75.   end
  76.   object cancelbtn: TBitBtn
  77.     Left = 320
  78.     Top = 264
  79.     Width = 81
  80.     Height = 25
  81.     Cancel = True
  82.     Caption = 'Cancel'
  83.     TabOrder = 2
  84.     OnClick = cancelbtnClick
  85.     Glyph.Data = {
  86.       DE010000424DDE01000000000000760000002800000024000000120000000100
  87.       0400000000006801000000000000000000001000000000000000000000000000
  88.       80000080000000808000800000008000800080800000C0C0C000808080000000
  89.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  90.       333333333333333333333333000033338833333333333333333F333333333333
  91.       0000333911833333983333333388F333333F3333000033391118333911833333
  92.       38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  93.       911118111118333338F3338F833338F3000033333911111111833333338F3338
  94.       3333F8330000333333911111183333333338F333333F83330000333333311111
  95.       8333333333338F3333383333000033333339111183333333333338F333833333
  96.       00003333339111118333333333333833338F3333000033333911181118333333
  97.       33338333338F333300003333911183911183333333383338F338F33300003333
  98.       9118333911183333338F33838F338F33000033333913333391113333338FF833
  99.       38F338F300003333333333333919333333388333338FFF830000333333333333
  100.       3333333333333333333888330000333333333333333333333333333333333333
  101.       0000}
  102.     NumGlyphs = 2
  103.   end
  104.   object selectbtn: TBitBtn
  105.     Left = 144
  106.     Top = 264
  107.     Width = 81
  108.     Height = 25
  109.     Caption = 'Select All'
  110.     TabOrder = 3
  111.     OnClick = selectbtnClick
  112.     Kind = bkAll
  113.   end
  114. end
  115.