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

Diff of /trunk/Client/ClientDlg.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8 by kevin, Mon Jan 29 10:49:43 2007 UTC revision 9 by kevin, Mon Jan 29 15:07:29 2007 UTC
# Line 13  class CClientDlg : public CDialog Line 13  class CClientDlg : public CDialog
13  // Construction  // Construction
14  public:  public:
15          CClientDlg(CWnd* pParent = NULL);       // standard constructor          CClientDlg(CWnd* pParent = NULL);       // standard constructor
16            
17    
18  // Dialog Data  // Dialog Data
19          enum { IDD = IDD_CLIENT_DIALOG };          enum { IDD = IDD_CLIENT_DIALOG };
# Line 30  protected: Line 31  protected:
31          afx_msg void OnSysCommand(UINT nID, LPARAM lParam);          afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
32          afx_msg void OnPaint();          afx_msg void OnPaint();
33          afx_msg HCURSOR OnQueryDragIcon();          afx_msg HCURSOR OnQueryDragIcon();
34            afx_msg void start();
35          DECLARE_MESSAGE_MAP()          DECLARE_MESSAGE_MAP()
36  public:  public:
37          afx_msg void OnBnClickedCheck2();          afx_msg void OnBnClickedCheck2();
# Line 43  public: Line 45  public:
45          CIPAddressCtrl m_ip;          CIPAddressCtrl m_ip;
46          CEdit m_port;          CEdit m_port;
47          afx_msg void OnBnClickedIpport();          afx_msg void OnBnClickedIpport();
48            afx_msg void OnBnClickedConnect();
49  };  };

Legend:
Removed from v.8  
changed lines
  Added in v.9

  ViewVC Help
Powered by ViewVC 1.1.20