home *** CD-ROM | disk | FTP | other *** search
- object PrnStatusForm: TPrnStatusForm
- Left = 406
- Top = 205
- Width = 255
- Height = 123
- Caption = 'Vorbereitung'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- PixelsPerInch = 96
- TextHeight = 13
- object StatusLabel: TLabel
- Left = 13
- Top = 24
- Width = 222
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'Status'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- end
- object CancelButton: TButton
- Left = 86
- Top = 56
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Abbrechen'
- TabOrder = 0
- OnClick = CancelButtonClick
- end
- end
-