home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / multimedia / photofiltre / pfs-setup-en.exe / pf-studio.exe / 0 / RCDATA / TANNULERFORM / TANNULERFORM.txt
Text File  |  2007-09-16  |  1KB  |  55 lines

  1. object AnnulerForm: TAnnulerForm
  2.   Left = 236
  3.   Top = 150
  4.   BorderStyle = bsNone
  5.   Caption = 'AnnulerForm'
  6.   ClientHeight = 79
  7.   ClientWidth = 282
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 282
  24.     Height = 79
  25.     Align = alClient
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     TabOrder = 0
  33.     object LabelTitre: TLabel
  34.       Left = 16
  35.       Top = 16
  36.       Width = 249
  37.       Height = 16
  38.       Alignment = taCenter
  39.       AutoSize = False
  40.       Caption = 'Patientez, pr'#233'paration de l'#39'impression...'
  41.     end
  42.     object BAnnuler: TButton
  43.       Left = 103
  44.       Top = 40
  45.       Width = 75
  46.       Height = 25
  47.       Cancel = True
  48.       Caption = 'Annuler'
  49.       ModalResult = 2
  50.       TabOrder = 0
  51.       OnClick = BAnnulerClick
  52.     end
  53.   end
  54. end
  55.