📄 helpid.h
字号:
/*------------------------------------------------------------------------------*
* File Name: HelpId.h *
* Purpose: Dialog box ids that are also used for context help. *
* Creation: 03-26-97, by EJP *
* *
* Copyright Microcal Software Inc. 1992-1997 *
* *
* Modification Log: *
* *
* *
* ML 5/7/97 t2064 TOOLBARS_DIALOG_CONTEXT_HELP *
* sth vStats 5/12/97 ADDING_ADVANCED_BOX_CHARTS *
* EJP v5.006 08-07-97 CHANGE_DLG_ID_VALUE_TO_DLG_RANGE *
* SFX 7/8/98 v6.0125 SELECT_DIFFERENT_PLOT_TYPE_STRING *
* SFX 8/14/98 v6.0128 SPECTRUM_CONTROL_TAB *
* ML 9/18/98 3D_MESH_TYPE_CHANGES *
* CPY v6.0134 10/21/98 t3810 REMOVE_OLD_SEL_COL_PLOTTING *
* GCJ 1/25/99 t5056 v6.0155 ORIGIN_DIALOG_IDS *
* DVT 23/10/98 v6.0133 t4438 ICONIZED_IN_50_HIDDEN_IN_60_DB *
* CPY 2/1/99 v6.0158 PUT_SEL_COL_PLOTTING_DLG_BACK *
* IV 02/16/99 RENAME_WIND_DLG *
* CPY v6.0171 t3440 3/5/99 DEMO_ABOUT_DLG *
* RB 3/30/99 v6.0178 t5775 REORGANIZE_MATRIX_PROPERTIES_AND_DIMENSIONS_DLGS *
* IV 10/18/99 t1305 SPECIAL_PROMPT_DLG *
* IV 11/17/99 t7001 ADD_DELETE_USER_GROUPS *
* ML 1/15/2000 v6.0252 t6867 MULTIPLE_PAGE_GRAPH_PRINTING_UI *
* DSC 2/29/00 t7047 v6.0262 STUDENT_VERSION_CHECK_ACCESS_CODE *
* IV 3/17/2000 RENAME_NOTES_DLG *
* IV 2/28/2000 t7308 MODIFY_USER_GROUP *
* IV 4/24/2000 REGISTRY_MSG_DLG *
* IV 6/19/2000, t7996, v6.0291 EXPORT_USERDEF_CATEGORY *
* ML 6/21/2000 v6.0293 t7620 PRINT_DIMENSIONS_TAB_FOR_PAGE_ON_PLOTDETAILS_DLG *
* CPY v6.1012 7/31/00 OU_OD_RC_CLEAN_UP *
* ML 9/8/2000 v6.1046 RESOLVE_CONFLICT_WITH_TOOLS_DLL_FOR_CONTEXT_HELP *
* YuI 08/03/01 v6.9062 t9355 NEW_PROPERTIES_DIALOG_FOR_GRAPHIC_OBJECTS *
* DSC 11/05/01 v6.9116 t9661 DEMO_TO_STUDENT_INFO_DLG *
* YuI 11/06/01 v6.90117 t9673 NEW_PAGE_TO_GROBJ_DIALOG *
* EJP 11-06-2001 v6.9117 t9518 COPY_PROTECT_MODULES *
* SY 11-09-2001 t9638 ADD_VIEW_SPC_MEMOBJ_DIALOG *
* ML 11/15/2001 t9716 INDICATING_READ_ONLY_PROJECT_IN_MAINFRAME_TITLEBAR *
* YuI 11/22/01 v6.9132 t3342 SYMBOL_MAP_DIALOG *
* IV 2/8/2002 MOVE_DIALOG_IDS_FROM_NLSF *
* SY 02/15/2002 QA70-843 HELP_TOPIC_TRANSLATION *
* YuI 2/27/02 AMPO9180 V7.0222 INCREMENTAL_MANAGER *
* ML 12/2/2002 CONNECT_LINE_COMBO_FOR_TREEEDITOR *
* SY 12-20-02 QA70-3371 v7.0466 CHANGE_APPLY_TO_ALL_GROUPS *
* SY 01-21-2003 QA70-3135 v7.0493 ARRANGE_CUSTOMIZE_TOOLBARS_HELP_ID *
* JCG 01/28/03 QA-3159 v7.0500 ADD_NEW_METHODS_TO_WORKSHEET_CTRL *
* LAS 3/27/03 QA-3236 v7.0545 CREATE_MOVE_TAB_FOR_LAYER_TOOL *
* SY 04-16-2003 QA70-4183 v7.0563 PLACE_BAR_IN_BROWSE_FOR_FOLDER_DLG *
* CPY 4/20/03 QA70-4278 v7.0565 WKS_HEADER_REGION_CHANGE_PARAM_BUTTON *
* EJP 07-25-2003 v7.0633 MOVE_IMPWIZ_DLG_IDS_TO_HELPID *
* CPY v7.5656 8/11/03 QA70-4994 SEPARATE_REMINDER_MSG_BOX_FOR_YES_NO *
* DSC 10/15/03 v7.5722 QA70-5339 BORROW_FROM_ORIGIN *
* YuI 10/27/03 v7.5733 QA70-4995 DONGLE_SUPPORT_IMPLEMENTATION *
*------------------------------------------------------------------------------*/
/// EJP v4.97 03-26-97 ORIGIN_ONLINE_HELP
#ifndef _HELPID_H
#define _HELPID_H
/// end ORIGIN_ONLINE_HELP
//--------------------------------------------------------------------------
// Begin of File
//--------------------------------------------------------------------------
///RKM CONSTANT_REORDER These are not resource ids (IDM)
/* help id */
#define IDM_HELP 7800
#define IDM_HELP_ABOUT 7801
#define IDM_HELP_INDEX 7802
/* Origin.HLP related begin */
#define IDM_HELP_KEY 7803
#define IDM_HELP_TOOLS 7804
#define IDM_HELP_PLOT_CMD 7805
#define IDM_HELP_WKS_CMD 7806
#define IDM_HELP_PLOT_PROC 7807
#define IDM_HELP_GLOSSARY 7809
#define IDM_HELP_MOUSE 7810
#define IDM_HELP_PLOT_FILE 7820
#define IDM_HELP_PLOT_EDIT 7821
#define IDM_HELP_PLOT_OPTIONS 7822
#define IDM_HELP_PLOT_PAGE 7823
#define IDM_HELP_PLOT_PLOT 7824
#define IDM_HELP_PLOT_DATA 7825
#define IDM_HELP_WKS_FILE 7830
#define IDM_HELP_WKS_EDIT 7831
#define IDM_HELP_WKS_COLUMN 7832
#define IDM_HELP_WKS_DATA 7833
#define IDM_HELP_TUTORIAL 7835
///EJP v3.85 11-10-95 HELP_MENU_ITEMS
/// search help
#define IDM_HELP_PARTIALKEY 7836
///end HELP_MENU_ITEMS
///ANU v4.09 04/26/96 TIP_OF_DAY
#define IDM_HELP_TIP 7837
///end TIP_OF_DAY
/* end */
#define IDM_HELP_WKS_PROC 7807 /*IDM_HELP_PLOT_PROC*/
#define IDM_HELP_HELP 7850
#define IDM_HELP_END 7850 /* IDM_HELP_HELP */
/* Dialog box ids should be in the range of 23265 -> 23399
* to receive online help
*/
///CPY v4.133 b1343 9/5/96 GETNUMBER_BROKEN_POWERSTAT
/// need to move these ids to higher number to prevent conflict with PowerStat dialogs
//#define ABOUTDLOG 256
//
///* for the GetString command */
//#define STRDLOG 259
//
//
///* for the parameter dialog */
//#define PARAMDLOG 260
//#define ABORTPNTDLOG 101
////////////////////////////////////////////////////////////
/////// RKM Begin Dialog Section 3000-3200/////////////////
/////// CONSTANT_REORDER ///////////////////////////
////////////////////////////////////////////////////////////
#define IDD_BEGIN_HELPID 3000
///RKM CONSTANT_REORDER These are dialogs in Okern.rc
#define ABOUTDLOG 3001
#define STRDLOG 3002
#define PARAMDLOG 3003
#define ABORTPNTDLOG 3004
/// these ids are before the F1 help access that are in the range of LOWER_LIMIT_FOR_DIALOG_F1_HELP and ...
#define OPENSCRDLOG 3005
#define GRIDDLOG 3009
#define SGETNUMDLOG 3012 //CPY 7/30/01 t9095 APPLY_BUTTON_IN_SINGLE_GET_NUMBER_DIALOG
#define FITDLOG 3016
#define FITFUNCDLOG 3017
#define FITFUNC2DLOG 3018
///CPY v3.8 PLAYER_DLOG 6/16/95
#define PLAYERDLOG 3031
///
/// EJP v5.006 08-07-97 CHANGE_DLG_ID_VALUE_TO_DLG_RANGE
///#define MATH1DLOG 293
#define MATH1DLOG 3032
/// end CHANGE_DLG_ID_VALUE_TO_DLG_RANGE
/* similar to mathDLOG, except can not create new dataset */
#define ARROWDLOG 3033
#define SHAPEDLOG 3034
#define PICKWKSHEETDLOG 3047
#define MATRIXDLOG 3048
#define PAGEDLOG 3049
/// ML 9/8/2000 v6.1046 RESOLVE_CONFLICT_WITH_TOOLS_DLL_FOR_CONTEXT_HELP
// Since for 6.1 we've introduced context help for DDK dialogs,
// there is a conflict with this "Page Color" dialog.
// So, I am changing its values something that is not used in tools.dll (see below for 3054)
// (according to CP, we should in the future get rid of all these SDK dialogs).
//#define PAGECOLORDLOG 3050
/// end RESOLVE_CONFLICT_WITH_TOOLS_DLL_FOR_CONTEXT_HELP
#define GRCNTRLDLOG 3051
#define STARTLINKDLOG 3052
/// ML 9/8/2000 v6.1046 RESOLVE_CONFLICT_WITH_TOOLS_DLL_FOR_CONTEXT_HELP
#define PAGECOLORDLOG 3054
/// end RESOLVE_CONFLICT_WITH_TOOLS_DLL_FOR_CONTEXT_HELP
#define ASCIIDLOG 3055
#define MKERRDLOG 3057
#define FORMATDLOG 3058
///STH V3.84 9/25/95 MATRIX_DIALOG
#define FORMATMATRIXDLOG 3060
///
#define WKSCDLOG 3061
#define WKSDDLOG 3063
#define RANGEDLOG 3064
#define CONSTRDLOG 3065
#define IMAGEDLOG 3066
#define WKSPDLOG 3067
#define PRNPDLOG 3068
// CPY v3.8 8/14/95 PREFER_DLOG
//#define PREFERDLOG 3069
///
///sth v4.06 3/15/96 ADVANCED_RENAME_WINDOW
#define RENAMEWINDOWDLOG 3070
///end ADVANCED_RENAME_WINDOW
/// CPY v3.8 8/15/95 FILE_PARTIAL_DLOG
#define IMPRGDLOG 3071
#define WKSIMPDLOG 3072
///
// EJP v3.85 10-25-95 MORE_DATASET
#define MORE_DATASET_DLG 3074
/// ML 5/7/97 t2064 TOOLBARS_DIALOG_CONTEXT_HELP
#define TOOLBARS_DIALOG_CONTEXT_HELP 3075
/// end TOOLBARS_DIALOG_CONTEXT_HELP
/// SFX 8/14/98 v6.0128 SPECTRUM_CONTROL_TAB
#define IDD_SPECTRUM 3076
/// end SPECTRUM_CONTROL_TAB
//sth v3.80 6/26/95 WKSPLOT_OBJECT_DIALOG
#define WKSPLOTCHOICEDLG 3077
#define PLOTDLOG 3053 ///CPY 2/1/99 v6.0158 PUT_SEL_COL_PLOTTING_DLG_BACK
//#define PLOT2DLOG 3054
//---------------- CPY v6.0134 10/21/98 t3810 REMOVE_OLD_SEL_COL_PLOTTING
// dialog that are no longer used starting with 6.0 beta 1
//#define AXISSTYLEDLOG 3006 /// this is the id that defines begine of F1 help, see LOWER_LIMIT_FOR_DIALOG_F1_HELP in bdialog.h
//#define AXISDLOG 3007
//#define AXISLABELDLOG 3008
//#define FUNCTIONDLOG 3010
//#define TEXTDLOG 3011
//#define OpenDILG 3012
//#define SaveasDILG 3013
//#define fileOpenDLOG 3014 /* general file open */
//#define dscOpenDLOG 3015
//#define LAYERDLOG 3030 /* layer control dialog */
//#define AXISBREAKDLOG 3035
//#define MTICKDLOG 3036
//#define SCATTERDLOG 3037 /* line graph data set control */
//#define VECTORDLOG 3038
//#define BARGRAPHDLOG 3039
//#define ERRORBARDLOG 3041
//#define GRAPHTYPEDLOG 3042
//#define ADVBOXCHARTDLOG 3043
//#define BOXCHARTDLOG 3044
//#define DOTDIALOG 3045
//#define COLCALCDLOG 3046
//#define PLOTDLOG 3053
//#define PLOT2DLOG 3054
//#define LINKAXISDLOG 3056
//#define TXTPLTDLOG 3062
#define MOVE_DLOGS_TO_OK_PLT_DETAILS
//---------------- end CPY v6.0134 10/21/98 t3810 REMOVE_OLD_SEL_COL_PLOTTING
#define IDD_END_HELPID 3200
////////////////////////////////////////////////////////////
/////// RKM End Dialog Section 3000-3200 /////////////////
/////// CONSTANT_REORDER ///////////////////////////
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
//Begin Simple Dialog Builder (100-500)
////////////////////////////////////////////////////////////
#define IDD_TTestMean1Sample 100
#define IDD_TTestMean2Sample 101
#define IDD_ANOVA1Way 102
#define IDD_ANOVA2Way 103
#define IDD_KaplanMeier 104
#define IDD_CoxPHM 105
#define IDD_WilcoxonRankTest 106
#define IDD_MannWhitneyUTest 107
#define IDD_DMC 110
#define IDD_STYLSHT_EDITOR 111
#define IDD_MR 115
#define IDD_GSR 120
#define IDD_SPARSEXYZ 121
#define IDD_APPLY_FORMATS 122
#define IDD_MATLAB_CONSOLE 123
#define IDD_MATLAB_IMPORT 124
#define IDD_LABVIEW_IMPORT 125
#define IDD_GET_N_BOX 126 // vsFlex and Tree based parameters editor
#define IDD_THEME_GALLERY 127 // theme dialog to apply, no editing of theme
#define IDD_SAVE_THEME 129
#define IDD_THEME_FILTER 130
#define IDD_PASTE_USER_VAR 132
#define IDD_INFO_VARIABLES 134
#define IDD_NLSF_PARAMS_FIT 135
#define IDD_NLSF_PARAM_CONSTRAINT 137
#define IDD_NLSF_SETTINGS 139
#define IDD_GET_N_BOX_RANGE 141 // GetNBox with ActiveCurve Range controls
#define IDD_GET_N_BOX_TREE 142 // same as IDD_GET_N_BOX, but use default look, IDD_GET_N_BOX has dialog look
#define IDD_SEL_COLS_PLOTTING 143
#define IDD_REPORT_SETTINGS 145
#define IDD_REPORT_CONTENT 147
#define IDD_NLSFWizard 150
#define IDD_TIMER_PROGRESS_BOX 156
#define IDD_GRID_BOX 160 // a general vsFlexgrid
#define IDD_TEMPLATE_LIBRARY 210
#define IDD_OPK 215
#define IDD_OPK_UNINSTALL 220
#define IDD_GRIDDING 225
#define IDD_TUNING 230
#define IDD_SELECTCAT 235
#define IDD_FitCmp 240
#define IDD_SELFILTER 245
////////////////////////////////////////////////////////////
//End Simple Dialog Builder
////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////
//Begin Pages/Tabs Dialog Builder (3001-5000)
////////////////////////////////////////////////////////////
/// EJP 07-25-2003 v7.0633 MOVE_IMPWIZ_DLG_IDS_TO_HELPID
#define IDD_IW_SOURCE 3000
#define IDD_BIW_HEADER 3005
#define IDD_BIW_DATAPATERN 3010
#define IDD_AIW_HEADER 3015
#define IDD_AIW_HDRVAR 3016
#define IDD_AIW_COLUMNS 3020
#define IDD_IW_RANGE 3025
#define IDD_IW_PLOTTING 3030
#define IDD_IW_USER_DEFINED 3035
#define IDD_IW_SAVE_FILTERS 3040
#define IDD_IW_DRAP_AND_DROP 3045
#define IDD_IW_FILETYPES 3050
/// end MOVE_IMPWIZ_DLG_IDS_TO_HELPID
#define IDD_LR_OPERATION 3510
#define IDD_LR_SETTINGS 3515
#define IDD_PR_OPERATION 3520
#define IDD_PR_SETTINGS 3525
#define IDD_SR_OPERATION 3530
#define IDD_SR_SETTINGS 3535
#define IDD_BASELINE_BASE 3540
#define IDD_BASELINE_PEAKS 3545
#define IDD_BASELINE_AREA 3550
#define IDD_SMOOTH_OPERATION 3555
#define IDD_SMOOTH_SETTINGS 3560
#define IDD_LAYERTOOL_ADD 3565
#define IDD_LAYERTOOL_ARRANGE 3570
#define IDD_LAYERTOOL_MOVE 3571 //CREATE_MOVE_TAB_FOR_LAYER_TOOL
#define IDD_FFTTOOL_OPERATION 3575
#define IDD_FFTTOOL_SETTINGS 3580
#define IDD_Data 3600
#define IDD_Function 3605
#define IDD_Peaks 3610
#define IDD_PandW 3615
#define IDD_Fit 3620
#define IDD_Results 3625
////////////////////////////////////////////////////////////
//End Pages/Tabs
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -