home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form fChild
- Caption = "Form1"
- ClientHeight = 3990
- ClientLeft = 1845
- ClientTop = 2610
- ClientWidth = 8235
- Height = 4680
- Left = 1785
- LinkTopic = "Form1"
- MDIChild = -1 'True
- ScaleHeight = 3990
- ScaleWidth = 8235
- Top = 1980
- Width = 8355
- Begin VB.ListBox lstMsg
- Height = 3765
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 2895
- End
- Begin VB.Label lblXplain5
- Caption = $"FCHILD.frx":0000
- Height = 855
- Left = 3120
- TabIndex = 5
- Top = 3000
- Width = 4935
- End
- Begin VB.Label lblXplain4
- Caption = $"FCHILD.frx":00D9
- Height = 855
- Left = 3120
- TabIndex = 4
- Top = 2040
- Width = 5055
- End
- Begin VB.Label lblXplain3
- Caption = $"FCHILD.frx":01DD
- Height = 495
- Left = 3120
- TabIndex = 3
- Top = 1440
- Width = 4935
- End
- Begin VB.Label lblXplain2
- Caption = "There are only three steps to subclassing:"
- Height = 255
- Left = 3120
- TabIndex = 2
- Top = 1080
- Width = 3855
- End
- Begin VB.Label lblXplain
- Caption = $"FCHILD.frx":025E
- Height = 855
- Left = 3120
- TabIndex = 1
- Top = 120
- Width = 4935
- WordWrap = -1 'True
- End
- Begin VB.Menu mnuFile
- Caption = "&File"
- Begin VB.Menu itmExit
- Caption = "E&xit"
- End
- End
- Begin VB.Menu mnuMenu
- Caption = "&Menu"
- Begin VB.Menu itmOne
- Caption = "Test Menu Item &One"
- End
- Begin VB.Menu itmTwo
- Caption = "Test Menu Item &Two"
- End
- Begin VB.Menu itmThree
- Caption = "Test Menu Item T&hree"
- End
- End
- Attribute VB_Name = "fChild"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub itmExit_Click()
- End Sub
-