Import initial din SVN ROAAUTO/Trunk @HEAD

This commit is contained in:
2026-04-11 17:11:32 +03:00
commit 656d98697f
1856 changed files with 163525 additions and 0 deletions

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

1207
COMUN/utile/Menu/win32api.h Normal file

File diff suppressed because it is too large Load Diff