summaryrefslogtreecommitdiffabout
path: root/RequestDlg.h
authorMichael Krelin <hacker@klever.net>2012-12-08 21:19:17 (UTC)
committer Michael Krelin <hacker@klever.net>2012-12-11 21:59:29 (UTC)
commit8808689fe340bec6e90ab13dd502292b0579cf1f (patch) (side-by-side diff)
tree45b7c863151341f687b74e40bffcbd7ab5468783 /RequestDlg.h
parent6e7e413ca364d79673e523c09767c18e7cff1bec (diff)
downloadpumpkin-osx/0.0.zip
pumpkin-osx/0.0.tar.gz
pumpkin-osx/0.0.tar.bz2
initial osx portosx/0.0
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'RequestDlg.h') (more/less context) (ignore whitespace changes)
-rw-r--r--RequestDlg.h63
1 files changed, 0 insertions, 63 deletions
diff --git a/RequestDlg.h b/RequestDlg.h
deleted file mode 100644
index fcd2d20..0000000
--- a/RequestDlg.h
+++ b/dev/null
@@ -1,63 +0,0 @@
-// RequestDlg.h : header file
-//
-
-/////////////////////////////////////////////////////////////////////////////
-// CRequestDlg dialog
-
-class CRequestDlg : public CDialog
-{
-// Construction
-public:
- UINT m_BSize;
- static CString m_MRUHost;
- BOOL m_Drop;
- virtual BOOL PreTranslateMessage(MSG* pMsg);
- void UpdateOK();
- void SyncNames();
- BOOL m_Put;
- CRequestDlg(CWnd* pParent = NULL); // standard constructor
-
-// Dialog Data
- //{{AFX_DATA(CRequestDlg)
- enum { IDD = IDD_REQUEST };
- CEdit m_RemoteFileCtl;
- CEdit m_LocalFileCtl;
- CButton m_RefreshCtl;
- CButton m_OKCtl;
- CComboBox m_TalksCtl;
- CButton m_BrowseCtl;
- CString m_Host;
- CString m_LocalFile;
- CString m_RemoteFile;
- CString m_Type;
- CString m_strBSize;
- //}}AFX_DATA
-
-
-// Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CRequestDlg)
- public:
- virtual int DoModal();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
-// Implementation
-protected:
- CToolTipCtrl m_tooltip;
-
- // Generated message map functions
- //{{AFX_MSG(CRequestDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnRefresh();
- afx_msg void OnBrowse();
- afx_msg void OnChangeLocalfile();
- afx_msg void OnChangeRemotefile();
- afx_msg void OnEditchangeTalks();
- afx_msg void OnSelchangeTalks();
- afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
- afx_msg void OnDropFiles(HDROP hDropInfo);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
-};