home *** CD-ROM | disk | FTP | other *** search
- ' Copyright (C) 1993-94, FarPoint Technologies
- '
- ' You have a royalty-free right to use, modify, reproduce and distribute
- ' the Sample Aware/VBX Application Files (and/or any modified version) in
- ' any way you find useful, provided that you agree that FarPoint has no
- ' warranty, obligation or liability for any Aware/VBX Application File.
-
- VERSION 2.00
- Begin Form PrintDialog
- BorderStyle = 3 'Fixed Double
- Caption = "fpMemo"
- ClientHeight = 960
- ClientLeft = 3480
- ClientTop = 1875
- ClientWidth = 2880
- Height = 1365
- Left = 3420
- LinkTopic = "Form1"
- ScaleHeight = 960
- ScaleWidth = 2880
- Top = 1530
- Width = 3000
- Begin Label Label1
- Alignment = 2 'Center
- Caption = "Printing..."
- Height = 315
- Left = 360
- TabIndex = 0
- Top = 240
- Width = 2175
- End
- End
- Option Explicit
-
-