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

Contents of /trunk/Client/ClientDlg.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12 - (show annotations) (download)
Mon Jan 29 20:10:02 2007 UTC (17 years, 3 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 // 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 afx_msg void start();
35 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 afx_msg void OnBnClickedConnect();
49
50 };

  ViewVC Help
Powered by ViewVC 1.1.20