object frmMeta: TfrmMeta Left = 263 Top = 115 HelpContext = 16 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Meta' ClientHeight = 145 ClientWidth = 331 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 317 Height = 101 Shape = bsFrame IsControl = True end object lblName: TLabel Left = 18 Top = 24 Width = 28 Height = 13 Caption = '&Name' FocusControl = txtName Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblContent: TLabel Left = 18 Top = 52 Width = 37 Height = 13 Caption = '&Content' FocusControl = txtContent Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblHTTPEquiv: TLabel Left = 18 Top = 80 Width = 59 Height = 13 Caption = '&HTTP-Equiv' FocusControl = txtHTTPEquiv Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object OKBtn: TBitBtn Left = 80 Top = 116 Width = 77 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 164 Top = 116 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 NumGlyphs = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 248 Top = 116 Width = 77 Height = 25 Caption = '&Help' TabOrder = 5 OnClick = HelpBtnClick NumGlyphs = 2 Spacing = -1 IsControl = True end object txtName: TEdit Left = 88 Top = 20 Width = 228 Height = 21 Hint = 'Used to name a property such as author, publication date etc.' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 0 end object txtContent: TEdit Left = 88 Top = 48 Width = 228 Height = 21 Hint = 'Used to supply a value for a named property' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 end object txtHTTPEquiv: TEdit Left = 88 Top = 76 Width = 228 Height = 21 Hint = 'Binds the element to an HTTP response header' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 2 end end