VDS Renaissance 的界面提供多种语言。官方文档以英语维护,以确保提供统一、一致且始终最新的参考。
TIME dialog element
Windows ✓Linux ✓macOS ⏳
Syntax
DIALOG ADD,TIME,<name>,<top>,<left>,<width>,<height>,<tooltip>,<styles>
Description
This dialog element displays a box containing the time, continually updated, at the position and size specified, using the specified style.
Styles
In addition to user-defined styles to change the default font style and color, the following styles may be used with this dialog element:
| CLICK | The element will generate a <name>CLICK event whenever it is clicked. |
| LOWER | Display the time box in a sunken 3D style. |
| NOBORDER | Display the time box in a flat style. |
| NOSECS | Display the time in short format (without seconds.) |
| <cursor style> | The cursor will change to the named style when the pointer is over the dialog element. Valid styles are: NONE, ARROW, CROSS, IBEAM, SIZE, NESW, NS, NWSE, WE, UP, WAIT, DRAG, NODROP, HSPLIT, VSPLIT, MULTI, SQL, NO, HELP, HAND. |