home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 215
- Top = 131
- BorderStyle = bsNone
- ClientHeight = 229
- ClientWidth = 350
- Color = clBlack
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 350
- Height = 229
- Cursor = crHourGlass
- Align = alClient
- AutoSize = True
- end
- object Image2: TImage
- Left = 0
- Top = 0
- Width = 353
- Height = 233
- Picture.Data = {<image001.bmp>}
- Visible = False
- end
- object Image3: TImage
- Left = 0
- Top = 0
- Width = 353
- Height = 233
- Picture.Data = {<image002.bmp>}
- Visible = False
- end
- object Label1: TLabel
- Left = 16
- Top = 200
- Width = 313
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Version'
- Font.Color = clYellow
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object Timer1: TTimer
- Interval = 5000
- OnTimer = Timer1Timer
- Left = 8
- Top = 8
- end
- end
-