📄 wbcview.rh
字号:
/*-------------------------------------------------------------------- File : wbcview.rh Contents: resources for Bayes classifier visualization program Author : Christian Borgelt History : 28.01.2000 file created--------------------------------------------------------------------*//* --- menus --- */#define MN_MAIN 0x0100 /* Main Menu *//* --- menu items --- */#define MI_CLASS 0x0200 /* File > Load Classifier... */#define MI_DATA 0x0201 /* File > Load Data... */#define MI_FORMAT 0x0202 /* File > Data Format... */#define MI_QUIT 0x0203 /* File > Quit */#define MI_REDRAW 0x0210 /* Actions > Redraw */#define MI_COLORS 0x0211 /* Actions > Colors... */#define MI_MARKS 0x0212 /* Actions > Markers... */#define MI_ATTS 0x0213 /* Actions > Attributes... */#define MI_ABOUT 0x0220 /* Help > About WNBView... *//* --- dialog boxes --- */#define DB_ABOUT 0x0300 /* About Dialog Box */#define DB_FORMAT 0x0301 /* Data Format Dialog Box */#define DB_COLORS 0x0302 /* Colors Dialog Box */#define DB_MARKS 0x0303 /* Markers Dialog Box */#define DB_ATTS 0x0304 /* Attributes Dialog Box *//* --- dialog box items --- */#define DI_FIRST 0x0400 /* contents of first record */#define DI_BLANK 0x0401 /* blank characters */#define DI_FIELD 0x0402 /* field separators */#define DI_RECORD 0x0403 /* record separators */#define DI_UNKNOWN 0x0404 /* unknown value characters */#define DI_DIST 0x0410 /* Distribution type */#define DI_SHDMODE 0x0411 /* Shading mode */#define DI_COLOFF 0x0412 /* Color offset (angle) */#define DI_SHDBASE 0x0413 /* Shade from */#define DI_SHDCNT 0x0414 /* Number of shades */#define DI_NDWGT 0x0415 /* Weight of distribution */#define DI_COLOR 0x0420 /* Use color on colored shades */#define DI_CENTER 0x0421 /* Mark centers of distributions */#define DI_ELL1S 0x0422 /* Draw 1 sigma ellipses */#define DI_ELL2S 0x0423 /* Draw 2 sigma ellipses */#define DI_ELL3S 0x0424 /* Draw 3 sigma ellipses */#define DI_DATA 0x0425 /* Mark data points */#define DI_SIZE 0x0426 /* Data marker size */#define DI_H_ATT 0x0430 /* attribute for horizontal dir. */#define DI_H_MIN 0x0431 /* minimum value */#define DI_H_MAX 0x0432 /* maximum value */#define DI_V_ATT 0x0433 /* attribute for vertical dir. */#define DI_V_MIN 0x0434 /* minimum value */#define DI_V_MAX 0x0435 /* maximum value *//* --- strings --- */#define CS_ALERT 0x0001 /* alert box title */#define CS_LD_CLASS 0x0002 /* Load Classifier... */#define CS_LD_DATA 0x0003 /* Load Data... */#define CS_FR_ATTS 0x0004 /* attributes */#define CS_FR_DATA 0x0005 /* data */#define CS_FR_COMMENT 0x0006 /* comments */#define CS_DT_PROB 0x0007 /* probabilistic */#define CS_DT_FUZZY 0x0008 /* fuzzy (probabilistic) */#define CS_DT_POSS 0x0009 /* fuzzy (possibilistic) */#define CS_SM_COLOR 0x000a /* color */#define CS_SM_GREY 0x000b /* grey */#define CS_SB_BLACK 0x000c /* black */#define CS_SB_WHITE 0x000d /* white *//* --- bitmaps --- */#define BM_LOGO 0x0900 /* university logo */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -