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

  1. object GereDlg: TGereDlg
  2.   Left = 150
  3.   Top = 75
  4.   BorderStyle = bsDialog
  5.   Caption = 'gestion des fichiers'
  6.   ClientHeight = 263
  7.   ClientWidth = 512
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 7
  21.     Top = 11
  22.     Width = 325
  23.     Height = 169
  24.     TabOrder = 0
  25.     object FileListBox: TFileListBox
  26.       Left = 12
  27.       Top = 33
  28.       Width = 145
  29.       Height = 95
  30.       Hint = 'liste des fichiers'
  31.       FileEdit = FileEdit
  32.       ItemHeight = 13
  33.       Mask = '*.fdc'
  34.       TabOrder = 0
  35.     end
  36.     object FilterComboBox: TFilterComboBox
  37.       Left = 12
  38.       Top = 139
  39.       Width = 145
  40.       Height = 21
  41.       Hint = 'filtres de fichiers.'
  42.       FileList = FileListBox
  43.       Filter = 
  44.         'figures FDC|*.fdc|macros FMC|*.fmc|Scriptes SCP|*.scp|Textes TXT' +
  45.         '|*.txt|images WMF|*.wmf|images BMP|*.bmp|backups |*.anc;*.bmc;*.' +
  46.         'bcp;*.bwm;*.bbm|toutes les images|*.wmf;*.bmp|tous les fichiers|' +
  47.         '*.*'
  48.       TabOrder = 1
  49.     end
  50.     object DirectoryListBox: TDirectoryListBox
  51.       Left = 167
  52.       Top = 34
  53.       Width = 145
  54.       Height = 95
  55.       Hint = 'liste des r∩┐╜pertoires.'
  56.       FileList = FileListBox
  57.       ItemHeight = 16
  58.       TabOrder = 2
  59.     end
  60.     object DriveComboBox: TDriveComboBox
  61.       Left = 167
  62.       Top = 140
  63.       Width = 145
  64.       Height = 19
  65.       Hint = 'liste des lecteurs.'
  66.       DirList = DirectoryListBox
  67.       TabOrder = 3
  68.     end
  69.     object FileEdit: TEdit
  70.       Left = 12
  71.       Top = 10
  72.       Width = 300
  73.       Height = 21
  74.       Hint = 'nom du fichier.'
  75.       TabOrder = 4
  76.       Text = '*.fdc'
  77.       OnChange = FileEditChange
  78.       OnKeyPress = FileEditKeyPress
  79.     end
  80.   end
  81.   object Panel2: TPanel
  82.     Left = 7
  83.     Top = 180
  84.     Width = 325
  85.     Height = 73
  86.     BorderWidth = 3
  87.     TabOrder = 1
  88.     object Memo: TMemo
  89.       Left = 4
  90.       Top = 4
  91.       Width = 317
  92.       Height = 65
  93.       Hint = 'titre de la figure ou du fichier.'
  94.       Align = alClient
  95.       BorderStyle = bsNone
  96.       Ctl3D = True
  97.       MaxLength = 255
  98.       ParentCtl3D = False
  99.       ReadOnly = True
  100.       TabOrder = 0
  101.       OnChange = MemoChange
  102.     end
  103.   end
  104.   object Panel3: TPanel
  105.     Left = 332
  106.     Top = 180
  107.     Width = 174
  108.     Height = 73
  109.     TabOrder = 2
  110.     object Bevel1: TBevel
  111.       Left = 16
  112.       Top = 40
  113.       Width = 143
  114.       Height = 29
  115.     end
  116.     object Bevel2: TBevel
  117.       Left = 16
  118.       Top = 6
  119.       Width = 143
  120.       Height = 29
  121.     end
  122.     object CancelBtn: TBitBtn
  123.       Left = 17
  124.       Top = 41
  125.       Width = 141
  126.       Height = 27
  127.       Hint = 'revenir ∩┐╜ D∩┐╜clcic.'
  128.       Cancel = True
  129.       Caption = 'Quitter'
  130.       ModalResult = 2
  131.       TabOrder = 0
  132.       Style = bsNew
  133.       Spacing = -1
  134.       IsControl = True
  135.     end
  136.     object EffacerBtn: TBitBtn
  137.       Left = 17
  138.       Top = 7
  139.       Width = 71
  140.       Height = 27
  141.       Hint = 'effacer le fichier du disque.'
  142.       Caption = 'Effacer'
  143.       TabOrder = 1
  144.       OnClick = EffacerBtnClick
  145.       Style = bsNew
  146.     end
  147.     object NomBtn: TBitBtn
  148.       Left = 87
  149.       Top = 7
  150.       Width = 71
  151.       Height = 27
  152.       Hint = 'changer le nom du fichier sur disque.'
  153.       Caption = 'Nom'
  154.       TabOrder = 2
  155.       OnClick = NomBtnClick
  156.       Style = bsNew
  157.     end
  158.   end
  159.   object Panel4: TPanel
  160.     Left = 332
  161.     Top = 11
  162.     Width = 174
  163.     Height = 169
  164.     BevelOuter = bvNone
  165.     TabOrder = 3
  166.     object Panel5: TPanel
  167.       Left = 0
  168.       Top = 0
  169.       Width = 174
  170.       Height = 132
  171.       BevelInner = bvLowered
  172.       BorderWidth = 2
  173.       TabOrder = 0
  174.       object Image: TImage
  175.         Left = 4
  176.         Top = 4
  177.         Width = 166
  178.         Height = 124
  179.         Hint = 'm∩┐╜daillon associ∩┐╜ ∩┐╜ la figure ou image.'
  180.         Align = alClient
  181.         Center = True
  182.         Stretch = True
  183.       end
  184.     end
  185.     object Panel6: TPanel
  186.       Left = 0
  187.       Top = 128
  188.       Width = 174
  189.       Height = 41
  190.       TabOrder = 1
  191.       object CheckVisualiser: TCheckBox
  192.         Left = 17
  193.         Top = 12
  194.         Width = 75
  195.         Height = 17
  196.         Hint = 'Affiche s'#39'il s'#39'agit d'#39'une image'
  197.         Caption = 'Visualiser'
  198.         State = cbChecked
  199.         TabOrder = 0
  200.         OnClick = CheckVisualiserClick
  201.       end
  202.       object CheckTaille: TCheckBox
  203.         Left = 103
  204.         Top = 11
  205.         Width = 52
  206.         Height = 17
  207.         Hint = 'Agrandir une image petite.'
  208.         Caption = 'Taille'
  209.         TabOrder = 1
  210.         OnClick = CheckTailleClick
  211.       end
  212.     end
  213.   end
  214. end
  215.