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

Contents of /trunk/Client/ClientDlg.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32 - (show annotations) (download)
Wed Jan 31 17:05:15 2007 UTC (17 years, 3 months ago) by kevin
File MIME type: text/plain
File size: 1015 byte(s)
baah nu burde den spille efter torben har fixet. :D
1 // 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
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 afx_msg void Buffcheck(CString);
34 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 afx_msg void OnBnClickedLed1();
42 CEdit m_delay;
43 afx_msg void OnBnClickedLed2();
44 afx_msg void OnBnClickedLed3();
45 afx_msg void OnBnClickedOk();
46 afx_msg void OnBnClickedCancel();
47 };

  ViewVC Help
Powered by ViewVC 1.1.20