代码搜索:scroll

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

代码结果 4,241
www.eeworm.com/read/215849/15043806

gif scroll_09.gif

www.eeworm.com/read/215849/15043808

gif scroll_01.gif

www.eeworm.com/read/114046/15117092

vbw samurai_scroll.vbw

FrmSplash = 44, 44, 474, 390, , 22, 22, 452, 368, C FrmMain = 22, 22, 452, 368, Z, 88, 88, 518, 434, C Module1 = 44, 44, 474, 390,
www.eeworm.com/read/114046/15117154

vbp samurai_scroll.vbp

Type=Exe Form=FrmSplash.frm Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\SYSTEM\stdole2.tlb#OLE Automation Form=FrmMain.frm Module=Module1; Module1.bas IconForm="FrmSplash"
www.eeworm.com/read/114046/15117190

exe samurai_scroll.exe

www.eeworm.com/read/206867/15286967

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/206867/15286968

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/206867/15286969

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/206867/15286970

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/206867/15286971

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"