Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
ScrollerTest.rc
Package: ScrollerTest.rar [view]
Upload User: zengj883
Upload Date: 2013-02-03
Package Size: 670k
Code Size: 6k
Category:
SourceCode/Document
Development Platform:
C/C++
- //Microsoft Developer Studio generated resource script.
- //
- #include "resource.h"
- #define APSTUDIO_READONLY_SYMBOLS
- /////////////////////////////////////////////////////////////////////////////
- //
- // Generated from the TEXTINCLUDE 2 resource.
- //
- #include "afxres.h"
- /////////////////////////////////////////////////////////////////////////////
- #undef APSTUDIO_READONLY_SYMBOLS
- /////////////////////////////////////////////////////////////////////////////
- // English (U.S.) resources
- #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
- #ifdef _WIN32
- LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
- #pragma code_page(1252)
- #endif //_WIN32
- #ifdef APSTUDIO_INVOKED
- /////////////////////////////////////////////////////////////////////////////
- //
- // TEXTINCLUDE
- //
- 1 TEXTINCLUDE MOVEABLE PURE
- BEGIN
- "resource.h"
- END
- 2 TEXTINCLUDE MOVEABLE PURE
- BEGIN
- "#include ""afxres.h""rn"
- ""
- END
- 3 TEXTINCLUDE MOVEABLE PURE
- BEGIN
- "#define _AFX_NO_SPLITTER_RESOURCESrn"
- "#define _AFX_NO_OLE_RESOURCESrn"
- "#define _AFX_NO_TRACKER_RESOURCESrn"
- "#define _AFX_NO_PROPERTY_RESOURCESrn"
- "rn"
- "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
- "LANGUAGE 9, 1rn"
- "#pragma code_page(1252)rn"
- "#include ""res\ScrollerTest.rc2"" // non-Microsoft Visual C++ edited resourcesrn"
- "#include ""afxres.rc"" // Standard componentsrn"
- "#endifrn"
- ""
- END
- #endif // APSTUDIO_INVOKED
- /////////////////////////////////////////////////////////////////////////////
- //
- // Icon
- //
- // Icon with lowest ID value placed first to ensure application icon
- // remains consistent on all systems.
- IDR_MAINFRAME ICON DISCARDABLE "res\ScrollerTest.ico"
- /////////////////////////////////////////////////////////////////////////////
- //
- // Dialog
- //
- IDD_SCROLLERTEST_DIALOG DIALOGEX 0, 0, 320, 200
- STYLE DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION |
- WS_SYSMENU | WS_THICKFRAME
- EXSTYLE WS_EX_APPWINDOW
- CAPTION "Scroller Test"
- FONT 8, "MS Shell Dlg", 0, 0, 0x1
- BEGIN
- END
- IDD_TIPS DIALOGEX 0, 0, 156, 48
- STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CLIPCHILDREN | WS_CAPTION
- EXSTYLE WS_EX_PALETTEWINDOW
- CAPTION "Tips:"
- FONT 8, "MS Shell Dlg", 400, 0, 0x1
- BEGIN
- END
- #ifndef _MAC
- /////////////////////////////////////////////////////////////////////////////
- //
- // Version
- //
- VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,0,0,1
- PRODUCTVERSION 1,0,0,1
- FILEFLAGSMASK 0x3fL
- #ifdef _DEBUG
- FILEFLAGS 0x1L
- #else
- FILEFLAGS 0x0L
- #endif
- FILEOS 0x4L
- FILETYPE 0x1L
- FILESUBTYPE 0x0L
- BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "040904e4"
- BEGIN
- VALUE "CompanyName", "TODO: <Company name>"
- VALUE "FileDescription", "TODO: <File description>"
- VALUE "FileVersion", "1.0.0.1"
- VALUE "InternalName", "ScrollerTest.exe"
- VALUE "LegalCopyright", "TODO: (c) <Company name>. All rights reserved."
- VALUE "OriginalFilename", "ScrollerTest.exe"
- VALUE "ProductName", "TODO: <Product name>"
- VALUE "ProductVersion", "1.0.0.1"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x409, 1252
- END
- END
- #endif // !_MAC
- /////////////////////////////////////////////////////////////////////////////
- //
- // DESIGNINFO
- //
- #ifdef APSTUDIO_INVOKED
- GUIDELINES DESIGNINFO MOVEABLE PURE
- BEGIN
- IDD_SCROLLERTEST_DIALOG, DIALOG
- BEGIN
- LEFTMARGIN, 7
- RIGHTMARGIN, 313
- TOPMARGIN, 7
- BOTTOMMARGIN, 193
- END
- IDD_TIPS, DIALOG
- BEGIN
- LEFTMARGIN, 7
- RIGHTMARGIN, 149
- TOPMARGIN, 7
- BOTTOMMARGIN, 41
- END
- END
- #endif // APSTUDIO_INVOKED
- /////////////////////////////////////////////////////////////////////////////
- //
- // RT_MANIFEST
- //
- IDR_MANIFEST RT_MANIFEST MOVEABLE PURE "res\ScrollerTest.manifest"
- /////////////////////////////////////////////////////////////////////////////
- //
- // Bitmap
- //
- IDB_SCROLLER BITMAP MOVEABLE PURE "res\Scroller.bmp"
- IDB_BACKGROUND2 BITMAP MOVEABLE PURE "res\texture.BMP"
- IDB_BACKGROUND BITMAP MOVEABLE PURE "res\flowers.bmp"
- /////////////////////////////////////////////////////////////////////////////
- //
- // String Table
- //
- STRINGTABLE DISCARDABLE
- BEGIN
- IDS_INTRO "Motivation:nWell... i was bored the other day, and not wanting to do anything necessary, decided to write a little autoscroller. It turned out quite nicely, so i'm posting it here in the off chance it might be useful to someone else. nnDescription:nAn autoscroller is a control that displays text, scrolling it automatically at a pre-determined speed. They are generally used for displaying credits in about dialogs, or other such trivial tasks; by design they are not friendly enough to be used for displaying important things, since users will be frustrated if they read faster or slower than the text is scrolled. My scroller has an optional scrollbar though, just to make it easier for such users should it ever be used to display text they will actually want to read.nnnnnnnSee ScrollerTest.html for the rest.nHave fun!nnnnnn"
- END
- #endif // English (U.S.) resources
- /////////////////////////////////////////////////////////////////////////////
- #ifndef APSTUDIO_INVOKED
- /////////////////////////////////////////////////////////////////////////////
- //
- // Generated from the TEXTINCLUDE 3 resource.
- //
- #define _AFX_NO_SPLITTER_RESOURCES
- #define _AFX_NO_OLE_RESOURCES
- #define _AFX_NO_TRACKER_RESOURCES
- #define _AFX_NO_PROPERTY_RESOURCES
- #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
- LANGUAGE 9, 1
- #pragma code_page(1252)
- #include "resScrollerTest.rc2" // non-Microsoft Visual C++ edited resources
- #include "afxres.rc" // Standard components
- #endif
- /////////////////////////////////////////////////////////////////////////////
- #endif // not APSTUDIO_INVOKED