zsysgriddefine.h
来自「此次上传的使linux下的文件传输协议」· C头文件 代码 · 共 80 行
H
80 行
#if !defined(AFX_ZSYSGRIDDEFINE_H__D3FC8500_D7B2_4BBB_B636_F8067EFAB434__INCLUDED_)
#define AFX_ZSYSGRIDDEFINE_H__D3FC8500_D7B2_4BBB_B636_F8067EFAB434__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// zSysGridDefine.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// zSysGridDefine dialog
class zSysGridDefine : public CDialog
{
// Construction
public:
CString sPath;
void DefineB001();
CStringArray aryComboData;
CImageList m_ImageList;
zSysGridDefine(CWnd* pParent = NULL); // standard constructor
CGridCtrl G;
// Dialog Data
//{{AFX_DATA(zSysGridDefine)
enum { IDD = IDD_SYS_GRIDDEFINE };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(zSysGridDefine)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(zSysGridDefine)
virtual BOOL OnInitDialog();
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnButton1();
afx_msg void OnButtonHb();
afx_msg void OnButtonCs();
afx_msg void OnButtonType();
virtual void OnOK();
afx_msg void OnButtonFont();
afx_msg void OnButtonFontcolor();
afx_msg void OnButtonBakcolor();
afx_msg void OnButtonAlign();
afx_msg void OnButtonDatatype();
afx_msg void OnButtonSave();
afx_msg void OnButtonLoad();
afx_msg void OnButtonText();
afx_msg void OnButtonAddrow();
afx_msg void OnButtonAddcolumn();
afx_msg void OnButtonInsrow();
afx_msg void OnButtonInscol();
afx_msg void OnButtonDelrow();
afx_msg void OnButtonDelcol();
afx_msg void OnButtonAutosize();
afx_msg void OnButtonColwidth();
afx_msg void OnButtonRowheight();
afx_msg void OnButtonMargin();
afx_msg void OnButtonFixrow();
afx_msg void OnButtonFixcol();
afx_msg void OnButtonEnable();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ZSYSGRIDDEFINE_H__D3FC8500_D7B2_4BBB_B636_F8067EFAB434__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?