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 11:22:03 +03:00
commit 7ae0c39d5e
204 changed files with 66147 additions and 0 deletions

28
Meniuri/consum3.mn2 Normal file
View File

@@ -0,0 +1,28 @@
*--------------------------------------------------------------------------------------------------------------------------------------------------------
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
*--------------------------------------------------------------------------------------------------------------------------------------------------------
*< FOXBIN2PRG: Version="1.21" SourceFile="consum3.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 "Bon de consum produse (34x)" ;
MESSAGE "711:34x"
ON SELECTION BAR 1 OF Shortcut lans(217)
DEFINE BAR 2 OF Shortcut PROMPT "Bon de consum ca materii prime" ;
MESSAGE "301:345 ; 601:301"
ON SELECTION BAR 2 OF Shortcut lans(54)
DEFINE BAR 3 OF Shortcut PROMPT "Bon de consum produse reziduale (346)" ;
MESSAGE "3022:346 ; 6022:3022"
ON SELECTION BAR 3 OF Shortcut lans(88)
DEFINE BAR 4 OF Shortcut PROMPT "Cheltuieli pentru reclama si publicitate (345)" ;
MESSAGE "623:345"
ON SELECTION BAR 4 OF Shortcut lans(263)
ACTIVATE POPUP Shortcut
*</MenuCode>