object ModemISDN: TModemISDN Left = 200 Top = 99 BorderIcons = [] BorderStyle = bsDialog Caption = 'Modem oder ISDN ?' ClientHeight = 290 ClientWidth = 320 Font.Color = clWindowText Font.Height = -16 Font.Name = 'System' Font.Style = [] PixelsPerInch = 120 Position = poScreenCenter TextHeight = 20 object Panel1: TPanel Left = 4 Top = 4 Width = 311 Height = 281 BevelOuter = bvLowered TabOrder = 1 end object GroupBox1: TGroupBox Left = 14 Top = 14 Width = 291 Height = 262 Caption = ' Bitte w�hlen Sie... ' Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 object Label1: TLabel Left = 40 Top = 182 Width = 204 Height = 19 Caption = '(egalb ob Modem od. ISDN)' end object RadioButton1: TRadioButton Left = 16 Top = 46 Width = 235 Height = 21 Caption = ' Ich nutze nur ISDN' TabOrder = 0 end object RadioButton2: TRadioButton Left = 16 Top = 86 Width = 261 Height = 21 Caption = ' Ich nutze nur ein Modem' Checked = True TabOrder = 1 TabStop = True end object RadioButton3: TRadioButton Left = 16 Top = 126 Width = 271 Height = 21 Caption = ' Ich nutze Modem und ISDN' TabOrder = 2 end object BitBtn1: TBitBtn Left = 90 Top = 214 Width = 111 Height = 41 TabOrder = 3 Kind = bkOK end object RadioButton4: TRadioButton Left = 16 Top = 166 Width = 273 Height = 17 Caption = ' Ich nutze nur das DF�-Netzwerk' TabOrder = 4 end end end