object FormInfo: TFormInfo Left = 221 Top = 109 BorderIcons = [biSystemMenu] BorderStyle = bsSingle BorderWidth = 1 Caption = '����������' ClientHeight = 95 ClientWidth = 300 Color = clSilver Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 112 Top = 67 Width = 75 Height = 25 Caption = 'OK' TabOrder = 0 OnClick = Button1Click end object INFO: TStaticText Left = 3 Top = 4 Width = 294 Height = 53 Alignment = taCenter AutoSize = False BorderStyle = sbsSingle Color = clWhite Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False TabOrder = 1 end end