Update wxFormBuild file to latest version (3.5 beta) and generate new Forms.cpp/Forms.h files.

This commit is contained in:
Mounir IDRASSI 2014-06-22 15:40:02 +02:00
parent a81790329f
commit 17823cb58c
3 changed files with 12798 additions and 4086 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,15 +1,16 @@
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder
// C++ code generated with wxFormBuilder (version Jun 5 2014)
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
#ifndef __Forms__
#define __Forms__
#ifndef __FORMS_H__
#define __FORMS_H__
#include <wx/artprov.h>
#include <wx/xrc/xmlres.h>
#include <wx/intl.h>
class WizardPage;
#include "WizardPage.h"
@ -44,7 +45,7 @@ class WizardPage;
///////////////////////////////////////////////////////////////////////////
namespace TrueCrypt
namespace VeraCrypt
{
///////////////////////////////////////////////////////////////////////////////
/// Class MainFrameBase
@ -78,7 +79,6 @@ namespace TrueCrypt
wxButton* CreateVolumeButton;
wxButton* VolumePropertiesButton;
wxButton* WipeCacheButton;
wxStaticBoxSizer* VolumeStaticBoxSizer;
wxGridBagSizer* VolumeGridBagSizer;
wxStaticBitmap* LogoBitmap;
@ -87,7 +87,6 @@ namespace TrueCrypt
wxCheckBox* NoHistoryCheckBox;
wxButton* VolumeToolsButton;
wxButton* SelectDeviceButton;
wxButton* VolumeButton;
wxButton* MountAllDevicesButton;
wxButton* DismountAllButton;
@ -147,7 +146,9 @@ namespace TrueCrypt
public:
MainFrameBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("VeraCrypt"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,496 ), long style = wxCAPTION|wxCLOSE_BOX|wxMINIMIZE_BOX|wxSYSTEM_MENU|wxTAB_TRAVERSAL );
~MainFrameBase();
};
@ -164,12 +165,9 @@ namespace TrueCrypt
wxStaticBitmap* WizardBitmap;
wxStaticText* PageTitleStaticText;
wxBoxSizer* PageSizer;
wxButton* HelpButton;
wxButton* PreviousButton;
wxButton* NextButton;
wxButton* CancelButton;
// Virtual event handlers, overide them in your derived class
@ -183,7 +181,9 @@ namespace TrueCrypt
public:
WizardFrameBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxCAPTION|wxCLOSE_BOX|wxMINIMIZE_BOX|wxSYSTEM_MENU|wxTAB_TRAVERSAL );
~WizardFrameBase();
};
@ -197,26 +197,21 @@ namespace TrueCrypt
protected:
wxPanel* m_panel14;
wxStaticBitmap* LogoBitmap;
wxStaticText* VersionStaticText;
wxStaticText* CopyrightStaticText;
wxHyperlinkCtrl* WebsiteHyperlink;
wxStaticLine* m_staticline3;
wxTextCtrl* CreditsTextCtrl;
wxStaticLine* m_staticline4;
wxStaticLine* m_staticline5;
// Virtual event handlers, overide them in your derived class
virtual void OnWebsiteHyperlinkClick( wxHyperlinkEvent& event ) { event.Skip(); }
public:
AboutDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE );
~AboutDialogBase();
@ -234,7 +229,6 @@ namespace TrueCrypt
wxListCtrl* BenchmarkListCtrl;
wxBoxSizer* RightSizer;
wxButton* BenchmarkButton;
wxStaticText* BenchmarkNoteStaticText;
// Virtual event handlers, overide them in your derived class
@ -242,6 +236,7 @@ namespace TrueCrypt
public:
BenchmarkDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("VeraCrypt - Encryption Algorithm Benchmark"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE );
~BenchmarkDialogBase();
@ -267,6 +262,7 @@ namespace TrueCrypt
public:
ChangePasswordDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE );
~ChangePasswordDialogBase();
@ -292,6 +288,7 @@ namespace TrueCrypt
public:
DeviceSelectionDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Select a Partition or Device"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE );
~DeviceSelectionDialogBase();
@ -330,6 +327,7 @@ namespace TrueCrypt
public:
EncryptionTestDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("VeraCrypt - Test Vectors"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE );
~EncryptionTestDialogBase();
@ -348,7 +346,6 @@ namespace TrueCrypt
wxButton* MoveDownButton;
wxButton* RemoveButton;
wxButton* RemoveAllButton;
wxButton* OKButton;
wxButton* CancelButton;
@ -363,6 +360,7 @@ namespace TrueCrypt
public:
FavoriteVolumesDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Favorite Volumes"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE );
~FavoriteVolumesDialogBase();
@ -392,6 +390,7 @@ namespace TrueCrypt
public:
KeyfilesDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Select Keyfiles"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE );
~KeyfilesDialogBase();
@ -406,17 +405,12 @@ namespace TrueCrypt
protected:
wxBoxSizer* MainSizer;
wxChoice* HashChoice;
wxStaticText* RandomPoolStaticText;
wxCheckBox* ShowRandomPoolCheckBox;
wxStaticText* MouseStaticText;
wxButton* GenerateButton;
// Virtual event handlers, overide them in your derived class
virtual void OnMouseMotion( wxMouseEvent& event ) { event.Skip(); }
virtual void OnHashSelected( wxCommandEvent& event ) { event.Skip(); }
@ -425,6 +419,7 @@ namespace TrueCrypt
public:
KeyfileGeneratorDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE );
~KeyfileGeneratorDialogBase();
@ -441,6 +436,7 @@ namespace TrueCrypt
wxTextCtrl* LegalNoticesTextCtrl;
public:
LegalNoticesDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("VeraCrypt - Legal Notices"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE );
~LegalNoticesDialogBase();
@ -457,11 +453,9 @@ namespace TrueCrypt
wxBoxSizer* PasswordSizer;
wxButton* OKButton;
wxButton* CancelButton;
wxButton* OptionsButton;
wxPanel* OptionsPanel;
wxStaticBoxSizer* OptionsSizer;
wxCheckBox* ReadOnlyCheckBox;
wxCheckBox* RemovableCheckBox;
wxCheckBox* PartitionInSystemEncryptionScopeCheckBox;
@ -492,6 +486,7 @@ namespace TrueCrypt
public:
MountOptionsDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Enter VeraCrypt Volume Password"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE );
~MountOptionsDialogBase();
@ -516,6 +511,7 @@ namespace TrueCrypt
public:
NewSecurityTokenKeyfileDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("New Security Token Keyfile Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE );
~NewSecurityTokenKeyfileDialogBase();
@ -566,7 +562,6 @@ namespace TrueCrypt
wxCheckBox* NoKernelCryptoCheckBox;
wxPanel* PerformanceOptionsPage;
wxStaticText* AesHwCpuSupportedStaticText;
wxCheckBox* NoHardwareCryptoCheckBox;
wxBoxSizer* DefaultKeyfilesSizer;
wxCheckBox* UseKeyfilesCheckBox;
@ -576,7 +571,6 @@ namespace TrueCrypt
wxListCtrl* HotkeyListCtrl;
wxTextCtrl* HotkeyTextCtrl;
wxButton* AssignHotkeyButton;
wxCheckBox* HotkeyControlCheckBox;
wxCheckBox* HotkeyShiftCheckBox;
wxCheckBox* HotkeyAltCheckBox;
@ -610,6 +604,7 @@ namespace TrueCrypt
wxPanel* DefaultKeyfilesPage;
wxPanel* SecurityTokensPage;
wxPanel* HotkeysPage;
PreferencesDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Preferences"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE );
~PreferencesDialogBase();
@ -624,18 +619,12 @@ namespace TrueCrypt
protected:
wxBoxSizer* MainSizer;
wxChoice* HashChoice;
wxStaticText* RandomPoolStaticText;
wxCheckBox* ShowRandomPoolCheckBox;
wxStaticText* MouseStaticText;
wxButton* ContinueButton;
// Virtual event handlers, overide them in your derived class
virtual void OnMouseMotion( wxMouseEvent& event ) { event.Skip(); }
virtual void OnHashSelected( wxCommandEvent& event ) { event.Skip(); }
@ -643,6 +632,7 @@ namespace TrueCrypt
public:
RandomPoolEnrichmentDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("VeraCrypt - Random Pool Enrichment"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE );
~RandomPoolEnrichmentDialogBase();
@ -659,7 +649,6 @@ namespace TrueCrypt
wxListCtrl* SecurityTokenKeyfileListCtrl;
wxButton* ExportButton;
wxButton* DeleteButton;
wxButton* ImportButton;
wxButton* OKButton;
wxButton* CancelButton;
@ -675,6 +664,7 @@ namespace TrueCrypt
public:
SecurityTokenKeyfilesDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Security Token Keyfiles"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE );
~SecurityTokenKeyfilesDialogBase();
@ -693,6 +683,7 @@ namespace TrueCrypt
wxButton* StdButtonsOK;
public:
VolumePropertiesDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Volume Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE );
~VolumePropertiesDialogBase();
@ -710,7 +701,6 @@ namespace TrueCrypt
wxButton* TestButton;
wxStaticText* EncryptionAlgorithmStaticText;
wxHyperlinkCtrl* EncryptionAlgorithmHyperlink;
wxButton* BenchmarkButton;
wxChoice* HashChoice;
wxHyperlinkCtrl* HashHyperlink;
@ -724,6 +714,7 @@ namespace TrueCrypt
public:
EncryptionOptionsWizardPageBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
~EncryptionOptionsWizardPageBase();
@ -741,6 +732,7 @@ namespace TrueCrypt
wxStaticText* InfoStaticText;
public:
InfoWizardPageBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
~InfoWizardPageBase();
@ -773,6 +765,7 @@ namespace TrueCrypt
public:
KeyfilesPanelBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxTAB_TRAVERSAL );
~KeyfilesPanelBase();
@ -796,6 +789,7 @@ namespace TrueCrypt
public:
ProgressWizardPageBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
~ProgressWizardPageBase();
@ -819,6 +813,7 @@ namespace TrueCrypt
public:
SelectDirectoryWizardPageBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 200,65 ), long style = wxTAB_TRAVERSAL );
~SelectDirectoryWizardPageBase();
@ -832,12 +827,12 @@ namespace TrueCrypt
private:
protected:
wxBoxSizer* OuterChoicesSizer;
wxBoxSizer* ChoicesSizer;
wxStaticText* InfoStaticText;
public:
SingleChoiceWizardPageBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
~SingleChoiceWizardPageBase();
@ -868,7 +863,6 @@ namespace TrueCrypt
wxStaticText* m_staticText312;
wxPanel* m_panel122;
wxStaticText* TimeLeftStaticText;
wxStaticText* InfoStaticText;
// Virtual event handlers, overide them in your derived class
@ -877,6 +871,7 @@ namespace TrueCrypt
public:
VolumeCreationProgressWizardPageBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
~VolumeCreationProgressWizardPageBase();
@ -890,13 +885,10 @@ namespace TrueCrypt
private:
protected:
wxComboBox* VolumePathComboBox;
wxButton* SelectFileButton;
wxButton* SelectDeviceButton;
wxCheckBox* NoHistoryCheckBox;
wxStaticText* InfoStaticText;
// Virtual event handlers, overide them in your derived class
@ -907,6 +899,7 @@ namespace TrueCrypt
public:
VolumeLocationWizardPageBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
~VolumeLocationWizardPageBase();
@ -923,7 +916,6 @@ namespace TrueCrypt
wxStaticText* m_staticText43;
wxChoice* FilesystemTypeChoice;
wxCheckBox* QuickFormatCheckBox;
wxStaticText* InfoStaticText;
// Virtual event handlers, overide them in your derived class
@ -932,6 +924,7 @@ namespace TrueCrypt
public:
VolumeFormatOptionsWizardPageBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
~VolumeFormatOptionsWizardPageBase();
@ -969,6 +962,7 @@ namespace TrueCrypt
public:
VolumePasswordPanelBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
~VolumePasswordPanelBase();
@ -986,6 +980,7 @@ namespace TrueCrypt
wxStaticText* InfoStaticText;
public:
VolumePasswordWizardPageBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
~VolumePasswordWizardPageBase();
@ -999,12 +994,9 @@ namespace TrueCrypt
private:
protected:
wxTextCtrl* VolumeSizeTextCtrl;
wxChoice* VolumeSizePrefixChoice;
wxStaticText* FreeSpaceStaticText;
wxStaticText* InfoStaticText;
// Virtual event handlers, overide them in your derived class
@ -1013,11 +1005,12 @@ namespace TrueCrypt
public:
VolumeSizeWizardPageBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
~VolumeSizeWizardPageBase();
};
} // namespace TrueCrypt
} // namespace VeraCrypt
#endif //__Forms__
#endif //__FORMS_H__

File diff suppressed because it is too large Load Diff