home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TABORTDIALOG / TABORTDIALOG.txt
Encoding:
Text File  |  2004-04-06  |  626 b   |  31 lines

  1. object AbortDialog: TAbortDialog
  2.   Left = 192
  3.   Top = 108
  4.   BorderIcons = [biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Printing'
  7.   ClientHeight = 98
  8.   ClientWidth = 174
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object btnCancel: TButton
  21.     Left = 48
  22.     Top = 32
  23.     Width = 75
  24.     Height = 25
  25.     Caption = '&Cancel'
  26.     Default = True
  27.     TabOrder = 0
  28.     OnClick = btnCancelClick
  29.   end
  30. end
  31.