object Schnittstelle: TSchnittstelle Left = 228 Top = 144 BorderIcons = [biHelp] BorderStyle = bsDialog Caption = 'Schnittstelle' ClientHeight = 274 ClientWidth = 346 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 122 Top = 8 Width = 190 Height = 13 Caption = 'W�hlen Sie bitte die Schnittstelle, an die' end object Label2: TLabel Left = 122 Top = 28 Width = 140 Height = 13 Caption = 'Ihr Modem angeschlossen ist.' end object Label3: TLabel Left = 122 Top = 48 Width = 184 Height = 13 Caption = 'Wenn Sie nur ISDN oder nur das DF�-' end object Label4: TLabel Left = 122 Top = 68 Width = 197 Height = 13 Caption = 'Netzwerk nutzen, w�hlen Sie bitte COM4.' end object Panel2: TPanel Left = 6 Top = 6 Width = 111 Height = 205 BevelOuter = bvLowered Color = clBackground TabOrder = 0 object Image1: TImage Left = 18 Top = 26 Width = 47 Height = 43 Picture.Data = {} end object Image2: TImage Left = 38 Top = 114 Width = 47 Height = 43 Picture.Data = {} end end object Panel1: TPanel Left = 8 Top = 227 Width = 329 Height = 3 BevelOuter = bvLowered TabOrder = 1 end object Button1: TButton Left = 196 Top = 242 Width = 67 Height = 25 Caption = 'Weiter >>' ModalResult = 1 TabOrder = 2 end object Button2: TButton Left = 272 Top = 242 Width = 65 Height = 25 Caption = 'Abbruch' ModalResult = 2 TabOrder = 3 end object RadioGroup1: TRadioGroup Left = 122 Top = 106 Width = 215 Height = 105 Caption = ' Schnittstelle ' TabOrder = 4 end object RadioButton1: TRadioButton Left = 140 Top = 126 Width = 113 Height = 17 Caption = ' COM 1' TabOrder = 5 end object RadioButton2: TRadioButton Left = 140 Top = 146 Width = 113 Height = 17 Caption = ' COM 2' Checked = True TabOrder = 6 TabStop = True end object RadioButton3: TRadioButton Left = 140 Top = 166 Width = 113 Height = 17 Caption = ' COM 3' TabOrder = 7 end object RadioButton4: TRadioButton Left = 140 Top = 186 Width = 113 Height = 17 Caption = ' COM 4' TabOrder = 8 end end