pub type CommandId = u16;
pub const CM_CONTINUE: CommandId = 0;
pub const CM_QUIT: CommandId = 24;
pub const CM_CLOSE: CommandId = 25;
pub const CM_ZOOM: CommandId = 26;
pub const CM_NEXT: CommandId = 27; pub const CM_PREV: CommandId = 28; pub const CM_TILE: CommandId = 29; pub const CM_CASCADE: CommandId = 30; pub const CM_OK: CommandId = 10;
pub const CM_CANCEL: CommandId = 11;
pub const CM_YES: CommandId = 12;
pub const CM_NO: CommandId = 13;
pub const CM_DEFAULT: CommandId = 14;
pub const CM_COMMAND_SET_CHANGED: CommandId = 52; pub const CM_RECEIVED_FOCUS: CommandId = 50; pub const CM_RELEASED_FOCUS: CommandId = 51; pub const CM_GRAB_DEFAULT: CommandId = 62; pub const CM_RELEASE_DEFAULT: CommandId = 63; pub const CM_FILE_FOCUSED: CommandId = 64; pub const CM_FILE_DOUBLE_CLICKED: CommandId = 65;
pub const CM_ABOUT: CommandId = 100;
pub const CM_BIRTHDATE: CommandId = 101;
pub const CM_TEXT_VIEWER: CommandId = 108;
pub const CM_CONTROLS_DEMO: CommandId = 109;
pub const CM_NEW: CommandId = 102;
pub const CM_OPEN: CommandId = 103;
pub const CM_SAVE: CommandId = 104;
pub const CM_SAVE_AS: CommandId = 105;
pub const CM_SAVE_ALL: CommandId = 106;
pub const CM_CLOSE_FILE: CommandId = 107;
pub const CM_UNDO: CommandId = 110;
pub const CM_REDO: CommandId = 111;
pub const CM_CUT: CommandId = 112;
pub const CM_COPY: CommandId = 113;
pub const CM_PASTE: CommandId = 114;
pub const CM_SELECT_ALL: CommandId = 115;
pub const CM_FIND: CommandId = 116;
pub const CM_REPLACE: CommandId = 117;
pub const CM_SEARCH_AGAIN: CommandId = 118;
pub const CM_FIND_IN_FILES: CommandId = 120;
pub const CM_GOTO_LINE: CommandId = 121;
pub const CM_ZOOM_IN: CommandId = 130;
pub const CM_ZOOM_OUT: CommandId = 131;
pub const CM_TOGGLE_SIDEBAR: CommandId = 132;
pub const CM_TOGGLE_STATUSBAR: CommandId = 133;
pub const CM_HELP_INDEX: CommandId = 140;
pub const CM_KEYBOARD_REF: CommandId = 141;
pub const CM_LISTBOX_DEMO: CommandId = 150;
pub const CM_LISTBOX_SELECT: CommandId = 151;
pub const CM_MEMO_DEMO: CommandId = 152;