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

  1. object Art: TArt
  2.   Left = 233
  3.   Top = 14
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Art der Installation'
  7.   ClientHeight = 312
  8.   ClientWidth = 355
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  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 GroupBox1: TGroupBox
  20.     Left = 0
  21.     Top = 0
  22.     Width = 355
  23.     Height = 312
  24.     Align = alClient
  25.     Caption = ' Bitte w∩┐╜hlen Sie die zu installierenden Komponenten '
  26.     TabOrder = 2
  27.     object Label1: TLabel
  28.       Left = 12
  29.       Top = 244
  30.       Width = 290
  31.       Height = 13
  32.       Caption = 'W∩┐╜hlen Sie ASSISTENT, wenn Sie Unerst∩┐╜tzung ben∩┐╜tigen !'
  33.     end
  34.     object CheckBox3: TCheckBox
  35.       Left = 131
  36.       Top = 45
  37.       Width = 206
  38.       Height = 14
  39.       Caption = ' Onlinehilfe W-OnLINE pro'
  40.       State = cbChecked
  41.       TabOrder = 0
  42.     end
  43.     object CheckBox4: TCheckBox
  44.       Left = 131
  45.       Top = 82
  46.       Width = 178
  47.       Height = 14
  48.       Caption = ' Onlinehilfe W-OnLINE ProLOG'
  49.       State = cbChecked
  50.       TabOrder = 1
  51.     end
  52.     object CheckBox5: TCheckBox
  53.       Left = 131
  54.       Top = 100
  55.       Width = 191
  56.       Height = 14
  57.       Caption = ' W-OnLINE Mini-Telefonbuch'
  58.       State = cbChecked
  59.       TabOrder = 2
  60.     end
  61.     object CheckBox6: TCheckBox
  62.       Left = 131
  63.       Top = 118
  64.       Width = 214
  65.       Height = 13
  66.       Hint = 
  67.         'W∩┐╜hlen Sie diese Option, wenn Sie noch 16-Bit-Programme unter CA' +
  68.         'PI nutzen (z.B. T-Online) nutzen'
  69.       Caption = ' Zusatz f∩┐╜r ISDN (CAPI 1.1 oder 2.0)'
  70.       ParentShowHint = False
  71.       ShowHint = True
  72.       State = cbChecked
  73.       TabOrder = 3
  74.     end
  75.     object CheckBox7: TCheckBox
  76.       Left = 131
  77.       Top = 136
  78.       Width = 216
  79.       Height = 13
  80.       Hint = 
  81.         'W∩┐╜hlen Sie diese Option, wenn Sie noch 16-Bit-Programme (z.B. AO' +
  82.         'L 3.0) nutzen'
  83.       Caption = ' Zusatz f∩┐╜r 16 Bit Modem-Programme'
  84.       ParentShowHint = False
  85.       ShowHint = True
  86.       State = cbChecked
  87.       TabOrder = 4
  88.     end
  89.     object CheckBox8: TCheckBox
  90.       Left = 131
  91.       Top = 155
  92.       Width = 152
  93.       Height = 14
  94.       Caption = ' Textdateien mit akt. Infos'
  95.       State = cbChecked
  96.       TabOrder = 5
  97.     end
  98.     object Button1: TButton
  99.       Left = 196
  100.       Top = 276
  101.       Width = 67
  102.       Height = 25
  103.       Caption = 'Weiter >>'
  104.       ModalResult = 1
  105.       TabOrder = 6
  106.     end
  107.     object CheckBox9: TCheckBox
  108.       Left = 131
  109.       Top = 195
  110.       Width = 157
  111.       Height = 14
  112.       Caption = ' Programmgruppe erstellen'
  113.       State = cbChecked
  114.       TabOrder = 7
  115.     end
  116.     object CheckBox10: TCheckBox
  117.       Left = 131
  118.       Top = 216
  119.       Width = 196
  120.       Height = 13
  121.       Caption = ' W-OnLINE immer autom. starten'
  122.       State = cbChecked
  123.       TabOrder = 8
  124.     end
  125.     object Panel2: TPanel
  126.       Left = 12
  127.       Top = 26
  128.       Width = 111
  129.       Height = 205
  130.       BevelOuter = bvLowered
  131.       Color = clBackground
  132.       TabOrder = 9
  133.       object Image1: TImage
  134.         Left = 18
  135.         Top = 26
  136.         Width = 47
  137.         Height = 43
  138.         Picture.Data = {<image000.ico>}
  139.       end
  140.       object Image2: TImage
  141.         Left = 38
  142.         Top = 114
  143.         Width = 47
  144.         Height = 43
  145.         Picture.Data = {<image001.ico>}
  146.       end
  147.     end
  148.     object Panel1: TPanel
  149.       Left = 14
  150.       Top = 265
  151.       Width = 329
  152.       Height = 3
  153.       BevelOuter = bvLowered
  154.       TabOrder = 10
  155.     end
  156.     object Button2: TButton
  157.       Left = 278
  158.       Top = 276
  159.       Width = 65
  160.       Height = 25
  161.       Caption = 'Abbruch'
  162.       ModalResult = 2
  163.       TabOrder = 11
  164.     end
  165.     object Button3: TButton
  166.       Left = 14
  167.       Top = 276
  168.       Width = 75
  169.       Height = 25
  170.       Caption = 'Assistent'
  171.       TabOrder = 12
  172.       OnClick = Button3Click
  173.     end
  174.     object CheckBox11: TCheckBox
  175.       Left = 131
  176.       Top = 174
  177.       Width = 97
  178.       Height = 17
  179.       Caption = ' Sounddateien'
  180.       State = cbChecked
  181.       TabOrder = 13
  182.     end
  183.   end
  184.   object CheckBox1: TCheckBox
  185.     Left = 131
  186.     Top = 27
  187.     Width = 206
  188.     Height = 14
  189.     Caption = ' W-OnLINE pro Hauptprogramm'
  190.     State = cbChecked
  191.     TabOrder = 0
  192.   end
  193.   object CheckBox2: TCheckBox
  194.     Left = 131
  195.     Top = 64
  196.     Width = 204
  197.     Height = 13
  198.     Caption = ' W-OnLINE ProLOG (Logbuch)'
  199.     State = cbChecked
  200.     TabOrder = 1
  201.   end
  202. end
  203.