~ubuntu-branches/ubuntu/hardy/codeblocks/hardy-backports

« back to all changes in this revision

Viewing changes to src/plugins/contrib/BrowseTracker/ConfigDlg.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-07-17 04:39:23 UTC
  • Revision ID: james.westby@ubuntu.com-20080717043923-gmsy5cwkdjswghkm
Tags: upstream-8.02
ImportĀ upstreamĀ versionĀ 8.02

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
///////////////////////////////////////////////////////////////////////////
 
2
// C++ code generated with wxFormBuilder (version Dec 17 2007)
 
3
// http://www.wxformbuilder.org/
 
4
//
 
5
// PLEASE DO "NOT" EDIT THIS FILE!
 
6
///////////////////////////////////////////////////////////////////////////
 
7
 
 
8
#ifndef __ConfigDlg__
 
9
#define __ConfigDlg__
 
10
 
 
11
#include <wx/string.h>
 
12
#include <wx/stattext.h>
 
13
#include <wx/gdicmn.h>
 
14
#include <wx/font.h>
 
15
#include <wx/colour.h>
 
16
#include <wx/settings.h>
 
17
#include <wx/checkbox.h>
 
18
#include <wx/sizer.h>
 
19
#include <wx/radiobox.h>
 
20
#include <wx/slider.h>
 
21
#include <wx/button.h>
 
22
#include <wx/dialog.h>
 
23
 
 
24
///////////////////////////////////////////////////////////////////////////
 
25
 
 
26
 
 
27
///////////////////////////////////////////////////////////////////////////////
 
28
/// Class ConfigDlg
 
29
///////////////////////////////////////////////////////////////////////////////
 
30
class ConfigDlg : public wxDialog 
 
31
{
 
32
        private:
 
33
        
 
34
        protected:
 
35
                wxStaticText* m_staticText2;
 
36
                
 
37
                wxStdDialogButtonSizer* m_sdbSizer1;
 
38
                wxButton* m_sdbSizer1OK;
 
39
                wxButton* m_sdbSizer1Cancel;
 
40
        
 
41
        public:
 
42
                wxCheckBox* Cfg_BrowseMarksEnabled;
 
43
                wxRadioBox* Cfg_MarkStyle;
 
44
                wxRadioBox* Cfg_ToggleKey;
 
45
                wxStaticText* m_staticText4;
 
46
                wxSlider* Cfg_LeftMouseDelay;
 
47
                wxRadioBox* Cfg_ClearAllKey;
 
48
                ConfigDlg( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("BrowseTracker Options"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 380,504 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxTAB_TRAVERSAL );
 
49
                ~ConfigDlg();
 
50
        
 
51
};
 
52
 
 
53
#endif //__ConfigDlg__