object LanguageForm: TLanguageForm Left = 518 Top = 337 ActiveControl = RadioGroup1 BorderStyle = bsDialog Caption = 'Select Language' ClientHeight = 120 ClientWidth = 186 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 186 Height = 58 Align = alTop BevelOuter = bvNone BorderWidth = 7 TabOrder = 0 object RadioGroup1: TRadioGroup Left = 7 Top = 7 Width = 172 Height = 44 Align = alClient Caption = 'Language' ItemIndex = 0 Items.Strings = ( 'English') TabOrder = 0 TabStop = True end end object Panel2: TPanel Left = 0 Top = 58 Width = 186 Height = 34 Align = alTop BevelOuter = bvNone TabOrder = 1 object Button1: TButton Left = 56 Top = 2 Width = 75 Height = 25 Cancel = True Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 end end end