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

📄 powerbar.rc

📁 windows ce 程序设计书 的源代码
💻 RC
字号:
//======================================================================
// Resource file
//
// Written for the book Programming Windows CE
// Copyright (C) 2003 Douglas Boling
//======================================================================
#include "windows.h"
#include "aygshell.h"
#include "todaycmn.h"
#include "PowerBar.h"

ID_ICON ICON "PowerBar.ico"
//----------------------------------------------------------------------
// Options dialog box template
//
IDD_TODAY_CUSTOM    DIALOG DISCARDABLE    0, 15, 134, 145
STYLE DS_CONTROL | WS_POPUP | WS_VISIBLE 
CAPTION "Settings"
BEGIN
    LTEXT    "Today : PowerBar Options", 
                       IDC_STATIC_TITLE,    4,   3, 124,  10

    ICON  ID_ICON,                    -1,   3,  20,  10,  10
    LTEXT "PowerBar - Written for the book Programming Windows \
           CE Copyright 2001 Douglas Boling"
                                      -1,  30,  20, 102,  30

    LTEXT "Bar Height",               -1,   3,  60, 124,  10
    AUTORADIOBUTTON "Short",    ID_SHORT,   7,  72, 124,  10
    AUTORADIOBUTTON "Medium",     ID_MED,   7,  84, 124,  10
    AUTORADIOBUTTON "Tall",      ID_TALL,   7,  96, 124,  10
END

⌨️ 快捷键说明

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