~ubuntu-branches/ubuntu/lucid/codelite/lucid

« back to all changes in this revision

Viewing changes to LiteEditor/importfilesbasedlg.h

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2009-01-12 15:46:55 UTC
  • Revision ID: james.westby@ubuntu.com-20090112154655-sdynrljcb6u167yw
Tags: upstream-1.0.2674+dfsg
ImportĀ upstreamĀ versionĀ 1.0.2674+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//////////////////////////////////////////////////////////////////////////////
 
2
//////////////////////////////////////////////////////////////////////////////
 
3
//
 
4
// copyright            : (C) 2008 by Eran Ifrah                            
 
5
// file name            : importfilesbasedlg.h              
 
6
//                                                                          
 
7
// -------------------------------------------------------------------------
 
8
// A                                                                        
 
9
//              _____           _      _     _ _                            
 
10
//             /  __ \         | |    | |   (_) |                           
 
11
//             | /  \/ ___   __| | ___| |    _| |_ ___                      
 
12
//             | |    / _ \ / _  |/ _ \ |   | | __/ _ )                     
 
13
//             | \__/\ (_) | (_| |  __/ |___| | ||  __/                     
 
14
//              \____/\___/ \__,_|\___\_____/_|\__\___|                     
 
15
//                                                                          
 
16
//                                                  F i l e                 
 
17
//                                                                          
 
18
//    This program is free software; you can redistribute it and/or modify  
 
19
//    it under the terms of the GNU General Public License as published by  
 
20
//    the Free Software Foundation; either version 2 of the License, or     
 
21
//    (at your option) any later version.                                   
 
22
//                                                                          
 
23
//////////////////////////////////////////////////////////////////////////////
 
24
//////////////////////////////////////////////////////////////////////////////
 
25
 
 
26
///////////////////////////////////////////////////////////////////////////
 
27
// C++ code generated with wxFormBuilder (version Mar 19 2008)
 
28
// http://www.wxformbuilder.org/
 
29
//
 
30
// PLEASE DO "NOT" EDIT THIS FILE!
 
31
///////////////////////////////////////////////////////////////////////////
 
32
 
 
33
#ifndef __importfilesbasedlg__
 
34
#define __importfilesbasedlg__
 
35
 
 
36
#include <wx/string.h>
 
37
#include <wx/stattext.h>
 
38
#include <wx/gdicmn.h>
 
39
#include <wx/font.h>
 
40
#include <wx/colour.h>
 
41
#include <wx/settings.h>
 
42
#include <wx/textctrl.h>
 
43
#include <wx/button.h>
 
44
#include <wx/sizer.h>
 
45
#include <wx/checkbox.h>
 
46
#include <wx/panel.h>
 
47
#include <wx/statline.h>
 
48
#include <wx/dialog.h>
 
49
 
 
50
///////////////////////////////////////////////////////////////////////////
 
51
 
 
52
 
 
53
///////////////////////////////////////////////////////////////////////////////
 
54
/// Class ImportFilesBaseDlg
 
55
///////////////////////////////////////////////////////////////////////////////
 
56
class ImportFilesBaseDlg : public wxDialog 
 
57
{
 
58
        private:
 
59
        
 
60
        protected:
 
61
                wxPanel* m_mainPanel;
 
62
                wxStaticText* m_staticText1;
 
63
                wxTextCtrl* m_textCtrlDirPath;
 
64
                wxButton* m_buttonBrowse;
 
65
                wxStaticText* m_staticText2;
 
66
                wxTextCtrl* m_textCtrlFileMask;
 
67
                wxCheckBox* m_checkBoxNoExtFiles;
 
68
                wxStaticLine* m_staticline;
 
69
                wxButton* m_buttonOK;
 
70
                wxButton* m_buttonCancel;
 
71
                
 
72
                // Virtual event handlers, overide them in your derived class
 
73
                virtual void OnBrowse( wxCommandEvent& event ){ event.Skip(); }
 
74
                virtual void OnButtonOK( wxCommandEvent& event ){ event.Skip(); }
 
75
                virtual void OnButtonCancel( wxCommandEvent& event ){ event.Skip(); }
 
76
                
 
77
        
 
78
        public:
 
79
                ImportFilesBaseDlg( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Import Files From Directory"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 458,258 ), long style = wxDEFAULT_DIALOG_STYLE );
 
80
                ~ImportFilesBaseDlg();
 
81
        
 
82
};
 
83
 
 
84
#endif //__importfilesbasedlg__