1 object DatabasePreferences: TDatabasePreferences
6 Caption = 'Database Preferences'
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
11 Font.Name = 'MS Sans Serif'
13 OldCreateOrder = False
16 object GroupBox1: TGroupBox
23 object RemoteHostLabel: TLabel
28 Caption = 'Database Host'
30 object UsernameLabel: TLabel
37 object PasswordLabel: TLabel
44 object ebRemoteHost: TEdit
52 object ebUsername: TEdit
61 object ebPassword: TEdit
71 object cbDefaultPort: TCheckBox
76 Caption = 'Default Port'
80 OnClick = cbDefaultPortClick
91 object cbDefaultUser: TCheckBox
96 Caption = 'Default Username'
100 OnClick = cbDefaultUserClick
103 object Button1: TButton
111 object Button2: TButton
118 OnClick = Button2Click
120 object TestConnection: TButton
127 OnClick = TestConnectionClick
129 object MySQLTest: TMyConnection
131 Username = 'mediabase'
132 Password = 'mediabase'