home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 348
- Top = 251
- BorderStyle = bsDialog
- ClientHeight = 240
- ClientWidth = 320
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnActivate = FormActivate
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Image2: TImage
- Left = 0
- Top = 0
- Width = 320
- Height = 240
- AutoSize = True
- Picture.Data = {<image000.jpg>}
- end
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 320
- Height = 240
- AutoSize = True
- Picture.Data = {<image001.jpg>}
- end
- object Label1: TLabel
- Left = 32
- Top = 216
- Width = 3
- Height = 14
- Color = clBlack
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object Button1: TButton
- Left = 240
- Top = 208
- Width = 75
- Height = 25
- Caption = 'OK'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Timer1: TTimer
- Interval = 5000
- OnTimer = Timer1Timer
- Left = 272
- Top = 176
- end
- end
-