fstart.form

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

FORM
29
字号
# Gambas Form File 1.0{ FStart Form  Move(274,150,433,145)  Text = ("Object ")  Border = Window.Fixed  { btnCreateThing Button    Move(16,16,128,32)    Text = ("create the Thing !")  }  { btnCheckThing Button    Move(152,16,128,32)    Text = ("check the Thing !")  }  { txtCheckResult TextBox    Move(16,72,400,24)    Visible = False    Text = ("")  }  { btnDestroy Button    Move(288,16,128,32)    Text = ("destroy the Thing !")  }  { Label1 Label    Move(16,112,208,16)    Text = (" by juergen@zdero.com")  }}

⌨️ 快捷键说明

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