📄 makecfrombmpdlg.h
字号:
// MakeCFromBmpDlg.h : header file
//
#if !defined(AFX_MAKECFROMBMPDLG_H__90603EA2_1E06_4995_875E_39C18123423C__INCLUDED_)
#define AFX_MAKECFROMBMPDLG_H__90603EA2_1E06_4995_875E_39C18123423C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CMakeCFromBmpDlg dialog
class CMakeCFromBmpDlg : public CDialog
{
// Construction
public:
void PrintDual(void);
void PrintSingle(void);
long filesize(FILE *stream);
void exit_pro();
char tmp[25];
char *d_file;
CString D_file;
CString D_filePath;
char *s_file;
CString S_file;
FILE *fpd;
FILE *fps;
int f_tmp;
long f_len;
long f_len1;
int f_pian;
int f_kuan;
int f_chang;
int f_se;
long i;
int j;
int k;
int l;
int buf;
int untbuf;
int unt;
//计算压缩后数量
long CompCnt;
char *unt_c[9];
int *buf_c[9];
int buf_i[9];
int buf_char[9];
int buf_CompCnt[9];
// char *chr[256];
// char chr2[256];
int se_list[256];
int se_tmp[4];
int argc;
char *argv[10];
CString m_path;
CString FileName;
CString PicPath;
CMakeCFromBmpDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMakeCFromBmpDlg)
enum { IDD = IDD_MAKECFROMBMP_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMakeCFromBmpDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CMakeCFromBmpDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
virtual void OnOK();
afx_msg void OnMakeC();
afx_msg void OnButton2();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MAKECFROMBMPDLG_H__90603EA2_1E06_4995_875E_39C18123423C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -