object SetLanguage: TSetLanguage Left = 155 Top = 389 BorderStyle = bsDialog Caption = 'Optionen | Sprache' ClientHeight = 198 ClientWidth = 274 Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 274 Height = 198 Align = alClient BevelWidth = 2 TabOrder = 3 end object OKBtn: TButton Left = 37 Top = 158 Width = 93 Height = 30 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 140 Top = 158 Width = 92 Height = 30 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object GroupBox1: TGroupBox Left = 16 Top = 16 Width = 241 Height = 129 Caption = 'Bitte w�hlen:' TabOrder = 2 object RadioButton1: TRadioButton Left = 48 Top = 32 Width = 137 Height = 17 Caption = 'English' Checked = True TabOrder = 0 TabStop = True end object RadioButton2: TRadioButton Left = 48 Top = 52 Width = 137 Height = 17 Caption = 'Deutsch' TabOrder = 1 end object RadioButton3: TRadioButton Left = 48 Top = 72 Width = 141 Height = 17 Caption = 'France' TabOrder = 2 end object RadioButton4: TRadioButton Left = 48 Top = 92 Width = 141 Height = 17 Caption = 'Espanol' TabOrder = 3 end end end