1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504
|
//////////////////////////////////////////////////////////////////////
// This file was auto-generated by codelite's wxCrafter Plugin
// wxCrafter project file: GUI.wxcp
// Do not modify this file by hand!
//////////////////////////////////////////////////////////////////////
#ifndef _CODELITE_DATABASEEXPLORER_GUI_BASE_CLASSES_H
#define _CODELITE_DATABASEEXPLORER_GUI_BASE_CLASSES_H
#include "clTableWithPagination.h"
#include "clThemedTreeCtrl.h"
#include <map>
#include <wx/arrstr.h>
#include <wx/artprov.h>
#include <wx/aui/auibar.h>
#include <wx/button.h>
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/dataview.h>
#include <wx/dialog.h>
#include <wx/filepicker.h>
#include <wx/frame.h>
#include <wx/gbsizer.h>
#include <wx/iconbndl.h>
#include <wx/imaglist.h>
#include <wx/infobar.h>
#include <wx/listbox.h>
#include <wx/listctrl.h>
#include <wx/menu.h>
#include <wx/notebook.h>
#include <wx/panel.h>
#include <wx/pen.h>
#include <wx/radiobox.h>
#include <wx/radiobut.h>
#include <wx/settings.h>
#include <wx/sizer.h>
#include <wx/splitter.h>
#include <wx/statbox.h>
#include <wx/stattext.h>
#include <wx/stc/stc.h>
#include <wx/textctrl.h>
#include <wx/toolbar.h>
#include <wx/treectrl.h>
#include <wx/xrc/xh_bmp.h>
#include <wx/xrc/xmlres.h>
#if wxVERSION_NUMBER >= 2900
#include <wx/persist.h>
#include <wx/persist/bookctrl.h>
#include <wx/persist/toplevel.h>
#include <wx/persist/treebook.h>
#endif
#ifdef WXC_FROM_DIP
#undef WXC_FROM_DIP
#endif
#if wxVERSION_NUMBER >= 3100
#define WXC_FROM_DIP(x) wxWindow::FromDIP(x, NULL)
#else
#define WXC_FROM_DIP(x) x
#endif
class _ImageExportDialog : public wxDialog
{
protected:
wxStaticText* m_staticText34;
wxTextCtrl* m_textCtrlPath;
wxButton* m_button29;
wxRadioButton* m_radioBtnDefaultScale;
wxRadioButton* m_radioBtnScaleCustom;
wxTextCtrl* m_textCtrlScale;
wxCheckBox* m_checkBoxBackground;
wxStdDialogButtonSizer* m_sdbSizer2;
wxButton* m_button126;
wxButton* m_button127;
protected:
virtual void OnInit(wxInitDialogEvent& event) { event.Skip(); }
virtual void OnBowseClick(wxCommandEvent& event) { event.Skip(); }
virtual void OnUpdateCustomScale(wxUpdateUIEvent& event) { event.Skip(); }
public:
wxStaticText* GetStaticText34() { return m_staticText34; }
wxTextCtrl* GetTextCtrlPath() { return m_textCtrlPath; }
wxButton* GetButton29() { return m_button29; }
wxRadioButton* GetRadioBtnDefaultScale() { return m_radioBtnDefaultScale; }
wxRadioButton* GetRadioBtnScaleCustom() { return m_radioBtnScaleCustom; }
wxTextCtrl* GetTextCtrlScale() { return m_textCtrlScale; }
wxCheckBox* GetCheckBoxBackground() { return m_checkBoxBackground; }
_ImageExportDialog(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Export image"),
const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1, -1),
long style = wxDEFAULT_DIALOG_STYLE);
virtual ~_ImageExportDialog();
};
class _ThumbPane : public wxPanel
{
protected:
protected:
public:
_ThumbPane(wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize(500, 300), long style = wxTAB_TRAVERSAL);
virtual ~_ThumbPane();
};
class _SqlCommandPanel : public wxPanel
{
protected:
wxSplitterWindow* m_splitter1;
wxPanel* m_panel13;
wxStyledTextCtrl* m_scintillaSQL;
wxPanel* m_panel14;
clTableWithPagination* m_table;
protected:
public:
wxStyledTextCtrl* GetScintillaSQL() { return m_scintillaSQL; }
wxPanel* GetPanel13() { return m_panel13; }
clTableWithPagination* GetTable() { return m_table; }
wxPanel* GetPanel14() { return m_panel14; }
wxSplitterWindow* GetSplitter1() { return m_splitter1; }
_SqlCommandPanel(wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize(-1, -1), long style = wxTAB_TRAVERSAL);
virtual ~_SqlCommandPanel();
};
class _AdapterSelectDlg : public wxDialog
{
protected:
wxButton* m_btnSqlite;
wxButton* m_btnMySql;
wxButton* m_button24;
protected:
virtual void OnSqliteClick(wxCommandEvent& event) { event.Skip(); }
virtual void OnMysqlClick(wxCommandEvent& event) { event.Skip(); }
virtual void OnPostgresClick(wxCommandEvent& event) { event.Skip(); }
public:
wxButton* GetBtnSqlite() { return m_btnSqlite; }
wxButton* GetBtnMySql() { return m_btnMySql; }
wxButton* GetButton24() { return m_button24; }
_AdapterSelectDlg(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Select dbAdapter"),
const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1, -1),
long style = wxDEFAULT_DIALOG_STYLE);
virtual ~_AdapterSelectDlg();
};
class _DbViewerPanel : public wxPanel
{
protected:
clThemedTreeCtrl* m_treeDatabases;
protected:
virtual void OnDnDStart(wxTreeEvent& event) { event.Skip(); }
virtual void OnItemActivate(wxTreeEvent& event) { event.Skip(); }
virtual void OnItemSelectionChange(wxTreeEvent& event) { event.Skip(); }
virtual void OnContextMenu(wxTreeEvent& event) { event.Skip(); }
virtual void OnItemRightClick(wxTreeEvent& event) { event.Skip(); }
public:
clThemedTreeCtrl* GetTreeDatabases() { return m_treeDatabases; }
_DbViewerPanel(wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize(200, 100), long style = wxTAB_TRAVERSAL);
virtual ~_DbViewerPanel();
};
class _DBSettingsDialog : public wxDialog
{
protected:
wxNotebook* m_notebook2;
wxPanel* m_Sqlite;
wxStaticText* m_staticText11;
wxFilePickerCtrl* m_filePickerSqlite;
wxListCtrl* m_listCtrlRecentFiles;
wxPanel* m_MySqlPanel;
wxStaticText* m_staticText10;
wxTextCtrl* m_txName;
wxStaticText* m_staticText1;
wxTextCtrl* m_txServer;
wxStaticText* m_staticText2;
wxTextCtrl* m_txUserName;
wxStaticText* m_staticText3;
wxTextCtrl* m_txPassword;
wxListBox* m_listBox2;
wxPanel* m_PostgrePanel;
wxStaticText* m_staticText101;
wxTextCtrl* m_txPgName;
wxStaticText* m_staticText12;
wxTextCtrl* m_txPgServer;
wxStaticText* m_staticText35;
wxTextCtrl* m_txPgPort;
wxStaticText* m_staticText21;
wxTextCtrl* m_txPgUserName;
wxStaticText* m_staticText31;
wxTextCtrl* m_txPgPassword;
wxStaticText* m_staticText24;
wxTextCtrl* m_txPgDatabase;
wxListBox* m_listBoxPg;
wxButton* m_button36;
wxButton* m_button35;
protected:
virtual void OnItemActivated(wxListEvent& event) { event.Skip(); }
virtual void OnItemSelected(wxListEvent& event) { event.Skip(); }
virtual void OnItemKeyDown(wxListEvent& event) { event.Skip(); }
virtual void OnMySqlPassKeyDown(wxKeyEvent& event) { event.Skip(); }
virtual void OnHistoryClick(wxCommandEvent& event) { event.Skip(); }
virtual void OnHistoryDClick(wxCommandEvent& event) { event.Skip(); }
virtual void OnHistoruUI(wxUpdateUIEvent& event) { event.Skip(); }
virtual void OnPgSqlKeyDown(wxKeyEvent& event) { event.Skip(); }
virtual void OnPgHistoryClick(wxCommandEvent& event) { event.Skip(); }
virtual void OnPgHistoryDClick(wxCommandEvent& event) { event.Skip(); }
virtual void OnDlgOK(wxCommandEvent& event) { event.Skip(); }
public:
wxStaticText* GetStaticText11() { return m_staticText11; }
wxFilePickerCtrl* GetFilePickerSqlite() { return m_filePickerSqlite; }
wxListCtrl* GetListCtrlRecentFiles() { return m_listCtrlRecentFiles; }
wxPanel* GetSqlite() { return m_Sqlite; }
wxStaticText* GetStaticText10() { return m_staticText10; }
wxTextCtrl* GetTxName() { return m_txName; }
wxStaticText* GetStaticText1() { return m_staticText1; }
wxTextCtrl* GetTxServer() { return m_txServer; }
wxStaticText* GetStaticText2() { return m_staticText2; }
wxTextCtrl* GetTxUserName() { return m_txUserName; }
wxStaticText* GetStaticText3() { return m_staticText3; }
wxTextCtrl* GetTxPassword() { return m_txPassword; }
wxListBox* GetListBox2() { return m_listBox2; }
wxPanel* GetMySqlPanel() { return m_MySqlPanel; }
wxStaticText* GetStaticText101() { return m_staticText101; }
wxTextCtrl* GetTxPgName() { return m_txPgName; }
wxStaticText* GetStaticText12() { return m_staticText12; }
wxTextCtrl* GetTxPgServer() { return m_txPgServer; }
wxStaticText* GetStaticText35() { return m_staticText35; }
wxTextCtrl* GetTxPgPort() { return m_txPgPort; }
wxStaticText* GetStaticText21() { return m_staticText21; }
wxTextCtrl* GetTxPgUserName() { return m_txPgUserName; }
wxStaticText* GetStaticText31() { return m_staticText31; }
wxTextCtrl* GetTxPgPassword() { return m_txPgPassword; }
wxStaticText* GetStaticText24() { return m_staticText24; }
wxTextCtrl* GetTxPgDatabase() { return m_txPgDatabase; }
wxListBox* GetListBoxPg() { return m_listBoxPg; }
wxPanel* GetPostgrePanel() { return m_PostgrePanel; }
wxNotebook* GetNotebook2() { return m_notebook2; }
wxButton* GetButton36() { return m_button36; }
wxButton* GetButton35() { return m_button35; }
_DBSettingsDialog(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Connection settings"),
const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1, -1),
long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER);
virtual ~_DBSettingsDialog();
};
class _ErdPanel : public wxPanel
{
protected:
wxAuiToolBar* m_toolBarErd;
protected:
virtual void OnMouseWheel(wxMouseEvent& event) { event.Skip(); }
public:
wxAuiToolBar* GetToolBarErd() { return m_toolBarErd; }
_ErdPanel(wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize(640, 480), long style = wxTAB_TRAVERSAL);
virtual ~_ErdPanel();
};
class _CreateForeignKey : public wxDialog
{
protected:
wxStaticText* m_staticText15;
wxTextCtrl* m_txSrcTable;
wxStaticText* m_staticText17;
wxChoice* m_cmbSrcCol;
wxRadioBox* m_radioRelation;
wxRadioBox* m_radioOnDelete;
wxRadioBox* m_radioOnUpdate;
wxStaticText* m_staticText16;
wxTextCtrl* m_txDstTable;
wxStaticText* m_staticText18;
wxChoice* m_cmbDstCol;
wxButton* m_btnCancel;
wxButton* m_btnOK;
protected:
virtual void OnCancelClick(wxCommandEvent& event) { event.Skip(); }
virtual void OnOKClick(wxCommandEvent& event) { event.Skip(); }
virtual void OnOKUI(wxUpdateUIEvent& event) { event.Skip(); }
public:
wxStaticText* GetStaticText15() { return m_staticText15; }
wxTextCtrl* GetTxSrcTable() { return m_txSrcTable; }
wxStaticText* GetStaticText17() { return m_staticText17; }
wxChoice* GetCmbSrcCol() { return m_cmbSrcCol; }
wxRadioBox* GetRadioRelation() { return m_radioRelation; }
wxRadioBox* GetRadioOnDelete() { return m_radioOnDelete; }
wxRadioBox* GetRadioOnUpdate() { return m_radioOnUpdate; }
wxStaticText* GetStaticText16() { return m_staticText16; }
wxTextCtrl* GetTxDstTable() { return m_txDstTable; }
wxStaticText* GetStaticText18() { return m_staticText18; }
wxChoice* GetCmbDstCol() { return m_cmbDstCol; }
wxButton* GetBtnCancel() { return m_btnCancel; }
wxButton* GetBtnOK() { return m_btnOK; }
_CreateForeignKey(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Create foreign key"),
const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1, -1),
long style = wxDEFAULT_DIALOG_STYLE);
virtual ~_CreateForeignKey();
};
class _LogDialog : public wxDialog
{
protected:
wxTextCtrl* m_textCtrl11;
wxButton* m_button18;
protected:
virtual void OnCloseClick(wxCommandEvent& event) { event.Skip(); }
virtual void OnCloseUI(wxUpdateUIEvent& event) { event.Skip(); }
public:
wxTextCtrl* GetTextCtrl11() { return m_textCtrl11; }
wxButton* GetButton18() { return m_button18; }
_LogDialog(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Database log"),
const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(640, 460),
long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxMAXIMIZE_BOX);
virtual ~_LogDialog();
};
class _ViewSettings : public wxDialog
{
protected:
wxStaticText* m_staticText19;
wxTextCtrl* m_txName;
wxStyledTextCtrl* m_scintilla2;
wxButton* m_btnOK;
protected:
virtual void OnOKClick(wxCommandEvent& event) { event.Skip(); }
public:
wxStaticText* GetStaticText19() { return m_staticText19; }
wxTextCtrl* GetTxName() { return m_txName; }
wxStyledTextCtrl* GetScintilla2() { return m_scintilla2; }
wxButton* GetBtnOK() { return m_btnOK; }
_ViewSettings(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("View settings"),
const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(650, 450),
long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxMAXIMIZE_BOX | wxMINIMIZE_BOX);
virtual ~_ViewSettings();
};
class _ClassGenerateDialog : public wxDialog
{
protected:
wxStaticText* m_staticText30;
wxTextCtrl* m_txPrefix;
wxStaticText* m_staticText31;
wxTextCtrl* m_txPostfix;
wxStaticText* m_staticText28;
wxDirPickerCtrl* m_dirPicker;
wxStaticText* m_staticText34;
wxTextCtrl* m_txVirtualDir;
wxButton* m_btnBrowseVirtualDir;
wxStaticText* m_staticText36;
wxChoice* m_choiceTemplates;
wxStaticText* m_staticText29;
wxTextCtrl* m_textLog;
wxButton* m_button26;
wxButton* m_button25;
protected:
virtual void OnBtnBrowseClick(wxCommandEvent& event) { event.Skip(); }
virtual void OnCancelClick(wxCommandEvent& event) { event.Skip(); }
virtual void OnGenerateClick(wxCommandEvent& event) { event.Skip(); }
public:
wxStaticText* GetStaticText30() { return m_staticText30; }
wxTextCtrl* GetTxPrefix() { return m_txPrefix; }
wxStaticText* GetStaticText31() { return m_staticText31; }
wxTextCtrl* GetTxPostfix() { return m_txPostfix; }
wxStaticText* GetStaticText28() { return m_staticText28; }
wxDirPickerCtrl* GetDirPicker() { return m_dirPicker; }
wxStaticText* GetStaticText34() { return m_staticText34; }
wxTextCtrl* GetTxVirtualDir() { return m_txVirtualDir; }
wxButton* GetBtnBrowseVirtualDir() { return m_btnBrowseVirtualDir; }
wxStaticText* GetStaticText36() { return m_staticText36; }
wxChoice* GetChoiceTemplates() { return m_choiceTemplates; }
wxStaticText* GetStaticText29() { return m_staticText29; }
wxTextCtrl* GetTextLog() { return m_textLog; }
wxButton* GetButton26() { return m_button26; }
wxButton* GetButton25() { return m_button25; }
_ClassGenerateDialog(wxWindow* parent, wxWindowID id = wxID_ANY,
const wxString& title = _("Class generator dialog"), const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize(-1, -1), long style = wxDEFAULT_DIALOG_STYLE);
virtual ~_ClassGenerateDialog();
};
class _CodePreviewDialog : public wxDialog
{
protected:
wxStyledTextCtrl* m_scintilla3;
wxButton* m_button14;
protected:
virtual void OnOKClick(wxCommandEvent& event) { event.Skip(); }
public:
wxStyledTextCtrl* GetScintilla3() { return m_scintilla3; }
wxButton* GetButton14() { return m_button14; }
_CodePreviewDialog(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("SQL Preview"),
const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(500, 470),
long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER);
virtual ~_CodePreviewDialog();
};
class _TableSettings : public wxDialog
{
protected:
wxInfoBar* m_infobar;
wxStaticText* m_staticText23;
wxTextCtrl* m_textName;
wxSplitterWindow* m_splitter27;
wxPanel* m_splitterPage31;
wxStaticText* m_staticText55;
wxAuiToolBar* m_auibar39;
wxDataViewListCtrl* m_dvColumns;
wxPanel* m_splitterPage35;
wxStaticText* m_staticText57;
wxAuiToolBar* m_auibar45;
wxDataViewListCtrl* m_dvKeys;
wxStaticText* m_staticText125;
wxChoice* m_choiceLocalCol;
wxStaticText* m_staticText131;
wxChoice* m_choiceRefTable;
wxStaticText* m_staticText135;
wxChoice* m_choiceRefCol;
wxRadioBox* m_radioOnUpdate;
wxRadioBox* m_radioOnDelete;
wxButton* m_button51;
wxButton* m_button53;
protected:
virtual void OnInit(wxInitDialogEvent& event) { event.Skip(); }
virtual void OnAddColumnClick(wxCommandEvent& event) { event.Skip(); }
virtual void OnRemoveColumnClick(wxCommandEvent& event) { event.Skip(); }
virtual void OnUpdateColumns(wxUpdateUIEvent& event) { event.Skip(); }
virtual void OnMoveUpClick(wxCommandEvent& event) { event.Skip(); }
virtual void OnUpdateMoveUp(wxUpdateUIEvent& event) { event.Skip(); }
virtual void OnMoveDownClick(wxCommandEvent& event) { event.Skip(); }
virtual void OnUpdateMoveDown(wxUpdateUIEvent& event) { event.Skip(); }
virtual void OnColumnChanged(wxDataViewEvent& event) { event.Skip(); }
virtual void OnAddKeyClick(wxCommandEvent& event) { event.Skip(); }
virtual void OnRemoveKeyClick(wxCommandEvent& event) { event.Skip(); }
virtual void OnUpdateKeys(wxUpdateUIEvent& event) { event.Skip(); }
virtual void OnKeySelected(wxDataViewEvent& event) { event.Skip(); }
virtual void OnKeyChanged(wxDataViewEvent& event) { event.Skip(); }
virtual void OnLocalColSelected(wxCommandEvent& event) { event.Skip(); }
virtual void OnRefTableSelected(wxCommandEvent& event) { event.Skip(); }
virtual void OnRefColSelected(wxCommandEvent& event) { event.Skip(); }
virtual void OnRadioUpdateSelected(wxCommandEvent& event) { event.Skip(); }
virtual void OnRadioDeleteSelected(wxCommandEvent& event) { event.Skip(); }
virtual void OnCancelClick(wxCommandEvent& event) { event.Skip(); }
virtual void OnOKClick(wxCommandEvent& event) { event.Skip(); }
public:
wxInfoBar* GetInfobar() { return m_infobar; }
wxStaticText* GetStaticText23() { return m_staticText23; }
wxTextCtrl* GetTextName() { return m_textName; }
wxStaticText* GetStaticText55() { return m_staticText55; }
wxAuiToolBar* GetAuibar39() { return m_auibar39; }
wxDataViewListCtrl* GetDvColumns() { return m_dvColumns; }
wxPanel* GetSplitterPage31() { return m_splitterPage31; }
wxStaticText* GetStaticText57() { return m_staticText57; }
wxAuiToolBar* GetAuibar45() { return m_auibar45; }
wxDataViewListCtrl* GetDvKeys() { return m_dvKeys; }
wxStaticText* GetStaticText125() { return m_staticText125; }
wxChoice* GetChoiceLocalCol() { return m_choiceLocalCol; }
wxStaticText* GetStaticText131() { return m_staticText131; }
wxChoice* GetChoiceRefTable() { return m_choiceRefTable; }
wxStaticText* GetStaticText135() { return m_staticText135; }
wxChoice* GetChoiceRefCol() { return m_choiceRefCol; }
wxRadioBox* GetRadioOnUpdate() { return m_radioOnUpdate; }
wxRadioBox* GetRadioOnDelete() { return m_radioOnDelete; }
wxPanel* GetSplitterPage35() { return m_splitterPage35; }
wxSplitterWindow* GetSplitter27() { return m_splitter27; }
wxButton* GetButton51() { return m_button51; }
wxButton* GetButton53() { return m_button53; }
_TableSettings(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Table settings"),
const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1, -1),
long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER);
virtual ~_TableSettings();
};
class DbExplorerFrameBase : public wxFrame
{
protected:
protected:
public:
DbExplorerFrameBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT(""),
const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(500, 300),
long style = wxDEFAULT_FRAME_STYLE);
virtual ~DbExplorerFrameBase();
};
#endif
|