home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l405 / 1.ddi / CLICK.FR_ / CLICK.bin (.txt)
Encoding:
Visual Basic Form  |  1993-04-28  |  473 b   |  16 lines

  1. VERSION 2.00
  2. Begin Form frmClickLine 
  3.    Caption         =   "Click-A-Line"
  4.    ClipControls    =   0   'False
  5.    Height          =   5040
  6.    Left            =   405
  7.    LinkTopic       =   "Form2"
  8.    MDIChild        =   -1  'True
  9.    ScaleHeight     =   4635
  10.    ScaleWidth      =   4965
  11.    Top             =   1710
  12.    Width           =   5085
  13. Sub Form_MouseDown (Button As Integer, Shift As Integer, X As Single, Y As Single)
  14.     Line -(X, Y)
  15. End Sub
  16.