home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0210 - 0219 / ibm0210-0219 / ibm0213.tar / ibm0213 / PWA_AWAR.ZIP / SAMPVB.Z / NOTEPRNT.BAS < prev    next >
Encoding:
BASIC Source File  |  1994-07-05  |  1.0 KB  |  35 lines

  1. ' Copyright (C) 1993-94, FarPoint Technologies
  2. '
  3. ' You have a royalty-free right to use, modify, reproduce and distribute
  4. ' the Sample Aware/VBX Application Files (and/or any modified version) in 
  5. ' any way you find useful, provided that you agree that FarPoint has no 
  6. ' warranty, obligation or liability for any Aware/VBX Application File.
  7.  
  8. VERSION 2.00
  9. Begin Form PrintDialog 
  10.    BorderStyle     =   3  'Fixed Double
  11.    Caption         =   "fpMemo"
  12.    ClientHeight    =   960
  13.    ClientLeft      =   3480
  14.    ClientTop       =   1875
  15.    ClientWidth     =   2880
  16.    Height          =   1365
  17.    Left            =   3420
  18.    LinkTopic       =   "Form1"
  19.    ScaleHeight     =   960
  20.    ScaleWidth      =   2880
  21.    Top             =   1530
  22.    Width           =   3000
  23.    Begin Label Label1 
  24.       Alignment       =   2  'Center
  25.       Caption         =   "Printing..."
  26.       Height          =   315
  27.       Left            =   360
  28.       TabIndex        =   0
  29.       Top             =   240
  30.       Width           =   2175
  31.    End
  32. End
  33. Option Explicit
  34.  
  35.