home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / aimer / frmviseu.frm (.txt) next >
Encoding:
Visual Basic Form  |  1999-09-24  |  1.4 KB  |  47 lines

  1. VERSION 5.00
  2. Begin VB.Form FrmViseur 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "Oh My God That's The Funky Shit!!!!!!"
  5.    ClientHeight    =   4455
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   6450
  9.    ClipControls    =   0   'False
  10.    LinkTopic       =   "Form1"
  11.    MaxButton       =   0   'False
  12.    MinButton       =   0   'False
  13.    ScaleHeight     =   4455
  14.    ScaleWidth      =   6450
  15.    ShowInTaskbar   =   0   'False
  16.    StartUpPosition =   2  'CenterScreen
  17.    Begin VB.Line Line2 
  18.       X1              =   0
  19.       X2              =   6480
  20.       Y1              =   2400
  21.       Y2              =   2400
  22.    End
  23.    Begin VB.Line Line1 
  24.       X1              =   3360
  25.       X2              =   3360
  26.       Y1              =   -480
  27.       Y2              =   5280
  28.    End
  29. Attribute VB_Name = "FrmViseur"
  30. Attribute VB_GlobalNameSpace = False
  31. Attribute VB_Creatable = False
  32. Attribute VB_PredeclaredId = True
  33. Attribute VB_Exposed = False
  34. Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  35. Line1.X1 = (X)
  36. Line2.Y1 = (Y)
  37. Line1.X2 = (X)
  38. Line2.Y2 = (Y)
  39. End Sub
  40. Private Sub lblX_Click()
  41. End Sub
  42. Private Sub tmrposition_Timer()
  43. End Sub
  44. Private Sub Form_Unload(Cancel As Integer)
  45. MsgBox " So That's the Funky Shit!!", , "Made By Gouranga"
  46. End Sub
  47.