📄 frmclock.form
字号:
# Gambas Form File 1.0{ FrmClock Form Move(420,234,318,307) Text = ("Analog clock") { MenuPopUp Menu Text = ("File") Visible = False { MenuAbout Menu Text = ("&About") } { MenuSep Menu Text = ("") } { MenuExit Menu Text = ("E&xit") } } { DwgArea DrawingArea Move(0,0,88,64) Background = &HFFFFFF& ToolTip = ("Resize Window and the clock will follow \nRight click for a menu") } { TimerClk #Timer #X = 120 #Y = 16 Enabled = True Delay = 250 }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -