home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1996 March / buyer-0396.iso / micrgrap / abc.z / MENU.FRM (.txt) < prev    next >
Visual Basic Form  |  1995-09-15  |  5KB  |  112 lines

  1. Form1
  2. Menus DEMO
  3. Form15
  4.     ABCEvents
  5. Picture1
  6. Label3
  7. /(c) Micrografx Inc., 1995. All Rights Reserved.
  8. Label1
  9. pWhen this VB program is running, a new menu is added to ABC. The menu adds object counting functionality to ABC.
  10. Label2
  11. Y<---- Double-click on this custom VBX in VB 3.0 edit mode to see the event handling code.
  12. ABC1_DoubleClick~
  13. ABC1_ObjectMove9
  14. ABCFlowVBX1
  15.     ABCObject
  16. Valid
  17. Shape
  18.     FillColor
  19. ABCApplication
  20. GREENA
  21. Object
  22. ABCChart
  23. ABCObjectsf
  24. ItemFromSelection]
  25. YELLOW
  26. NormalAction
  27. Objects
  28. Chartf
  29. ABCObj
  30. BorderWidth
  31. FitShapeToText
  32. linking
  33. behaviorC
  34. Override@
  35. Fields
  36. Value=
  37. CenterX&
  38. CenterY
  39. XVarb
  40. YVarb
  41. ABC1_DoubleClickSUBCLASSm
  42. ABC1_ObjectMovedNOTIFYx
  43. Color
  44. BasicColor
  45. Count
  46. Yelow
  47. ABC1_ChartOpenNOTIFYs
  48.     Form_Load
  49. ABCApp
  50. Visible
  51. ACB12
  52. SelectedShapeCount
  53. ABC1_FieldValueChangedNOTIFY
  54. FieldValue
  55. Namea
  56. ABC1_ChartNewNOTIFY(
  57. NewField
  58. Format
  59. Hidden
  60. Form_ClickO
  61. FieldValues
  62. FieldTemplates
  63. ABC1_NewShapeNOTIFY
  64. RegisterEvent
  65. Form1
  66. Caption
  67. Number
  68. AddMenu
  69. AppendItem    
  70. ABC1_AppMenuSUBCLASS
  71. SHAPECOUNT\
  72.     LINECOUNT
  73. ABC1_AppMenuPopupSUBCLASS
  74. CountShapes
  75. ChountTypek
  76. Shapes
  77. ActiveChart
  78. ItemFromAll
  79. Message
  80. MsgBox
  81.     CountType
  82. MenuItem
  83. CountLines
  84. Lines
  85. WindowState
  86.     HourGlass
  87. ABC1_AppQuitSUBCLASS
  88. ABC1_AppQuitNOTIFY
  89. Label2_Click
  90. WindowsStateX
  91. Shape Count...
  92. Line Count...
  93. ABC1_AppMenuSUBCLASS
  94. ABC1_AppQuitNOTIFY
  95. CountLines
  96. There are no lines in this chart.
  97. There is one line in this chart.
  98. There are 
  99.  lines in this chart.
  100. CountShapes
  101. There are no shapes in this chart.
  102. There is one shape in this chart.
  103. There are 
  104.  shapes in this chart.
  105. Form_Load
  106. ABCFlow.application
  107.  Get the ABC Quit event so the Menu
  108.  sample can unload when ABC Quits
  109. AppQuitNOTIFY
  110. Stats
  111.  Minimize Menu Sample Form
  112.