home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 4_2005-2006.ISO / data / Zips / PNG_Reader19586512212005.psc / Form1.frm < prev    next >
Text File  |  2005-12-19  |  629b  |  24 lines

  1. VERSION 5.00
  2. Begin VB.Form Form1 
  3.    AutoRedraw      =   -1  'True
  4.    Caption         =   "Canvas"
  5.    ClientHeight    =   855
  6.    ClientLeft      =   1320
  7.    ClientTop       =   1395
  8.    ClientWidth     =   1965
  9.    LinkTopic       =   "Form1"
  10.    ScaleHeight     =   855
  11.    ScaleWidth      =   1965
  12.    StartUpPosition =   2  'CenterScreen
  13.    WindowState     =   2  'Maximized
  14. End
  15. Attribute VB_Name = "Form1"
  16. Attribute VB_GlobalNameSpace = False
  17. Attribute VB_Creatable = False
  18. Attribute VB_PredeclaredId = True
  19. Attribute VB_Exposed = False
  20. Private Sub Form_Load()
  21.     Me.Show
  22.     frmPNGmenu.Show 0, Me
  23. End Sub
  24.