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

📄 fconn.form

📁 Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
💻 FORM
字号:
# Gambas Form File 1.0{ Fconn Form  Move(325,240,261,204)  Text = ("New Connection")  Icon = Picture["pic/empty.png"]  Border = Window.Fixed  { Label1 Label    Move(0,0,260,32)    Font = Font["16,Bold,Underline"]    Background = &HD6D6D6&    Text = ("  New Connection ")    Alignment = Align.Right  }  { Label2 Label    Move(32,72,64,24)    Text = ("Host")    Alignment = Align.Right  }  { TextBox1 TextBox ginput    Move(100,72,140,24)    Tag = "1"    Text = ("localhost")  }  { Label3 Label    Move(32,100,64,24)    Text = ("User")    Alignment = Align.Right  }  { TextBox2 TextBox ginput    Move(100,100,140,24)    Tag = "2"    Text = ("root")  }  { Label4 Label    Move(32,128,64,24)    Text = ("Password")    Alignment = Align.Right  }  { TextBox3 TextBox ginput    Move(100,128,140,24)    Tag = "3"    Text = ("")    Password = True  }  { Button1 Button gbtn    Move(28,164,88,32)    Tag = "1"    ToolTip = ("Connect!")    Text = ("C&onnect!")    Picture = Picture["pic/button_ok.png"]  }  { Button2 Button gbtn    Move(156,164,88,32)    Tag = "2"    ToolTip = ("Cancel")    Text = ("&Cancel")    Picture = Picture["pic/button_cance.png"]    Cancel = True  }  { Label5 Label    Move(32,44,64,24)    Text = ("Server")    Alignment = Align.Right  }  { Label6 Label    Move(100,44,64,24)    Text = ("MySQL")  }}

⌨️ 快捷键说明

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