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

📄 fdebuginfo.form

📁 Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
💻 FORM
字号:
# Gambas Form File 1.0{ FDebugInfo Form  Move(619,268,391,371)  Text = ("Debug")  Icon = Picture["img/16/info.png"]  Persistent = True  TopOnly = True  Arrangement = Arrange.Fill  { TabStrip1 TabStrip    Move(8,8,360,304)    Arrangement = Arrange.Fill    Count = 3    Index = 0    Text = ("Stack")    Picture = Picture["img/16/stack.png"]    { lstStack ListBox      Move(16,16,128,160)    }    Index = 1    Text = ("Local")    Picture = Picture["img/16/local.png"]    { cvLocal ColumnView      Move(8,8,328,176)      Mode = TreeView.None      AutoResize = True      ScrollBar = Scroll.Vertical    }    Index = 2    Text = ("Watch")    Picture = Picture["img/16/watch.png"]    { Panel1 Panel      Move(8,0,336,240)      Arrangement = Arrange.Vertical      { HBox1 HBox        Move(0,8,328,24)        { cmbWatch ComboBox          Move(0,0,224,24)          Expand = True          Text = ("")        }        { Panel2 Panel          Move(240,0,8,24)        }        { btnWatch ToolButton          Move(248,0,24,24)          Text = ("")          Picture = Picture["img/16/watch.png"]        }        { btnKillWatch ToolButton          Move(272,0,24,24)          Text = ("")          Picture = Picture["img/16/kill.png"]        }        { btnKillAllWatch ToolButton          Move(296,0,24,24)          Text = ("")          Picture = Picture["img/16/delete.png"]        }      }      { cvwWatch ColumnView        Move(0,48,320,176)        Expand = True        AutoResize = True        ScrollBar = Scroll.Vertical      }    }    Index = 0  }}

⌨️ 快捷键说明

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