home *** CD-ROM | disk | FTP | other *** search
/ Online Praxis 1998 March / Image.iso / CD-ROM / ZUGANG / VOSSNET / WIN95 / AUTORUN.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1997-04-28  |  1.7 KB  |  79 lines

  1. object Form1: TForm1
  2.   Left = 348
  3.   Top = 198
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Voss Net Online Installationsprogramm'
  7.   ClientHeight = 380
  8.   ClientWidth = 450
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 450
  21.     Height = 380
  22.     Align = alClient
  23.     Picture.Data = {<image001.bmp>}
  24.   end
  25.   object Button_Install: TButton
  26.     Left = 232
  27.     Top = 264
  28.     Width = 81
  29.     Height = 81
  30.     Hint = 'Installiert die Voss Net Online-Software'
  31.     Caption = 'Installieren'
  32.     Default = True
  33.     Font.Color = clBlack
  34.     Font.Height = -13
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     ParentShowHint = False
  39.     ShowHint = True
  40.     TabOrder = 1
  41.     OnClick = Button_InstallClick
  42.   end
  43.   object Button_Readme: TButton
  44.     Left = 144
  45.     Top = 264
  46.     Width = 81
  47.     Height = 81
  48.     Hint = 'Informationen zu Voss Net anzeigen'
  49.     Caption = 'Liesmich'
  50.     Font.Color = clBlack
  51.     Font.Height = -13
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     ParentFont = False
  55.     ParentShowHint = False
  56.     ShowHint = True
  57.     TabOrder = 0
  58.     OnClick = Button_ReadmeClick
  59.   end
  60.   object Button_Cancel: TButton
  61.     Left = 336
  62.     Top = 264
  63.     Width = 81
  64.     Height = 81
  65.     Hint = 'Beendet das Programm'
  66.     Cancel = True
  67.     Caption = 'Beenden'
  68.     Font.Color = clBlack
  69.     Font.Height = -13
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     ParentShowHint = False
  74.     ShowHint = True
  75.     TabOrder = 2
  76.     OnClick = Button_CancelClick
  77.   end
  78. end
  79.