home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com / InfoMagic-WinFilesDotCom-June1998-Disc2of3-DAMAGED_DISC.iso / sound-mod / iModwy.exe / Modwy.exe / 0 / RCDATA / TALLERDIALOG / TALLERDIALOG.txt
Text File  |  1998-05-17  |  942b  |  48 lines

  1. object AllerDialog: TAllerDialog
  2.   Left = 296
  3.   Top = 112
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'S∩┐╜lection d'#39'un fichier'
  7.   ClientHeight = 260
  8.   ClientWidth = 257
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object AllerListBox: TListBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 257
  22.     Height = 225
  23.     Color = clWhite
  24.     ItemHeight = 13
  25.     TabOrder = 0
  26.     OnDblClick = BallerOkClick
  27.   end
  28.   object BallerOk: TButton
  29.     Left = 16
  30.     Top = 232
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'OK'
  34.     TabOrder = 1
  35.     OnClick = BallerOkClick
  36.   end
  37.   object BallerNok: TButton
  38.     Left = 168
  39.     Top = 232
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'Annuler'
  43.     ModalResult = 2
  44.     TabOrder = 2
  45.     OnClick = BallerNokClick
  46.   end
  47. end
  48.