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

Annotation of /trunk/Client/ClientDlg.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12 - (hide annotations) (download)
Mon Jan 29 20:10:02 2007 UTC (17 years, 4 months ago) by kevin
File MIME type: text/plain
File size: 979 byte(s)
min spand fucker, men regner med tcp/ip connection køre nu
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     afx_msg HCURSOR OnQueryDragIcon();
34 kevin 9 afx_msg void start();
35 kevin 4 DECLARE_MESSAGE_MAP()
36     public:
37     afx_msg void OnBnClickedCheck2();
38     CButton m_led1;
39     CButton m_led2;
40     CButton m_led3;
41     CButton m_knap1;
42     CButton m_knap2;
43     CEdit m_temp;
44     CEdit m_pot;
45     CIPAddressCtrl m_ip;
46     CEdit m_port;
47     afx_msg void OnBnClickedIpport();
48 kevin 9 afx_msg void OnBnClickedConnect();
49 kevin 12
50 kevin 4 };

  ViewVC Help
Powered by ViewVC 1.1.20