object InstallSpeechForm: TInstallSpeechForm Left = 365 Top = 263 Width = 481 Height = 253 Caption = 'Speech Recognition' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object MsgLabel: TLabel Left = 19 Top = 10 Width = 374 Height = 58 AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object SRCheck: TCheckBox Left = 19 Top = 94 Width = 370 Height = 18 Caption = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' TabOrder = 0 end object TTSCheck: TCheckBox Left = 19 Top = 128 Width = 372 Height = 18 Caption = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' TabOrder = 1 end object OkBtn: TButton Left = 21 Top = 166 Width = 65 Height = 22 Caption = 'OK' TabOrder = 2 OnClick = OkBtnClick end object CancelBtn: TButton Left = 321 Top = 166 Width = 65 Height = 22 Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end end