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:
81
Ferestre/Vechi/frm_introd_titlu.sc2
Normal file
81
Ferestre/Vechi/frm_introd_titlu.sc2
Normal file
@@ -0,0 +1,81 @@
|
||||
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
*< FOXBIN2PRG: Version="1.21" SourceFile="frm_introd_titlu.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>
|
||||
Name = "Dataenvironment"
|
||||
*</PropValue>
|
||||
|
||||
ENDDEFINE
|
||||
|
||||
DEFINE CLASS formtermin1 AS formtermin OF "..\..\comun\clase\baza.vcx"
|
||||
*< 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="Text1" UniqueID="" Timestamp="" />
|
||||
|
||||
*<PropValue>
|
||||
BackColor = 255,255,255
|
||||
BorderStyle = 1
|
||||
DoCreate = .T.
|
||||
Height = 76
|
||||
Name = "Formtermin1"
|
||||
Width = 524
|
||||
Shape1.Height = 36
|
||||
Shape1.Left = -3
|
||||
Shape1.Name = "Shape1"
|
||||
Shape1.Top = 0
|
||||
Shape1.Width = 494
|
||||
Shape1.ZOrderSet = 0
|
||||
Terminat1.Command1.Name = "Command1"
|
||||
Terminat1.Imbuton1.Height = 27
|
||||
Terminat1.Imbuton1.Name = "Imbuton1"
|
||||
Terminat1.Imbuton1.Width = 30
|
||||
Terminat1.Left = 493
|
||||
Terminat1.Name = "Terminat1"
|
||||
Terminat1.TabIndex = 2
|
||||
Terminat1.Top = 3
|
||||
Terminat1.ZOrderSet = 1
|
||||
TITLUFRUMOS1.AutoSize = .T.
|
||||
TITLUFRUMOS1.Caption = "Titlu raport"
|
||||
TITLUFRUMOS1.FontName = "Arial"
|
||||
TITLUFRUMOS1.Height = 18
|
||||
TITLUFRUMOS1.Left = 7
|
||||
TITLUFRUMOS1.Name = "TITLUFRUMOS1"
|
||||
TITLUFRUMOS1.TabIndex = 3
|
||||
TITLUFRUMOS1.Top = 9
|
||||
TITLUFRUMOS1.Width = 61
|
||||
TITLUFRUMOS1.ZOrderSet = 4
|
||||
*</PropValue>
|
||||
|
||||
ADD OBJECT 'Label1' AS label WITH ;
|
||||
AutoSize = .T., ;
|
||||
BackStyle = 0, ;
|
||||
Caption = "Introduceti titlu raport", ;
|
||||
Height = 17, ;
|
||||
Left = 10, ;
|
||||
Name = "Label1", ;
|
||||
TabIndex = 4, ;
|
||||
Top = 50, ;
|
||||
Width = 116, ;
|
||||
ZOrderSet = 2
|
||||
*< END OBJECT: BaseClass="label" />
|
||||
|
||||
ADD OBJECT 'Text1' AS textbox WITH ;
|
||||
ControlSource = "pcTitluA", ;
|
||||
Height = 23, ;
|
||||
Left = 137, ;
|
||||
Name = "Text1", ;
|
||||
TabIndex = 1, ;
|
||||
Top = 44, ;
|
||||
Width = 355, ;
|
||||
ZOrderSet = 3
|
||||
*< END OBJECT: BaseClass="textbox" />
|
||||
|
||||
ENDDEFINE
|
||||
Reference in New Issue
Block a user