home *** CD-ROM | disk | FTP | other *** search
/ Freelog 34 / Freelog034.iso / Bas / Internet / Netedit / _SETUP.1 / netedit.exe / 0 / RCDATA / TMETA2 / TMETA2.txt
Encoding:
Text File  |  2002-01-17  |  2.5 KB  |  127 lines

  1. object meta2: Tmeta2
  2.   Left = 205
  3.   Top = 121
  4.   ActiveControl = OKBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Balises Meta'
  8.   ClientHeight = 112
  9.   ClientWidth = 261
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clBlack
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = [fsBold]
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 161
  25.     Height = 97
  26.     Shape = bsFrame
  27.     IsControl = True
  28.   end
  29.   object Label1: TLabel
  30.     Left = 16
  31.     Top = 16
  32.     Width = 24
  33.     Height = 13
  34.     Caption = 'Type'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object Label2: TLabel
  43.     Left = 16
  44.     Top = 56
  45.     Width = 40
  46.     Height = 13
  47.     Caption = 'Contenu'
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clBlack
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = []
  53.     ParentFont = False
  54.   end
  55.   object OKBtn: TBitBtn
  56.     Left = 180
  57.     Top = 8
  58.     Width = 77
  59.     Height = 27
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clBlack
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     TabOrder = 2
  67.     Kind = bkOK
  68.     Margin = 2
  69.     Spacing = -1
  70.     IsControl = True
  71.   end
  72.   object CancelBtn: TBitBtn
  73.     Left = 180
  74.     Top = 40
  75.     Width = 77
  76.     Height = 27
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clBlack
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = []
  82.     ParentFont = False
  83.     TabOrder = 3
  84.     Kind = bkCancel
  85.     Margin = 2
  86.     Spacing = -1
  87.     IsControl = True
  88.   end
  89.   object Edit2: TEdit
  90.     Left = 16
  91.     Top = 72
  92.     Width = 145
  93.     Height = 21
  94.     Hint = 'Mot implementant la balise'
  95.     Font.Charset = DEFAULT_CHARSET
  96.     Font.Color = clBlack
  97.     Font.Height = -11
  98.     Font.Name = 'MS Sans Serif'
  99.     Font.Style = []
  100.     ParentFont = False
  101.     ParentShowHint = False
  102.     ShowHint = True
  103.     TabOrder = 1
  104.   end
  105.   object ComboBox1: TComboBox
  106.     Left = 16
  107.     Top = 32
  108.     Width = 145
  109.     Height = 21
  110.     Font.Charset = DEFAULT_CHARSET
  111.     Font.Color = clBlack
  112.     Font.Height = -11
  113.     Font.Name = 'MS Sans Serif'
  114.     Font.Style = []
  115.     ItemHeight = 13
  116.     ParentFont = False
  117.     TabOrder = 0
  118.     Text = 'author'
  119.     Items.Strings = (
  120.       'author'
  121.       'keywords'
  122.       'description'
  123.       'revisit-after'
  124.       'copyright')
  125.   end
  126. end
  127.