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

Annotation of /trunk/Client/ClientDlg.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30 - (hide annotations) (download)
Wed Jan 31 13:12:55 2007 UTC (17 years, 4 months ago) by kevin
File MIME type: text/plain
File size: 984 byte(s)
Jeg tror den virker nu, men er selvfølgelig ikke 100000% sikker
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 kevin 9
17 kevin 4
18     // Dialog Data
19     enum { IDD = IDD_CLIENT_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 kevin 30 afx_msg void Buffcheck(CString);
34 kevin 4 afx_msg HCURSOR OnQueryDragIcon();
35     DECLARE_MESSAGE_MAP()
36     public:
37     afx_msg void OnBnClickedCheck2();
38     CIPAddressCtrl m_ip;
39     CEdit m_port;
40     afx_msg void OnBnClickedIpport();
41 kevin 9 afx_msg void OnBnClickedConnect();
42 kevin 30 afx_msg void OnBnClickedLed1();
43 kevin 16 CEdit m_delay;
44 kevin 30 afx_msg void OnBnClickedLed2();
45     afx_msg void OnBnClickedLed3();
46 kevin 4 };

  ViewVC Help
Powered by ViewVC 1.1.20