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

Contents of /trunk/Client/ClientDlg.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16 - (show annotations) (download)
Tue Jan 30 13:44:42 2007 UTC (17 years, 3 months ago) by kevin
File MIME type: text/plain
File size: 918 byte(s)
hmm fixet lidt af hvert :P
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 HCURSOR OnQueryDragIcon();
34 DECLARE_MESSAGE_MAP()
35 public:
36 afx_msg void OnBnClickedCheck2();
37 CButton m_knap1;
38 CButton m_knap2;
39 CEdit m_temp;
40 CEdit m_pot;
41 CIPAddressCtrl m_ip;
42 CEdit m_port;
43 afx_msg void OnBnClickedIpport();
44 afx_msg void OnBnClickedConnect();
45
46 CEdit m_delay;
47 };

  ViewVC Help
Powered by ViewVC 1.1.20