inherited dlgInputElement: TdlgInputElement Left = 341 Top = 285 ActiveControl = edName Caption = '' ClientHeight = 225 ClientWidth = 371 ShowHint = True OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 inherited Bevel1: TBevel Left = 4 Width = 361 Height = 181 end object lblType: TLabel [1] Left = 12 Top = 48 Width = 24 Height = 13 Caption = '&Type' FocusControl = cbType end object lblName: TLabel [2] Left = 12 Top = 20 Width = 28 Height = 13 Caption = '&Name' FocusControl = edName end object lblValue: TLabel [3] Left = 12 Top = 76 Width = 27 Height = 13 Caption = '&Value' FocusControl = cbValue end object lblSrc: TLabel [4] Left = 12 Top = 104 Width = 16 Height = 13 Caption = '&Src' FocusControl = edSrc end object lblSize: TLabel [5] Left = 12 Top = 128 Width = 20 Height = 13 Caption = '&Size' FocusControl = edSize end object lblMaxLen: TLabel [6] Left = 112 Top = 128 Width = 56 Height = 13 Caption = '&Max Length' FocusControl = edMaxLen end object lblAlign: TLabel [7] Left = 12 Top = 160 Width = 23 Height = 13 Caption = '&Align' end inherited OKBtn: TButton Left = 130 Top = 196 ModalResult = 0 OnClick = OKBtnClick end inherited CancelBtn: TButton Left = 210 Top = 196 end object HelpBtn: TButton Left = 290 Top = 196 Width = 75 Height = 25 Caption = '&Help' TabOrder = 2 OnClick = HelpBtnClick end object cbType: TComboBox Left = 60 Top = 44 Width = 293 Height = 21 ItemHeight = 13 Items.Strings = ( 'Text' 'Password' 'CheckBox' 'Radio' 'Image' 'Hidden' 'Submit' 'Reset') TabOrder = 3 OnChange = cbTypeChange end object edName: TEdit Left = 60 Top = 17 Width = 293 Height = 21 Color = clYellow TabOrder = 4 end object cbValue: TComboBox Left = 60 Top = 71 Width = 293 Height = 21 ItemHeight = 13 TabOrder = 5 end object edSrc: TEdit Left = 60 Top = 98 Width = 205 Height = 21 TabOrder = 6 end object btnURL: TBitBtn Left = 272 Top = 97 Width = 79 Height = 25 Caption = '&URL' TabOrder = 7 Glyph.Data = { 42010000424D4201000000000000760000002800000012000000110000000100 040000000000CC00000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777 7777070000007777777777777770000000000000000000007700070000000FFF FFFFFFF07000770000000FFFFFFF00008007770000000FFFFFF0877808777700 00000FFFFF0877E88077770000000FFFFF0777787077770000000FFFFF07E778 7077770000000FFFFF08EE788077770000000FFFFFF087780777770000000FFF FFFF00007777770000000FFFFFFFFFF07777770000000FFFFFFF000077777700 00000FFFFFFF07077777770000000FFFFFFF0077777777000000000000000777 777777000000} end object chkChecked: TCheckBox Left = 268 Top = 157 Width = 73 Height = 17 Caption = '&Checked' TabOrder = 8 end object edSize: TEdit Left = 60 Top = 124 Width = 41 Height = 21 TabOrder = 9 end object edMaxLen: TEdit Left = 183 Top = 124 Width = 41 Height = 21 TabOrder = 10 end object cbAlign: TComboBox Left = 60 Top = 156 Width = 145 Height = 21 ItemHeight = 13 Items.Strings = ( 'TOP' 'MIDDLE' 'BOTTOM') TabOrder = 11 end end