object Form3: TForm3 Left = 229 Top = 320 BorderIcons = [biSystemMenu, biMaximize] BorderStyle = bsSingle Caption = '�⑫����' ClientHeight = 480 ClientWidth = 641 Font.Color = clWindowText Font.Height = -15 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 15 object Image1: TImage Left = 0 Top = 0 Width = 640 Height = 460 Picture.Data = {} end object bot1: TImage Left = 24 Top = 408 Width = 80 Height = 40 Hint = 'Close' ParentShowHint = False Picture.Data = {} ShowHint = True OnClick = bot1Click end object HS: TRichEdit Left = 0 Top = 0 Width = 641 Height = 401 Color = clWhite Font.Color = clBlack Font.Height = -17 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Lines.Strings = ( 'HS') ParentFont = False ReadOnly = True ScrollBars = ssBoth TabOrder = 0 WordWrap = False end end