⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 window_8h-source.htm

📁 MINIGUI1.6开发API
💻 HTM
📖 第 1 页 / 共 5 页
字号:
01213 <span class="preprocessor"></span><span class="preprocessor">#define MSG_DT_SYSKEYDOWN   0x00EB</span>01214 <span class="preprocessor"></span><span class="preprocessor">#define MSG_DT_SYSCHAR      0x00EC</span>01215 <span class="preprocessor"></span><span class="preprocessor">#define MSG_DT_SYSKEYUP     0x00ED</span>01216 <span class="preprocessor"></span><span class="preprocessor">#define MSG_DT_KEYLONGPRESS     0x00EE</span>01217 <span class="preprocessor"></span><span class="preprocessor">#define MSG_DT_KEYALWAYSPRESS   0x00EF</span>01218 <span class="preprocessor"></span>01219 <span class="preprocessor">#define MSG_LASTSESSIONMSG  0x00EF</span>01220 <span class="preprocessor"></span>01228 <span class="comment">/* Group 7 from 0x00F0 to 0x010F, Internal window management messages. */</span>01229 <span class="preprocessor">#define MSG_FIRSTWINDOWMSG  0x00F0</span>01230 <span class="preprocessor"></span>01231 <span class="preprocessor">#define MSG_ADDNEWMAINWIN   0x00F0</span>01232 <span class="preprocessor"></span><span class="preprocessor">#define MSG_REMOVEMAINWIN   0x00F1</span>01233 <span class="preprocessor"></span><span class="preprocessor">#define MSG_MOVETOTOPMOST   0x00F2 </span>01234 <span class="preprocessor"></span><span class="preprocessor">#define MSG_SETACTIVEMAIN   0x00F3</span>01235 <span class="preprocessor"></span><span class="preprocessor">#define MSG_GETACTIVEMAIN   0x00F4</span>01236 <span class="preprocessor"></span><span class="preprocessor">#define MSG_SHOWMAINWIN     0x00F5</span>01237 <span class="preprocessor"></span><span class="preprocessor">#define MSG_HIDEMAINWIN     0x00F6</span>01238 <span class="preprocessor"></span><span class="preprocessor">#define MSG_MOVEMAINWIN     0x00F7</span>01239 <span class="preprocessor"></span><span class="preprocessor">#define MSG_SETCAPTURE      0x00F8</span>01240 <span class="preprocessor"></span><span class="preprocessor">#define MSG_GETCAPTURE      0x00F9</span>01241 <span class="preprocessor"></span>01242 <span class="preprocessor">#define MSG_ENDTRACKMENU    0x00FA</span>01243 <span class="preprocessor"></span><span class="preprocessor">#define MSG_TRACKPOPUPMENU  0x00FB</span>01244 <span class="preprocessor"></span><span class="preprocessor">#define MSG_CLOSEMENU       0x00FC</span>01245 <span class="preprocessor"></span><span class="preprocessor">#define MSG_SCROLLMAINWIN   0x00FD</span>01246 <span class="preprocessor"></span><span class="preprocessor">#define MSG_CARET_CREATE    0x00FE</span>01247 <span class="preprocessor"></span><span class="preprocessor">#define MSG_CARET_DESTROY   0x00FF</span>01248 <span class="preprocessor"></span>01249 <span class="preprocessor">#define MSG_ENABLEMAINWIN   0x0100</span>01250 <span class="preprocessor"></span><span class="preprocessor">#define MSG_ISENABLED       0x0101</span>01251 <span class="preprocessor"></span>01252 <span class="preprocessor">#define MSG_SETWINCURSOR    0x0102</span>01253 <span class="preprocessor"></span>01254 <span class="preprocessor">#define MSG_GETNEXTMAINWIN  0x0103</span>01255 <span class="preprocessor"></span>01256 <span class="preprocessor">#define MSG_SHOWGLOBALCTRL  0x010A</span>01257 <span class="preprocessor"></span><span class="preprocessor">#define MSG_HIDEGLOBALCTRL  0x010B</span>01258 <span class="preprocessor"></span>01259 <span class="keyword">typedef</span> <span class="keyword">struct </span>_DRAGINFO {01260     <span class="keywordtype">int</span>     location;01261     <span class="keywordtype">int</span>     init_x, init_y;01262 } DRAGINFO;01263 01264 <span class="comment">/* client to server; wParam: hwnd, lParam: DRAGINFO. */</span>01265 <span class="preprocessor">#define MSG_STARTDRAGWIN    0x010C</span>01266 <span class="preprocessor"></span><span class="comment">/* client to server; wParam: hwnd, lParam: 0L. */</span>01267 <span class="preprocessor">#define MSG_CANCELDRAGWIN   0x010D</span>01268 <span class="preprocessor"></span>01269 <span class="preprocessor">#define MSG_CHANGECAPTION   0x010E</span>01270 <span class="preprocessor"></span>01271 <span class="preprocessor">#define MSG_LASTWINDOWMSG   0x010F</span>01272 <span class="preprocessor"></span>01280 <span class="comment">/* Group 8 from 0x0120 to 0x013F, the dialog and control messages. */</span>01281 <span class="preprocessor">#define MSG_FIRSTCONTROLMSG 0x0120</span>01282 <span class="preprocessor"></span><a name="l01304"></a><a class="code" href="group__ctrl__msgs.htm#ga1">01304</a> <span class="preprocessor">#define MSG_COMMAND         0x0120</span>01305 <span class="preprocessor"></span><a name="l01310"></a><a class="code" href="group__ctrl__msgs.htm#ga2">01310</a> <span class="preprocessor">#define MSG_SYSCOMMAND      0x0121</span>01311 <span class="preprocessor"></span><a name="l01316"></a><a class="code" href="group__ctrl__msgs.htm#ga3">01316</a> <span class="preprocessor">#define MSG_GETDLGCODE      0x0122</span>01317 <span class="preprocessor"></span><a name="l01344"></a><a class="code" href="group__ctrl__msgs.htm#ga4">01344</a> <span class="preprocessor">#define MSG_INITDIALOG      0x0123</span>01345 <span class="preprocessor"></span>01346 <span class="comment">/*Reserved*/</span>01347 <span class="preprocessor">#define MSG_NEXTDLGCTRL     0x0124</span>01348 <span class="preprocessor"></span><span class="preprocessor">#define MSG_ENTERIDLE       0x0125</span>01349 <span class="preprocessor"></span><a name="l01354"></a><a class="code" href="group__ctrl__msgs.htm#ga7">01354</a> <span class="preprocessor">#define MSG_DLG_GETDEFID    0x0126</span>01355 <span class="preprocessor"></span><a name="l01360"></a><a class="code" href="group__ctrl__msgs.htm#ga8">01360</a> <span class="preprocessor">#define MSG_DLG_SETDEFID    0x0127</span>01361 <span class="preprocessor"></span>01362 <span class="comment">/* #define MSG_DLG_REPOSITION  0x0128 */</span>01363 <a name="l01370"></a><a class="code" href="group__ctrl__msgs.htm#ga9">01370</a> <span class="preprocessor">#define MSG_ISDIALOG        0x0128</span>01371 <span class="preprocessor"></span><a name="l01389"></a><a class="code" href="group__ctrl__msgs.htm#ga10">01389</a> <span class="preprocessor">#define MSG_INITPAGE        0x0129</span>01390 <span class="preprocessor"></span><a name="l01411"></a><a class="code" href="group__ctrl__msgs.htm#ga11">01411</a> <span class="preprocessor">#define MSG_SHOWPAGE        0x012A</span>01412 <span class="preprocessor"></span><a name="l01432"></a><a class="code" href="group__ctrl__msgs.htm#ga12">01432</a> <span class="preprocessor">#define MSG_SHEETCMD        0x012B</span>01433 <span class="preprocessor"></span><a name="l01453"></a><a class="code" href="group__ctrl__msgs.htm#ga13">01453</a> <span class="preprocessor">#define MSG_INITCONTAINER   0x012C</span>01454 <span class="preprocessor"></span><a name="l01483"></a><a class="code" href="group__ctrl__msgs.htm#ga14">01483</a> <span class="preprocessor">#define MSG_SVCONTCMD       0x012D</span>01484 <span class="preprocessor"></span><a name="l01503"></a><a class="code" href="group__ctrl__msgs.htm#ga15">01503</a> <span class="preprocessor">#define MSG_FREEZECTRL      0x012E</span>01504 <span class="preprocessor"></span><a name="l01523"></a><a class="code" href="group__ctrl__msgs.htm#ga16">01523</a> <span class="preprocessor">#define MSG_FONTCHANGING    0x0130</span>01524 <span class="preprocessor"></span>01525 <a name="l01533"></a><a class="code" href="group__ctrl__msgs.htm#ga17">01533</a> <span class="preprocessor">#define MSG_FONTCHANGED     0x0131</span>01534 <span class="preprocessor"></span><a name="l01552"></a><a class="code" href="group__ctrl__msgs.htm#ga18">01552</a> <span class="preprocessor">#define MSG_GETTEXTLENGTH   0x0132</span>01553 <span class="preprocessor"></span><a name="l01576"></a><a class="code" href="group__ctrl__msgs.htm#ga19">01576</a> <span class="preprocessor">#define MSG_GETTEXT         0x0133</span>01577 <span class="preprocessor"></span><a name="l01598"></a><a class="code" href="group__ctrl__msgs.htm#ga20">01598</a> <span class="preprocessor">#define MSG_SETTEXT         0x0134</span>01599 <span class="preprocessor"></span><a name="l01613"></a><a class="code" href="group__ctrl__msgs.htm#ga21">01613</a> <span class="preprocessor">#define MSG_ENABLE          0x0135</span>01614 <span class="preprocessor"></span>01615 <span class="preprocessor">#define MSG_LASTCONTROLMSG  0x013F</span>01616 <span class="preprocessor"></span>01624 <span class="comment">/* Group 9 from 0x0140 to 0x016F, the system messages. */</span>01625 <span class="preprocessor">#define MSG_FIRSTSYSTEMMSG  0x0140</span>01626 <span class="preprocessor"></span>01627 <span class="preprocessor">#define MSG_QUIT            0x0140</span>01628 <span class="preprocessor"></span><a name="l01636"></a><a class="code" href="group__system__msgs.htm#ga2">01636</a> <span class="preprocessor">#define MSG_IDLE            0x0142</span>01637 <span class="preprocessor"></span>01638 <span class="preprocessor">#define MSG_TIMEOUT         0x0143</span>01639 <span class="preprocessor"></span><a name="l01655"></a><a class="code" href="group__system__msgs.htm#ga4">01655</a> <span class="preprocessor">#define MSG_TIMER           0x0144</span>01656 <span class="preprocessor"></span>01657 <span class="preprocessor">#define MSG_CARETBLINK      0x0145</span>01658 <span class="preprocessor"></span>01659 <span class="preprocessor">#ifdef _LITE_VERSION</span>01660 <span class="preprocessor"></span>01688 <span class="preprocessor">#define MSG_FDEVENT         0x0146</span>01689 <span class="preprocessor"></span>01703 <span class="preprocessor">#define MSG_SRVNOTIFY       0x0147</span>01704 <span class="preprocessor"></span>01705 <span class="preprocessor">#ifndef _STAND_ALONE</span>01706 <span class="preprocessor"></span><span class="preprocessor">    #define MSG_UPDATECLIWIN    0x0148</span>01707 <span class="preprocessor"></span><span class="preprocessor">#endif</span>01708 <span class="preprocessor"></span>01709 <span class="preprocessor">#endif </span><span class="comment">/* _LITE_VERSION */</span>01710 <a name="l01724"></a><a class="code" href="group__system__msgs.htm#ga6">01724</a> <span class="preprocessor">#define MSG_DOESNEEDIME     0x0150</span>01725 <span class="preprocessor"></span>01726 <span class="comment">/*Internal use*/</span>01727 <span class="preprocessor">#define MSG_IME_REGISTER    0x0151</span>01728 <span class="preprocessor"></span><span class="preprocessor">#define MSG_IME_UNREGISTER  0x0152</span>01729 <span class="preprocessor"></span><span class="preprocessor">#define MSG_IME_OPEN        0x0153</span>01730 <span class="preprocessor"></span><span class="preprocessor">#define MSG_IME_CLOSE       0x0154</span>01731 <span class="preprocessor"></span><span class="preprocessor">#define MSG_IME_SETSTATUS   0x0156</span>01732 <span class="preprocessor"></span><span class="preprocessor">#define MSG_IME_GETSTATUS   0x0157</span>01733 <span class="preprocessor"></span><span class="preprocessor">    #define IS_ENABLE       1</span>01734 <span class="preprocessor"></span><span class="preprocessor">    #define IS_FULLCHAR     2</span>01735 <span class="preprocessor"></span><span class="preprocessor">    #define IS_FULLPUNC     3</span>01736 <span class="preprocessor"></span><span class="preprocessor">    #define IS_METHOD       4</span>01737 <span class="preprocessor"></span><span class="preprocessor">#define MSG_IME_SETTARGET   0x0158</span>01738 <span class="preprocessor"></span><span class="preprocessor">#define MSG_IME_GETTARGET   0x0159</span>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -