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

📄 fproperty.form

📁 Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
💻 FORM
字号:
# Gambas Form File 1.0{ FProperty Form  Move(585,0,280,463)  Text = ("Properties")  Icon = Picture["img/16/grid.png"]  Persistent = True  { lblMessage TextLabel    Move(16,8,248,104)    Text = ("Click on a form or a control to modify its properties...")  }  { grdProperty GridView    Move(16,96,240,240)    Visible = False    Scrollbar = Scroll.Vertical  }  { txtProperty TextBox    Move(40,224,128,24)    Visible = False    Text = ("")    Border = False  }  { cmbProperty ComboBox    Move(48,264,128,24)    Visible = False    Text = ("")    ReadOnly = True  }  { btnProperty Button    Move(168,224,20,20)    Visible = False    Text = ("")    Picture = Picture["img/16/points.png"]  }}

⌨️ 快捷键说明

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