Binarele VFP raman pe SVN si sunt git-ignored; COMUN e gestionat separat. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01A5okKjUKMM5Xk1egq2w81P
80 lines
2.3 KiB
Plaintext
80 lines
2.3 KiB
Plaintext
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
|
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
*< FOXBIN2PRG: Version="1.21" SourceFile="waitwindow.scx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
|
*
|
|
*
|
|
DEFINE CLASS dataenvironment AS dataenvironment
|
|
*< CLASSDATA: Baseclass="dataenvironment" Timestamp="" Scale="" Uniqueid="" ClassIcon="1" />
|
|
|
|
*<PropValue>
|
|
DataSource = .NULL.
|
|
Height = 0
|
|
Left = 0
|
|
Name = "Dataenvironment"
|
|
Top = 0
|
|
Width = 0
|
|
*</PropValue>
|
|
|
|
ENDDEFINE
|
|
|
|
DEFINE CLASS frmwaitwindow AS form
|
|
*< CLASSDATA: Baseclass="form" Timestamp="" Scale="" Uniqueid="" />
|
|
|
|
*-- OBJECTDATA items order determines ZOrder / El orden de los items OBJECTDATA determina el ZOrder
|
|
*< OBJECTDATA: ObjPath="Label1" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Shape1" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="_progressbar1" UniqueID="" Timestamp="" />
|
|
|
|
*<PropValue>
|
|
AlwaysOnTop = .T.
|
|
AutoCenter = .T.
|
|
BackColor = 255,255,255
|
|
BorderStyle = 0
|
|
Caption = "Asteptati"
|
|
ControlBox = .F.
|
|
DoCreate = .T.
|
|
Height = 60
|
|
Name = "frmWaitWindow"
|
|
TitleBar = 0
|
|
Width = 348
|
|
*</PropValue>
|
|
|
|
ADD OBJECT '_progressbar1' AS _progressbar WITH ;
|
|
Left = 7, ;
|
|
Name = "_progressbar1", ;
|
|
Top = 36, ;
|
|
Shape5.Name = "Shape5", ;
|
|
shpThermBar.Name = "shpThermBar", ;
|
|
lblPercentage.Name = "lblPercentage", ;
|
|
lblPercentage2.Name = "lblPercentage2", ;
|
|
Shape1.Name = "Shape1", ;
|
|
shape2.Name = "shape2", ;
|
|
Shape3.Name = "Shape3", ;
|
|
Shape4.Name = "Shape4"
|
|
*< END OBJECT: ClassLib="..\comun\clase\_therm.vcx" BaseClass="container" />
|
|
|
|
ADD OBJECT 'Label1' AS label WITH ;
|
|
BackColor = 255,255,255, ;
|
|
Caption = "Label1", ;
|
|
FontCharSet = 238, ;
|
|
FontSize = 12, ;
|
|
ForeColor = 0,0,255, ;
|
|
Height = 17, ;
|
|
Left = 7, ;
|
|
Name = "Label1", ;
|
|
Top = 12, ;
|
|
Width = 334
|
|
*< END OBJECT: BaseClass="label" />
|
|
|
|
ADD OBJECT 'Shape1' AS shape WITH ;
|
|
BackStyle = 0, ;
|
|
Height = 60, ;
|
|
Left = 0, ;
|
|
Name = "Shape1", ;
|
|
Top = 0, ;
|
|
Width = 348
|
|
*< END OBJECT: BaseClass="shape" />
|
|
|
|
ENDDEFINE
|