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

  1. object frmMeta: TfrmMeta
  2.   Left = 263
  3.   Top = 115
  4.   HelpContext = 16
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Meta'
  8.   ClientHeight = 145
  9.   ClientWidth = 331
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 317
  22.     Height = 101
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object lblName: TLabel
  27.     Left = 18
  28.     Top = 24
  29.     Width = 28
  30.     Height = 13
  31.     Caption = '&Name'
  32.     FocusControl = txtName
  33.     Font.Color = clBlack
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.   end
  39.   object lblContent: TLabel
  40.     Left = 18
  41.     Top = 52
  42.     Width = 37
  43.     Height = 13
  44.     Caption = '&Content'
  45.     FocusControl = txtContent
  46.     Font.Color = clBlack
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ParentFont = False
  51.   end
  52.   object lblHTTPEquiv: TLabel
  53.     Left = 18
  54.     Top = 80
  55.     Width = 59
  56.     Height = 13
  57.     Caption = '&HTTP-Equiv'
  58.     FocusControl = txtHTTPEquiv
  59.     Font.Color = clBlack
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ParentFont = False
  64.   end
  65.   object OKBtn: TBitBtn
  66.     Left = 80
  67.     Top = 116
  68.     Width = 77
  69.     Height = 25
  70.     Caption = 'OK'
  71.     Default = True
  72.     ModalResult = 1
  73.     TabOrder = 3
  74.     NumGlyphs = 2
  75.     Spacing = -1
  76.     IsControl = True
  77.   end
  78.   object CancelBtn: TBitBtn
  79.     Left = 164
  80.     Top = 116
  81.     Width = 77
  82.     Height = 25
  83.     Cancel = True
  84.     Caption = 'Cancel'
  85.     ModalResult = 2
  86.     TabOrder = 4
  87.     NumGlyphs = 2
  88.     Spacing = -1
  89.     IsControl = True
  90.   end
  91.   object HelpBtn: TBitBtn
  92.     Left = 248
  93.     Top = 116
  94.     Width = 77
  95.     Height = 25
  96.     Caption = '&Help'
  97.     TabOrder = 5
  98.     OnClick = HelpBtnClick
  99.     NumGlyphs = 2
  100.     Spacing = -1
  101.     IsControl = True
  102.   end
  103.   object txtName: TEdit
  104.     Left = 88
  105.     Top = 20
  106.     Width = 228
  107.     Height = 21
  108.     Hint = 'Used to name a property such as author, publication date etc.'
  109.     Font.Color = clBlack
  110.     Font.Height = -11
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = []
  113.     ParentFont = False
  114.     ParentShowHint = False
  115.     ShowHint = True
  116.     TabOrder = 0
  117.   end
  118.   object txtContent: TEdit
  119.     Left = 88
  120.     Top = 48
  121.     Width = 228
  122.     Height = 21
  123.     Hint = 'Used to supply a value for a named property'
  124.     Font.Color = clBlack
  125.     Font.Height = -11
  126.     Font.Name = 'MS Sans Serif'
  127.     Font.Style = []
  128.     ParentFont = False
  129.     ParentShowHint = False
  130.     ShowHint = True
  131.     TabOrder = 1
  132.   end
  133.   object txtHTTPEquiv: TEdit
  134.     Left = 88
  135.     Top = 76
  136.     Width = 228
  137.     Height = 21
  138.     Hint = 'Binds the element to an HTTP response header'
  139.     Font.Color = clBlack
  140.     Font.Height = -11
  141.     Font.Name = 'MS Sans Serif'
  142.     Font.Style = []
  143.     ParentFont = False
  144.     ParentShowHint = False
  145.     ShowHint = True
  146.     TabOrder = 2
  147.   end
  148. end
  149.