/[H7]/trunk/H7 Server/H7 ServerDlg.h
ViewVC logotype

Diff of /trunk/H7 Server/H7 ServerDlg.h

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

revision 32 by hedin, Wed Jan 31 12:42:51 2007 UTC revision 33 by hedin, Wed Jan 31 17:22:59 2007 UTC
# Line 6  Line 6 
6  #include "TcpServerClass.h"  #include "TcpServerClass.h"
7  #include "H7Serial.h"  #include "H7Serial.h"
8    
9    #include <vector>
10    
11    // Fortæller at der er en funktion, et eller andet sted, der hedder GetAvailableComPorts().
12    std::vector<CString> GetAvailableComPorts();
13    
14  // CH7ServerDlg dialog  // CH7ServerDlg dialog
15  class CH7ServerDlg : public CDialog  class CH7ServerDlg : public CDialog
16  {  {
# Line 33  protected: Line 38  protected:
38          afx_msg HCURSOR OnQueryDragIcon();          afx_msg HCURSOR OnQueryDragIcon();
39          DECLARE_MESSAGE_MAP()          DECLARE_MESSAGE_MAP()
40  public:  public:
41            bool m_First;
42          CEdit m_Status;          CEdit m_Status;
43          CComboBox m_BaudRate;          CComboBox m_BaudRate;
44          CComboBox m_Serial;          CComboBox m_Serial;
# Line 50  public: Line 56  public:
56          void NewLine(void);          void NewLine(void);
57          CString OnOff(int value);          CString OnOff(int value);
58          void UpdateStatus(CString name, short value);          void UpdateStatus(CString name, short value);
59            void UpdateClient(void);
60            afx_msg void OnBnClickedStop();
61            void TcpStatus(void);
62  };  };

Legend:
Removed from v.32  
changed lines
  Added in v.33

  ViewVC Help
Powered by ViewVC 1.1.20