// AdminDlg.h : header file // class CDICOMSRVDlg; ///////////////////////////////////////////////////////////////////////////// // CAdminDlg dialog class CAdminDlg : public CDialog { // Construction public: CAdminDlg(CWnd* pParent = NULL); // standard constructor int GetServerPrivateKeyPassword(HWND hWndParent); BOOL m_bEnableEdits; CListCtrl *m_pUserList; CListCtrl *m_pEventLog; CImageList m_Image; CDICOMSRVDlg *m_pDICOMSRVDlg; // Dialog Data //{{AFX_DATA(CAdminDlg) enum { IDD = IDD_DIALOG1 }; CListCtrl m_EventLog; CListCtrl m_UserList; CString m_szAETitle; long m_lServerPort; long m_lServerTimeOut; long m_lMaxClients; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAdminDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CAdminDlg) virtual BOOL OnInitDialog(); afx_msg void OnButton5(); afx_msg void OnButton6(); afx_msg void OnButton3(); afx_msg void OnButton1(); afx_msg void OnButton2(); afx_msg void OnRadioSecurity(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };