⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 polyline.rc

📁 英文版的 想要的话可以下载了 为大家服务
💻 RC
字号:
/*
 * POLYLINE.RC
 * Polyline Component Chapter 23
 *
 * 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\0", "\0"
       VALUE "FileDescription", "Polyline Object 1.0", "\0"
       VALUE "FileVersion",     "1.00\0", "\0"
       VALUE "InternalName",    "POLY23.DLL", "\0"
       VALUE "LegalCopyright",  "Copyright \251 1993-1995 Microsoft Corp.", "\0"
       VALUE "OriginalFilename","POLY23.DLL", "\0"
       VALUE "ProductName",     "Polyline Object 1.0", "\0"
       VALUE "ProductVersion",  "1.00\0"
      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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -