Initial: flux text FoxBin2Prg (git urmareste .??2 in-arbore, binarele VFP git-ignored)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-16 10:55:38 +03:00
commit 2f59024385
1271 changed files with 820556 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
*--------------------------------------------------------------------------------------------------------------------------------------------------------
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
*--------------------------------------------------------------------------------------------------------------------------------------------------------
*< FOXBIN2PRG: Version="1.21" SourceFile="transfer2_obinvfol.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 "Transfer intre persoane"
ON SELECTION BAR 1 OF Shortcut lans(89)
DEFINE BAR 2 OF Shortcut PROMPT "\-"
ON BAR 2 OF Shortcut ACTIVATE POPUP _1rf0xykoe
*----------------------------------
DEFINE POPUP _1rf0xykoe SHORTCUT RELATIVE
DEFINE BAR 3 OF Shortcut PROMPT "Transfer intre magazii ob. inv. in folosinta"
ON SELECTION BAR 3 OF Shortcut lans(212)
DEFINE BAR 4 OF Shortcut PROMPT "Transfer din magazie ob. inv. in folosinta catre un responsabil"
ON SELECTION BAR 4 OF Shortcut lans(210)
DEFINE BAR 5 OF Shortcut PROMPT "Transfer de pe un responsabil catre o magazie ob. inv. in folosinta"
ON SELECTION BAR 5 OF Shortcut lans(211)
ACTIVATE POPUP Shortcut
*</MenuCode>