You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
382 B
23 lines
382 B
Menu Tools
|
|
{
|
|
Menu "Visual &Basic"
|
|
{
|
|
Option "&Reverse Engineering Wizard..."
|
|
{
|
|
enable %model:writeable
|
|
RoseScript $VBADDIN_SCRIPT_PATH\RVBReWiz.ebx
|
|
}
|
|
|
|
Option "Re&vert to Last Saved"
|
|
{
|
|
RoseScript $VBADDIN_SCRIPT_PATH\RVBRestore.ebx
|
|
}
|
|
Separator
|
|
Option "&Import VB6 Classes"
|
|
{
|
|
enable %model:writeable
|
|
RoseScript $VBADDIN_SCRIPT_PATH\vb6.ebx
|
|
}
|
|
}
|
|
}
|