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

  1. object choixfichier: Tchoixfichier
  2.   Left = 252
  3.   Top = 130
  4.   Width = 371
  5.   Height = 236
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'Choix d'#39'un fichier pour le lien'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object BitBtn1: TBitBtn
  19.     Left = 280
  20.     Top = 16
  21.     Width = 75
  22.     Height = 25
  23.     Caption = 'OK'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 0
  27.     Glyph.Data = {
  28.       DE010000424DDE01000000000000760000002800000024000000120000000100
  29.       0400000000006801000000000000000000001000000000000000000000000000
  30.       80000080000000808000800000008000800080800000C0C0C000808080000000
  31.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  32.       3333333333333333333333330000333333333333333333333333F33333333333
  33.       00003333344333333333333333388F3333333333000033334224333333333333
  34.       338338F3333333330000333422224333333333333833338F3333333300003342
  35.       222224333333333383333338F3333333000034222A22224333333338F338F333
  36.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  37.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  38.       0000333333333A222433333333333338F338F33300003333333333A222433333
  39.       333333338F338F33000033333333333A222433333333333338F338F300003333
  40.       33333333A222433333333333338F338F00003333333333333A22433333333333
  41.       3338F38F000033333333333333A223333333333333338F830000333333333333
  42.       333A333333333333333338330000333333333333333333333333333333333333
  43.       0000}
  44.     NumGlyphs = 2
  45.   end
  46.   object BitBtn2: TBitBtn
  47.     Left = 280
  48.     Top = 48
  49.     Width = 75
  50.     Height = 25
  51.     TabOrder = 1
  52.     Kind = bkCancel
  53.   end
  54.   object GroupBox1: TGroupBox
  55.     Left = 8
  56.     Top = 8
  57.     Width = 265
  58.     Height = 113
  59.     Caption = 'Choix du fichier'
  60.     TabOrder = 2
  61.     object Label1: TLabel
  62.       Left = 16
  63.       Top = 24
  64.       Width = 140
  65.       Height = 13
  66.       Caption = 'R∩┐╜pertoire de base du projet :'
  67.     end
  68.     object Label2: TLabel
  69.       Left = 16
  70.       Top = 40
  71.       Width = 32
  72.       Height = 13
  73.       Caption = 'Label2'
  74.     end
  75.     object Edit1: TEdit
  76.       Left = 16
  77.       Top = 64
  78.       Width = 129
  79.       Height = 21
  80.       TabOrder = 0
  81.     end
  82.     object Button1: TButton
  83.       Left = 160
  84.       Top = 64
  85.       Width = 89
  86.       Height = 25
  87.       Caption = 'Parcourir'
  88.       TabOrder = 1
  89.       OnClick = Button1Click
  90.     end
  91.   end
  92.   object GroupBox2: TGroupBox
  93.     Left = 8
  94.     Top = 128
  95.     Width = 265
  96.     Height = 73
  97.     Caption = 'Param∩┐╜tre'
  98.     TabOrder = 3
  99.     object Label3: TLabel
  100.       Left = 16
  101.       Top = 24
  102.       Width = 31
  103.       Height = 13
  104.       Caption = 'Target'
  105.     end
  106.     object ComboBox1: TComboBox
  107.       Left = 16
  108.       Top = 40
  109.       Width = 145
  110.       Height = 21
  111.       ItemHeight = 13
  112.       TabOrder = 0
  113.       Text = 'aucun'
  114.       Items.Strings = (
  115.         'aucun'
  116.         '_blank'
  117.         '_top'
  118.         '_self'
  119.         '_parent')
  120.     end
  121.   end
  122.   object OpenDialog1: TOpenDialog
  123.     Filter = 
  124.       'Fichiers Html (*.htm;*.html)|*.htm;*.html|Fichiers Images|*.gif;' +
  125.       '*.jpg;*.jpeg;*.png|Tous les fichiers (*.*)|*.*'
  126.     Left = 232
  127.     Top = 24
  128.   end
  129. end
  130.