[RsWitch-cvs] CVS: rswitch AddEditDlg.h,1.1.1.1,1.2
Status: Alpha
Brought to you by:
bcrochet
From: Brad P. C. <bcr...@us...> - 2000-12-05 05:45:52
|
Update of /cvsroot/rswitch/rswitch In directory slayer.i.sourceforge.net:/tmp/cvs-serv6660 Modified Files: AddEditDlg.h Log Message: Too many to list. Index: AddEditDlg.h =================================================================== RCS file: /cvsroot/rswitch/rswitch/AddEditDlg.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** AddEditDlg.h 2000/11/01 15:10:17 1.1.1.1 --- AddEditDlg.h 2000/12/05 05:45:50 1.2 *************** *** 19,22 **** --- 19,25 ---- // $Log$ + // Revision 1.2 2000/12/05 05:45:50 bcrochet + // Too many to list. + // // Revision 1.1.1.1 2000/11/01 15:10:17 bcrochet // Initial revision and import *************** *** 39,66 **** // Construction public: ! CAddEditDlg(CString title, CWnd* pParent = NULL); // standard constructor - DWORD m_dwIpAddr; WORD m_wVirtualKeyCode; WORD m_wModifiers; // Dialog Data ! //{{AFX_DATA(CAddEditDlg) ! enum { IDD = IDD_ADD_EDIT_DLG }; ! CComboBox m_ctrlFunction; ! CEdit m_ctrlChannel; ! CIPAddressCtrl m_ctrlServerIP; ! CHotKeyCtrl m_ctrlHotkey; ! CString m_sChannel; ! CString m_sFunction; ! //}}AFX_DATA // Overrides ! // ClassWizard generated virtual function overrides ! //{{AFX_VIRTUAL(CAddEditDlg) ! protected: ! virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support ! //}}AFX_VIRTUAL // Implementation --- 42,70 ---- // Construction public: ! CAddEditDlg(CString title, CWnd* pParent = NULL); // standard constructor ! CAddEditDlg(CString title, CHotKeyEntry hotKeyEntry, CWnd* pParent = NULL); WORD m_wVirtualKeyCode; WORD m_wModifiers; // Dialog Data ! //{{AFX_DATA(CAddEditDlg) ! enum { IDD = IDD_ADD_EDIT_DLG }; ! CEdit m_ctrlServerName; ! CComboBox m_ctrlFunction; ! CEdit m_ctrlChannel; ! CHotKeyCtrl m_ctrlHotkey; ! CString m_sChannel; ! CString m_sFunction; ! CString m_sServerName; ! //}}AFX_DATA // Overrides ! // ClassWizard generated virtual function overrides ! //{{AFX_VIRTUAL(CAddEditDlg) ! protected: ! virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support ! //}}AFX_VIRTUAL // Implementation *************** *** 69,78 **** // Generated message map functions ! //{{AFX_MSG(CAddEditDlg) ! afx_msg void OnSelchangeFunction(); ! virtual BOOL OnInitDialog(); ! virtual void OnOK(); ! //}}AFX_MSG ! DECLARE_MESSAGE_MAP() }; --- 73,82 ---- // Generated message map functions ! //{{AFX_MSG(CAddEditDlg) ! afx_msg void OnSelchangeFunction(); ! virtual BOOL OnInitDialog(); ! virtual void OnOK(); ! //}}AFX_MSG ! DECLARE_MESSAGE_MAP() }; |