VDS Renaissance 的界面提供多种语言。官方文档以英语维护,以确保提供统一、一致且始终最新的参考。
SHAPE dialog element
Windows ✓Linux ◐macOS ⏳
Syntax
DIALOG ADD,SHAPE,<name>,<top>,<left>,<width>,<height>,<outline color>, <fill color>,<tooltip>,<shape>, <styles>
Description
This dialog element creates a shape at the position and size specified, drawn using the colors specified. The shape must be one of:
| RECTANGLE | Rectangle |
| SQUARE | Square |
| ROUNDRECTANGLE | Rectangle with rounded corners |
| ROUNDSQUARE | Square with rounded corners |
| ELLIPSE | Ellipse |
| CIRCLE | Circle |
Styles
| CLICK | The element will generate a <name>CLICK event when it is clicked. |
| INVISIBLE | The portion of the dialog outside the boundary of the shape will be invisible. |
| <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. |