⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uo_comctl_datetime.sru

📁 一个漂亮的下拉日历
💻 SRU
字号:
$PBExportHeader$uo_comctl_datetime.sru
$PBExportComments$下拉式时间控件
forward
global type uo_comctl_datetime from userobject
end type
end forward

global type uo_comctl_datetime from userobject
integer width = 389
integer height = 100
userobjects objecttype = externalvisual!
long backcolor = 0
string classname = "sysdatetimepick32"
string libraryname = "comctl32.dll"
long style = 1174405120
end type
global uo_comctl_datetime uo_comctl_datetime

type variables
Private nvo_comctl_datetime	iuoDateTime
end variables

forward prototypes
public subroutine of_getobject (ref nvo_comctl_datetime auoDateTimePicker)
end prototypes

public subroutine of_getobject (ref nvo_comctl_datetime auoDateTimePicker);auoDateTimePicker = This.iuoDateTime

RETURN

end subroutine

event constructor;This.iuoDateTime.of_SetHandle( Handle(This) )

RETURN 0


end event

on uo_comctl_datetime.create
end on

on uo_comctl_datetime.destroy
end on

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -