课件管理Dlg.h
上传用户:xaucma
上传日期:2022-07-29
资源大小:2020k
文件大小:1k
源码类别:

数据结构

开发平台:

Visual C++

  1. // 课件管理Dlg.h : header file
  2. //
  3. #if !defined(AFX_DLG_H__6C0288EB_0AD7_4BE5_8295_F89F7FB840B5__INCLUDED_)
  4. #define AFX_DLG_H__6C0288EB_0AD7_4BE5_8295_F89F7FB840B5__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMyDlg dialog
  10. class CMyDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CMyDlg(CWnd* pParent = NULL); // standard constructor
  15.    CString a[100];
  16.    int num;
  17.    
  18.  //int num=0;
  19. // Dialog Data
  20. //{{AFX_DATA(CMyDlg)
  21. enum { IDD = IDD_MY_DIALOG };
  22. CEdit m_edit3;
  23. CEdit m_edit1;
  24. CComboBox m_combo;
  25. CString m_edit2;
  26. //}}AFX_DATA
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CMyDlg)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. HICON m_hIcon;
  35. // Generated message map functions
  36. //{{AFX_MSG(CMyDlg)
  37. virtual BOOL OnInitDialog();
  38. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  39. afx_msg void OnPaint();
  40. afx_msg HCURSOR OnQueryDragIcon();
  41. virtual void OnOK();
  42. afx_msg void OnSelchangeCombo1();
  43. afx_msg void OnButton1();
  44. afx_msg void OnButton2();
  45. virtual void OnCancel();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_DLG_H__6C0288EB_0AD7_4BE5_8295_F89F7FB840B5__INCLUDED_)