object Form1: TForm1 Left = 85 Top = 18 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'SECRET BIXMATAN' ClientHeight = 394 ClientWidth = 499 Color = clBlack Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Position = poScreenCenter Scaled = False OnClose = FormClose OnCreate = FormCreate OnKeyDown = FormKeyDown OnKeyUp = FormKeyUp PixelsPerInch = 96 TextHeight = 12 object Image1: TImage Left = 0 Top = 0 Width = 105 Height = 105 end object Image2: TImage Left = 0 Top = 0 Width = 480 Height = 384 AutoSize = True Picture.Data = {} Visible = False end object Image3: TImage Left = 0 Top = 0 Width = 105 Height = 105 Visible = False end object Timer1: TTimer Enabled = False Interval = 48 OnTimer = Timer1Timer Left = 56 Top = 16 end end