object ufrmInsertTag: TufrmInsertTag Left = 340 Top = 454 AutoScroll = False Caption = 'Insert a tag' ClientHeight = 262 ClientWidth = 461 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Scaled = False OnCreate = TntFormCreate OnDestroy = TntFormDestroy OnShow = TntFormShow DesignSize = ( 461 262) PixelsPerInch = 96 TextHeight = 13 object ulbInsertTag: TTntLabel Left = 8 Top = 12 Width = 445 Height = 61 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Type (or choose) the name of a tag, plus any associated attribut' + 'e values, as in the examples below.' WordWrap = True end object ulbInsertTagExample1: TTntLabel Left = 8 Top = 84 Width = 445 Height = 33 Alignment = taCenter Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'quote' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False WordWrap = True end object ulbInsertTagExample2: TTntLabel Left = 8 Top = 128 Width = 445 Height = 33 Alignment = taCenter Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'hi rend="superscript"' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False WordWrap = True end object ubnOK: TTntBitBtn Left = 90 Top = 218 Width = 120 Height = 36 Hint = 'Use the text above to create a tag.' Anchors = [akBottom] Caption = '&OK' ParentShowHint = False ShowHint = True TabOrder = 0 Kind = bkOK end object ubnCancel: TTntBitBtn Left = 250 Top = 218 Width = 120 Height = 36 Hint = 'Close this dialog box without creating a tag.' Anchors = [akBottom] Caption = '&Cancel' ParentShowHint = False ShowHint = True TabOrder = 1 Kind = bkCancel end object ucmbInsertTag: TTntComboBox Left = 12 Top = 172 Width = 437 Height = 21 Hint = 'Type the content of your open tag (without angle brackets) in he' + 're, or choose a previous value.' HelpType = htKeyword HelpKeyword = 'ufrmInsertTag' Anchors = [akLeft, akTop, akRight] ItemHeight = 13 ParentShowHint = False ShowHint = True TabOrder = 2 Items.Strings = ( 'hi' 'name' 'quote' 'unclear') end end