home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "*\A..\..\TOOLSV~1\AXBUTT~1\axButton.vbp"
- Begin VB.Form Form1
- Caption = "Form1"
- ClientHeight = 3195
- ClientLeft = 60
- ClientTop = 345
- ClientWidth = 4680
- LinkTopic = "Form1"
- ScaleHeight = 3195
- ScaleWidth = 4680
- StartUpPosition = 3 'Windows Default
- Begin axButtonControlCombo.axButton axButton5
- Height = 555
- Left = 2160
- TabIndex = 0
- Top = 180
- Width = 1155
- _ExtentX = 2037
- _ExtentY = 979
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- MaskColor = -2147483633
- DropDown = -1 'True
- End
- Attribute VB_Name = "Form1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub axButton1_DropDownClick(Index As Integer)
- MsgBox "dropdown click " + Str(Index)
- End Sub
- Private Sub Form_Load()
- End Sub
-