Import initial din SVN ROAAUTO/Trunk @HEAD
BIN
COMUN/utile/ListProperty/Calendar.bmp
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
COMUN/utile/ListProperty/Calendar.ico
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
COMUN/utile/ListProperty/CalendarButton.bmp
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
COMUN/utile/ListProperty/ColorButton.bmp
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
COMUN/utile/ListProperty/Colors.bmp
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
COMUN/utile/ListProperty/Colors.ico
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
39
COMUN/utile/ListProperty/Holidays.ini
Normal file
@@ -0,0 +1,39 @@
|
||||
[Enero]
|
||||
Days=01
|
||||
Day01Tips=D<EFBFBD>a de mi programa
|
||||
|
||||
[Febrero]
|
||||
Days=14
|
||||
Day14Tips=D<EFBFBD>a de la amistad
|
||||
|
||||
[Abril]
|
||||
Days=17,18
|
||||
Day17Tips=
|
||||
Day18Tips=
|
||||
|
||||
[Mayo]
|
||||
Days=01
|
||||
Day01Tips=
|
||||
|
||||
[Julio]
|
||||
Days=28,29
|
||||
Day28Tips=Fiestas patrias
|
||||
Day29Tips=Desfile militar
|
||||
|
||||
[Agosto]
|
||||
Days=30
|
||||
Day30Tips=Santa Rosa de Lima
|
||||
|
||||
[Octubre]
|
||||
Days=08
|
||||
Day08Tips=8 Octubre
|
||||
|
||||
[Noviembre]
|
||||
Days=01
|
||||
Day01Tips=
|
||||
|
||||
[Diciembre]
|
||||
Days=08,25
|
||||
Day08Tips=Dia de San Guchito
|
||||
Day25Tips=Navidad!!! ... Nacimiento del ni<6E>o Jes<65>s
|
||||
|
||||
BIN
COMUN/utile/ListProperty/Library.bmp
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
COMUN/utile/ListProperty/Property.bmp
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
COMUN/utile/ListProperty/VE_SIZEB.CUR
Normal file
|
After Width: | Height: | Size: 326 B |
BIN
COMUN/utile/ListProperty/WinCalendar.bmp
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
COMUN/utile/ListProperty/_lproperty.VCT
Normal file
BIN
COMUN/utile/ListProperty/_lproperty.vcx
Normal file
10
COMUN/utile/ListProperty/archivo1.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
nControls = ASelObj(aObjects)
|
||||
If nControls = 0
|
||||
nControls = ASelObj(aObjects, 1)
|
||||
EndIf
|
||||
oObject = aObjects(1)
|
||||
If oObject.Class = "_sbrstatusbar"
|
||||
Set Classlib To (oObject.ClassLibrary)
|
||||
oPageProperty = Createobject("_pgeProperty", oObject)
|
||||
oPageProperty.Show()
|
||||
EndIf
|
||||
BIN
COMUN/utile/ListProperty/custom.pal
Normal file
BIN
COMUN/utile/ListProperty/frmcalendar.SCT
Normal file
BIN
COMUN/utile/ListProperty/frmcalendar.scx
Normal file
BIN
COMUN/utile/ListProperty/frmexample.SCT
Normal file
BIN
COMUN/utile/ListProperty/frmexample.scx
Normal file
BIN
COMUN/utile/ListProperty/lProperty.PJT
Normal file
BIN
COMUN/utile/ListProperty/lProperty.pjx
Normal file
BIN
COMUN/utile/ListProperty/lproperty.FPT
Normal file
BIN
COMUN/utile/ListProperty/lproperty.dbf
Normal file
10
COMUN/utile/ListProperty/programa1.prg
Normal file
@@ -0,0 +1,10 @@
|
||||
colMyCollection=CREATEOBJECT("Collection")
|
||||
frm1=CREATEOBJECT("Form")
|
||||
frm2=CREATEOBJECT("Form")
|
||||
colMyCollection.Add(frm1)
|
||||
colMyCollection.Add(frm2)
|
||||
colMyCollection.Add("Item 1")
|
||||
colMyCollection.Add("Item 2")
|
||||
colMyCollection.Add("Item 3")
|
||||
Form1.lstMyList.RowSourceType = 10
|
||||
Form1.lstMyList.RowSource = "colMyCollection, Caption, Name"
|
||||