object ListInstDi: TListInstDi Left = 41 Top = 246 BorderIcons = [] BorderStyle = bsDialog Caption = 'Install word lists' ClientHeight = 298 ClientWidth = 291 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 273 Height = 249 Shape = bsFrame end object Label1: TLabel Left = 24 Top = 24 Width = 243 Height = 13 Caption = 'The additional word list set contains the lists below. ' end object Label2: TLabel Left = 24 Top = 48 Width = 182 Height = 13 Caption = 'Select the lists you would like to install.' end object OKBtn: TButton Left = 68 Top = 268 Width = 75 Height = 25 Caption = 'Install' Default = True TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 148 Top = 268 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Lists: TCheckListBox Left = 24 Top = 64 Width = 241 Height = 180 AllowGrayed = False IntegralHeight = True ItemHeight = 16 TabOrder = 2 end end