home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win95 / wonline.exe / INSTALL.EXE / 0 / RCDATA / TSCHNITTSTELLE / TSCHNITTSTELLE.txt < prev   
Text File  |  1996-10-16  |  3KB  |  139 lines

  1. object Schnittstelle: TSchnittstelle
  2.   Left = 228
  3.   Top = 144
  4.   BorderIcons = [biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Schnittstelle'
  7.   ClientHeight = 274
  8.   ClientWidth = 346
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Pitch = fpVariable
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 122
  21.     Top = 8
  22.     Width = 190
  23.     Height = 13
  24.     Caption = 'W∩┐╜hlen Sie bitte die Schnittstelle, an die'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 122
  28.     Top = 28
  29.     Width = 140
  30.     Height = 13
  31.     Caption = 'Ihr Modem angeschlossen ist.'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 122
  35.     Top = 48
  36.     Width = 184
  37.     Height = 13
  38.     Caption = 'Wenn Sie nur ISDN oder nur das DF∩┐╜-'
  39.   end
  40.   object Label4: TLabel
  41.     Left = 122
  42.     Top = 68
  43.     Width = 197
  44.     Height = 13
  45.     Caption = 'Netzwerk nutzen, w∩┐╜hlen Sie bitte COM4.'
  46.   end
  47.   object Panel2: TPanel
  48.     Left = 6
  49.     Top = 6
  50.     Width = 111
  51.     Height = 205
  52.     BevelOuter = bvLowered
  53.     Color = clBackground
  54.     TabOrder = 0
  55.     object Image1: TImage
  56.       Left = 18
  57.       Top = 26
  58.       Width = 47
  59.       Height = 43
  60.       Picture.Data = {<image000.ico>}
  61.     end
  62.     object Image2: TImage
  63.       Left = 38
  64.       Top = 114
  65.       Width = 47
  66.       Height = 43
  67.       Picture.Data = {<image001.ico>}
  68.     end
  69.   end
  70.   object Panel1: TPanel
  71.     Left = 8
  72.     Top = 227
  73.     Width = 329
  74.     Height = 3
  75.     BevelOuter = bvLowered
  76.     TabOrder = 1
  77.   end
  78.   object Button1: TButton
  79.     Left = 196
  80.     Top = 242
  81.     Width = 67
  82.     Height = 25
  83.     Caption = 'Weiter >>'
  84.     ModalResult = 1
  85.     TabOrder = 2
  86.   end
  87.   object Button2: TButton
  88.     Left = 272
  89.     Top = 242
  90.     Width = 65
  91.     Height = 25
  92.     Caption = 'Abbruch'
  93.     ModalResult = 2
  94.     TabOrder = 3
  95.   end
  96.   object RadioGroup1: TRadioGroup
  97.     Left = 122
  98.     Top = 106
  99.     Width = 215
  100.     Height = 105
  101.     Caption = ' Schnittstelle '
  102.     TabOrder = 4
  103.   end
  104.   object RadioButton1: TRadioButton
  105.     Left = 140
  106.     Top = 126
  107.     Width = 113
  108.     Height = 17
  109.     Caption = ' COM 1'
  110.     TabOrder = 5
  111.   end
  112.   object RadioButton2: TRadioButton
  113.     Left = 140
  114.     Top = 146
  115.     Width = 113
  116.     Height = 17
  117.     Caption = ' COM 2'
  118.     Checked = True
  119.     TabOrder = 6
  120.     TabStop = True
  121.   end
  122.   object RadioButton3: TRadioButton
  123.     Left = 140
  124.     Top = 166
  125.     Width = 113
  126.     Height = 17
  127.     Caption = ' COM 3'
  128.     TabOrder = 7
  129.   end
  130.   object RadioButton4: TRadioButton
  131.     Left = 140
  132.     Top = 186
  133.     Width = 113
  134.     Height = 17
  135.     Caption = ' COM 4'
  136.     TabOrder = 8
  137.   end
  138. end
  139.