fdebug.form

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

FORM
53
字号
# Gambas Form File 1.0{ FDebug Form  Move(386,291,170,31)  Text = ("")  Icon = Picture["img/16/break.png"]  Persistent = True  Border = Window.Fixed  TopOnly = True  { btnGo ToolButton    Move(0,0,24,24)    ToolTip = ("Run")    Text = ("")    Picture = Picture["img/16/go.png"]  }  { btnPause ToolButton    Move(24,0,24,24)    ToolTip = ("Pause")    Text = ("")    Picture = Picture["img/16/pause.png"]  }  { btnStop ToolButton    Move(48,0,24,24)    ToolTip = ("Stop")    Text = ("")    Picture = Picture["img/16/stop.png"]  }  { btnForward ToolButton    Move(72,0,24,24)    ToolTip = ("Forward")    Text = ("")    Picture = Picture["img/16/forward.png"]  }  { btnStep ToolButton    Move(96,0,24,24)    ToolTip = ("Step")    Text = ("")    Picture = Picture["img/16/step.png"]  }  { btnFrom ToolButton    Move(120,0,24,24)    ToolTip = ("Return from")    Text = ("")    Picture = Picture["img/16/from.png"]  }  { btnShowConsole ToolButton    Move(144,0,24,24)    ToolTip = ("Console")    Text = ("")    Picture = Picture["img/16/output.png"]  }}

⌨️ 快捷键说明

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