home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} frmNuts
- Caption = "Nut Inserter"
- ClientHeight = 2415
- ClientLeft = 48
- ClientTop = 336
- ClientWidth = 4308
- OleObjectBlob = "frmNuts.frx":0000
- StartUpPosition = 1 'CenterOwner
- End
- Attribute VB_Name = "frmNuts"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- '******************************************************************'
- '* *'
- '* TurboCAD for Windows *'
- '* Copyright (c) 1993 - 2001 *'
- '* International Microcomputer Software, Inc. *'
- '* (IMSI) *'
- '* All rights reserved. *'
- '* *'
- '******************************************************************'
-
- Private Sub CommandButton1_Click()
- Me.Hide
- End Sub
-