- 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
POLYLINE.RC
Package: MSDN_VC98.zip [view]
Upload User: bangxh
Upload Date: 2007-01-31
Package Size: 42235k
Code Size: 3k
Category:
Windows Develop
Development Platform:
Visual C++
- /*
- * POLYLINE.RC
- * Polyline Component Chapter 21
- *
- * Resources for the Polyline object (just the version information)
- *
- * Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved
- *
- * Kraig Brockschmidt, Microsoft
- * Internet : kraigb@microsoft.com
- * Compuserve: >INTERNET:kraigb@microsoft.com
- */
- #include <windows.h>
- #ifdef WIN32
- #include <winver.h>
- #else
- #include <ver.h>
- #endif
- #include "resource.h"
- //This is the default for iconic representations.
- IDR_ICON ICON polyline.ico
- //This dialog is used to edit the Polyline
- IDD_EDITDIALOG DIALOG 6, 18, 258, 152
- STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU
- CAPTION "Polyline"
- FONT 8, "MS Sans Serif"
- BEGIN
- CONTROL "", ID_POLYLINERECT, "Static", SS_BLACKFRAME
- , 8, 12, 134, 132
- PUSHBUTTON "&Close", IDOK, 178, 6, 56, 14
- PUSHBUTTON "&Undo", ID_UNDO, 178, 24, 56, 14
- PUSHBUTTON "&Background...", ID_COLORBACK, 178, 54, 56, 14
- PUSHBUTTON "&Line...", ID_COLORLINE, 178, 72, 56, 14
- GROUPBOX "Colors", ID_GROUPCOLORS, 158, 42, 94, 48
- GROUPBOX "Figure", ID_GROUPFIGURE, 2, 0, 146, 148
- GROUPBOX "Line Styles", ID_GROUPSTYLES, 158, 94, 94, 54
- CONTROL "&Solid", ID_LINESOLID, "Button",
- BS_AUTORADIOBUTTON | WS_GROUP, 166, 106, 32, 10
- CONTROL "&Dash", ID_LINEDASH, "Button"
- , BS_AUTORADIOBUTTON, 216
- , 106, 32, 10
- CONTROL "Da&sh-Dot-Dot", ID_LINEDASHDOTDOT, "Button"
- , BS_AUTORADIOBUTTON, 166, 134, 80, 10
- CONTROL "D&ot", ID_LINEDOT, "Button"
- , BS_AUTORADIOBUTTON, 216
- , 120, 32, 10
- CONTROL "D&ash-Dot", ID_LINEDASHDOT, "Button"
- , BS_AUTORADIOBUTTON, 166, 120, 48, 10
- END
- STRINGTABLE
- BEGIN
- IDS_STORAGEFORMAT, "Polyline Figure"
- IDS_USERTYPE, "Polyline Figure"
- IDS_CLOSECAPTION, "Polyline"
- IDS_CLOSEPROMPT, "Object has changed. Do you wish to update it?"
- END
- VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,0,0,0
- PRODUCTVERSION 1,0,0,0
- FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
- #ifndef DEBUG
- FILEFLAGS 0
- #else
- FILEFLAGS VS_FF_DEBUG | VS_FF_PRERELEASE
- #endif
- #ifdef WIN32
- FILEOS VOS_NT_WINDOWS32
- #else
- FILEOS VOS_DOS_WINDOWS16
- #endif
- FILETYPE VFT_DLL
- FILESUBTYPE VFT_UNKNOWN
- BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- #ifdef UNICODE
- BLOCK "040904B0" // Lang=US English, CharSet=Unicode
- #else
- BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
- #endif
- BEGIN
- VALUE "CompanyName", "Microsoft Corporation", ""
- VALUE "FileDescription", "Polyline Object 1.0", ""
- VALUE "FileVersion", "1.00", ""
- VALUE "InternalName", "POLY21.DLL", ""
- VALUE "LegalCopyright", "Copyright 251 1993-1995 Microsoft Corp.", ""
- VALUE "OriginalFilename","POLY21.DLL", ""
- VALUE "ProductName", "Polyline Object 1.0", ""
- VALUE "ProductVersion", "1.00"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- #ifdef UNICODE
- VALUE "Translation", 0x409, 1200 //English (0x409), Unicode (1200)
- #else
- VALUE "Translation", 0x409, 1252 //English (0x409), ANSI (1252)
- #endif
- END
- END