Lines Matching refs:uint32

25 const uint32 MENU_NEW					= 'MFnw';
26 const uint32 MENU_OPEN = 'MFop';
27 const uint32 MENU_SAVE = 'MSav';
28 const uint32 MENU_SAVEAS = 'MEsa';
29 const uint32 MENU_RELOAD = 'MFrl';
30 const uint32 MENU_CLOSE = 'MFcl';
31 const uint32 MENU_PAGESETUP = 'MFps';
32 const uint32 MENU_PRINT = 'MFpr';
33 const uint32 MENU_QUIT = 'MFqu';
36 const uint32 MENU_CLEAR = 'MEcl';
37 const uint32 MENU_FIND = 'MEfi';
38 const uint32 MENU_FIND_AGAIN = 'MEfa';
39 const uint32 MENU_FIND_SELECTION = 'MEfs';
40 const uint32 MENU_REPLACE = 'MEre';
41 const uint32 MENU_REPLACE_SAME = 'MErs';
43 const uint32 MSG_SEARCH = 'msea';
44 const uint32 MSG_REPLACE = 'msre';
45 const uint32 MSG_REPLACE_ALL = 'mrea';
46 const uint32 MSG_HIDE_WINDOW = 'mhdw';
47 const uint32 MSG_FIND_WINDOW_QUIT = 'mfwq';
48 const uint32 MSG_REPLACE_WINDOW_QUIT = 'mrwq';
51 const uint32 FONT_SIZE = 'FMsi';
52 const uint32 FONT_FAMILY = 'FFch';
53 const uint32 FONT_STYLE = 'FSch';
54 const uint32 FONT_COLOR = 'Fcol';
55 const uint32 kMsgSetItalic = 'Fita';
56 const uint32 kMsgSetBold = 'Fbld';
57 const uint32 kMsgSetUnderline = 'Fuln';
58 const uint32 kMsgSetFontDown = 'Fsdw';
59 const uint32 kMsgSetFontUp = 'Fsup';
77 const uint32 ALIGN_LEFT = 'ALle';
78 const uint32 ALIGN_CENTER = 'ALce';
79 const uint32 ALIGN_RIGHT = 'ALri';
80 const uint32 WRAP_LINES = 'MDwr';
81 const uint32 SHOW_STATISTICS = 'MDss';
84 const uint32 ENABLE_ITEMS = 'ENit';
85 const uint32 DISABLE_ITEMS = 'DIit';
86 const uint32 CHANGE_WINDOW = 'CHwi';
87 const uint32 TEXT_CHANGED = 'TEch';
90 const uint32 OPEN_AS_ENCODING = 'FPoe';
91 const uint32 SAVE_AS_ENCODING = 'FPse';
92 const uint32 SAVE_THEN_QUIT = 'FPsq';
95 const uint32 UPDATE_STATUS = 'UPSt';
96 const uint32 UPDATE_STATUS_REF = 'UPSr';
97 const uint32 UNLOCK_FILE = 'UNLk';
98 const uint32 UPDATE_LINE_SELECTION = 'UPls';