home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 348
- Top = 198
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Voss Net Online Installationsprogramm'
- ClientHeight = 380
- ClientWidth = 450
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 450
- Height = 380
- Align = alClient
- Picture.Data = {<image001.bmp>}
- end
- object Button_Install: TButton
- Left = 232
- Top = 264
- Width = 81
- Height = 81
- Hint = 'Installiert die Voss Net Online-Software'
- Caption = 'Installieren'
- Default = True
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = Button_InstallClick
- end
- object Button_Readme: TButton
- Left = 144
- Top = 264
- Width = 81
- Height = 81
- Hint = 'Informationen zu Voss Net anzeigen'
- Caption = 'Liesmich'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = Button_ReadmeClick
- end
- object Button_Cancel: TButton
- Left = 336
- Top = 264
- Width = 81
- Height = 81
- Hint = 'Beendet das Programm'
- Cancel = True
- Caption = 'Beenden'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = Button_CancelClick
- end
- end
-