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

  1. object lien: Tlien
  2.   Left = 192
  3.   Top = 107
  4.   Width = 544
  5.   Height = 204
  6.   Caption = 'lien'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 433
  21.     Height = 161
  22.     Caption = 'Type'
  23.     TabOrder = 0
  24.     object RadioButton1: TRadioButton
  25.       Left = 32
  26.       Top = 32
  27.       Width = 113
  28.       Height = 17
  29.       Caption = 'URL'
  30.       Checked = True
  31.       TabOrder = 0
  32.       TabStop = True
  33.       OnClick = RadioButton1Click
  34.     end
  35.     object RadioButton2: TRadioButton
  36.       Left = 32
  37.       Top = 64
  38.       Width = 113
  39.       Height = 17
  40.       Caption = 'Mailto'
  41.       TabOrder = 1
  42.       OnClick = RadioButton2Click
  43.     end
  44.     object RadioButton3: TRadioButton
  45.       Left = 32
  46.       Top = 96
  47.       Width = 113
  48.       Height = 17
  49.       Caption = 'Fichier'
  50.       TabOrder = 2
  51.       OnClick = RadioButton3Click
  52.     end
  53.     object RadioButton4: TRadioButton
  54.       Left = 32
  55.       Top = 128
  56.       Width = 113
  57.       Height = 17
  58.       Caption = 'Lien hypertexte'
  59.       TabOrder = 3
  60.       OnClick = RadioButton4Click
  61.     end
  62.     object Edit1: TEdit
  63.       Left = 152
  64.       Top = 30
  65.       Width = 265
  66.       Height = 21
  67.       TabOrder = 4
  68.     end
  69.     object Edit2: TEdit
  70.       Left = 152
  71.       Top = 62
  72.       Width = 265
  73.       Height = 21
  74.       Enabled = False
  75.       TabOrder = 5
  76.     end
  77.     object Edit3: TEdit
  78.       Left = 152
  79.       Top = 94
  80.       Width = 185
  81.       Height = 21
  82.       Enabled = False
  83.       TabOrder = 6
  84.     end
  85.     object Edit4: TEdit
  86.       Left = 152
  87.       Top = 126
  88.       Width = 265
  89.       Height = 21
  90.       Enabled = False
  91.       TabOrder = 7
  92.     end
  93.     object Button1: TButton
  94.       Left = 344
  95.       Top = 92
  96.       Width = 75
  97.       Height = 25
  98.       Caption = 'Parcourir'
  99.       Enabled = False
  100.       TabOrder = 8
  101.       OnClick = Button1Click
  102.     end
  103.   end
  104.   object BitBtn1: TBitBtn
  105.     Left = 456
  106.     Top = 16
  107.     Width = 75
  108.     Height = 25
  109.     TabOrder = 1
  110.     Kind = bkOK
  111.   end
  112.   object BitBtn2: TBitBtn
  113.     Left = 456
  114.     Top = 48
  115.     Width = 75
  116.     Height = 25
  117.     TabOrder = 2
  118.     OnClick = BitBtn2Click
  119.     Kind = bkHelp
  120.   end
  121.   object OpenDialog1: TOpenDialog
  122.     Filter = 'Fichier HTML|*.htm;*.html'
  123.     Left = 448
  124.     Top = 104
  125.   end
  126. end
  127.