📄 filesend1dlg.h
字号:
// Filesend1Dlg.h : header file
//
#define WM_SOCKET1WRONG WM_USER+100
#define WM_SOURCE1WRONG WM_USER+200
#define WM_SOCKET2WRONG WM_USER+300
#define WM_SOURCE2WRONG WM_USER+400
#define WM_SOCKET3WRONG WM_USER+500
#define WM_SOURCE3WRONG WM_USER+600
#define WM_SOCKET4WRONG WM_USER+700
#define WM_SOURCE4WRONG WM_USER+800
#define WM_SOCKET5WRONG WM_USER+900
#define WM_SOURCE5WRONG WM_USER+1000
#define WM_SENDSERIAL1 WM_USER+1100
#define WM_SENDSERIAL2 WM_USER+1200
#define WM_SENDSERIAL3 WM_USER+1300
#define WM_SENDSERIAL4 WM_USER+1400
#define WM_SENDSERIAL5 WM_USER+1500
#if !defined(AFX_FILESEND1DLG_H__F84B6AF7_981F_41B7_83EB_17355ED24FBC__INCLUDED_)
#define AFX_FILESEND1DLG_H__F84B6AF7_981F_41B7_83EB_17355ED24FBC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CFilesend1Dlg dialog
class CFilesend1Dlg : public CDialog
{
// Construction
public:
void GetFileName5(const char *dir, const char *filespec);
void GetFileName4(const char *dir, const char *filespec);
void GetFileName3(const char *dir, const char *filespec);
void GetFileName2(const char *dir, const char *filespec);
void GetFileName1(const char *dir, const char *filespec);
CFilesend1Dlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CFilesend1Dlg)
enum { IDD = IDD_FILESEND1_DIALOG };
CEdit m_OutputCtrl;
CString m_Fileaddr1;
CString m_Fileaddr2;
CString m_Fileaddr3;
CString m_Fileaddr4;
CString m_Fileaddr5;
CString m_Output;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFilesend1Dlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CFilesend1Dlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnHelp();
afx_msg void OnBrowse1();
afx_msg void OnBrowse2();
afx_msg void OnBrowse3();
afx_msg void OnBrowse4();
afx_msg void OnBrowse5();
afx_msg void OnSend1();
afx_msg void OnSend2();
afx_msg void OnSend3();
afx_msg void OnSend4();
afx_msg void OnSend5();
afx_msg void OnFile1();
afx_msg void OnFile2();
afx_msg void OnFile3();
afx_msg void OnFile4();
afx_msg void OnFile5();
afx_msg void OnAuto();
afx_msg void OnSingle();
afx_msg void OnStop();
afx_msg void OnNewucl();
afx_msg void OnStop1();
afx_msg void OnStop2();
afx_msg void OnStop3();
afx_msg void OnStop4();
afx_msg void OnStop5();
afx_msg void OnDestroy();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
afx_msg void OnSource1Wrong(WPARAM wParam,LPARAM lParam);
afx_msg void OnSocket1Wrong(WPARAM wParam,LPARAM lParam);
afx_msg void OnSource2Wrong(WPARAM wParam,LPARAM lParam);
afx_msg void OnSocket2Wrong(WPARAM wParam,LPARAM lParam);
afx_msg void OnSource3Wrong(WPARAM wParam,LPARAM lParam);
afx_msg void OnSocket3Wrong(WPARAM wParam,LPARAM lParam);
afx_msg void OnSource4Wrong(WPARAM wParam,LPARAM lParam);
afx_msg void OnSocket4Wrong(WPARAM wParam,LPARAM lParam);
afx_msg void OnSource5Wrong(WPARAM wParam,LPARAM lParam);
afx_msg void OnSocket5Wrong(WPARAM wParam,LPARAM lParam);
afx_msg void OnSendSerial1(WPARAM wParam,LPARAM lParam);
afx_msg void OnSendSerial2(WPARAM wParam,LPARAM lParam);
afx_msg void OnSendSerial3(WPARAM wParam,LPARAM lParam);
afx_msg void OnSendSerial4(WPARAM wParam,LPARAM lParam);
afx_msg void OnSendSerial5(WPARAM wParam,LPARAM lParam);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FILESEND1DLG_H__F84B6AF7_981F_41B7_83EB_17355ED24FBC__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -