object Form3: TForm3 Left = 235 Top = 128 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Pravidla' ClientHeight = 200 ClientWidth = 200 Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Memo1: TMemo Left = 8 Top = 8 Width = 185 Height = 153 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 0 end object Button1: TButton Left = 56 Top = 168 Width = 75 Height = 25 Caption = 'OK' TabOrder = 1 OnClick = Button1Click end end