// LinkDialog.h : header file // ///////////////////////////////////////////////////////////////////////////// // CLinkDialog dialog class CLinkDialog : public CDialog { // Construction public: CLinkDialog(CWnd* pParent = NULL); // standard constructor CString filename; CString extension; // Dialog Data //{{AFX_DATA(CLinkDialog) enum { IDD = IDD_LINK_DIALOG }; CString m_Output; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CLinkDialog) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CLinkDialog) afx_msg void OnAddButton(); afx_msg void OnRemoveButton(); virtual void OnOK(); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };