# Gambas Form File 2.0 { Form Form MoveScaled(0,0,77,69) Text = ("") { mnuHelp Menu Text = ("Help") { mniAbout Menu Text = ("About") } } { txbxServer TextBox MoveScaled(11,1,31,4) Text = ("localhost") } { TextLabel1 TextLabel MoveScaled(1,1,9,4) Font = Font["Bold"] Text = ("Server") } { TextLabel2 TextLabel MoveScaled(1,7,9,4) Font = Font["Bold"] Text = ("User") } { TextLabel3 TextLabel MoveScaled(1,13,9,4) Font = Font["Bold"] Text = ("Password") } { txbxUser TextBox MoveScaled(11,7,31,4) Text = ("root") } { txbxPassword TextBox MoveScaled(11,13,31,4) Text = ("") Password = True } { tbConnect ToggleButton MoveScaled(59,13,16,4) Text = ("Connect") } { btExit Button MoveScaled(59,1,16,4) Text = ("Exit") } { btSave Button MoveScaled(59,7,16,4) Text = ("Save") } { Separator1 Separator MoveScaled(57,1,1,16) } { txlbServer TextLabel MoveScaled(43,2,14,3) Font = Font["-2"] Text = ("LastServer") } { txlbUser TextLabel MoveScaled(43,8,14,3) Font = Font["-2"] Text = ("LastUser") } { txlbPassword TextLabel MoveScaled(43,14,14,3) Font = Font["-2"] Text = ("LastPassword") } { cbIsConnected CheckBox MoveScaled(1,20,2,4) Enabled = False Text = ("Connected") } { lsbxDatabases ListBox MoveScaled(3,21,17,27) } { GridView1 GridView MoveScaled(21,21,19,27) ToolTip = ("shows list of tables in db") Header = GridView.Both } { TableView1 TableView MoveScaled(41,21,35,27) ToolTip = ("shows table content") Header = GridView.Horizontal } { lsbxDbTables ListBox MoveScaled(3,49,73,13) } { btTest Button MoveScaled(42,18,13,1) ToolTip = ("Don't use - only for developers") Text = ("Test") } }