fabout.form

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

FORM
23
字号
# Gambas Form File 1.0{ FAbout Form  Move(377,387,228,122)  Text = ("About...")  Border = Window.Fixed  { Image1 PictureBox    Move(16,16,32,32)    Picture = Picture["notepad.png"]    Stretch = True  }  { btnOK Button    Move(64,88,96,24)    Text = ("OK")    Default = True    Cancel = True  }  { TextLabel1 TextLabel    Move(64,16,160,56)    Text = ("This is a little notepad sample program.")  }}

⌨️ 快捷键说明

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