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

  1. object ModemISDN: TModemISDN
  2.   Left = 200
  3.   Top = 99
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Modem oder ISDN ?'
  7.   ClientHeight = 290
  8.   ClientWidth = 320
  9.   Font.Color = clWindowText
  10.   Font.Height = -16
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   TextHeight = 20
  16.   object Panel1: TPanel
  17.     Left = 4
  18.     Top = 4
  19.     Width = 311
  20.     Height = 281
  21.     BevelOuter = bvLowered
  22.     TabOrder = 1
  23.   end
  24.   object GroupBox1: TGroupBox
  25.     Left = 14
  26.     Top = 14
  27.     Width = 291
  28.     Height = 262
  29.     Caption = ' Bitte w∩┐╜hlen Sie... '
  30.     Font.Color = clBlack
  31.     Font.Height = -17
  32.     Font.Name = 'Arial'
  33.     Font.Style = []
  34.     ParentFont = False
  35.     TabOrder = 0
  36.     object Label1: TLabel
  37.       Left = 40
  38.       Top = 182
  39.       Width = 204
  40.       Height = 19
  41.       Caption = '(egalb ob Modem od. ISDN)'
  42.     end
  43.     object RadioButton1: TRadioButton
  44.       Left = 16
  45.       Top = 46
  46.       Width = 235
  47.       Height = 21
  48.       Caption = ' Ich nutze nur ISDN'
  49.       TabOrder = 0
  50.     end
  51.     object RadioButton2: TRadioButton
  52.       Left = 16
  53.       Top = 86
  54.       Width = 261
  55.       Height = 21
  56.       Caption = ' Ich nutze nur ein Modem'
  57.       Checked = True
  58.       TabOrder = 1
  59.       TabStop = True
  60.     end
  61.     object RadioButton3: TRadioButton
  62.       Left = 16
  63.       Top = 126
  64.       Width = 271
  65.       Height = 21
  66.       Caption = ' Ich nutze Modem und ISDN'
  67.       TabOrder = 2
  68.     end
  69.     object BitBtn1: TBitBtn
  70.       Left = 90
  71.       Top = 214
  72.       Width = 111
  73.       Height = 41
  74.       TabOrder = 3
  75.       Kind = bkOK
  76.     end
  77.     object RadioButton4: TRadioButton
  78.       Left = 16
  79.       Top = 166
  80.       Width = 273
  81.       Height = 17
  82.       Caption = ' Ich nutze nur das DF∩┐╜-Netzwerk'
  83.       TabOrder = 4
  84.     end
  85.   end
  86. end
  87.