object frmParam: TfrmParam Left = 218 Top = 113 HelpContext = 178 BorderStyle = bsDialog Caption = 'Param' ClientHeight = 182 ClientWidth = 457 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnDeactivate = FormDeactivate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 4 Top = 8 Width = 448 Height = 137 Shape = bsFrame end object lblName: TLabel Left = 12 Top = 20 Width = 28 Height = 13 Caption = '&Name' FocusControl = txtName WordWrap = True end object lblValue: TLabel Left = 12 Top = 50 Width = 27 Height = 13 Caption = '&Value' FocusControl = txtValue WordWrap = True end object lblValueRef: TLabel Left = 12 Top = 82 Width = 77 Height = 13 Caption = 'Value&Ref' FocusControl = cmbValueRef WordWrap = True end object lblType: TLabel Left = 12 Top = 114 Width = 24 Height = 13 Caption = '&Type' FocusControl = txtType WordWrap = True end object cmbValueRef: TComboBox Left = 96 Top = 80 Width = 265 Height = 21 Hint = 'A URL based reference to an ALIAS element' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentFont = False ParentShowHint = False ShowHint = True Sorted = True TabOrder = 2 end object bbtnURL: TBitBtn Left = 366 Top = 77 Width = 77 Height = 27 Hint = 'Open the URL Builder' Caption = 'URL' ParentShowHint = False ShowHint = True TabOrder = 3 OnClick = bbtnURLClick Glyph.Data = { 42010000424D4201000000000000760000002800000012000000110000000100 040000000000CC00000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777 7777070000007777777777777770000000000000000000007700070000000FFF FFFFFFF07000770000000FFFFFFF00008007770000000FFFFFF0877808777700 00000FFFFF0877E88077770000000FFFFF0777787077770000000FFFFF07E778 7077770000000FFFFF08EE788077770000000FFFFFF087780777770000000FFF FFFF00007777770000000FFFFFFFFFF07777770000000FFFFFFF000077777700 00000FFFFFFF07077777770000000FFFFFFF0077777777000000000000000777 777777000000} end object Ok: TBitBtn Left = 206 Top = 152 Width = 77 Height = 25 Hint = 'Insert standard tag' Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 5 NumGlyphs = 2 Spacing = -1 IsControl = True end object Cancel: TBitBtn Left = 290 Top = 152 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 6 NumGlyphs = 2 Spacing = -1 IsControl = True end object Help: TBitBtn Left = 374 Top = 152 Width = 77 Height = 25 Caption = 'Help' TabOrder = 7 OnClick = HelpClick NumGlyphs = 2 Spacing = -1 IsControl = True end object txtName: TEdit Left = 96 Top = 18 Width = 265 Height = 21 Hint = 'The property name' ParentShowHint = False ShowHint = True TabOrder = 0 end object txtValue: TEdit Left = 96 Top = 48 Width = 265 Height = 21 Hint = 'The property value' ParentShowHint = False ShowHint = True TabOrder = 1 end object txtType: TEdit Left = 96 Top = 112 Width = 265 Height = 21 Hint = 'The media type for the data stream' ParentShowHint = False ShowHint = True TabOrder = 4 end end