⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 slider.cpp

📁 音频水印水印算法
💻 CPP
📖 第 1 页 / 共 2 页
字号:
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++

// NOTE: Do not modify the contents of this file.  If this class is regenerated by
//  Microsoft Visual C++, your modifications will be overwritten.


#include "stdafx.h"
#include "slider.h"

// Dispatch interfaces referenced by this interface
#include "picture.h"
#include "font.h"

/////////////////////////////////////////////////////////////////////////////
// CSlider

IMPLEMENT_DYNCREATE(CSlider, CWnd)

/////////////////////////////////////////////////////////////////////////////
// CSlider properties

CPicture CSlider::GetBackPicture()
{
	LPDISPATCH pDispatch;
	GetProperty(0x1, VT_DISPATCH, (void*)&pDispatch);
	return CPicture(pDispatch);
}

void CSlider::SetBackPicture(LPDISPATCH propVal)
{
	SetProperty(0x1, VT_DISPATCH, propVal);
}

CString CSlider::GetCaption()
{
	CString result;
	GetProperty(DISPID_CAPTION, VT_BSTR, (void*)&result);
	return result;
}

void CSlider::SetCaption(LPCTSTR propVal)
{
	SetProperty(DISPID_CAPTION, VT_BSTR, propVal);
}

unsigned long CSlider::GetCaptionColor()
{
	unsigned long result;
	GetProperty(0x2, VT_I4, (void*)&result);
	return result;
}

void CSlider::SetCaptionColor(unsigned long propVal)
{
	SetProperty(0x2, VT_I4, propVal);
}

short CSlider::GetCaptionFontID()
{
	short result;
	GetProperty(0x3, VT_I2, (void*)&result);
	return result;
}

void CSlider::SetCaptionFontID(short propVal)
{
	SetProperty(0x3, VT_I2, propVal);
}

short CSlider::GetCaptions()
{
	short result;
	GetProperty(0x4, VT_I2, (void*)&result);
	return result;
}

void CSlider::SetCaptions(short propVal)
{
	SetProperty(0x4, VT_I2, propVal);
}

double CSlider::GetCaptionX()
{
	double result;
	GetProperty(0x5, VT_R8, (void*)&result);
	return result;
}

void CSlider::SetCaptionX(double propVal)
{
	SetProperty(0x5, VT_R8, propVal);
}

double CSlider::GetCaptionY()
{
	double result;
	GetProperty(0x6, VT_R8, (void*)&result);
	return result;
}

void CSlider::SetCaptionY(double propVal)
{
	SetProperty(0x6, VT_R8, propVal);
}

unsigned long CSlider::GetTicColor()
{
	unsigned long result;
	GetProperty(0x7, VT_I4, (void*)&result);
	return result;
}

void CSlider::SetTicColor(unsigned long propVal)
{
	SetProperty(0x7, VT_I4, propVal);
}

double CSlider::GetTicDelta()
{
	double result;
	GetProperty(0x8, VT_R8, (void*)&result);
	return result;
}

void CSlider::SetTicDelta(double propVal)
{
	SetProperty(0x8, VT_R8, propVal);
}

short CSlider::GetTicFontID()
{
	short result;
	GetProperty(0x9, VT_I2, (void*)&result);
	return result;
}

void CSlider::SetTicFontID(short propVal)
{
	SetProperty(0x9, VT_I2, propVal);
}

double CSlider::GetTicInner()
{
	double result;
	GetProperty(0xa, VT_R8, (void*)&result);
	return result;
}

void CSlider::SetTicInner(double propVal)
{
	SetProperty(0xa, VT_R8, propVal);
}

BOOL CSlider::GetTicLabelOn()
{
	BOOL result;
	GetProperty(0xb, VT_BOOL, (void*)&result);
	return result;
}

void CSlider::SetTicLabelOn(BOOL propVal)
{
	SetProperty(0xb, VT_BOOL, propVal);
}

double CSlider::GetTicLabelPosition()
{
	double result;
	GetProperty(0xc, VT_R8, (void*)&result);
	return result;
}

void CSlider::SetTicLabelPosition(double propVal)
{
	SetProperty(0xc, VT_R8, propVal);
}

double CSlider::GetTicOuter()
{
	double result;
	GetProperty(0xd, VT_R8, (void*)&result);
	return result;
}

void CSlider::SetTicOuter(double propVal)
{
	SetProperty(0xd, VT_R8, propVal);
}

short CSlider::GetTics()
{
	short result;
	GetProperty(0xe, VT_I2, (void*)&result);
	return result;
}

void CSlider::SetTics(short propVal)
{
	SetProperty(0xe, VT_I2, propVal);
}

double CSlider::GetTicStart()
{
	double result;
	GetProperty(0xf, VT_R8, (void*)&result);
	return result;
}

void CSlider::SetTicStart(double propVal)
{
	SetProperty(0xf, VT_R8, propVal);
}

double CSlider::GetTicStop()
{
	double result;
	GetProperty(0x10, VT_R8, (void*)&result);
	return result;
}

void CSlider::SetTicStop(double propVal)
{
	SetProperty(0x10, VT_R8, propVal);
}

CString CSlider::GetTicShape()
{
	CString result;
	GetProperty(0x11, VT_BSTR, (void*)&result);
	return result;
}

void CSlider::SetTicShape(LPCTSTR propVal)
{
	SetProperty(0x11, VT_BSTR, propVal);
}

double CSlider::GetTicWidth()
{
	double result;
	GetProperty(0x12, VT_R8, (void*)&result);
	return result;
}

void CSlider::SetTicWidth(double propVal)
{
	SetProperty(0x12, VT_R8, propVal);
}

long CSlider::GetTicStyle()
{
	long result;
	GetProperty(0x13, VT_I4, (void*)&result);
	return result;
}

void CSlider::SetTicStyle(long propVal)
{
	SetProperty(0x13, VT_I4, propVal);
}

BOOL CSlider::GetDigital()
{
	BOOL result;
	GetProperty(0x14, VT_BOOL, (void*)&result);
	return result;
}

void CSlider::SetDigital(BOOL propVal)
{
	SetProperty(0x14, VT_BOOL, propVal);
}

unsigned long CSlider::GetDigitalColor()
{
	unsigned long result;
	GetProperty(0x15, VT_I4, (void*)&result);
	return result;
}

void CSlider::SetDigitalColor(unsigned long propVal)
{
	SetProperty(0x15, VT_I4, propVal);
}

short CSlider::GetDigitalDecimals()
{
	short result;
	GetProperty(0x16, VT_I2, (void*)&result);
	return result;
}

void CSlider::SetDigitalDecimals(short propVal)
{
	SetProperty(0x16, VT_I2, propVal);
}

short CSlider::GetDigitalFontID()
{
	short result;
	GetProperty(0x17, VT_I2, (void*)&result);
	return result;
}

void CSlider::SetDigitalFontID(short propVal)
{
	SetProperty(0x17, VT_I2, propVal);
}

double CSlider::GetDigitalX()
{
	double result;
	GetProperty(0x18, VT_R8, (void*)&result);
	return result;
}

void CSlider::SetDigitalX(double propVal)
{
	SetProperty(0x18, VT_R8, propVal);
}

double CSlider::GetDigitalY()
{
	double result;
	GetProperty(0x19, VT_R8, (void*)&result);
	return result;
}

void CSlider::SetDigitalY(double propVal)
{
	SetProperty(0x19, VT_R8, propVal);
}

double CSlider::GetBarInner()
{
	double result;
	GetProperty(0x1a, VT_R8, (void*)&result);
	return result;
}

void CSlider::SetBarInner(double propVal)
{
	SetProperty(0x1a, VT_R8, propVal);
}

double CSlider::GetBarOuter()
{
	double result;
	GetProperty(0x1b, VT_R8, (void*)&result);
	return result;
}

void CSlider::SetBarOuter(double propVal)
{
	SetProperty(0x1b, VT_R8, propVal);
}

unsigned long CSlider::GetKnobColor()
{
	unsigned long result;
	GetProperty(0x1c, VT_I4, (void*)&result);
	return result;
}

void CSlider::SetKnobColor(unsigned long propVal)
{
	SetProperty(0x1c, VT_I4, propVal);
}

double CSlider::GetKnobInner()
{
	double result;
	GetProperty(0x1d, VT_R8, (void*)&result);
	return result;
}

void CSlider::SetKnobInner(double propVal)
{
	SetProperty(0x1d, VT_R8, propVal);
}

double CSlider::GetKnobOuter()
{
	double result;
	GetProperty(0x1e, VT_R8, (void*)&result);
	return result;
}

void CSlider::SetKnobOuter(double propVal)
{
	SetProperty(0x1e, VT_R8, propVal);
}

double CSlider::GetKnobWidth()
{
	double result;
	GetProperty(0x1f, VT_R8, (void*)&result);
	return result;
}

void CSlider::SetKnobWidth(double propVal)
{
	SetProperty(0x1f, VT_R8, propVal);
}

CPicture CSlider::GetKnobPicture()
{
	LPDISPATCH pDispatch;
	GetProperty(0x20, VT_DISPATCH, (void*)&pDispatch);
	return CPicture(pDispatch);
}

void CSlider::SetKnobPicture(LPDISPATCH propVal)
{
	SetProperty(0x20, VT_DISPATCH, propVal);
}

long CSlider::GetKnobStyle()
{
	long result;
	GetProperty(0x21, VT_I4, (void*)&result);
	return result;
}

void CSlider::SetKnobStyle(long propVal)
{
	SetProperty(0x21, VT_I4, propVal);
}

CString CSlider::GetKnobUserDefined()
{
	CString result;
	GetProperty(0x22, VT_BSTR, (void*)&result);
	return result;
}

void CSlider::SetKnobUserDefined(LPCTSTR propVal)
{
	SetProperty(0x22, VT_BSTR, propVal);
}

double CSlider::GetMax()
{
	double result;
	GetProperty(0x23, VT_R8, (void*)&result);
	return result;
}

void CSlider::SetMax(double propVal)
{
	SetProperty(0x23, VT_R8, propVal);
}

double CSlider::GetMin()
{
	double result;
	GetProperty(0x24, VT_R8, (void*)&result);
	return result;
}

void CSlider::SetMin(double propVal)
{
	SetProperty(0x24, VT_R8, propVal);
}

unsigned long CSlider::GetOffColor()
{
	unsigned long result;
	GetProperty(0x25, VT_I4, (void*)&result);
	return result;
}

void CSlider::SetOffColor(unsigned long propVal)
{
	SetProperty(0x25, VT_I4, propVal);
}

CPicture CSlider::GetOffPicture()
{
	LPDISPATCH pDispatch;
	GetProperty(0x26, VT_DISPATCH, (void*)&pDispatch);
	return CPicture(pDispatch);
}

void CSlider::SetOffPicture(LPDISPATCH propVal)
{
	SetProperty(0x26, VT_DISPATCH, propVal);
}

unsigned long CSlider::GetOnColor()
{
	unsigned long result;
	GetProperty(0x27, VT_I4, (void*)&result);
	return result;
}

void CSlider::SetOnColor(unsigned long propVal)
{
	SetProperty(0x27, VT_I4, propVal);
}

CPicture CSlider::GetOnPicture()
{
	LPDISPATCH pDispatch;
	GetProperty(0x28, VT_DISPATCH, (void*)&pDispatch);
	return CPicture(pDispatch);
}

void CSlider::SetOnPicture(LPDISPATCH propVal)
{
	SetProperty(0x28, VT_DISPATCH, propVal);
}

CString CSlider::GetShape()
{
	CString result;
	GetProperty(0x29, VT_BSTR, (void*)&result);
	return result;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -