home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 234
- Top = 173
- BorderStyle = bsDialog
- ClientHeight = 233
- 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 = 16
- Top = 208
- Width = 3
- Height = 13
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object BitBtn1: TBitBtn
- Left = 232
- Top = 200
- Width = 75
- Height = 25
- Caption = 'OK'
- TabOrder = 0
- OnClick = BitBtn1Click
- end
- object Timer1: TTimer
- Interval = 5000
- OnTimer = Timer1Timer
- Left = 240
- Top = 120
- end
- end
-