home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1997
- #
- # File: @(#)revengvbdl.tcl /main/hindenburg/2
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)revengvbdl.tcl /main/hindenburg/2 19 Feb 1997 Copyright 1997 Cayenne Software Inc.
-
- # Start user added include file section
- # End user added include file section
-
- require "revengdlg.tcl"
-
- Class RevEngVbDlg : {RevEngDlg} {
- method destructor
- constructor
- }
-
- method RevEngVbDlg::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this RevEngDlg::destructor
- }
-
- constructor RevEngVbDlg {class this name} {
- set this [RevEngDlg::constructor $class $this $name "Visual Basic" "reveng_vb"]
- return $this
- }
-
- # Do not delete this line -- regeneration end marker
-
-