object FrmIDClassLanguage: TFrmIDClassLanguage Left = 200 Top = 98 BorderStyle = bsDialog Caption = 'ID/Class/Language attributes' ClientHeight = 178 ClientWidth = 284 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object lblID: TLabel Left = 8 Top = 64 Width = 11 Height = 13 Caption = '&ID' FocusControl = EditID end object lblClass: TLabel Left = 8 Top = 88 Width = 25 Height = 13 Caption = '&Class' FocusControl = EditClass end object lblLanguage: TLabel Left = 8 Top = 112 Width = 42 Height = 13 Caption = '&Lanuage' FocusControl = EditLanguage end object Label1: TLabel Left = 16 Top = 8 Width = 249 Height = 41 Caption = 'Many tags may have ID, Class and Language attributes. These attr' + 'ibutes are intended for insertion into existing tags. They are n' + 'ot tags in themselves.' WordWrap = True end object EditID: TEdit Left = 64 Top = 64 Width = 209 Height = 21 TabOrder = 0 end object EditClass: TEdit Left = 64 Top = 88 Width = 209 Height = 21 TabOrder = 1 end object EditLanguage: TEdit Left = 64 Top = 112 Width = 209 Height = 21 TabOrder = 2 end object btnOK: TButton Left = 120 Top = 144 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 end object btnCancel: TButton Left = 200 Top = 144 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end end