home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / index / source / affiche.dfm / affiche.txt
Text File  |  1995-08-28  |  2KB  |  90 lines

  1. object DescForm: TDescForm
  2.   Left = 170
  3.   Top = 151
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Affichage de la description'
  7.   ClientHeight = 493
  8.   ClientWidth = 826
  9.   Font.Color = clWindowText
  10.   Font.Height = -16
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   TextHeight = 20
  15.   object Label1: TLabel
  16.     Left = 10
  17.     Top = 10
  18.     Width = 124
  19.     Height = 25
  20.     Caption = 'Description: '
  21.   end
  22.   object DescLabel: TLabel
  23.     Left = 120
  24.     Top = 10
  25.     Width = 5
  26.     Height = 25
  27.   end
  28.   object ListeDesc: TMemo
  29.     Left = 10
  30.     Top = 40
  31.     Width = 807
  32.     Height = 381
  33.     Font.Color = clBlack
  34.     Font.Height = -15
  35.     Font.Name = '8514oem'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     ReadOnly = True
  39.     ScrollBars = ssVertical
  40.     TabOrder = 0
  41.   end
  42.   object ContBtn: TButton
  43.     Left = 10
  44.     Top = 430
  45.     Width = 151
  46.     Height = 51
  47.     Caption = 'Continuer'
  48.     Default = True
  49.     TabOrder = 1
  50.     OnClick = ContBtnClick
  51.   end
  52.   object Button1: TButton
  53.     Left = 172
  54.     Top = 430
  55.     Width = 171
  56.     Height = 51
  57.     Caption = 'Fichier suivant'
  58.     TabOrder = 2
  59.     OnClick = Button1Click
  60.   end
  61.   object SecSuivBtn: TButton
  62.     Left = 362
  63.     Top = 430
  64.     Width = 171
  65.     Height = 51
  66.     Caption = 'Section suivante'
  67.     TabOrder = 3
  68.     OnClick = SecSuivBtnClick
  69.   end
  70.   object MenuBtn: TButton
  71.     Left = 552
  72.     Top = 430
  73.     Width = 131
  74.     Height = 51
  75.     Cancel = True
  76.     Caption = 'Menu'
  77.     TabOrder = 4
  78.     OnClick = MenuBtnClick
  79.   end
  80.   object QuitBtn: TButton
  81.     Left = 694
  82.     Top = 430
  83.     Width = 111
  84.     Height = 51
  85.     Caption = 'Quitter'
  86.     TabOrder = 5
  87.     OnClick = QuitBtnClick
  88.   end
  89. end
  90.