|
|
1.1 root 1: /*
2: Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
3:
4: Governed by the TrueCrypt License 2.4 the full text of which is contained
5: in the file License.txt included in TrueCrypt binary and source code
6: distribution packages.
7: */
8:
9: #ifndef TC_HEADER_Main_Forms_MountOptionsDialog
10: #define TC_HEADER_Main_Forms_MountOptionsDialog
11:
12: #include "Forms.h"
13: #include "Main/Main.h"
14: #include "VolumePasswordPanel.h"
15:
16: namespace TrueCrypt
17: {
18: class MountOptionsDialog : public MountOptionsDialogBase
19: {
20: public:
21: MountOptionsDialog (wxWindow* parent, MountOptions &options);
22: void OnShow ();
23:
24: protected:
25: void OnInitDialog (wxInitDialogEvent& event);
26: void OnMountPointButtonClick (wxCommandEvent& event);
27: void OnNoFilesystemCheckBoxClick (wxCommandEvent& event) { UpdateDialog(); }
28: void OnOKButtonClick (wxCommandEvent& event);
29: void OnOptionsButtonClick (wxCommandEvent& event);
30: void OnProtectionCheckBoxClick (wxCommandEvent& event);
31: void OnProtectionHyperlinkClick (wxHyperlinkEvent& event);
32: void OnReadOnlyCheckBoxClick (wxCommandEvent& event) { UpdateDialog(); }
33: void UpdateDialog ();
34:
35: MountOptions &Options;
36: wxString OptionsButtonLabel;
37: VolumePasswordPanel *PasswordPanel;
38: VolumePasswordPanel *ProtectionPasswordPanel;
39: };
40: }
41:
42: #endif // TC_HEADER_Main_Forms_MountOptionsDialog
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.