📄 progctrlvolume.cpp
字号:
// ProgCtrlVolume.cpp : implementation file
//
#include "stdafx.h"
#include "MyMp3sec.h"
#include "ProgCtrlVolume.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// ProgCtrlVolume
ProgCtrlVolume::ProgCtrlVolume()
{
pDCBackk=new CDC;
pDCForee=new CDC;
}
ProgCtrlVolume::~ProgCtrlVolume()
{
}
BEGIN_MESSAGE_MAP(ProgCtrlVolume, CStatic)
//{{AFX_MSG_MAP(ProgCtrlVolume)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// ProgCtrlVolume message handlers
void ProgCtrlVolume::SetRangee(int nLower, int nUpper)
{
}
int ProgCtrlVolume::SetStepp(int nStep)
{
return 1;
}
int ProgCtrlVolume::SetPoss(int nPos)
{
return 1;
}
int ProgCtrlVolume::StepAdd()
{
return 1;
}
int ProgCtrlVolume::StepSub()
{
return 1;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -