kufangdbsdlg.h
来自「用Delphi设计学院库房管理数据库系统。系统由三部分组成:物资供应管理系统」· C头文件 代码 · 共 74 行
H
74 行
// kufangDBSDlg.h : header file
//
#if !defined(AFX_KUFANGDBSDLG_H__E0B66FF5_63F1_46D5_8279_E3195C22F493__INCLUDED_)
#define AFX_KUFANGDBSDLG_H__E0B66FF5_63F1_46D5_8279_E3195C22F493__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CKufangDBSDlg dialog
class CKufangDBSDlg : public CDialog
{
// Construction
public:
CKufangDBSDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CKufangDBSDlg)
enum { IDD = IDD_KUFANGDBS_DIALOG };
CListCtrl m_listSjxx;
CListCtrl m_listShebei;
CString m_strDBSource;
CString m_strDBUser;
CString m_strDBPassword;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CKufangDBSDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void InitControl();
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CKufangDBSDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnBtnDbconnect();
afx_msg void OnSysExit();
afx_msg void OnBtnAddShebei();
afx_msg void OnBtnXiugaiShebei();
afx_msg void OnBtnDelShebei();
afx_msg void OnBtnBaobiaoShebei();
afx_msg void OnBtnSjXinxi();
afx_msg void OnBtnXunShebei();
afx_msg void OnBtnAddSjxx();
afx_msg void OnBtnXiugaiSjxx();
afx_msg void OnBtnDelSjxx();
afx_msg void OnBtnXunSjxx();
afx_msg void OnButton1();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
void InsertSjxxItem(int sjbh,CString sjmc,CString sjdh,CString czhm,CString lxr,CString lxrdh);
void InitCtrlData();
void InsertShebeiItem(int yqbh, CString flh, CString yqmc, CString xh, CString gg,CString dj,CString cj ,CString gb , CString cch ,CString ccrq ,CString gys , CString gzrq ,CString ysr ,CString xz ,CString lydw ,CString lyr ,CString syfx ,CString jfkm ,CString jsr);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_KUFANGDBSDLG_H__E0B66FF5_63F1_46D5_8279_E3195C22F493__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?