fmain.form

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

FORM
34
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?