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

  1. object meta: Tmeta
  2.   Left = 205
  3.   Top = 91
  4.   ActiveControl = OKBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Balises Meta'
  8.   ClientHeight = 304
  9.   ClientWidth = 439
  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 = 337
  25.     Height = 289
  26.     Shape = bsFrame
  27.     IsControl = True
  28.   end
  29.   object Label1: TLabel
  30.     Left = 216
  31.     Top = 192
  32.     Width = 4
  33.     Height = 20
  34.     Caption = '/'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clBlack
  37.     Font.Height = -16
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object Label2: TLabel
  43.     Left = 264
  44.     Top = 192
  45.     Width = 4
  46.     Height = 20
  47.     Caption = '/'
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clBlack
  50.     Font.Height = -16
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = []
  53.     ParentFont = False
  54.   end
  55.   object OKBtn: TBitBtn
  56.     Left = 356
  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 = 11
  67.     Kind = bkOK
  68.     Margin = 2
  69.     Spacing = -1
  70.     IsControl = True
  71.   end
  72.   object CancelBtn: TBitBtn
  73.     Left = 356
  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 = 12
  84.     Kind = bkCancel
  85.     Margin = 2
  86.     Spacing = -1
  87.     IsControl = True
  88.   end
  89.   object GroupBox1: TGroupBox
  90.     Left = 24
  91.     Top = 16
  92.     Width = 145
  93.     Height = 265
  94.     TabOrder = 0
  95.     object CheckBox1: TCheckBox
  96.       Left = 24
  97.       Top = 16
  98.       Width = 113
  99.       Height = 17
  100.       Caption = 'author'
  101.       Font.Charset = DEFAULT_CHARSET
  102.       Font.Color = clBlack
  103.       Font.Height = -11
  104.       Font.Name = 'MS Sans Serif'
  105.       Font.Style = []
  106.       ParentFont = False
  107.       TabOrder = 0
  108.       OnClick = CheckBox1Click
  109.     end
  110.     object CheckBox2: TCheckBox
  111.       Left = 24
  112.       Top = 48
  113.       Width = 113
  114.       Height = 17
  115.       Caption = 'keywords'
  116.       Font.Charset = DEFAULT_CHARSET
  117.       Font.Color = clBlack
  118.       Font.Height = -11
  119.       Font.Name = 'MS Sans Serif'
  120.       Font.Style = []
  121.       ParentFont = False
  122.       TabOrder = 1
  123.       OnClick = CheckBox2Click
  124.     end
  125.     object CheckBox3: TCheckBox
  126.       Left = 24
  127.       Top = 80
  128.       Width = 113
  129.       Height = 17
  130.       Caption = 'description'
  131.       Font.Charset = DEFAULT_CHARSET
  132.       Font.Color = clBlack
  133.       Font.Height = -11
  134.       Font.Name = 'MS Sans Serif'
  135.       Font.Style = []
  136.       ParentFont = False
  137.       TabOrder = 2
  138.       OnClick = CheckBox3Click
  139.     end
  140.     object CheckBox4: TCheckBox
  141.       Left = 24
  142.       Top = 112
  143.       Width = 113
  144.       Height = 17
  145.       Caption = 'revisit after'
  146.       Font.Charset = DEFAULT_CHARSET
  147.       Font.Color = clBlack
  148.       Font.Height = -11
  149.       Font.Name = 'MS Sans Serif'
  150.       Font.Style = []
  151.       ParentFont = False
  152.       TabOrder = 3
  153.       OnClick = CheckBox4Click
  154.     end
  155.     object CheckBox5: TCheckBox
  156.       Left = 24
  157.       Top = 144
  158.       Width = 113
  159.       Height = 17
  160.       Caption = 'copyright'
  161.       Font.Charset = DEFAULT_CHARSET
  162.       Font.Color = clBlack
  163.       Font.Height = -11
  164.       Font.Name = 'MS Sans Serif'
  165.       Font.Style = []
  166.       ParentFont = False
  167.       TabOrder = 4
  168.       OnClick = CheckBox5Click
  169.     end
  170.     object CheckBox6: TCheckBox
  171.       Left = 24
  172.       Top = 176
  173.       Width = 113
  174.       Height = 17
  175.       Caption = 'date de cr∩┐╜ation'
  176.       Font.Charset = DEFAULT_CHARSET
  177.       Font.Color = clBlack
  178.       Font.Height = -11
  179.       Font.Name = 'MS Sans Serif'
  180.       Font.Style = []
  181.       ParentFont = False
  182.       TabOrder = 5
  183.       OnClick = CheckBox6Click
  184.     end
  185.     object CheckBox7: TCheckBox
  186.       Left = 24
  187.       Top = 208
  188.       Width = 113
  189.       Height = 17
  190.       Caption = 'langue'
  191.       Font.Charset = DEFAULT_CHARSET
  192.       Font.Color = clBlack
  193.       Font.Height = -11
  194.       Font.Name = 'MS Sans Serif'
  195.       Font.Style = []
  196.       ParentFont = False
  197.       TabOrder = 6
  198.       OnClick = CheckBox7Click
  199.     end
  200.     object CheckBox8: TCheckBox
  201.       Left = 24
  202.       Top = 240
  203.       Width = 113
  204.       Height = 17
  205.       Caption = 'e-mail'
  206.       Font.Charset = DEFAULT_CHARSET
  207.       Font.Color = clBlack
  208.       Font.Height = -11
  209.       Font.Name = 'MS Sans Serif'
  210.       Font.Style = []
  211.       ParentFont = False
  212.       ParentShowHint = False
  213.       ShowHint = False
  214.       TabOrder = 7
  215.       OnClick = CheckBox8Click
  216.     end
  217.   end
  218.   object Edit1: TEdit
  219.     Left = 184
  220.     Top = 32
  221.     Width = 145
  222.     Height = 21
  223.     Hint = 'Nom de l'#39'auteur du site'
  224.     Enabled = False
  225.     Font.Charset = DEFAULT_CHARSET
  226.     Font.Color = clBlack
  227.     Font.Height = -11
  228.     Font.Name = 'MS Sans Serif'
  229.     Font.Style = []
  230.     ParentFont = False
  231.     ParentShowHint = False
  232.     ShowHint = True
  233.     TabOrder = 1
  234.   end
  235.   object Edit2: TEdit
  236.     Left = 184
  237.     Top = 64
  238.     Width = 145
  239.     Height = 21
  240.     Hint = 'Mots cl∩┐╜s s∩┐╜par∩┐╜s par un esspace ou une virgule'
  241.     Enabled = False
  242.     Font.Charset = DEFAULT_CHARSET
  243.     Font.Color = clBlack
  244.     Font.Height = -11
  245.     Font.Name = 'MS Sans Serif'
  246.     Font.Style = []
  247.     ParentFont = False
  248.     ParentShowHint = False
  249.     ShowHint = True
  250.     TabOrder = 2
  251.   end
  252.   object Edit3: TEdit
  253.     Left = 184
  254.     Top = 96
  255.     Width = 145
  256.     Height = 21
  257.     Hint = 'Description du site'
  258.     Enabled = False
  259.     Font.Charset = DEFAULT_CHARSET
  260.     Font.Color = clBlack
  261.     Font.Height = -11
  262.     Font.Name = 'MS Sans Serif'
  263.     Font.Style = []
  264.     ParentFont = False
  265.     ParentShowHint = False
  266.     ShowHint = True
  267.     TabOrder = 3
  268.   end
  269.   object BitBtn1: TBitBtn
  270.     Left = 356
  271.     Top = 72
  272.     Width = 77
  273.     Height = 27
  274.     Font.Charset = DEFAULT_CHARSET
  275.     Font.Color = clBlack
  276.     Font.Height = -11
  277.     Font.Name = 'MS Sans Serif'
  278.     Font.Style = []
  279.     ParentFont = False
  280.     TabOrder = 13
  281.     OnClick = BitBtn1Click
  282.     Kind = bkHelp
  283.     Margin = 2
  284.     Spacing = -1
  285.     IsControl = True
  286.   end
  287.   object Edit4: TEdit
  288.     Left = 184
  289.     Top = 128
  290.     Width = 145
  291.     Height = 21
  292.     Hint = 'Nombre de jours'
  293.     Enabled = False
  294.     Font.Charset = DEFAULT_CHARSET
  295.     Font.Color = clBlack
  296.     Font.Height = -11
  297.     Font.Name = 'MS Sans Serif'
  298.     Font.Style = []
  299.     ParentFont = False
  300.     ParentShowHint = False
  301.     ShowHint = True
  302.     TabOrder = 4
  303.   end
  304.   object Edit5: TEdit
  305.     Left = 184
  306.     Top = 160
  307.     Width = 145
  308.     Height = 21
  309.     Hint = 'Outils utilis∩┐╜s'
  310.     Enabled = False
  311.     Font.Charset = DEFAULT_CHARSET
  312.     Font.Color = clBlack
  313.     Font.Height = -11
  314.     Font.Name = 'MS Sans Serif'
  315.     Font.Style = []
  316.     ParentFont = False
  317.     ParentShowHint = False
  318.     ShowHint = True
  319.     TabOrder = 5
  320.   end
  321.   object edit61: TEdit
  322.     Left = 184
  323.     Top = 192
  324.     Width = 25
  325.     Height = 21
  326.     Enabled = False
  327.     Font.Charset = DEFAULT_CHARSET
  328.     Font.Color = clBlack
  329.     Font.Height = -11
  330.     Font.Name = 'MS Sans Serif'
  331.     Font.Style = []
  332.     MaxLength = 2
  333.     ParentFont = False
  334.     TabOrder = 6
  335.     OnChange = edit61Change
  336.   end
  337.   object Edit62: TEdit
  338.     Left = 232
  339.     Top = 192
  340.     Width = 25
  341.     Height = 21
  342.     Enabled = False
  343.     Font.Charset = DEFAULT_CHARSET
  344.     Font.Color = clBlack
  345.     Font.Height = -11
  346.     Font.Name = 'MS Sans Serif'
  347.     Font.Style = []
  348.     MaxLength = 2
  349.     ParentFont = False
  350.     TabOrder = 7
  351.     OnChange = Edit62Change
  352.   end
  353.   object Edit63: TEdit
  354.     Left = 280
  355.     Top = 192
  356.     Width = 49
  357.     Height = 21
  358.     Enabled = False
  359.     Font.Charset = DEFAULT_CHARSET
  360.     Font.Color = clBlack
  361.     Font.Height = -11
  362.     Font.Name = 'MS Sans Serif'
  363.     Font.Style = []
  364.     MaxLength = 4
  365.     ParentFont = False
  366.     TabOrder = 8
  367.   end
  368.   object ComboBox1: TComboBox
  369.     Left = 184
  370.     Top = 224
  371.     Width = 145
  372.     Height = 21
  373.     Enabled = False
  374.     Font.Charset = DEFAULT_CHARSET
  375.     Font.Color = clBlack
  376.     Font.Height = -11
  377.     Font.Name = 'MS Sans Serif'
  378.     Font.Style = []
  379.     ItemHeight = 13
  380.     ParentFont = False
  381.     TabOrder = 9
  382.     Text = 'fr'
  383.     Items.Strings = (
  384.       'fr'
  385.       'ang')
  386.   end
  387.   object Edit6: TEdit
  388.     Left = 184
  389.     Top = 256
  390.     Width = 145
  391.     Height = 21
  392.     Hint = 'E-mail du webmaster'
  393.     Enabled = False
  394.     Font.Charset = DEFAULT_CHARSET
  395.     Font.Color = clBlack
  396.     Font.Height = -11
  397.     Font.Name = 'MS Sans Serif'
  398.     Font.Style = []
  399.     ParentFont = False
  400.     ParentShowHint = False
  401.     ShowHint = True
  402.     TabOrder = 10
  403.   end
  404. end
  405.