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

📄 fmain.form

📁 Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
💻 FORM
字号:
# Gambas Form File 1.0{ Fmain Form  Move(373,191,280,332)  Text = ("Data Report Example")  Icon = Picture["pic/empty.png"]  Border = Window.Fixed  { TextBox1 TextBox ginput    Move(80,48,72,24)    Tag = "1"    Text = ("")    MaxLength = 10  }  { TextBox2 TextBox ginput    Move(80,76,180,24)    Tag = "2"    Text = ("")    MaxLength = 40  }  { TableView1 TableView    Move(8,108,264,152)    ToolTip = ("Click to Edit")    Mode = TableView.Single    Header = TableView.Horizontal  }  { Label1 Label    Move(12,44,64,32)    Text = ("ID :")    Alignment = Align.Right  }  { Label2 Label    Move(12,72,64,32)    Text = ("Name :")    Alignment = Align.Right  }  { Button1 Button gbtn    Move(12,292,84,32)    Tag = "1"    Text = ("&Screen")    Picture = Picture["pic/looknfeel.png"]  }  { Button2 Button gbtn    Move(100,292,84,32)    Tag = "2"    Text = ("&Printer")    Picture = Picture["pic/kjobviewer.png"]  }  { Label3 Label    Move(12,260,256,32)    Foreground = &H0000FF&    Text = ("Esc - Exit")    Alignment = Align.Right  }  { Button3 Button gbtn    Move(188,292,84,32)    Tag = "3"    Text = ("&About")    Picture = Picture["pic/ksmiletris.png"]  }  { Label4 Label    Move(0,0,280,32)    Font = Font["16,Bold,Underline"]    Background = &HD6D6D6&    Text = ("  Data Report Example ")    Alignment = Align.Right  }}

⌨️ 快捷键说明

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