Changeset: 137 v1.19.3 Change on TXT timestamps to preserve empty values / Optimization on TXT generation of ZOrders
This commit is contained in:
176
TESTS/DATOS_READONLY/fb2p_frm_2.sc2
Normal file
176
TESTS/DATOS_READONLY/fb2p_frm_2.sc2
Normal file
@@ -0,0 +1,176 @@
|
||||
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
* (ES) AUTOGENERADO - <20><>ATENCI<43>N!! - <20><>NO PENSADO PARA EJECUTAR!! USAR SOLAMENTE PARA INTEGRAR CAMBIOS Y ALMACENAR CON HERRAMIENTAS SCM!!
|
||||
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
*< FOXBIN2PRG: Version="1.19" SourceFile="C:\DESA\foxbin2prg\TESTS\DATOS_READONLY\fb2p_frm_2.scx" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||
*
|
||||
*
|
||||
DEFINE CLASS Dataenvironment AS dataenvironment
|
||||
*< CLASSDATA: Baseclass="dataenvironment" Timestamp="2013/12/03 19:54:07" Scale="" Uniqueid="_3XW0B26O0" ClassIcon="1" />
|
||||
DataSource = .NULL.
|
||||
Height = 0
|
||||
Left = 0
|
||||
Name = "Dataenvironment"
|
||||
Top = 0
|
||||
Width = 0
|
||||
|
||||
ENDDEFINE
|
||||
|
||||
DEFINE CLASS Form1 AS form
|
||||
*< CLASSDATA: Baseclass="form" Timestamp="2013/12/15 18:41:14" Scale="" Uniqueid="_3XW0B26O1" />
|
||||
*<DefinedPropArrayMethod>
|
||||
*p: a_otra
|
||||
*a: ^a_prop[1,0] && array
|
||||
*p: _prop
|
||||
*</DefinedPropArrayMethod>
|
||||
AllowOutput = .T.
|
||||
AlwaysOnBottom = .F.
|
||||
AlwaysOnTop = .F.
|
||||
AutoCenter = .F.
|
||||
a_otra = .F.
|
||||
BackColor = 240,240,240
|
||||
BindControls = .T.
|
||||
BorderStyle = 3
|
||||
BufferMode = 0
|
||||
Caption = "Form1"
|
||||
ClipControls = .T.
|
||||
Closable = .T.
|
||||
ColorSource = 4
|
||||
ContinuousScroll = .T.
|
||||
ControlBox = .T.
|
||||
DataSession = 1
|
||||
DefOleLCID = 0
|
||||
Dockable = 0
|
||||
DoCreate = .T.
|
||||
DrawMode = 13
|
||||
DrawStyle = 0
|
||||
DrawWidth = 1
|
||||
Enabled = .T.
|
||||
FillColor = 0,0,0
|
||||
FillStyle = 1
|
||||
FontBold = .F.
|
||||
FontCondense = .F.
|
||||
FontExtend = .F.
|
||||
FontItalic = .F.
|
||||
FontName = "Arial"
|
||||
FontOutline = .F.
|
||||
FontShadow = .F.
|
||||
FontSize = 9
|
||||
FontStrikethru = .F.
|
||||
FontUnderline = .F.
|
||||
ForeColor = 0,0,0
|
||||
HalfHeightCaption = .F.
|
||||
Height = 250
|
||||
HelpContextID = 0
|
||||
HScrollSmallChange = 10
|
||||
Icon = ..\..\
|
||||
KeyPreview = .F.
|
||||
Left = 0
|
||||
LockScreen = .F.
|
||||
MacDesktop = 0
|
||||
MaxButton = .T.
|
||||
MaxHeight = -1
|
||||
MaxLeft = -1
|
||||
MaxTop = -1
|
||||
MaxWidth = -1
|
||||
MDIForm = .F.
|
||||
MinButton = .T.
|
||||
MinHeight = -1
|
||||
MinWidth = -1
|
||||
MousePointer = 0
|
||||
Movable = .T.
|
||||
Name = "Form1"
|
||||
OLEDragMode = 0
|
||||
OLEDragPicture = ..\..\
|
||||
OLEDropEffects = 3
|
||||
OLEDropMode = 0
|
||||
RightToLeft = .F.
|
||||
ScaleMode = 3
|
||||
ScrollBars = 0
|
||||
ShowInTaskBar = .T.
|
||||
ShowTips = .F.
|
||||
ShowWindow = 0
|
||||
SizeBox = .F.
|
||||
TabIndex = 1
|
||||
TabStop = .T.
|
||||
Tag = ""
|
||||
Themes = .T.
|
||||
TitleBar = 1
|
||||
Top = 0
|
||||
Visible = .T.
|
||||
VScrollSmallChange = 10
|
||||
WhatsThisButton = .F.
|
||||
WhatsThisHelp = .F.
|
||||
WhatsThisHelpID = -1
|
||||
Width = 375
|
||||
WindowState = 0
|
||||
WindowType = 0
|
||||
ZoomBox = .F.
|
||||
_prop = .F.
|
||||
|
||||
ADD OBJECT 'Commandgroup1' AS commandgroup WITH ;
|
||||
ButtonCount = 2, ;
|
||||
Height = 66, ;
|
||||
Left = 12, ;
|
||||
Name = "Commandgroup1", ;
|
||||
Top = 8, ;
|
||||
Value = 1, ;
|
||||
Width = 94, ;
|
||||
Command1.Caption = "Command1", ;
|
||||
Command1.Height = 27, ;
|
||||
Command1.Left = 5, ;
|
||||
Command1.Name = "Command1", ;
|
||||
Command1.Top = 5, ;
|
||||
Command1.Width = 84, ;
|
||||
Command2.Alignment = 2, ;
|
||||
Command2.Anchor = 0, ;
|
||||
Command2.AutoSize = .F., ;
|
||||
Command2.BackColor = 240,240,240, ;
|
||||
Command2.Cancel = .F., ;
|
||||
Command2.Caption = "Command2", ;
|
||||
Command2.ColorScheme = 1, ;
|
||||
Command2.ColorSource = 4, ;
|
||||
Command2.Default = .F., ;
|
||||
Command2.DisabledBackColor = 240,240,240, ;
|
||||
Command2.DisabledForeColor = 109,109,109, ;
|
||||
Command2.DragMode = 0, ;
|
||||
Command2.Enabled = .T., ;
|
||||
Command2.FontBold = .F., ;
|
||||
Command2.FontCondense = .F., ;
|
||||
Command2.FontExtend = .F., ;
|
||||
Command2.FontItalic = .F., ;
|
||||
Command2.FontName = "Arial", ;
|
||||
Command2.FontOutline = .F., ;
|
||||
Command2.FontShadow = .F., ;
|
||||
Command2.FontSize = 9, ;
|
||||
Command2.FontStrikethru = .F., ;
|
||||
Command2.FontUnderline = .F., ;
|
||||
Command2.ForeColor = 0,0,0, ;
|
||||
Command2.Height = 27, ;
|
||||
Command2.HelpContextID = 0, ;
|
||||
Command2.Left = 5, ;
|
||||
Command2.MousePointer = 0, ;
|
||||
Command2.Name = "Command2", ;
|
||||
Command2.OLEDragMode = 0, ;
|
||||
Command2.OLEDragPicture = ..\..\, ;
|
||||
Command2.OLEDropEffects = 3, ;
|
||||
Command2.OLEDropMode = 0, ;
|
||||
Command2.Picture = ..\..\, ;
|
||||
Command2.RightToLeft = .F., ;
|
||||
Command2.SpecialEffect = 0, ;
|
||||
Command2.StatusBarText = "", ;
|
||||
Command2.Style = 0, ;
|
||||
Command2.TabIndex = 2, ;
|
||||
Command2.TabStop = .T., ;
|
||||
Command2.Tag = "", ;
|
||||
Command2.TerminateRead = .F., ;
|
||||
Command2.Themes = .T., ;
|
||||
Command2.ToolTipText = "", ;
|
||||
Command2.Top = 34, ;
|
||||
Command2.Visible = .T., ;
|
||||
Command2.WhatsThisHelpID = -1, ;
|
||||
Command2.Width = 84, ;
|
||||
Command2.WordWrap = .F.
|
||||
*< END OBJECT: BaseClass="commandgroup" UniqueID="_3Y813WLQU" Timestamp="2013/12/15 18:41:14" ZOrder="400" />
|
||||
|
||||
ENDDEFINE
|
||||
Reference in New Issue
Block a user