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

  1. object choixfond: Tchoixfond
  2.   Left = 345
  3.   Top = 116
  4.   BorderStyle = bsDialog
  5.   Caption = 'Aper∩┐╜u'
  6.   ClientHeight = 146
  7.   ClientWidth = 224
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   OnActivate = FormActivate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Image1: TImage
  16.     Left = 0
  17.     Top = 0
  18.     Width = 225
  19.     Height = 145
  20.     AutoSize = True
  21.   end
  22.   object Label1: TLabel
  23.     Left = 32
  24.     Top = 16
  25.     Width = 24
  26.     Height = 13
  27.     Caption = 'Fond'
  28.     Transparent = True
  29.   end
  30.   object Label2: TLabel
  31.     Left = 32
  32.     Top = 40
  33.     Width = 27
  34.     Height = 13
  35.     Caption = 'Texte'
  36.     Transparent = True
  37.   end
  38.   object Label3: TLabel
  39.     Left = 32
  40.     Top = 64
  41.     Width = 25
  42.     Height = 13
  43.     Caption = 'Liens'
  44.     Transparent = True
  45.   end
  46.   object Label4: TLabel
  47.     Left = 32
  48.     Top = 88
  49.     Width = 53
  50.     Height = 13
  51.     Caption = 'Liens actifs'
  52.     Transparent = True
  53.   end
  54.   object Label5: TLabel
  55.     Left = 32
  56.     Top = 112
  57.     Width = 62
  58.     Height = 13
  59.     Caption = 'Liens activ∩┐╜s'
  60.     Transparent = True
  61.   end
  62.   object OKBtn: TButton
  63.     Left = 124
  64.     Top = 16
  65.     Width = 75
  66.     Height = 25
  67.     Caption = 'OK'
  68.     Default = True
  69.     ModalResult = 1
  70.     TabOrder = 0
  71.   end
  72. end
  73.