home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 27 / IOPROG_27.ISO / SOFT / DATABASE.ZIP / AxButtonCombo / Form1.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1999-05-12  |  1.4 KB  |  43 lines

  1. VERSION 5.00
  2. Object = "*\A..\..\TOOLSV~1\AXBUTT~1\axButton.vbp"
  3. Begin VB.Form Form1 
  4.    Caption         =   "Form1"
  5.    ClientHeight    =   3195
  6.    ClientLeft      =   60
  7.    ClientTop       =   345
  8.    ClientWidth     =   4680
  9.    LinkTopic       =   "Form1"
  10.    ScaleHeight     =   3195
  11.    ScaleWidth      =   4680
  12.    StartUpPosition =   3  'Windows Default
  13.    Begin axButtonControlCombo.axButton axButton5 
  14.       Height          =   555
  15.       Left            =   2160
  16.       TabIndex        =   0
  17.       Top             =   180
  18.       Width           =   1155
  19.       _ExtentX        =   2037
  20.       _ExtentY        =   979
  21.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  22.          Name            =   "MS Sans Serif"
  23.          Size            =   8.25
  24.          Charset         =   0
  25.          Weight          =   400
  26.          Underline       =   0   'False
  27.          Italic          =   0   'False
  28.          Strikethrough   =   0   'False
  29.       EndProperty
  30.       MaskColor       =   -2147483633
  31.       DropDown        =   -1  'True
  32.    End
  33. Attribute VB_Name = "Form1"
  34. Attribute VB_GlobalNameSpace = False
  35. Attribute VB_Creatable = False
  36. Attribute VB_PredeclaredId = True
  37. Attribute VB_Exposed = False
  38. Private Sub axButton1_DropDownClick(Index As Integer)
  39.   MsgBox "dropdown click " + Str(Index)
  40. End Sub
  41. Private Sub Form_Load()
  42. End Sub
  43.