?? _gmxy.cpp
字號:
// 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 "_gmxy.h"
/////////////////////////////////////////////////////////////////////////////
// C_GMXY
IMPLEMENT_DYNCREATE(C_GMXY, CWnd)
/////////////////////////////////////////////////////////////////////////////
// C_GMXY properties
/////////////////////////////////////////////////////////////////////////////
// C_GMXY operations
double C_GMXY::GetXCoord()
{
double result;
InvokeHelper(0x68030002, DISPATCH_PROPERTYGET, VT_R8, (void*)&result, NULL);
return result;
}
double C_GMXY::GetYCoord()
{
double result;
InvokeHelper(0x68030001, DISPATCH_PROPERTYGET, VT_R8, (void*)&result, NULL);
return result;
}
void C_GMXY::SetRefApplication(LPDISPATCH newValue)
{
static BYTE parms[] =
VTS_DISPATCH;
InvokeHelper(0x68030000, DISPATCH_PROPERTYPUTREF, VT_EMPTY, NULL, parms,
newValue);
}
BOOL C_GMXY::ValidateCoordinates()
{
BOOL result;
InvokeHelper(0x60030015, DISPATCH_METHOD, VT_BOOL, (void*)&result, NULL);
return result;
}
void C_GMXY::SetLabels(LPCTSTR strLabelX, LPCTSTR strLabelY)
{
static BYTE parms[] =
VTS_BSTR VTS_BSTR;
InvokeHelper(0x60030016, DISPATCH_METHOD, VT_EMPTY, NULL, parms,
strLabelX, strLabelY);
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -