mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
Server groups have been added to the connection selection dialog.
Добавлен список групп серверов, для упрощения поиска нужного соединения.
This commit is contained in:
parent
a0fe84b11f
commit
81a8417e77
4 changed files with 41099 additions and 41053 deletions
|
|
@ -36,15 +36,17 @@ public:
|
|||
|
||||
private:
|
||||
void OnChangeServer(wxCommandEvent &ev);
|
||||
void OnChangeGroup(wxCommandEvent &ev);
|
||||
void OnChangeDatabase(wxCommandEvent &ev);
|
||||
void OnTextChange(wxCommandEvent &ev);
|
||||
void OnOK(wxCommandEvent &ev);
|
||||
void OnCancel(wxCommandEvent &ev);
|
||||
|
||||
bool BuildServerCombo(pgConn *conn);
|
||||
pgServer *remoteServer;
|
||||
wxBitmapComboBox *cbConnection;
|
||||
ctlComboBoxFix *cbServer;
|
||||
wxComboBox *cbDatabase, *cbUsername, *cbRolename;
|
||||
pgConn *currconn;
|
||||
wxComboBox *cbDatabase, *cbUsername, *cbRolename, *cbGroup;
|
||||
|
||||
DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue