~ubuntu-branches/ubuntu/oneiric/codeblocks/oneiric

« back to all changes in this revision

Viewing changes to src/plugins/contrib/codesnippets/settingsdlgform.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 Feb  1 2007)
 
3
// http://www.wxformbuilder.org/
 
4
//
 
5
// PLEASE DO "NOT" EDIT THIS FILE!
 
6
///////////////////////////////////////////////////////////////////////////
 
7
 
 
8
#ifndef __settingsdlgform__
 
9
#define __settingsdlgform__
 
10
 
 
11
// Define WX_GCH in order to support precompiled headers with GCC compiler.
 
12
// You have to create the header "wx_pch.h" and include all files needed
 
13
// for compile your gui inside it.
 
14
// Then, compile it and place the file "wx_pch.h.gch" into the same
 
15
// directory that "wx_pch.h".
 
16
#ifdef WX_GCH
 
17
#include <wx_pch.h>
 
18
#else
 
19
#include <wx/wx.h>
 
20
#endif
 
21
 
 
22
#include <wx/button.h>
 
23
#include <wx/radiobut.h>
 
24
#include <wx/statline.h>
 
25
#include <wx/slider.h>
 
26
 
 
27
///////////////////////////////////////////////////////////////////////////
 
28
 
 
29
#define ID_DEFAULT wxID_ANY // Default
 
30
#define ID_EXTEDITORBUTTON 1000
 
31
#define ID_SNIPPETFILE 1001
 
32
#define ID_SNIPPETFILEBUTTON 1002
 
33
 
 
34
///////////////////////////////////////////////////////////////////////////////
 
35
/// Class SettingsDlgForm
 
36
///////////////////////////////////////////////////////////////////////////////
 
37
class SettingsDlgForm : public wxDialog 
 
38
{
 
39
        private:
 
40
        
 
41
        protected:
 
42
                wxStaticText* m_staticText;
 
43
                wxStaticText* m_staticText1;
 
44
                wxTextCtrl* m_ExtEditorTextCtrl;
 
45
                wxButton* m_ExtEditorButton;
 
46
                wxStaticText* m_staticText2;
 
47
                wxTextCtrl* m_SnippetFileTextCtrl;
 
48
                wxButton* m_SnippetFileButton;
 
49
                wxStaticText* m_staticText7;
 
50
                wxRadioButton* m_RadioFloatBtn;
 
51
                wxRadioButton* m_RadioDockBtn;
 
52
                wxRadioButton* m_RadioExternalBtn;
 
53
                wxStaticLine* m_staticline1;
 
54
                wxStaticText* m_staticText4;
 
55
                wxSlider* m_MouseSpeedSlider;
 
56
                wxStaticText* m_staticText5;
 
57
                wxSlider* m_MouseScrollSlider;
 
58
                wxStaticText* m_staticText6;
 
59
                wxSlider* m_MouseDelaylider;
 
60
                wxStdDialogButtonSizer* m_sdbSizer;
 
61
        
 
62
        public:
 
63
                SettingsDlgForm( wxWindow* parent, int id = ID_DEFAULT, wxString title = wxEmptyString, wxPoint pos = wxDefaultPosition, wxSize size = wxSize( 462,492 ), int style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
 
64
        
 
65
};
 
66
 
 
67
#endif //__settingsdlgform__