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