object SetLanguage: TSetLanguage Left = 277 Top = 317 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 OKBtn: TButton Left = 33 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 = 40 Width = 137 Height = 17 Caption = 'Englisch' Checked = True TabOrder = 0 TabStop = True end object RadioButton2: TRadioButton Left = 48 Top = 80 Width = 137 Height = 17 Caption = 'Deutsch' TabOrder = 1 end end end