?? ~rightchannel.~h
字號:
#if !defined(AFX_RIGHTCHANNEL_H__ABF900AD_5B81_40AA_8135_C63332AA0EF0__INCLUDED_)
#define AFX_RIGHTCHANNEL_H__ABF900AD_5B81_40AA_8135_C63332AA0EF0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// RightChannel.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CRightChannel dialog
#include "../utils/filter_accel.h"
#include "../utils/GridStatic.h"
#include "../utils/GridStatic.h"
#include "../utils/label.h"
#include "../utils/TransButton.h"
#include "../utils/transck.h"
#include "../utils/TransGroup.h"
#include "../utils/TransRadio.h"
#include "../utils/update_data.h"
#include "../utils/video_mask.h"
#include "../utils/Separator.h"
#include "em_dlg.h"
#include "notif_opt.h"
class CRightChannel : public em_dlg<accel_dlg<CDialog> >
{
TREC_CHANNELTITLE opt;
void on_join();
void on_leave();
//virtual void on_get_ok(DWORD ip, USHORT port, NET_OPTIONS no, void* stuff);
//virtual void on_set_ok(DWORD ip, USHORT port, NET_OPTIONS no);
MSG1(on_get_ok);
MSG1(on_set_ok);
MSG1(on_logged_out);
CString get_alias();
video_mask* mask;
void update_mask();
// Construction
public:
CRightChannel(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CRightChannel)
enum { IDD = IDD_RIGHT_CHANNELS };
CSeparator m_s;
CTransRadio m_rd2;
CTransRadio m_rd1;
CComboBox m_cbwhich;
CComboBox m_cbchannel;
CTransButton m_btn_set;
CTransButton m_btn_refresh;
CLabel m_title;
CGridStatic m_grid;
CTransGroup m_6;
CTransGroup m_2;
CLabel m_7;
CLabel m_5;
CLabel m_4;
CLabel m_3;
CLabel m_1;
int m_channel;
int m_motor;
int m_which;
CString m_channel_title;
int m_video_lost_alert;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CRightChannel)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
LRESULT on_update_data(WPARAM, LPARAM);
// Generated message map functions
//{{AFX_MSG(CRightChannel)
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeWhich();
afx_msg void OnRefresh();
afx_msg void OnSelchangeChannel();
afx_msg void OnSet();
afx_msg void OnRadio1();
afx_msg void OnVideoLostAlert();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_RIGHTCHANNEL_H__ABF900AD_5B81_40AA_8135_C63332AA0EF0__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -