⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fdebug.form

📁 Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
💻 FORM
字号:
# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -