editcmd.h
来自「波峰焊后台控制软件-中文版」· C头文件 代码 · 共 37 行
H
37 行
////////////////////////////////////////////////////////////////////////////
// File: editcmd.h
// Version: 1.0.0.0
// Created: 29-Dec-1998
//
// Author: Stcherbatchenko Andrei
// E-mail: windfall@gmx.de
//
// Command defintions and resource IDs for Crystal Edit - syntax coloring
// text editor.
// Include this in .RC file in your project.
//
// You are free to use or modify this code to the following restrictions:
// - Acknowledge me somewhere in your about box, simple "Parts of code by.."
// will be enough. If you can't (or don't want to), contact me personally.
// - LEAVE THIS HEADER INTACT
////////////////////////////////////////////////////////////////////////////
#ifndef _EDITCMD_H_INCLUDED
#define _EDITCMD_H_INCLUDED
#define ID_FIRST 37000
#define ID_LAST 37999
// ID_EDIT_COPY, ID_EDIT_PASTE, ID_EDIT_CUT, ID_EDIT_SELECT_ALL
// are defined in afxres.h
// Status update
#define ID_INDICATOR_NAME 37900
#define ID_INDICATOR_TYPE 37901
#define ID_INDICATOR_POSITION 37902
#define ID_INDICATOR_TIMER 37903
#define ID_INDICATOR_TEL 37904
#define ID_INDICATOR_EMAIL 37905
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?