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

65
clase/_pf_base.vc2 Normal file
View File

@@ -0,0 +1,65 @@
*--------------------------------------------------------------------------------------------------------------------------------------------------------
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
*--------------------------------------------------------------------------------------------------------------------------------------------------------
*< FOXBIN2PRG: Version="1.21" SourceFile="_pf_base.vcx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
*
*
DEFINE CLASS _pfbase AS pageframe
*< CLASSDATA: Baseclass="pageframe" Timestamp="" Scale="Pixels" Uniqueid="" />
*<PropValue>
ActivePage = 0
ErasePage = .T.
Height = 169
Name = "_pfbase"
PageCount = 0
Width = 241
*</PropValue>
PROCEDURE Init
*!* daca se adauga pagini in pageframe, activepage arata 1 la design, dar la runtime e 0
If This.PageCount <> 0
This.ActivePage = 1
Endif
ENDPROC
ENDDEFINE
DEFINE CLASS _pfbase_alb AS pageframe
*< CLASSDATA: Baseclass="pageframe" Timestamp="" Scale="Pixels" Uniqueid="" />
*<PropValue>
ActivePage = 0
ErasePage = .T.
Height = 169
MemberClass = "_pgbase_alb"
MemberClassLibrary = _pf_base.vcx
Name = "_pfbase_alb"
PageCount = 0
Width = 241
*</PropValue>
PROCEDURE Init
*!* daca se adauga pagini in pageframe, activepage arata 1 la design, dar la runtime e 0
If This.PageCount <> 0
This.ActivePage = 1
Endif
ENDPROC
ENDDEFINE
DEFINE CLASS _pgbase_alb AS page
*< CLASSDATA: Baseclass="page" Timestamp="" Scale="Pixels" Uniqueid="" />
*<PropValue>
BackColor = 255,255,255
BackStyle = 1
Caption = "Page1"
FontBold = .T.
FontCharSet = 238
Height = 197
Name = "_pgbase_alb"
Width = 197
*</PropValue>
ENDDEFINE