dlgsendctrl.h
来自「网络文件传输,用于显示屏控制系统」· C头文件 代码 · 共 78 行
H
78 行
#if !defined(AFX_DLGSENDCTRL_H__A6C6D83C_1BF3_400D_B5E7_83F27EC593A9__INCLUDED_)
#define AFX_DLGSENDCTRL_H__A6C6D83C_1BF3_400D_B5E7_83F27EC593A9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Dlgsendctrl.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgsendctrl dialog
class CDlgsendctrl : public CDialog
{
// Construction
public:
BOOL bit_stop_threa;
CString changsize(unsigned __int64 size);
unsigned short psock;
CString strport;
CString strip;
CString destip;
CString add_destpath;
void updatalist();
CMenu PopMenu;
struct send_stru *head,*my,*add;
//struct send_stru *my,*add;
//int plist;
CDlgsendctrl(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgsendctrl)
enum { IDD = IDD_DIALOG22 };
CButton m_checkov;
CStatic m_destpath;
CListCtrl m_list;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgsendctrl)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgsendctrl)
virtual BOOL OnInitDialog();
afx_msg void OnButton1();
afx_msg void OnButton2();
afx_msg void OnButton3();
afx_msg void OnButton4();
afx_msg void OnButton5();
afx_msg void OnButton6();
afx_msg void OnDlg22add();
afx_msg void OnDlg22att();
afx_msg void OnDlg22clear();
afx_msg void OnDlg22dle();
afx_msg void OnDlg22down();
afx_msg void OnDlg22inser();
afx_msg void OnDlg22up();
afx_msg void OnRclickList1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnResend();
afx_msg void OnMenuitem32825();
// afx_msg void OnCheck2();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGSENDCTRL_H__A6C6D83C_1BF3_400D_B5E7_83F27EC593A9__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?