home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 474
- Top = 276
- BorderStyle = bsNone
- Caption = 'Form3'
- ClientHeight = 359
- ClientWidth = 314
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 0
- Width = 314
- Height = 359
- Align = alClient
- end
- object RichEdit1: TRichEdit
- Left = 16
- Top = 16
- Width = 283
- Height = 306
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object Button1: TButton
- Left = 224
- Top = 328
- Width = 75
- Height = 25
- Caption = '&Installieren'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 16
- Top = 328
- Width = 75
- Height = 25
- Caption = '&zur�ck'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = Button2Click
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 100
- OnTimer = Timer1Timer
- Left = 143
- Top = 325
- end
- end
-