home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9GRAF / AFA31SUS.ZIP / AFA.EXE / 0 / RCDATA / TCONTINUOUSUNTILDLG / TCONTINUOUSUNTILDLG.txt
Text File  |  1998-05-06  |  965b  |  52 lines

  1. object ContinuousUntilDlg: TContinuousUntilDlg
  2.   Left = 251
  3.   Top = 153
  4.   BorderStyle = bsDialog
  5.   Caption = 'Continu jusqu'#39'∩┐╜'
  6.   ClientHeight = 84
  7.   ClientWidth = 313
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 72
  19.     Top = 18
  20.     Width = 80
  21.     Height = 13
  22.     Caption = 'Jusqu'#39'au niveau:'
  23.   end
  24.   object OKBtn: TButton
  25.     Left = 80
  26.     Top = 46
  27.     Width = 75
  28.     Height = 25
  29.     Caption = 'OK'
  30.     Default = True
  31.     ModalResult = 1
  32.     TabOrder = 0
  33.   end
  34.   object CancelBtn: TButton
  35.     Left = 160
  36.     Top = 46
  37.     Width = 75
  38.     Height = 25
  39.     Cancel = True
  40.     Caption = 'Annuler'
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.   end
  44.   object Edit1: TEdit
  45.     Left = 176
  46.     Top = 14
  47.     Width = 57
  48.     Height = 21
  49.     TabOrder = 2
  50.   end
  51. end
  52.