object frmID: TfrmID Left = 489 Top = 470 HelpContext = 147 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'ID / Class / Language Attributes' ClientHeight = 238 ClientWidth = 316 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 300 Height = 193 Shape = bsFrame IsControl = True end object lblID: TLabel Left = 19 Top = 124 Width = 11 Height = 13 Caption = '&ID' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblClass: TLabel Left = 19 Top = 150 Width = 25 Height = 13 Caption = '&Class' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblLanguage: TLabel Left = 19 Top = 176 Width = 48 Height = 13 Caption = '&Language' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblIDTitle: TLabel Left = 20 Top = 20 Width = 277 Height = 57 AutoSize = False Caption = 'Nearly all elements within the document body (including the tag) and some elements of the document head (e.g., ) m' + 'ay have ID, Class and Language attributes.' Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object lblIDTitle2: TLabel Left = 20 Top = 80 Width = 277 Height = 29 AutoSize = False Caption = 'These attributes are intended for insertion into existing tags. ' + 'They are not a tag in themselves.' Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object OKBtn: TBitBtn Left = 64 Top = 208 Width = 77 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 148 Top = 208 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 NumGlyphs = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 232 Top = 208 Width = 77 Height = 25 Caption = '&Help' TabOrder = 2 OnClick = HelpBtnClick NumGlyphs = 2 Spacing = -1 IsControl = True end object txtID: TEdit Left = 80 Top = 120 Width = 220 Height = 21 Hint = 'Unique identifier for the given element' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 3 end object txtClass: TEdit Left = 80 Top = 146 Width = 220 Height = 21 Hint = 'The class of the element' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 4 end object txtLanguage: TEdit Left = 80 Top = 172 Width = 220 Height = 21 Hint = 'ISO standard language abbreviation (e.g., en.us, en.uk, etc.)' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 5 end end