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:
113
Ferestre/frm_list_balana.sc2
Normal file
113
Ferestre/frm_list_balana.sc2
Normal file
@@ -0,0 +1,113 @@
|
||||
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
*< FOXBIN2PRG: Version="1.21" SourceFile="frm_list_balana.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 formtermin12 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="GRIDB1" UniqueID="" Timestamp="" />
|
||||
*< OBJECTDATA: ObjPath="GRIDB1.Column2.Header1" UniqueID="" Timestamp="" />
|
||||
*< OBJECTDATA: ObjPath="GRIDB1.Column2.Text1" UniqueID="" Timestamp="" />
|
||||
*< OBJECTDATA: ObjPath="GRIDB1.Column2.Check1" UniqueID="" Timestamp="" />
|
||||
|
||||
*<PropValue>
|
||||
BorderStyle = 1
|
||||
DataSession = 1
|
||||
DoCreate = .T.
|
||||
Height = 310
|
||||
Name = "FormTERMIN12"
|
||||
Width = 195
|
||||
Shape1.Height = 36
|
||||
Shape1.Left = 0
|
||||
Shape1.Name = "Shape1"
|
||||
Shape1.Top = 0
|
||||
Shape1.Width = 157
|
||||
Terminat1.Command1.Name = "Command1"
|
||||
Terminat1.Imbuton1.Height = 27
|
||||
Terminat1.Imbuton1.Name = "Imbuton1"
|
||||
Terminat1.Imbuton1.Width = 30
|
||||
Terminat1.Left = 159
|
||||
Terminat1.Name = "Terminat1"
|
||||
Terminat1.Top = 2
|
||||
Titlufrumos1.AutoSize = .T.
|
||||
Titlufrumos1.Caption = "Bifati conturile care nu se listeaza cu analitice:"
|
||||
Titlufrumos1.ForeColor = 0,64,128
|
||||
Titlufrumos1.Height = 38
|
||||
Titlufrumos1.Left = 12
|
||||
Titlufrumos1.Name = "Titlufrumos1"
|
||||
Titlufrumos1.Top = 36
|
||||
Titlufrumos1.Width = 161
|
||||
Titlufrumos1.WordWrap = .T.
|
||||
*</PropValue>
|
||||
|
||||
ADD OBJECT 'GRIDB1' AS gridb WITH ;
|
||||
ColumnCount = 2, ;
|
||||
FontName = "Arial Narrow", ;
|
||||
Height = 218, ;
|
||||
Left = 10, ;
|
||||
Name = "GRIDB1", ;
|
||||
Panel = 1, ;
|
||||
Top = 75, ;
|
||||
Width = 169, ;
|
||||
Column1.ControlSource = "cont", ;
|
||||
Column1.FontName = "Arial Narrow", ;
|
||||
Column1.Header1.Alignment = 2, ;
|
||||
Column1.Header1.Caption = "Cont", ;
|
||||
Column1.Header1.FontName = "Arial Narrow", ;
|
||||
Column1.Header1.Name = "Header1", ;
|
||||
Column1.Name = "Column1", ;
|
||||
Column1.Text1.FontName = "Arial Narrow", ;
|
||||
Column1.Text1.Name = "Text1", ;
|
||||
Column1.Width = 76, ;
|
||||
Column2.ControlSource = "bifa", ;
|
||||
Column2.CurrentControl = "Check1", ;
|
||||
Column2.FontName = "Arial Narrow", ;
|
||||
Column2.Name = "Column2", ;
|
||||
Column2.Sparse = .F., ;
|
||||
Column2.Width = 62
|
||||
*< END OBJECT: ClassLib="..\comun\clase\baza.vcx" BaseClass="grid" />
|
||||
|
||||
ADD OBJECT 'GRIDB1.Column2.Check1' AS checkbox WITH ;
|
||||
Alignment = 0, ;
|
||||
Caption = "", ;
|
||||
Height = 17, ;
|
||||
Left = 22, ;
|
||||
Name = "Check1", ;
|
||||
SpecialEffect = 1, ;
|
||||
Top = 30, ;
|
||||
Width = 60
|
||||
*< END OBJECT: BaseClass="checkbox" />
|
||||
|
||||
ADD OBJECT 'GRIDB1.Column2.Header1' AS header WITH ;
|
||||
Caption = "Nu se listeaza", ;
|
||||
FontName = "Arial Narrow", ;
|
||||
Name = "Header1"
|
||||
*< END OBJECT: BaseClass="header" />
|
||||
|
||||
ADD OBJECT 'GRIDB1.Column2.Text1' AS textbox WITH ;
|
||||
BackColor = 255,255,255, ;
|
||||
BorderStyle = 0, ;
|
||||
FontName = "Arial Narrow", ;
|
||||
ForeColor = 0,0,0, ;
|
||||
Margin = 0, ;
|
||||
Name = "Text1"
|
||||
*< END OBJECT: BaseClass="textbox" />
|
||||
|
||||
ENDDEFINE
|
||||
Reference in New Issue
Block a user