תכנות וזיהוי/קובץ הקבועים של התוכנית

מתוך ויקיספר, אוסף הספרים והמדריכים החופשי

הקובץ MyContR.h[עריכה]

/*  MyContR.h
 קבועים ליצירת תפריט וחלון דושיח */
/* כללי */
#define IDC_STATIC              -1
#define IDD_MAIN                 101
#define IDC_MAIN_FILES           999
#define MAINMENU                 2012
 /* חלון דושיח */
#define IDC_DONE                 1050
#define IDC_EXIT                 1000
#define IDC_OBJECTS_NUM          1001
#define IDC_OBJECTS              1002
#define IDC_POSSIBILITIES        1003
#define IDC_ATTCOUNT             1004
#define IDC_ATT_LIST             1005
#define IDC_SELECTION_TITLE      1006
#define IDC_SELECTED             1007
#define IDC_SHOW_COMP            1008
#define IDC_FILE_NAME            1009
#define IDC_PASTE_IMAGE          1010
#define IDC_USER_CLAIM           1012
#define IDC_USER_SAY             1013
#define IDC_RESULT               1014
#define IDC_REPORT_ARGUE         1015
#define IDC_UPDATE_NUM           1016
#define IDC_SCROLL_TITLE         1017
#define IDC_BKG_SCROLL           1018
#define IDC_OBJECT_MOVE          1019
#define IDC_ACCURATE_SCROLL      1020
#define IDC_FAST_SCROLL          1021
#define IDC_HELPME               1023
#define IDC_ADD_VAR              1024
#define IDC_STRETCH              1025
#define IDC_SCROLL_BARS          1026
#define IDC_WINDOW_CAPTURE       1027
#define IDC_FILTER               1028
#define IDC_FILTER_NUM           1029
#define IDC_FILTER_SHINE         1029
#define IDC_NO_FILTER            1030
#define IDC_LETTER_PART_NUM      1032
#define IDC_CENYTER_ORDINARY     1033
#define IDC_ALL_REGIONS          1034
#define IDC_ADD_REGION           1035
#define IDC_DEL_REGION           1036
#define IDC_REGIONS_LEGEND       1037
#define IDC_CATCH_MAT            1038
#define IDC_PUT_LINES            1039
#define IDC_SET_ON_LINES         1040
#define IDC_VARS_LINE            1041
#define IDC_GO_OCR               1043
#define IDC_LETTERS_LIST         1045
#define IDC_THE_CHAR             1047
#define IDC_ELEM_REF             1049
#define IDC_A_CHAR_SELECTED      1051
#define IDC_C_IS_OBJECT_BUTTON   1053
#define IDC_SCREEN_CAP           1055

 /* תפריט */
#define MENU_LETTERS             210
#define MENU_LIMITS              211
#define MENU_SHOW_RESULT         212
#define MENU_SHOW_FILES          213
#define MENU_INIT_DATA           214
#define MENU_CLEAR_SCREEN        215
#define MENU_INVERT_COLOR        216
#define MENU_END_INPUT           217
#define MENU_IDC_REVEAL          218
#define MENU_EXIT                219
#define MENU_MOLD                220
#define MENU_ABOUT               221
#define MENU_ENABLE_WRITE        222
#define MENU_RIGHTS_RESERVE      224