?? textdlg.h
字號(hào):
// textDlg.h : header file
//
#if !defined(AFX_TEXTDLG_H__0E4B3CAB_91DE_4E20_83C2_19ECA3BB2CBF__INCLUDED_)
#define AFX_TEXTDLG_H__0E4B3CAB_91DE_4E20_83C2_19ECA3BB2CBF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "sqlite3.h"
/////////////////////////////////////////////////////////////////////////////
// CTextDlg dialog
class CTextDlg : public CDialog
{
// Construction
public:
CTextDlg(CWnd* pParent = NULL); // standard constructor
~CTextDlg();
void OpenSqlite();
//nt (*print_result_cb)(void* data, int n_columns, char** column_values, char** column_names);
// Dialog Data
//{{AFX_DATA(CTextDlg)
enum { IDD = IDD_TEXT_DIALOG };
CDateTimeCtrl m_date_end;
CDateTimeCtrl m_deta_begin;
CStatic m_static_end;
CStatic m_static_begin;
CButton m_radioall;
CListCtrl m_datalist;
CString m_Sqlsentence;
sqlite3* db;
BOOL m_frist;
int m_inumber;
CButton m_radio_tablename;
CString m_edit_values;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTextDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CTextDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnBUTTONexecute1();
afx_msg void OnUpdateEDITsqlsentence();
afx_msg void OnRADIOall();
afx_msg void OnRADIOdate();
afx_msg void OnBUTTONok();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
void WriteLog(CString fileName, char* buff, int filelenth);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TEXTDLG_H__0E4B3CAB_91DE_4E20_83C2_19ECA3BB2CBF__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -