home *** CD-ROM | disk | FTP | other *** search
/ IT.SOFT 22 / ITSOFTCD_22.iso / pc / shareware22 / file / HTMLTOOL.ZIP / HTMLTOOL.exe / 0 / RCDATA / TFRMIDCLASSLANGUAGE / TFRMIDCLASSLANGUAGE.txt
Encoding:
Text File  |  1998-01-30  |  1.7 KB  |  90 lines

  1. object FrmIDClassLanguage: TFrmIDClassLanguage
  2.   Left = 200
  3.   Top = 98
  4.   BorderStyle = bsDialog
  5.   Caption = 'ID/Class/Language attributes'
  6.   ClientHeight = 178
  7.   ClientWidth = 284
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object lblID: TLabel
  15.     Left = 8
  16.     Top = 64
  17.     Width = 11
  18.     Height = 13
  19.     Caption = '&ID'
  20.     FocusControl = EditID
  21.   end
  22.   object lblClass: TLabel
  23.     Left = 8
  24.     Top = 88
  25.     Width = 25
  26.     Height = 13
  27.     Caption = '&Class'
  28.     FocusControl = EditClass
  29.   end
  30.   object lblLanguage: TLabel
  31.     Left = 8
  32.     Top = 112
  33.     Width = 42
  34.     Height = 13
  35.     Caption = '&Lanuage'
  36.     FocusControl = EditLanguage
  37.   end
  38.   object Label1: TLabel
  39.     Left = 16
  40.     Top = 8
  41.     Width = 249
  42.     Height = 41
  43.     Caption = 
  44.       'Many tags may have ID, Class and Language attributes. These attr' +
  45.       'ibutes are intended for insertion into existing tags. They are n' +
  46.       'ot tags in themselves.'
  47.     WordWrap = True
  48.   end
  49.   object EditID: TEdit
  50.     Left = 64
  51.     Top = 64
  52.     Width = 209
  53.     Height = 21
  54.     TabOrder = 0
  55.   end
  56.   object EditClass: TEdit
  57.     Left = 64
  58.     Top = 88
  59.     Width = 209
  60.     Height = 21
  61.     TabOrder = 1
  62.   end
  63.   object EditLanguage: TEdit
  64.     Left = 64
  65.     Top = 112
  66.     Width = 209
  67.     Height = 21
  68.     TabOrder = 2
  69.   end
  70.   object btnOK: TButton
  71.     Left = 120
  72.     Top = 144
  73.     Width = 75
  74.     Height = 25
  75.     Caption = 'OK'
  76.     Default = True
  77.     ModalResult = 1
  78.     TabOrder = 3
  79.   end
  80.   object btnCancel: TButton
  81.     Left = 200
  82.     Top = 144
  83.     Width = 75
  84.     Height = 25
  85.     Caption = 'Cancel'
  86.     ModalResult = 2
  87.     TabOrder = 4
  88.   end
  89. end
  90.