home *** CD-ROM | disk | FTP | other *** search
/ Freelog 1 / Freelog001.iso / Logs / Educatif / Declic / Declic32.exe / 0 / RCDATA / TOUVRIRDLG / TOUVRIRDLG.txt
Text File  |  1998-12-20  |  3KB  |  165 lines

  1. object OuvrirDlg: TOuvrirDlg
  2.   Left = 266
  3.   Top = 139
  4.   Hint = 'choisir un fichier D∩┐╜clic.'
  5.   HelpContext = 102
  6.   ActiveControl = OKBtn
  7.   BorderStyle = bsDialog
  8.   Caption = 'Ouvrir une figure'
  9.   ClientHeight = 217
  10.   ClientWidth = 512
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clBlack
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = [fsBold]
  16.   Position = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 6
  24.     Top = 6
  25.     Width = 325
  26.     Height = 169
  27.     TabOrder = 0
  28.     object FileListBox: TFileListBox
  29.       Left = 12
  30.       Top = 38
  31.       Width = 145
  32.       Height = 95
  33.       Hint = 'liste des fichiers'
  34.       ExtendedSelect = False
  35.       FileEdit = FileEdit
  36.       FileType = [ftArchive, ftNormal]
  37.       ItemHeight = 13
  38.       Mask = '*.fdc'
  39.       TabOrder = 0
  40.       OnClick = FileListBoxClick
  41.       OnDblClick = FileListBoxDblClick
  42.     end
  43.     object FilterComboBox: TFilterComboBox
  44.       Left = 12
  45.       Top = 139
  46.       Width = 145
  47.       Height = 21
  48.       Hint = 'filtres de fichiers.'
  49.       FileList = FileListBox
  50.       Filter = 
  51.         'Figures D∩┐╜clic (*.fdc)|*.fdc|Backups Figures (*.anc)|*.anc|Tous ' +
  52.         'les fichiers (*.*)|*.*'
  53.       TabOrder = 1
  54.     end
  55.     object DirectoryListBox: TDirectoryListBox
  56.       Left = 166
  57.       Top = 38
  58.       Width = 145
  59.       Height = 95
  60.       Hint = 'liste des r∩┐╜pertoires.'
  61.       FileList = FileListBox
  62.       ItemHeight = 16
  63.       TabOrder = 2
  64.     end
  65.     object DriveComboBox: TDriveComboBox
  66.       Left = 167
  67.       Top = 140
  68.       Width = 145
  69.       Height = 19
  70.       Hint = 'liste des lecteurs.'
  71.       DirList = DirectoryListBox
  72.       TabOrder = 3
  73.     end
  74.     object FileEdit: TEdit
  75.       Left = 12
  76.       Top = 10
  77.       Width = 298
  78.       Height = 21
  79.       Hint = 'nom du fichier.'
  80.       TabOrder = 4
  81.       Text = '*.fdc'
  82.       OnKeyPress = FileEditKeyPress
  83.     end
  84.   end
  85.   object Panel2: TPanel
  86.     Left = 6
  87.     Top = 175
  88.     Width = 325
  89.     Height = 35
  90.     BorderWidth = 3
  91.     TabOrder = 1
  92.     object Memo: TMemo
  93.       Left = 4
  94.       Top = 4
  95.       Width = 317
  96.       Height = 27
  97.       Hint = 'titre de la figure.'
  98.       Align = alClient
  99.       BorderStyle = bsNone
  100.       Ctl3D = True
  101.       MaxLength = 255
  102.       ParentCtl3D = False
  103.       ReadOnly = True
  104.       TabOrder = 0
  105.       OnChange = MemoChange
  106.     end
  107.   end
  108.   object Panel3: TPanel
  109.     Left = 331
  110.     Top = 137
  111.     Width = 174
  112.     Height = 73
  113.     Hint = 'validation des choix.'
  114.     TabOrder = 2
  115.     object Bevel1: TBevel
  116.       Left = 15
  117.       Top = 22
  118.       Width = 143
  119.       Height = 29
  120.     end
  121.     object CancelBtn: TBitBtn
  122.       Left = 16
  123.       Top = 23
  124.       Width = 71
  125.       Height = 27
  126.       TabOrder = 0
  127.       Kind = bkCancel
  128.       Margin = 2
  129.       Style = bsNew
  130.       Spacing = -1
  131.       IsControl = True
  132.     end
  133.     object OKBtn: TBitBtn
  134.       Left = 86
  135.       Top = 23
  136.       Width = 71
  137.       Height = 27
  138.       TabOrder = 1
  139.       Kind = bkOK
  140.       Margin = 2
  141.       Style = bsNew
  142.       Spacing = -1
  143.       IsControl = True
  144.     end
  145.   end
  146.   object Panel4: TPanel
  147.     Left = 331
  148.     Top = 6
  149.     Width = 174
  150.     Height = 131
  151.     BevelInner = bvLowered
  152.     BorderWidth = 2
  153.     TabOrder = 3
  154.     object Image: TImage
  155.       Left = 4
  156.       Top = 4
  157.       Width = 166
  158.       Height = 123
  159.       Hint = 'image associ∩┐╜e au fichier'
  160.       Align = alClient
  161.       Stretch = True
  162.     end
  163.   end
  164. end
  165.