home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMID / TFRMID.txt
Text File  |  1996-10-14  |  4KB  |  179 lines

  1. object frmID: TfrmID
  2.   Left = 489
  3.   Top = 470
  4.   HelpContext = 147
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'ID / Class / Language Attributes'
  8.   ClientHeight = 238
  9.   ClientWidth = 316
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 300
  24.     Height = 193
  25.     Shape = bsFrame
  26.     IsControl = True
  27.   end
  28.   object lblID: TLabel
  29.     Left = 19
  30.     Top = 124
  31.     Width = 11
  32.     Height = 13
  33.     Caption = '&ID'
  34.     Font.Color = clBlack
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object lblClass: TLabel
  41.     Left = 19
  42.     Top = 150
  43.     Width = 25
  44.     Height = 13
  45.     Caption = '&Class'
  46.     Font.Color = clBlack
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ParentFont = False
  51.   end
  52.   object lblLanguage: TLabel
  53.     Left = 19
  54.     Top = 176
  55.     Width = 48
  56.     Height = 13
  57.     Caption = '&Language'
  58.     Font.Color = clBlack
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     ParentFont = False
  63.   end
  64.   object lblIDTitle: TLabel
  65.     Left = 20
  66.     Top = 20
  67.     Width = 277
  68.     Height = 57
  69.     AutoSize = False
  70.     Caption = 
  71.       'Nearly all elements within the document body (including the <BOD' +
  72.       'Y> tag) and some elements of the document head (e.g., <RANGE>) m' +
  73.       'ay have ID, Class and Language attributes.'
  74.     Font.Color = clNavy
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = []
  78.     ParentFont = False
  79.     WordWrap = True
  80.   end
  81.   object lblIDTitle2: TLabel
  82.     Left = 20
  83.     Top = 80
  84.     Width = 277
  85.     Height = 29
  86.     AutoSize = False
  87.     Caption = 
  88.       'These attributes are intended for insertion into existing tags. ' +
  89.       'They are not a tag in themselves.'
  90.     Font.Color = clNavy
  91.     Font.Height = -11
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = []
  94.     ParentFont = False
  95.     WordWrap = True
  96.   end
  97.   object OKBtn: TBitBtn
  98.     Left = 64
  99.     Top = 208
  100.     Width = 77
  101.     Height = 25
  102.     Caption = 'OK'
  103.     Default = True
  104.     ModalResult = 1
  105.     TabOrder = 0
  106.     NumGlyphs = 2
  107.     Spacing = -1
  108.     IsControl = True
  109.   end
  110.   object CancelBtn: TBitBtn
  111.     Left = 148
  112.     Top = 208
  113.     Width = 77
  114.     Height = 25
  115.     Cancel = True
  116.     Caption = 'Cancel'
  117.     ModalResult = 2
  118.     TabOrder = 1
  119.     NumGlyphs = 2
  120.     Spacing = -1
  121.     IsControl = True
  122.   end
  123.   object HelpBtn: TBitBtn
  124.     Left = 232
  125.     Top = 208
  126.     Width = 77
  127.     Height = 25
  128.     Caption = '&Help'
  129.     TabOrder = 2
  130.     OnClick = HelpBtnClick
  131.     NumGlyphs = 2
  132.     Spacing = -1
  133.     IsControl = True
  134.   end
  135.   object txtID: TEdit
  136.     Left = 80
  137.     Top = 120
  138.     Width = 220
  139.     Height = 21
  140.     Hint = 'Unique identifier for the given element'
  141.     Font.Color = clBlack
  142.     Font.Height = -11
  143.     Font.Name = 'MS Sans Serif'
  144.     Font.Style = []
  145.     ParentFont = False
  146.     ParentShowHint = False
  147.     ShowHint = True
  148.     TabOrder = 3
  149.   end
  150.   object txtClass: TEdit
  151.     Left = 80
  152.     Top = 146
  153.     Width = 220
  154.     Height = 21
  155.     Hint = 'The class of the element'
  156.     Font.Color = clBlack
  157.     Font.Height = -11
  158.     Font.Name = 'MS Sans Serif'
  159.     Font.Style = []
  160.     ParentFont = False
  161.     ParentShowHint = False
  162.     ShowHint = True
  163.     TabOrder = 4
  164.   end
  165.   object txtLanguage: TEdit
  166.     Left = 80
  167.     Top = 172
  168.     Width = 220
  169.     Height = 21
  170.     Hint = 'ISO standard language abbreviation (e.g., en.us, en.uk, etc.)'
  171.     Font.Color = clBlack
  172.     Font.Height = -11
  173.     Font.Name = 'MS Sans Serif'
  174.     Font.Style = []
  175.     ParentFont = False
  176.     TabOrder = 5
  177.   end
  178. end
  179.