/[H8]/trunk/h8server/h8serverDlg.h
ViewVC logotype

Contents of /trunk/h8server/h8serverDlg.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 87 - (show annotations) (download)
Tue May 8 08:51:55 2007 UTC (17 years ago) by kevin
File MIME type: text/plain
File size: 717 byte(s)
added h8server visual studio project - with files this time :P
1 // h8serverDlg.h : header file
2 //
3
4 #pragma once
5 #include "DatabaseLayer.h"
6 #include "CommonStorage.h"
7 #include "Containers.h"
8 #include <vector>
9
10
11 // Ch8serverDlg dialog
12 class Ch8serverDlg : public CDialog
13 {
14 // Construction
15 public:
16 Ch8serverDlg(CWnd* pParent = NULL); // standard constructor
17
18 // Dialog Data
19 enum { IDD = IDD_H8SERVER_DIALOG };
20
21 protected:
22 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
23
24
25 // Implementation
26 protected:
27 HICON m_hIcon;
28
29 // Generated message map functions
30 virtual BOOL OnInitDialog();
31 afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
32 afx_msg void OnPaint();
33 afx_msg HCURSOR OnQueryDragIcon();
34 DECLARE_MESSAGE_MAP()
35 };

  ViewVC Help
Powered by ViewVC 1.1.20