📄 group__ctrl__edit__styles.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>MiniGUI V1.6.10 API Reference: Styles of edit control</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.4.2 --><div class="qindex"><a class="qindex" href="index.htm">Main Page</a> | <a class="qindex" href="modules.htm">Modules</a> | <a class="qindex" href="classes.htm">Alphabetical List</a> | <a class="qindex" href="annotated.htm">Data Structures</a> | <a class="qindex" href="dirs.htm">Directories</a> | <a class="qindex" href="files.htm">File List</a> | <a class="qindex" href="functions.htm">Data Fields</a> | <a class="qindex" href="globals.htm">Globals</a> | <a class="qindex" href="pages.htm">Related Pages</a></div><h1>Styles of edit control<br><small>[<a class="el" href="group__ctrl__edit.htm">Edit/MEdit control</a>]</small></h1><h2>Defines</h2><ul><li>#define <a class="el" href="group__ctrl__edit__styles.htm#ga0">ES_LEFT</a> 0x00000000L<dl class="el"><dd class="mdescRight">Left-aligned text. <a href="#ga0"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__styles.htm#ga1">ES_CENTER</a> 0x00000001L<dl class="el"><dd class="mdescRight">Center-aligned text. <a href="#ga1"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__styles.htm#ga2">ES_RIGHT</a> 0x00000002L<dl class="el"><dd class="mdescRight">Right-aligned text. <a href="#ga2"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__styles.htm#ga3">ES_MULTILINE</a> 0x00000004L<dl class="el"><dd class="mdescRight">Multi-line text. <a href="#ga3"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__styles.htm#ga4">ES_UPPERCASE</a> 0x00000008L<dl class="el"><dd class="mdescRight">Converts all characters to uppercase as they are typed into the edit control. <a href="#ga4"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__styles.htm#ga5">ES_LOWERCASE</a> 0x00000010L<dl class="el"><dd class="mdescRight">Converts all characters to lowercase as they are typed into the edit control. <a href="#ga5"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__styles.htm#ga6">ES_PASSWORD</a> 0x00000020L<dl class="el"><dd class="mdescRight">Displays an asterisk (*) for each character typed into the edit control. <a href="#ga6"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__styles.htm#ga9">ES_NOHIDESEL</a> 0x00000100L<dl class="el"><dd class="mdescRight">Edit control with this style will remain selected when focus is lost. <a href="#ga9"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__styles.htm#ga10">ES_AUTOSELECT</a> 0x00000400L<dl class="el"><dd class="mdescRight">Selects all text when getting focus. <a href="#ga10"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__styles.htm#ga11">ES_READONLY</a> 0x00000800L<dl class="el"><dd class="mdescRight">Prevents the user from typing or editing text in the edit control. <a href="#ga11"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__styles.htm#ga12">ES_BASELINE</a> 0x00001000L<dl class="el"><dd class="mdescRight">Draws base line under input area instead of frame border. <a href="#ga12"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__styles.htm#ga13">ES_AUTOWRAP</a> 0x00002000L<dl class="el"><dd class="mdescRight">Automatically wraps against border when inputting. <a href="#ga13"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__styles.htm#ga14">ES_TITLE</a> 0x00004000L<dl class="el"><dd class="mdescRight">Shows specified title texts. <a href="#ga14"></a><br></dl><li>#define <a class="el" href="group__ctrl__edit__styles.htm#ga15">ES_TIP</a> 0x00008000L<dl class="el"><dd class="mdescRight">Shows specified tip texts. <a href="#ga15"></a><br></dl></ul><hr><h2>Define Documentation</h2><a class="anchor" name="ga10" doxytag="edit.h::ES_AUTOSELECT"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define ES_AUTOSELECT 0x00000400L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Selects all text when getting focus. <p><p>Definition at line <a class="el" href="edit_8h-source.htm#l00144">144</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>. </td> </tr></table><a class="anchor" name="ga13" doxytag="edit.h::ES_AUTOWRAP"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define ES_AUTOWRAP 0x00002000L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Automatically wraps against border when inputting. <p><p>Definition at line <a class="el" href="edit_8h-source.htm#l00163">163</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>. </td> </tr></table><a class="anchor" name="ga12" doxytag="edit.h::ES_BASELINE"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define ES_BASELINE 0x00001000L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Draws base line under input area instead of frame border. <p><p>Definition at line <a class="el" href="edit_8h-source.htm#l00157">157</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>. </td> </tr></table><a class="anchor" name="ga1" doxytag="edit.h::ES_CENTER"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define ES_CENTER 0x00000001L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Center-aligned text. <p><p>Definition at line <a class="el" href="edit_8h-source.htm#l00097">97</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>. </td> </tr></table><a class="anchor" name="ga0" doxytag="edit.h::ES_LEFT"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define ES_LEFT 0x00000000L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Left-aligned text. <p><p>Definition at line <a class="el" href="edit_8h-source.htm#l00091">91</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>. </td> </tr></table><a class="anchor" name="ga5" doxytag="edit.h::ES_LOWERCASE"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define ES_LOWERCASE 0x00000010L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Converts all characters to lowercase as they are typed into the edit control. <p><p>Definition at line <a class="el" href="edit_8h-source.htm#l00121">121</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>. </td> </tr></table><a class="anchor" name="ga3" doxytag="edit.h::ES_MULTILINE"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define ES_MULTILINE 0x00000004L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Multi-line text. <p><p>Definition at line <a class="el" href="edit_8h-source.htm#l00109">109</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>. </td> </tr></table><a class="anchor" name="ga9" doxytag="edit.h::ES_NOHIDESEL"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define ES_NOHIDESEL 0x00000100L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Edit control with this style will remain selected when focus is lost. <p><p>Definition at line <a class="el" href="edit_8h-source.htm#l00138">138</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>. </td> </tr></table><a class="anchor" name="ga6" doxytag="edit.h::ES_PASSWORD"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define ES_PASSWORD 0x00000020L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Displays an asterisk (*) for each character typed into the edit control. <p><p>Definition at line <a class="el" href="edit_8h-source.htm#l00127">127</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>. </td> </tr></table><a class="anchor" name="ga11" doxytag="edit.h::ES_READONLY"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define ES_READONLY 0x00000800L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Prevents the user from typing or editing text in the edit control. <p><p>Definition at line <a class="el" href="edit_8h-source.htm#l00151">151</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>. </td> </tr></table><a class="anchor" name="ga2" doxytag="edit.h::ES_RIGHT"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define ES_RIGHT 0x00000002L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Right-aligned text. <p><p>Definition at line <a class="el" href="edit_8h-source.htm#l00103">103</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>. </td> </tr></table><a class="anchor" name="ga15" doxytag="edit.h::ES_TIP"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define ES_TIP 0x00008000L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Shows specified tip texts. <p><p>Definition at line <a class="el" href="edit_8h-source.htm#l00175">175</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>. </td> </tr></table><a class="anchor" name="ga14" doxytag="edit.h::ES_TITLE"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define ES_TITLE 0x00004000L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Shows specified title texts. <p><p>Definition at line <a class="el" href="edit_8h-source.htm#l00169">169</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>. </td> </tr></table><a class="anchor" name="ga4" doxytag="edit.h::ES_UPPERCASE"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define ES_UPPERCASE 0x00000008L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Converts all characters to uppercase as they are typed into the edit control. <p><p>Definition at line <a class="el" href="edit_8h-source.htm#l00115">115</a> of file <a class="el" href="edit_8h-source.htm">edit.h</a>. </td> </tr></table><hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:53 2007 for MiniGUI V1.6.10 API Reference by <a href="http://www.doxygen.org/index.html"><img src="http://www.minigui.com/api_ref/1.6.10/doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -