object F_PageHeight: TF_PageHeight Left = 437 Top = 231 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = #1042#1099#1089#1086#1090#1072' '#1089#1090#1088#1072#1085#1080#1094#1099 ClientHeight = 88 ClientWidth = 216 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poMainFormCenter OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object bOK: TcxButton Left = 34 Top = 56 Width = 65 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 0 OnClick = bOKClick end object bCancel: TcxButton Left = 120 Top = 56 Width = 65 Height = 25 Caption = #1054#1090#1084#1077#1085#1072 ModalResult = 2 TabOrder = 1 OnClick = bCancelClick end object edPageHeight: TcxMaskEdit Left = 16 Top = 16 Width = 185 Height = 21 Properties.IgnoreMaskBlank = True Properties.MaskKind = emkRegExpr Properties.EditMask = '\d?\d?\d?\d?' Properties.MaxLength = 0 TabOrder = 2 OnExit = edPageHeightExit OnKeyPress = edPageHeightKeyPress end end