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

  1. object ArrayFillDlg: TArrayFillDlg
  2.   Left = 217
  3.   Top = 162
  4.   BorderStyle = bsDialog
  5.   Caption = 'Initialisation/Remplissage de rectangle'
  6.   ClientHeight = 125
  7.   ClientWidth = 312
  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 = 56
  19.     Top = 16
  20.     Width = 92
  21.     Height = 13
  22.     Caption = 'Maximum horizontal'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 56
  26.     Top = 48
  27.     Width = 81
  28.     Height = 13
  29.     Caption = 'Maximum vertical'
  30.   end
  31.   object OKBtn: TButton
  32.     Left = 79
  33.     Top = 84
  34.     Width = 75
  35.     Height = 25
  36.     Caption = 'OK'
  37.     Default = True
  38.     ModalResult = 1
  39.     TabOrder = 2
  40.     OnClick = OKBtnClick
  41.   end
  42.   object CancelBtn: TButton
  43.     Left = 159
  44.     Top = 84
  45.     Width = 75
  46.     Height = 25
  47.     Cancel = True
  48.     Caption = 'Annuler'
  49.     ModalResult = 2
  50.     TabOrder = 3
  51.   end
  52.   object Edit1: TEdit
  53.     Left = 176
  54.     Top = 12
  55.     Width = 65
  56.     Height = 21
  57.     TabOrder = 0
  58.   end
  59.   object Edit2: TEdit
  60.     Left = 176
  61.     Top = 44
  62.     Width = 65
  63.     Height = 21
  64.     TabOrder = 1
  65.   end
  66. end
  67.