📄 fmain.form
字号:
# Gambas Form File 1.0{ FMain Form Move(258,56,559,498) Font = Font["Sans Serif,9"] Text = ("DeepSpace Vector Engine") Border = Window.Fixed State = Window.Maximized { mnuMain Menu Text = ("&Main") { mnuMainAbout Menu Text = ("&About DeepSpace ...") } { mnuMainSep1 Menu Text = ("") } { mnuMainExit Menu Text = ("&Exit") } } { daCanvas DrawingArea Move(0,0,184,188) Font = Font["Monospace,8"] Background = &H000000& Cached = True } { tmrMainLoop #Timer #X = 512 #Y = 424 Enabled = True Delay = 10 }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -