/[H7]/trunk/Client/ClientDlg.h
ViewVC logotype

Annotation of /trunk/Client/ClientDlg.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (hide annotations) (download)
Mon Jan 29 10:49:43 2007 UTC (17 years, 4 months ago) by kevin
File MIME type: text/plain
File size: 913 byte(s)
Added Client piece
1 kevin 4 // ClientDlg.h : header file
2     //
3    
4     #pragma once
5     #include "afxwin.h"
6     #include "afxcmn.h"
7     #include "atlbase.h"
8    
9    
10     // CClientDlg dialog
11     class CClientDlg : public CDialog
12     {
13     // Construction
14     public:
15     CClientDlg(CWnd* pParent = NULL); // standard constructor
16    
17     // Dialog Data
18     enum { IDD = IDD_CLIENT_DIALOG };
19    
20     protected:
21     virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
22    
23    
24     // Implementation
25     protected:
26     HICON m_hIcon;
27    
28     // Generated message map functions
29     virtual BOOL OnInitDialog();
30     afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
31     afx_msg void OnPaint();
32     afx_msg HCURSOR OnQueryDragIcon();
33     DECLARE_MESSAGE_MAP()
34     public:
35     afx_msg void OnBnClickedCheck2();
36     CButton m_led1;
37     CButton m_led2;
38     CButton m_led3;
39     CButton m_knap1;
40     CButton m_knap2;
41     CEdit m_temp;
42     CEdit m_pot;
43     CIPAddressCtrl m_ip;
44     CEdit m_port;
45     afx_msg void OnBnClickedIpport();
46     };

  ViewVC Help
Powered by ViewVC 1.1.20