inherited dlgTextPassElement: TdlgTextPassElement Left = 142 Top = 159 ActiveControl = edName Caption = 'TextPass' ClientHeight = 144 ClientWidth = 379 ShowHint = True OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 inherited Bevel1: TBevel Width = 365 Height = 97 end object lblName: TLabel [1] Left = 20 Top = 24 Width = 28 Height = 13 Caption = '&Name' FocusControl = edName end object lblValue: TLabel [2] Left = 20 Top = 52 Width = 27 Height = 13 Caption = '&Value' FocusControl = cbValue end object lblSize: TLabel [3] Left = 20 Top = 78 Width = 20 Height = 13 Caption = '&Size' FocusControl = edSize end object lblMaxLen: TLabel [4] Left = 133 Top = 79 Width = 56 Height = 13 Caption = '&Max Length' FocusControl = edMaxLen end inherited OKBtn: TButton Left = 138 Top = 114 end inherited CancelBtn: TButton Left = 218 Top = 114 end object HelpBtn: TButton Left = 298 Top = 114 Width = 75 Height = 25 Caption = '&Help' TabOrder = 2 OnClick = HelpBtnClick end object edName: TEdit Left = 68 Top = 21 Width = 293 Height = 21 Color = clYellow TabOrder = 3 OnChange = edNameChange end object cbValue: TComboBox Left = 68 Top = 47 Width = 293 Height = 21 ItemHeight = 13 TabOrder = 4 end object edSize: TEdit Left = 68 Top = 74 Width = 41 Height = 21 TabOrder = 5 end object edMaxLen: TEdit Left = 204 Top = 74 Width = 41 Height = 21 TabOrder = 6 end end