object Form2: TForm2 Left = 259 Top = 133 BorderStyle = bsNone Caption = 'Form2' ClientHeight = 268 ClientWidth = 427 Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter Visible = True PixelsPerInch = 120 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 427 Height = 268 Align = alClient BevelInner = bvLowered TabOrder = 0 object Label1: TLabel Left = 40 Top = 80 Width = 308 Height = 16 Caption = 'Bitte Sprache ausw�hlen / Please select Language:' end object BitBtn1: TBitBtn Left = 48 Top = 104 Width = 137 Height = 49 Caption = 'Deutsch' TabOrder = 0 OnClick = BitBtn1Click end object BitBtn2: TBitBtn Left = 200 Top = 104 Width = 137 Height = 49 Caption = 'English' TabOrder = 1 OnClick = BitBtn2Click end end end