代码搜索:SCROLL
找到约 4,241 项符合「SCROLL」的源代码
代码结果 4,241
www.eeworm.com/read/161438/5553479
rc scroll1.rc
#include "windows.h"
#include "Scroll1.h"
MYAPP ICON DISCARDABLE "GENERIC.ICO"
MYAPP MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit",
www.eeworm.com/read/161438/5553480
mak scroll1.mak
# Nmake macros for building Windows 32-Bit apps
all: Scroll1.exe
# Update the resource if necessary
Scroll1.res: Scroll1.rc Scroll1.h
rc -r -fo Scroll1.res Scroll1.rc
# Update the obj
www.eeworm.com/read/161438/5553481
cpp scroll1.cpp
#include
#include "Scroll1.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0x80000
www.eeworm.com/read/161438/5553482
h scroll1.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM
www.eeworm.com/read/154890/5631279
h fl_scroll.h
//
// "$Id: Fl_Scroll.H,v 1.1.1.1 2003/08/07 21:18:38 jasonk Exp $"
//
// Scroll header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-1999 by Bill Spitzak and others.
//
// This librar
www.eeworm.com/read/154890/5631458
cxx fl_scroll.cxx
//
// "$Id: Fl_Scroll.cxx,v 1.1.1.1 2003/08/07 21:18:40 jasonk Exp $"
//
// Scroll widget for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-1999 by Bill Spitzak and others.
//
// This library i
www.eeworm.com/read/474184/6816145
frm zoom_scroll.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 6045
ClientLeft = 60
ClientTop = 450
ClientWidth = 9225
LinkTopic
www.eeworm.com/read/474184/6816146
vbp zoom_scroll.vbp
Type=Exe
Form=Zoom_Scroll.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\WINDOWS\system32\stdole2.tlb#OLE Automation
IconForm="Form1"
Startup="Form1"
Command32=""
Name
www.eeworm.com/read/473568/6846344
bmp scroll1.bmp
www.eeworm.com/read/473568/6846345