代码搜索:SCROLL

找到约 4,241 项符合「SCROLL」的源代码

代码结果 4,241
www.eeworm.com/read/262636/4310182

js scroll.dflt.js

DEFAULT = { 'clas' : { 'bck':'Back', 'aup':'ArrowUp', 'adn':'ArrowDn', 'itm':'ItemBody' }, 'size' : [200, 80], 'up' : 'aup.gif', 'dn' : 'adn.gif' }
www.eeworm.com/read/261473/4321911

js pz_scroll.js

// DIV-Scroll LIB 2000.08.30 // www.microbians.com / Gabriel Suchowolski power[z]one - powerz@microbians.com // // Distributed under the terms of the GNU Library General Public License // // This
www.eeworm.com/read/161438/5553416

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/161438/5553417

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
www.eeworm.com/read/161438/5553418

h scroll_dc.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/161438/5553419

rc scroll_dc.rc

#include "windows.h" #include "Scroll_DC.h" MYAPP ICON DISCARDABLE "GENERIC.ICO" MYAPP MENU DISCARDABLE BEGIN POPUP "&File" BEGIN MENUITEM "E&xit",
www.eeworm.com/read/161438/5553420

rc scroll_window.rc

#include "windows.h" #include "Scroll_Window.h" MYAPP ICON DISCARDABLE "GENERIC.ICO" MYAPP MENU DISCARDABLE BEGIN POPUP "&File" BEGIN MENUITEM "E&xit"
www.eeworm.com/read/161438/5553421

mak scroll_window.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/161438/5553422

h scroll_window.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/161438/5553423

cpp scroll_window.cpp

#include #include "Scroll_Window.h" #if defined (WIN32) #define IS_WIN32 TRUE #else #define IS_WIN32 FALSE #endif #define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0