mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 17:15:00 -06:00
9.04 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
8874e4fbc9
commit
829409452d
@@ -1,15 +1,16 @@
|
||||
// CompressDialog.h
|
||||
|
||||
#ifndef __COMPRESSDIALOG_H
|
||||
#define __COMPRESSDIALOG_H
|
||||
|
||||
#include "../Common/ZipRegistry.h"
|
||||
#include "../Common/LoadCodecs.h"
|
||||
#include "CompressDialogRes.h"
|
||||
#ifndef __COMPRESS_DIALOG_H
|
||||
#define __COMPRESS_DIALOG_H
|
||||
|
||||
#include "Windows/Control/ComboBox.h"
|
||||
#include "Windows/Control/Dialog.h"
|
||||
#include "Windows/Control/Edit.h"
|
||||
#include "Windows/Control/ComboBox.h"
|
||||
|
||||
#include "../Common/LoadCodecs.h"
|
||||
#include "../Common/ZipRegistry.h"
|
||||
|
||||
#include "CompressDialogRes.h"
|
||||
|
||||
namespace NCompressDialog
|
||||
{
|
||||
@@ -107,7 +108,7 @@ class CCompressDialog: public NWindows::NControl::CModalDialog
|
||||
|
||||
void SetLevel();
|
||||
|
||||
void SetMethod();
|
||||
void SetMethod(int keepMethodId = -1);
|
||||
int GetMethodID();
|
||||
UString GetMethodSpec();
|
||||
UString GetEncryptionMethodSpec();
|
||||
@@ -151,6 +152,8 @@ class CCompressDialog: public NWindows::NControl::CModalDialog
|
||||
void UpdatePasswordControl();
|
||||
bool IsShowPasswordChecked() const
|
||||
{ return IsButtonChecked(IDC_COMPRESS_CHECK_SHOW_PASSWORD) == BST_CHECKED; }
|
||||
|
||||
int GetFormatIndex();
|
||||
public:
|
||||
CObjectVector<CArcInfoEx> m_ArchiverInfoList;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user