18 lines
1007 B
Plaintext
18 lines
1007 B
Plaintext
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
*< FOXBIN2PRG: Version="1.21" SourceFile="nomrute.mnx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
|
*
|
|
*<MenuType>4</MenuType>
|
|
*<MenuLocation>REPLACE</MenuLocation>
|
|
|
|
*<MenuCode>
|
|
DEFINE POPUP Shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
|
|
DEFINE BAR 1 OF Shortcut PROMPT "Nomenclator rute"
|
|
ON SELECTION BAR 1 OF Shortcut Do vizualizare_nomRUTE In onomenclatoare2.prg
|
|
|
|
DEFINE BAR 2 OF Shortcut PROMPT "Asociere rute - gestiuni"
|
|
ON SELECTION BAR 2 OF Shortcut Do vizualizare_rute In onomenclatoare2.prg
|
|
ACTIVATE POPUP Shortcut
|
|
|
|
*</MenuCode> |