代码搜索:scroll
找到约 4,241 项符合「scroll」的源代码
代码结果 4,241
www.eeworm.com/read/197685/7977438
h scroll~3.h
// ScrollViewView.h : CScrollViewView 类的接口
//
#pragma once
class CScrollViewView : public CScrollView
{
protected: // 仅从序列化创建
CScrollViewView();
DECLARE_DYNCREATE(CScrollViewView)
www.eeworm.com/read/197685/7977440
sln scroll~1.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ScrollView", "ScrollView.vcproj", "{6FAC93E7-873C-4F84-85A4-C4464988FF8D}"
ProjectSec
www.eeworm.com/read/197685/7977442
cpp scroll~2.cpp
// ScrollViewDoc.cpp : CScrollViewDoc 类的实现
//
#include "stdafx.h"
#include "ScrollView.h"
#include "ScrollViewDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CScrollViewDoc
www.eeworm.com/read/197685/7977447
cpp scroll~3.cpp
// ScrollViewView.cpp : CScrollViewView 类的实现
//
#include "stdafx.h"
#include "ScrollView.h"
#include "ScrollViewDoc.h"
#include "ScrollViewView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#en
www.eeworm.com/read/197685/7977449
h scroll~1.h
// ScrollView.h : ScrollView 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // 主符号
// CS
www.eeworm.com/read/146081/12679103
vbw scroll02.vbw
Form1 = 22, 22, 412, 342, , 0, 0, 0, 0, C
Module1 = 0, 0, 0, 0, C
www.eeworm.com/read/141545/13001952
mak scroll_dc.mak
# Nmake macros for building Windows 32-Bit apps
all: Scroll~1.exe
# Update the resource if necessary
Scroll~1.res: Scroll~1.rc Scroll~1.h
rc -r -fo Scroll~1.res Scroll~1.rc
# Update t
www.eeworm.com/read/141545/13001954
cpp scroll_dc.cpp
#include
#include "Scroll_DC.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0x800