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

📄 fnewtable.form

📁 Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
💻 FORM
字号:
# Gambas Form File 1.0{ FNewTable Form  Move(376,296,352,177)  Text = ("")  Border = Window.Fixed  { lblType Label    Move(96,96,248,24)    Text = ("Label3")    Border = Border.Raised  }  { txtName TextBox    Move(96,64,248,24)    Text = ("")  }  { btnOK Button    Move(160,144,88,24)    Text = ("OK")    Default = True  }  { btnCancel Button    Move(256,144,88,24)    Text = ("Cancel")    Cancel = True  }  { Label1 Label    Move(8,64,80,24)    Text = ("Name")  }  { Image1 PictureBox    Move(296,8,48,48)    Picture = Picture["img/32/table.png"]    Stretch = True  }  { Label2 Label    Move(8,96,72,24)    Text = ("Type")  }  { cmbType ComboBox    Move(96,96,248,24)    Text = (" ")    ReadOnly = True    Sorted = True  }  { lblTitle Label    Move(8,8,288,40)    Font = Font["16,Bold"]    Text = ("")  }}

⌨️ 快捷键说明

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