File: wxcrafter.h

package info (click to toggle)
codelite 6.1.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 48,992 kB
  • ctags: 43,502
  • sloc: cpp: 334,263; ansic: 18,441; xml: 4,713; yacc: 2,653; lex: 2,449; python: 1,188; sh: 385; makefile: 40
file content (86 lines) | stat: -rw-r--r-- 2,819 bytes parent folder | download
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
//////////////////////////////////////////////////////////////////////
// This file was auto-generated by codelite's wxCrafter Plugin
// wxCrafter project file: wxcrafter.wxcp
// Do not modify this file by hand!
//////////////////////////////////////////////////////////////////////

#ifndef WXCRAFTER_BASE_CLASSES_H
#define WXCRAFTER_BASE_CLASSES_H

#include <wx/settings.h>
#include <wx/xrc/xmlres.h>
#include <wx/xrc/xh_bmp.h>
#include <wx/dialog.h>
#include <wx/iconbndl.h>
#include <wx/artprov.h>
#include <wx/sizer.h>
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include <wx/splitter.h>
#include <wx/panel.h>
#include <wx/checklst.h>
#include <wx/stc/stc.h>
#include <wx/statbox.h>
#include <wx/choice.h>
#include <wx/arrstr.h>
#include <wx/button.h>
#include <wx/filepicker.h>
#include <wx/checkbox.h>

class SvnCommitDialogBaseClass : public wxDialog
{
protected:
    wxStaticText* m_staticText32;
    wxTextCtrl* m_textCtrlFrID;
    wxStaticText* m_staticTextBugID;
    wxTextCtrl* m_textCtrlBugID;
    wxSplitterWindow* m_splitterV;
    wxPanel* m_splitterPage52;
    wxSplitterWindow* m_splitterH;
    wxPanel* m_panel1;
    wxStaticText* m_staticText17;
    wxCheckListBox* m_checkListFiles;
    wxPanel* m_splitterPage14;
    wxStaticText* m_staticText19;
    wxStyledTextCtrl* m_stcDiff;
    wxPanel* m_splitterPage56;
    wxStaticText* m_staticText62;
    wxStyledTextCtrl* m_stcMessage;
    wxChoice* m_choiceMessages;
    wxStdDialogButtonSizer* m_stdBtnSizer66;
    wxButton* m_buttonCancel;
    wxButton* m_buttonOK;

protected:
    virtual void OnFileSelected(wxCommandEvent& event) { event.Skip(); }
    virtual void OnChoiceMessage(wxCommandEvent& event) { event.Skip(); }

public:
    SvnCommitDialogBaseClass(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Svn Commit"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
    virtual ~SvnCommitDialogBaseClass();
};


class SvnSyncDialogBaseClass : public wxDialog
{
protected:
    wxStaticText* m_staticText31;
    wxStaticText* m_staticTextSvnInfo;
    wxStaticText* m_staticText34;
    wxDirPickerCtrl* m_dirPickerRootDir;
    wxStaticText* m_staticText40;
    wxTextCtrl* m_textCtrlExclude;
    wxCheckBox* m_checkBoxBin;
    wxButton* m_button28;
    wxButton* m_button29;

protected:
    virtual void OnOkUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnButtonOK(wxCommandEvent& event) { event.Skip(); }

public:
    SvnSyncDialogBaseClass(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Sync Workspace to SVN"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
    virtual ~SvnSyncDialogBaseClass();
};

#endif