removed binary sources (FoxBin2Prg)
This commit is contained in:
@@ -4,234 +4,8 @@
|
||||
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
*< FOXBIN2PRG: Version="1.19" SourceFile="fb2p_frm_2.scx" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||
*
|
||||
*
|
||||
DEFINE CLASS dataenvironment AS dataenvironment
|
||||
*< CLASSDATA: Baseclass="dataenvironment" Timestamp="" Scale="" Uniqueid="" ClassIcon="1" />
|
||||
*-- EXTERNAL_CLASS identify external member Class names / EXTERNAL_CLASS identifica los nombres de las Clases externas
|
||||
*< EXTERNAL_CLASS: Name="dataenvironment" Baseclass="dataenvironment" />
|
||||
*< EXTERNAL_CLASS: Name="form1" Baseclass="form" />
|
||||
|
||||
DataSource = .NULL.
|
||||
Height = 0
|
||||
Left = 0
|
||||
Name = "Dataenvironment"
|
||||
Top = 0
|
||||
Width = 0
|
||||
|
||||
ENDDEFINE
|
||||
|
||||
DEFINE CLASS form1 AS form
|
||||
*< CLASSDATA: Baseclass="form" Timestamp="" Scale="" Uniqueid="" />
|
||||
|
||||
*-- OBJECTDATA items order determines ZOrder / El orden de los items OBJECTDATA determina el ZOrder
|
||||
*< OBJECTDATA: ObjPath="Commandgroup1" UniqueID="" Timestamp="" />
|
||||
*< OBJECTDATA: ObjPath="Pageframe1" UniqueID="" Timestamp="" />
|
||||
*< OBJECTDATA: ObjPath="Optiongroup1" UniqueID="" Timestamp="" />
|
||||
|
||||
*<DefinedPropArrayMethod>
|
||||
*p: a_otra
|
||||
*a: a_prop[1,0] && array
|
||||
*p: _prop
|
||||
*</DefinedPropArrayMethod>
|
||||
|
||||
AllowOutput = .T.
|
||||
AlwaysOnBottom = .F.
|
||||
AlwaysOnTop = .T.
|
||||
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 = 2
|
||||
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 = 1
|
||||
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 = 3, ;
|
||||
Height = 100, ;
|
||||
Left = 12, ;
|
||||
Name = "Commandgroup1", ;
|
||||
Top = 8, ;
|
||||
Value = 2, ;
|
||||
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., ;
|
||||
Command3.Caption = "Command3", ;
|
||||
Command3.Height = 27, ;
|
||||
Command3.Left = 5, ;
|
||||
Command3.Name = "Command3", ;
|
||||
Command3.Top = 63, ;
|
||||
Command3.Width = 84
|
||||
*< END OBJECT: BaseClass="commandgroup" />
|
||||
|
||||
ADD OBJECT 'Optiongroup1' AS optiongroup WITH ;
|
||||
ButtonCount = 3, ;
|
||||
Height = 68, ;
|
||||
Left = 20, ;
|
||||
Name = "Optiongroup1", ;
|
||||
Top = 144, ;
|
||||
Value = 2, ;
|
||||
Width = 71, ;
|
||||
Option1.Caption = "Option1", ;
|
||||
Option1.Height = 17, ;
|
||||
Option1.Left = 5, ;
|
||||
Option1.Name = "Option1", ;
|
||||
Option1.Top = 5, ;
|
||||
Option1.Value = 0, ;
|
||||
Option1.Width = 61, ;
|
||||
Option2.Caption = "Option2", ;
|
||||
Option2.Height = 17, ;
|
||||
Option2.Left = 5, ;
|
||||
Option2.Name = "Option2", ;
|
||||
Option2.Top = 24, ;
|
||||
Option2.Value = 1, ;
|
||||
Option2.Width = 61, ;
|
||||
Option3.Caption = "Option3", ;
|
||||
Option3.Height = 17, ;
|
||||
Option3.Left = 5, ;
|
||||
Option3.Name = "Option3", ;
|
||||
Option3.Top = 43, ;
|
||||
Option3.Width = 61
|
||||
*< END OBJECT: BaseClass="optiongroup" />
|
||||
|
||||
ADD OBJECT 'Pageframe1' AS pageframe WITH ;
|
||||
ActivePage = 2, ;
|
||||
ErasePage = .T., ;
|
||||
Height = 132, ;
|
||||
Left = 120, ;
|
||||
Name = "Pageframe1", ;
|
||||
PageCount = 3, ;
|
||||
Top = 12, ;
|
||||
Width = 245, ;
|
||||
Page1.Caption = "Page1", ;
|
||||
Page1.Name = "Page1", ;
|
||||
Page2.Caption = "Page2", ;
|
||||
Page2.Name = "Page2", ;
|
||||
Page3.Caption = "Page3", ;
|
||||
Page3.Name = "Page3"
|
||||
*< END OBJECT: BaseClass="pageframe" />
|
||||
|
||||
ENDDEFINE
|
||||
*
|
||||
Reference in New Issue
Block a user