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

BIN
utile/Menu/PopMenu.zip Normal file

Binary file not shown.

34
utile/Menu/citeste.txt Normal file
View File

@@ -0,0 +1,34 @@
loPop = Newobject("PopMenu", "menutool.vcx")
loPop.Clear
*** Categorii note
lcParentKey = ""
lcKey = Alltrim(Str(NVL(loCategorie.Id, 0)))
lcTitle = Alltrim(loCategorie.nume) + " (" + ALLTRIM(STR(loCategorie.nr_seturi)) + ")"
lcCommand = ""
lcPicture = ""
llEnabled = .T.
lnAddFlag = 0x00
loPop.Add(m.lcParentKey, m.lcKey, m.lcTitle, m.lcCommand, m.lcPicture, m.llEnabled, m.lnAddFlag)
lcKey = lcParentKey + "_" + Alltrim(Str(loSet.Id))
lcTitle = Alltrim(loSet.nume)
lcCommand = ""
lcPicture = ""
llEnabled = .T.
lnAddFlag = 0x00
loPop.Add(m.lcParentKey, m.lcKey, m.lcTitle, m.lcCommand, m.lcPicture, m.llEnabled, m.lnAddFlag)
loPop.nReturn = 1 && Key
loPop.lOwnerDraw = .T.
lcReturnKey = loPop.ShowBy(This)
lcReturnKey = NVL(lcReturnKey, '')
IF !EMPTY(m.lcReturnKey)
lnPos = AT('_', m.lcReturnKey)
IF m.lnPos > 0
lcIdSet = SUBSTR(m.lcReturnKey, m.lnPos + 1)
lnIdSet = VAL(m.lcIdSet)
DO note_fara_predefinire WITH m.lnIdSet IN proceduri.prg
ENDIF
ENDIF

2434
utile/Menu/menutool.vc2 Normal file

File diff suppressed because it is too large Load Diff

1207
utile/Menu/win32api.h Normal file

File diff suppressed because it is too large Load Diff