inherited dlgTextElement: TdlgTextElement Left = 630 Top = 426 ActiveControl = memText Caption = 'Document Text' ShowHint = True OnShow = FormShow PixelsPerInch = 72 TextHeight = 13 object lblText: TLabel [1] Left = 24 Top = 16 Width = 21 Height = 13 Caption = '&Text' FocusControl = memText end inherited OKBtn: TButton Left = 70 end inherited CancelBtn: TButton Left = 150 end object HelpBtn: TButton Left = 230 Top = 180 Width = 75 Height = 25 Caption = '&Help' TabOrder = 2 OnClick = HelpBtnClick end object memText: TMemo Left = 24 Top = 36 Width = 265 Height = 117 TabOrder = 3 end end