# Gambas Form File 2.0 { Form Form MoveScaled(43.7143,26.4286,43,35) Text = ("New connection") Icon = Picture["img/16/host.png"] Border = Window.Fixed { btnPath Button MoveScaled(28,17,14,3) Visible = False Text = ("Choose...") } { cmbType ComboBox MoveScaled(18,9,24,3) Text = (" ") ReadOnly = True List = [("mysql"), ("postgresql"), ("sqlite"), ("sqlite2"), ("sqlite3"), ("odbc"), ("firebird")] } { txtHost TextBox MoveScaled(18,13,24,3) Text = ("") } { panIdent Panel MoveScaled(2,17,40,13) { txtUser TextBox MoveScaled(16,0,24,3) Text = ("") } { txtPassword TextBox MoveScaled(16,4,24,3) Text = ("") Password = True } { txtDatabase TextBox MoveScaled(16,8,24,3) Text = ("") } { Label3 Label MoveScaled(0,0,14,3) Text = ("User") } { Label4 Label MoveScaled(0,4,14,3) Text = ("Password") } { Label2 Label MoveScaled(0,8,14,3) Text = ("Database") } } { lblTitle Label MoveScaled(1,1,32,5) Font = Font["16,Bold"] Text = ("New server") } { Image1 PictureBox MoveScaled(36,1,6,6) Picture = Picture["img/32/server.png"] Stretch = True } { Label1 Label MoveScaled(2,9,15,3) Text = ("Type") } { btnOK Button MoveScaled(17,31,12,3) Text = ("OK") Default = True } { btnCancel Button MoveScaled(30,31,12,3) Text = ("Cancel") Cancel = True } { lblHost Label MoveScaled(2,13,15,3) Text = ("Host") } }