CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
keys.h
1
2#ifndef _aspose_system_windows_forms_keys_h_
3#define _aspose_system_windows_forms_keys_h_
4
5namespace System { namespace Windows { namespace Forms {
6
8enum class Keys
9{
11 Modifiers = -65536,
13 None = 0,
15 LButton = 1,
17 RButton = 2,
19 Cancel = 3,
21 MButton = 4,
23 XButton1 = 5,
25 XButton2 = 6,
27 Back = 8,
29 Tab = 9,
31 LineFeed = 10,
33 Clear = 12,
35 Return = 13,
37 Enter = 13,
39 ShiftKey = 16,
41 ControlKey = 17,
43 Menu = 18,
45 Pause = 19,
47 Capital = 20,
49 CapsLock = 20,
51 KanaMode = 21,
53 HanguelMode = 21,
55 HangulMode = 21,
57 JunjaMode = 23,
59 FinalMode = 24,
61 HanjaMode = 25,
63 KanjiMode = 25,
65 Escape = 27,
67 IMEConvert = 28,
69 IMENonconvert = 29,
71 IMEAccept = 30,
73 IMEAceept = 30,
75 IMEModeChange = 31,
77 Space = 32,
79 Prior = 33,
81 PageUp = 33,
83 Next = 34,
85 PageDown = 34,
87 End = 35,
89 Home = 36,
91 Left = 37,
93 Up = 38,
95 Right = 39,
97 Down = 40,
99 Select = 41,
101 Print = 42,
103 Execute = 43,
105 Snapshot = 44,
107 PrintScreen = 44,
109 Insert = 45,
111 Delete = 46,
113 Help = 47,
115 D0 = 48,
117 D1 = 49,
119 D2 = 50,
121 D3 = 51,
123 D4 = 52,
125 D5 = 53,
127 D6 = 54,
129 D7 = 55,
131 D8 = 56,
133 D9 = 57,
135 A = 65,
137 B = 66,
139 C = 67,
141 D = 68,
143 E = 69,
145 F = 70,
147 G = 71,
149 H = 72,
151 I = 73,
153 J = 74,
155 K = 75,
157 L = 76,
159 M = 77,
161 N = 78,
163 O = 79,
165 P = 80,
167 Q = 81,
169 R = 82,
171 S = 83,
173 T = 84,
175 U = 85,
177 V = 86,
179 W = 87,
181 X = 88,
183 Y = 89,
185 Z = 90,
187 LWin = 91,
189 RWin = 92,
191 Apps = 93,
193 Sleep = 95,
195 NumPad0 = 96,
197 NumPad1 = 97,
199 NumPad2 = 98,
201 NumPad3 = 99,
203 NumPad4 = 100,
205 NumPad5 = 101,
207 NumPad6 = 102,
209 NumPad7 = 103,
211 NumPad8 = 104,
213 NumPad9 = 105,
215 Multiply = 106,
217 Add = 107,
219 Separator = 108,
221 Subtract = 109,
223 Decimal = 110,
225 Divide = 111,
227 F1 = 112,
229 F2 = 113,
231 F3 = 114,
233 F4 = 115,
235 F5 = 116,
237 F6 = 117,
239 F7 = 118,
241 F8 = 119,
243 F9 = 120,
245 F10 = 121,
247 F11 = 122,
249 F12 = 123,
251 F13 = 124,
253 F14 = 125,
255 F15 = 126,
257 F16 = 127,
259 F17 = 128,
261 F18 = 129,
263 F19 = 130,
265 F20 = 131,
267 F21 = 132,
269 F22 = 133,
271 F23 = 134,
273 F24 = 135,
275 NumLock = 144,
277 Scroll = 145,
279 LShiftKey = 160,
281 RShiftKey = 161,
283 LControlKey = 162,
285 RControlKey = 163,
287 LMenu = 164,
289 RMenu = 165,
291 BrowserBack = 166,
293 BrowserForward = 167,
295 BrowserRefresh = 168,
297 BrowserStop = 169,
299 BrowserSearch = 170,
301 BrowserFavorites = 171,
303 BrowserHome = 172,
305 VolumeMute = 173,
307 VolumeDown = 174,
309 VolumeUp = 175,
311 MediaNextTrack = 176,
313 MediaPreviousTrack = 177,
315 MediaStop = 178,
317 MediaPlayPause = 179,
319 LaunchMail = 180,
321 SelectMedia = 181,
323 LaunchApplication1 = 182,
325 LaunchApplication2 = 183,
327 OemSemicolon = 186,
329 Oem1 = 186,
331 Oemplus = 187,
333 Oemcomma = 188,
335 OemMinus = 189,
337 OemPeriod = 190,
339 OemQuestion = 191,
341 Oem2 = 191,
343 Oemtilde = 192,
345 Oem3 = 192,
347 OemOpenBrackets = 219,
349 Oem4 = 219,
351 OemPipe = 220,
353 Oem5 = 220,
355 OemCloseBrackets = 221,
357 Oem6 = 221,
359 OemQuotes = 222,
361 Oem7 = 222,
363 Oem8 = 223,
365 OemBackslash = 226,
367 Oem102 = 226,
369 ProcessKey = 229,
371 Packet = 231,
373 Attn = 246,
375 Crsel = 247,
377 Exsel = 248,
379 EraseEof = 249,
381 Play = 250,
383 Zoom = 251,
385 NoName = 252,
387 Pa1 = 253,
389 OemClear = 254,
391 KeyCode = 65535,
393 Shift = 65536,
395 Control = 131072,
397 Alt = 262144
398};
399
400} } }
401
402#endif
Represents a decimal number. This type should be allocated on stack and passed to functions by value ...
Definition: decimal.h:107
Dummy class to make translated code that uses Control class compilable. Methods are not implemented....
Definition: control.h:29
@ Cancel
Cancel button pressed.
Keys
Known keys.
Definition: keys.h:9
@ OemBackslash
OEM backslash key.
@ HanjaMode
Hanja mode key.
@ KanjiMode
Kanji mode key.
@ LControlKey
Left control key.
@ HanguelMode
Hanguel mode key.
@ OemPeriod
OEM period key.
@ MediaPreviousTrack
Media previous track key.
@ IMEConvert
IME convert key.
@ SelectMedia
Select media key.
@ LaunchMail
Launch mail key.
@ IMEAccept
IME accept key.
@ BrowserBack
Browser back key.
@ OemCloseBrackets
OEM close brackets key.
@ MediaStop
Media stop key.
@ MediaNextTrack
Media next track key.
@ RShiftKey
Right shift key.
@ HangulMode
Hangul mode key.
@ RButton
Right mouse button.
@ LaunchApplication2
Launch application key 2.
@ OemQuestion
OEM question key.
@ XButton2
Extra mouse button 2.
@ IMENonconvert
IME non-convert key.
@ BrowserRefresh
Browser refresh key.
@ VolumeDown
Volume down key.
@ MButton
Medium mouse button.
@ VolumeMute
Volume mute key.
@ OemQuotes
OEM quotes key.
@ FinalMode
Final mode key.
@ Apps
Applications key.
@ Modifiers
Modifiers mask.
@ XButton1
Extra mouse button 1.
@ MediaPlayPause
Media play/pause key.
@ LShiftKey
Left shift key.
@ BrowserHome
Browser home key.
@ LWin
Left Windows key.
@ OemOpenBrackets
OEM open brackets key.
@ JunjaMode
Junja mode key.
@ PrintScreen
Print screen key.
@ BrowserSearch
Browser search key.
@ BrowserStop
Browser stop key.
@ NumLock
Numeric lock key.
@ LaunchApplication1
Launch application key 1.
@ OemSemicolon
OEM semicolon key.
@ RControlKey
Right control key.
@ BrowserForward
Browser forward key.
@ IMEAceept
IME accept key - variant with a typo.
@ RWin
Right Windows key.
@ LButton
Left mouse button.
@ BrowserFavorites
Browser favorites key.
@ IMEModeChange
IME mode change key.
Definition: db_command.h:9