Version: 0.6.0
Main Page
Related Pages
Classes
Files
File List
All
Classes
Functions
Variables
Pages
sqlquerydialog.h
1
/******************************************************************************
2
* Project: wxGIS (GIS Catalog)
3
* Purpose: wxGISRasterDatasetCmd main header.
4
* Author: Dmitry Baryshnikov (aka Bishop), polimax@mail.ru
5
******************************************************************************
6
* Copyright (C) 2011 Dmitry Baryshnikov
7
*
8
* This program is free software: you can redistribute it and/or modify
9
* it under the terms of the GNU General Public License as published by
10
* the Free Software Foundation, either version 2 of the License, or
11
* (at your option) any later version.
12
*
13
* This program is distributed in the hope that it will be useful,
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
* GNU General Public License for more details.
17
*
18
* You should have received a copy of the GNU General Public License
19
* along with this program. If not, see <http://www.gnu.org/licenses/>.
20
****************************************************************************/
21
#pragma once
22
/*
23
#include "wxgis/cartoui/cartoui.h"
24
25
#include <wx/intl.h>
26
27
#include <wx/string.h>
28
#include <wx/stattext.h>
29
#include <wx/gdicmn.h>
30
#include <wx/font.h>
31
#include <wx/colour.h>
32
#include <wx/settings.h>
33
#include <wx/combobox.h>
34
#include <wx/sizer.h>
35
#include <wx/textctrl.h>
36
#include <wx/button.h>
37
#include <wx/statline.h>
38
#include <wx/dialog.h>
39
/*
43
class WXDLLIMPEXP_GIS_CTU wxGISSQLQueryDialog : public wxDialog
44
{
45
private:
46
47
protected:
48
enum
49
{
50
ID_WXGISSQLQUERYDIALOG = 1000,
51
ID_M_SELLAYERCOMBOBOX,
52
ID_M_METHODSELCOMBOBOX,
53
ID_M_BEQBTTON,
54
ID_M_GREATERANDEQBUTTON,
55
ID_M_ANDBUTTON,
56
ID_M_SMALLERANDEQBUTTON,
57
ID_M_ORBUTTON,
58
ID_M_UNDERLINEBUTTON,
59
ID_M_NOTBUTTON,
60
ID_M_PERCENTBUTTON,
61
ID_M_ISBUTTON,
62
ID_M_SELECTSTATICTEXT,
63
ID_M_CLEARBUTTON,
64
ID_M_CHECKBUTTON,
65
ID_M_HELPBUTTON,
66
ID_M_LOADBUTTON,
67
ID_M_SAVEBUTTON,
68
};
69
70
wxBoxSizer* bMainSizer;
71
wxFlexGridSizer* fgSizer1;
72
wxStaticText* m_staticText1;
73
wxComboBox* m_SelLayerComboBox;
74
wxStaticText* m_staticText2;
75
wxComboBox* m_MethodSelComboBox;
76
wxTextCtrl* m_textCtrl8;
77
wxButton* m_button15;
78
wxButton* m_button16;
79
wxButton* m_button17;
80
wxButton* m_bEqBtton;
81
wxButton* m_NEqButton;
82
wxButton* m_LikeButton;
83
wxButton* m_GreaterButton;
84
wxButton* m_GreaterAndEqButton;
85
wxButton* m_AndButton;
86
wxButton* m_SmallerButton;
87
wxButton* m_SmallerAndEqButton;
88
wxButton* m_OrButton;
89
wxButton* m_UnderLineButton;
90
wxButton* m_button28;
91
wxButton* m_NotButton;
92
wxButton* m_PercentButton;
93
wxButton* m_IsButton;
94
wxButton* m_button32;
95
wxTextCtrl* m_textCtrl9;
96
wxButton* m_button33;
97
wxStaticText* m_SelectStaticText;
98
wxTextCtrl* m_textCtrl10;
99
wxBoxSizer* bButtonsSizer;
100
wxButton* m_ClearButton;
101
wxButton* m_CheckButton;
102
wxButton* m_HelpButton;
103
wxButton* m_LoadButton;
104
wxButton* m_SaveButton;
105
wxStaticLine* m_staticline1;
106
wxStdDialogButtonSizer* m_sdbSizer;
107
wxButton* m_sdbSizerOK;
108
wxButton* m_sdbSizerApply;
109
wxButton* m_sdbSizerCancel;
110
111
public:
112
113
wxGISSQLQueryDialog( wxWindow* parent, wxWindowID id = ID_WXGISSQLQUERYDIALOG, const wxString& title = _("Select by attributes"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 477,590 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
114
~wxGISSQLQueryDialog();
115
116
};
117
*/
include
wxgis
cartoui
sqlquerydialog.h
Generated on Fri Sep 26 2014 01:10:55 for ngm by
1.8.6