home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "*\AProject1.vbp"
- Begin VB.Form Form1
- Caption = "Form1"
- ClientHeight = 2496
- ClientLeft = 48
- ClientTop = 336
- ClientWidth = 3744
- LinkTopic = "Form1"
- ScaleHeight = 6816
- ScaleWidth = 9504
- StartUpPosition = 3 'Windows Default
- Begin Project1.MyCB MyCB1
- Height = 1692
- Left = 1200
- TabIndex = 0
- Top = 120
- Width = 2292
- _ExtentX = 4043
- _ExtentY = 2985
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "MS Sans Serif"
- Size = 7.8
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- End
- Attribute VB_Name = "Form1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub MyCB1_Click()
- MyCB1.Caption = "hello"
- End Sub
-