home *** CD-ROM | disk | FTP | other *** search
- object AnnulerForm: TAnnulerForm
- Left = 236
- Top = 150
- BorderStyle = bsNone
- Caption = 'AnnulerForm'
- ClientHeight = 79
- ClientWidth = 282
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = True
- Position = poMainFormCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 282
- Height = 79
- Align = alClient
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- object LabelTitre: TLabel
- Left = 16
- Top = 16
- Width = 249
- Height = 16
- Alignment = taCenter
- AutoSize = False
- Caption = 'Patientez, pr'#233'paration de l'#39'impression...'
- end
- object BAnnuler: TButton
- Left = 103
- Top = 40
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Annuler'
- ModalResult = 2
- TabOrder = 0
- OnClick = BAnnulerClick
- end
- end
- end
-