fonscreendisplay.form

来自「Gambas is a graphical development enviro」· FORM 代码 · 共 15 行

FORM
15
字号
# Gambas Form File 1.0{ FOnScreenDisplay Form  Move(218,488,429,100)  Text = ("What time is it ?")  Border = Window.None  TopOnly = True  { Timer1 #Timer    #X = 96    #Y = 32    Enabled = True    Delay = 250  }}

⌨️ 快捷键说明

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