home *** CD-ROM | disk | FTP | other *** search
/ 100 Great Kid's Games 2 / 100gamesII.iso / PROGRAMS / CCWIN / CCWIN412.EXE / Install.exe / 0 / RCDATA / TLISTINSTDI / TLISTINSTDI.txt
Text File  |  1998-05-22  |  1KB  |  68 lines

  1. object ListInstDi: TListInstDi
  2.   Left = 41
  3.   Top = 246
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Install word lists'
  7.   ClientHeight = 298
  8.   ClientWidth = 291
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 273
  20.     Height = 249
  21.     Shape = bsFrame
  22.   end
  23.   object Label1: TLabel
  24.     Left = 24
  25.     Top = 24
  26.     Width = 243
  27.     Height = 13
  28.     Caption = 'The additional word list set contains the lists below. '
  29.   end
  30.   object Label2: TLabel
  31.     Left = 24
  32.     Top = 48
  33.     Width = 182
  34.     Height = 13
  35.     Caption = 'Select the lists you would like to install.'
  36.   end
  37.   object OKBtn: TButton
  38.     Left = 68
  39.     Top = 268
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'Install'
  43.     Default = True
  44.     TabOrder = 0
  45.     OnClick = OKBtnClick
  46.   end
  47.   object CancelBtn: TButton
  48.     Left = 148
  49.     Top = 268
  50.     Width = 75
  51.     Height = 25
  52.     Cancel = True
  53.     Caption = 'Cancel'
  54.     ModalResult = 2
  55.     TabOrder = 1
  56.   end
  57.   object Lists: TCheckListBox
  58.     Left = 24
  59.     Top = 64
  60.     Width = 241
  61.     Height = 180
  62.     AllowGrayed = False
  63.     IntegralHeight = True
  64.     ItemHeight = 16
  65.     TabOrder = 2
  66.   end
  67. end
  68.