代码搜索:PView
找到约 1,218 项符合「PView」的源代码
代码结果 1,218
www.eeworm.com/read/363817/9935087
cpp cpolybezier.cpp
#include "stdafx.h"
#include "CPolyBezier.h"
#include "EastDrawView.h"
IMPLEMENT_SERIAL(CPolyBezier,CUnit,1)
CPolyBezier::CPolyBezier()
{
CUnit::Initial();
m_HaveDrawFirst=false;
}
void
www.eeworm.com/read/363817/9935150
cpp cellipsearc.cpp
#include"stdafx.h"
#include"CEllipseArc.h"
#include "EastDrawView.h"
IMPLEMENT_SERIAL(CEllipseArc,CUnit,1)
CEllipseArc::CEllipseArc()
{
CUnit::Initial();
m_IsDrawingArc=false;
m_IsCirCu=false;
www.eeworm.com/read/363817/9935178
cpp cellipse.cpp
#include "stdafx.h"
#include"CEllipse.h"
#include"EastDrawView.h"
IMPLEMENT_SERIAL(CEllipse,CUnit,1)
void CEllipse::DrawStatic(CDC*pDC)
{
CPen m_pen;
CBrush m_brush;
int oldDrawingMode
www.eeworm.com/read/166486/10017830
txt publicfiles_htaccess.txt
# Disable listing of user files
DirectoryIndex index.php
Options -Indexes
# Disable php in userfiles directory (recommended!!!!)
RemoveType php
php_flag engine 0
www.eeworm.com/read/166486/10018446
htaccess .htaccess
# Disable listing of user files
DirectoryIndex index.php
Options -Indexes
# Disable php in userfiles directory (recommended!!!!)
RemoveType php
php_flag engine 0
www.eeworm.com/read/165191/10072805
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "ViewCDib.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char
www.eeworm.com/read/161842/10364506
cpp classbrowsertree.cpp
// ClassBrowserTree.cpp : implementation file
//
#include "stdafx.h"
#include "VisualJava.h"
#include "ClassBrowserTree.h"
#include "JavaDeclManager.h"
#include "VisualJavaView.h"
#include "V
www.eeworm.com/read/424443/10447381
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "WanGuan.h"
#include "cmdView.h"
#include "WanGuanView.h"
#include "BottomDlg.h"
#include "MainFrm.h"
www.eeworm.com/read/353322/10454522
dpr mmfshare.dpr
program MMFShare;
{$R 'MMFShare.res' 'MMFShare.rc'}
uses Windows, Messages;
const
IDD_MMFSHARE = 1;
IDI_MMFSHARE = 102;
IDC_DATA = 100;
IDC_CREATEFILE = 101;
IDC_OPEN
www.eeworm.com/read/423877/10528474
cpp termsock.cpp
//
// TERMSOCK.CPP -- Socket derived from CAsynCAsyncSocket
//
#include "stdafx.h"
#include "wsterm.h"
#include "doc.h"
#include "termsock.h"
#include "view.h"
#ifdef _DEBUG
#undef THIS