📄 advbacklight.rc
字号:
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* Use of this source code is subject to the terms of the Microsoft end-user
* license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
* If you did not accept the terms of the EULA, you are not authorized to use
* this source code. For a copy of the EULA, please see the LICENSE.RTF on your
* install media.
*
* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
* ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
* PARTICULAR PURPOSE.
*
* Copyright (C) 2003, Motorola Inc. All Rights Reserved
*
* File: APPS/ADVBACKLIGHT/advbacklight.rc
* Purpose:
*
* Notes: This is for WinCE only
*
* Author:
* Date:
*
* Modifications:
* MM/DD/YYYY Initials Change description
* 11/28/2003 SYF Modified to support runtime backlight levels
*
*/
//#define CHN
#ifndef CHN
#include "resource.h"
#include "windows.h"
IDD_DLG DIALOG DISCARDABLE 0, 0, 132, 82
STYLE WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | DS_CONTROL
BEGIN
LTEXT "Backlight Brightness:", IDC_STATIC, 5,4,245,8
LTEXT "Low",IDC_STATIC,5,28,18,8 // must be *before* the button & have the same mnemonic
CONTROL "",IDC_TRACKBAR_BATT,"msctls_trackbar32",0x5|WS_TABSTOP,23,34,84,20
LTEXT "High",IDC_STATIC,110,28,20,8 // must be *before* the button & have the same mnemonic
END
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
/////////////////////////////////////////////////////////////////////////////
STRINGTABLE DISCARDABLE
BEGIN
IDS_PRSHTITLE "Advanced Backlight Options"
IDS_PRSHDIALOG "Settings"
END
/////////////////////////////////////////////////////////////////////////////
#else /* CHN */
//Microsoft Windows CE Platform Builder generated resource script.
//
#include "resrc1.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "resource.h"
#define APSTUDIO_HIDDEN_SYMBOLS
#include "windows.h"
#undef APSTUDIO_HIDDEN_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// Chinese (P.R.C.) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
#ifdef _WIN32
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(936)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_DLG DIALOG DISCARDABLE 0, 0, 132, 82
STYLE DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS
FONT 8, "System"
BEGIN
LTEXT "背光亮度:",IDC_STATIC,5,4,245,8
LTEXT "低",IDC_STATIC,5,28,18,8
CONTROL "",IDC_TRACKBAR_BATT,"msctls_trackbar32",0x5|WS_TABSTOP,23,34,84,20
LTEXT "高",IDC_STATIC,110,28,20,8
END
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE DISCARDABLE
BEGIN
"resrc1.h\0"
END
2 TEXTINCLUDE DISCARDABLE
BEGIN
"#include ""resource.h""\r\n"
"#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
"#include ""windows.h""\r\n"
"#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
"\0"
END
3 TEXTINCLUDE DISCARDABLE
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE DISCARDABLE
BEGIN
IDS_PRSHTITLE "高级背光选项"
IDS_PRSHDIALOG "设置"
END
#endif // Chinese (P.R.C.) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
#endif /* CHN END */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -