📄 group__ctrl__static__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 static 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 static control<br><small>[<a class="el" href="group__ctrl__static.htm">Static control</a>]</small></h1><h2>Defines</h2><ul><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga0">SS_LEFT</a> 0x00000000L<dl class="el"><dd class="mdescRight">Displays the given text flush-left. <a href="#ga0"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga1">SS_CENTER</a> 0x00000001L<dl class="el"><dd class="mdescRight">Displays the given text centered in the rectangle. <a href="#ga1"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga2">SS_RIGHT</a> 0x00000002L<dl class="el"><dd class="mdescRight">Displays the given text flush-right. <a href="#ga2"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga3">SS_ICON</a> 0x00000003L<dl class="el"><dd class="mdescRight">Designates an icon displayed in the static control. <a href="#ga3"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga4">SS_BLACKRECT</a> 0x00000004L<dl class="el"><dd class="mdescRight">Specifies a rectangle filled with the black color. <a href="#ga4"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga5">SS_GRAYRECT</a> 0x00000005L<dl class="el"><dd class="mdescRight">Specifies a rectangle filled with the light gray color. <a href="#ga5"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga6">SS_WHITERECT</a> 0x00000006L<dl class="el"><dd class="mdescRight">Specifies a rectangle filled with the light white color. <a href="#ga6"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga7">SS_BLACKFRAME</a> 0x00000007L<dl class="el"><dd class="mdescRight">Specifies a box with a frame drawn with the black color. <a href="#ga7"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga8">SS_GRAYFRAME</a> 0x00000008L<dl class="el"><dd class="mdescRight">Specifies a box with a frame drawn with the light gray color. <a href="#ga8"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga9">SS_WHITEFRAME</a> 0x00000009L<dl class="el"><dd class="mdescRight">Specifies a box with a frame drawn with the light gray color. <a href="#ga9"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga10">SS_GROUPBOX</a> 0x0000000AL<dl class="el"><dd class="mdescRight">Creates a rectangle in which other controls can be grouped. <a href="#ga10"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga11">SS_SIMPLE</a> 0x0000000BL<dl class="el"><dd class="mdescRight">Designates a simple rectangle and displays a single line of text flush-left in the rectangle. <a href="#ga11"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga12">SS_LEFTNOWORDWRAP</a> 0x0000000CL<dl class="el"><dd class="mdescRight">Designates a simple rectangle and displays the given text flush-left in the rectangle. <a href="#ga12"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga14">SS_BITMAP</a> 0x0000000EL<dl class="el"><dd class="mdescRight">Specifies that a bitmap will be displayed in the static control. <a href="#ga14"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga16">SS_TYPEMASK</a> 0x0000000FL<dl class="el"><dd class="mdescRight">The mask code of the static control. <a href="#ga16"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga17">SS_NOPREFIX</a> 0x00000080L<dl class="el"><dd class="mdescRight">Prevents interpretation of any ampersand (&) characters in the control's text as accelerator prefix characters. <a href="#ga17"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga18">SS_NOTIFY</a> 0x00000100L<dl class="el"><dd class="mdescRight">Sends the parent window notification messages when the user clicks or double-clicks the control. <a href="#ga18"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga19">SS_CENTERIMAGE</a> 0x00000200L<dl class="el"><dd class="mdescRight">Puts the image in the center of the static control. Default is top-left aligned. <a href="#ga19"></a><br></dl><li>#define <a class="el" href="group__ctrl__static__styles.htm#ga20">SS_REALSIZEIMAGE</a> 0x00000800L<dl class="el"><dd class="mdescRight">Does not scale the image. <a href="#ga20"></a><br></dl></ul><hr><h2>Define Documentation</h2><a class="anchor" name="ga14" doxytag="static.h::SS_BITMAP"></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 SS_BITMAP 0x0000000EL </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Specifies that a bitmap will be displayed in the static control. <p><p>Definition at line <a class="el" href="static_8h-source.htm#l00146">146</a> of file <a class="el" href="static_8h-source.htm">static.h</a>. </td> </tr></table><a class="anchor" name="ga7" doxytag="static.h::SS_BLACKFRAME"></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 SS_BLACKFRAME 0x00000007L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Specifies a box with a frame drawn with the black color. <p><p>Definition at line <a class="el" href="static_8h-source.htm#l00103">103</a> of file <a class="el" href="static_8h-source.htm">static.h</a>. </td> </tr></table><a class="anchor" name="ga4" doxytag="static.h::SS_BLACKRECT"></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 SS_BLACKRECT 0x00000004L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Specifies a rectangle filled with the black color. <p><p>Definition at line <a class="el" href="static_8h-source.htm#l00085">85</a> of file <a class="el" href="static_8h-source.htm">static.h</a>. </td> </tr></table><a class="anchor" name="ga1" doxytag="static.h::SS_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 SS_CENTER 0x00000001L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Displays the given text centered in the rectangle. <p><p>Definition at line <a class="el" href="static_8h-source.htm#l00067">67</a> of file <a class="el" href="static_8h-source.htm">static.h</a>. </td> </tr></table><a class="anchor" name="ga19" doxytag="static.h::SS_CENTERIMAGE"></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 SS_CENTERIMAGE 0x00000200L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Puts the image in the center of the static control. Default is top-left aligned. <p><p>Definition at line <a class="el" href="static_8h-source.htm#l00178">178</a> of file <a class="el" href="static_8h-source.htm">static.h</a>. </td> </tr></table><a class="anchor" name="ga8" doxytag="static.h::SS_GRAYFRAME"></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 SS_GRAYFRAME 0x00000008L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Specifies a box with a frame drawn with the light gray color. <p><p>Definition at line <a class="el" href="static_8h-source.htm#l00109">109</a> of file <a class="el" href="static_8h-source.htm">static.h</a>. </td> </tr></table><a class="anchor" name="ga5" doxytag="static.h::SS_GRAYRECT"></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 SS_GRAYRECT 0x00000005L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Specifies a rectangle filled with the light gray color. <p><p>Definition at line <a class="el" href="static_8h-source.htm#l00091">91</a> of file <a class="el" href="static_8h-source.htm">static.h</a>. </td> </tr></table><a class="anchor" name="ga10" doxytag="static.h::SS_GROUPBOX"></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 SS_GROUPBOX 0x0000000AL </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Creates a rectangle in which other controls can be grouped. <p><p>Definition at line <a class="el" href="static_8h-source.htm#l00121">121</a> of file <a class="el" href="static_8h-source.htm">static.h</a>. </td> </tr></table><a class="anchor" name="ga3" doxytag="static.h::SS_ICON"></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 SS_ICON 0x00000003L </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Designates an icon displayed in the static control. <p><p>Definition at line <a class="el" href="static_8h-source.htm#l00079">79</a> of file <a class="el" href="static_8h-source.htm">static.h</a>. </td> </tr></table><a class="anchor" name="ga0" doxytag="static.h::SS_LEFT"></a><p>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -