$TCS_HOTTRACK 0x0040 Items under the pointer are automatically highlighted Tabs appear at the left side of the control, with tab text displayed vertically.. To make tabs appear on the ri
Trang 1$TCS_HOTTRACK 0x0040 Items under the pointer are
automatically highlighted
Tabs appear at the left side of the control, with tab text displayed vertically This style is valid only when used with the
TCS_MULTILINE style To make tabs appear on the right side of the control, also use the TCS_RIGHT style This style is not supported if you use ComCtl32.dll version 6
Tabs appear as tabs, and a border is drawn around the display area This style is the default
Tabs appear as buttons, and no border is drawn around the display area
Only one row of tabs is displayed The user can scroll to see more tabs,
if necessary This style is the default
Multiple rows of tabs are displayed,
if necessary, so all tabs are visible at once
The width of each tab is increased, if necessary, so that each row of tabs fills the entire width of the tab control
This window style is ignored unless the TCS_MULTILINE style is also specified
All tabs are the same width This style cannot be combined with the TCS_RIGHTJUSTIFY style
$TCS_RAGGEDRIGHT 0x0800 Rows of tabs will not be stretched to
fill the entire width of the control
Trang 2This style is the default
$TCS_FOCUSONBUTTONDOWN 0x1000 The tab control receives the input
focus when clicked
$TCS_OWNERDRAWFIXED 0x2000 The parent window is responsible
for drawing tabs
$TCS_TOOLTIPS 0x4000 The tab control has a tooltip control
associated with it
$TCS_FOCUSNEVER 0x8000 The tab control does not receive the
input focus when clicked
GUICtrlCreateAvi function
$ACS_AUTOPLAY 0x04 Starts playing the animation as soon as
the AVI clip is opened
$ACS_CENTER 0x01 Centers the animation in the animation
control's window
$ACS_TRANSPARENT 0x02
Allows you to match an animation's background color to that of the underlying window, creating a
"transparent" background (Default value)
$ACS_NONTRANSPARENT 0x10 To override default
ACS_TRANSPARENT
Trang 3#include <DateTimeConstants.au3>
GUICtrlCreateDate function
Places an up-down control to the right
of a DTP control to modify time values This style can be used instead
of the drop-down month calendar, which is the default style
$DTS_SHOWNONE 0x02 Enables the control to accept “no date”
as a valid selection state
$DTS_LONGDATEFORMAT 0x04
Displays the date in long format The default format string for this style is defined by
LOCALE_SLONGDATEFORMAT, which produces output like “Friday, April 19, 1998.”
Displays the time The default format string for this style is defined by LOCALE_STIMEFORMAT, which produces output like “5:31:42 PM.”
The drop-down month calendar will be right-aligned with the control instead
of left-aligned, which is the default
$DTS_SHORTDATEFORMAT 0x00
Displays the date in short format The default format string for this style is defined by LOCALE_SSHORTDATE, which produces output like "4/19/96"
Default/forced see GUICtrlCreateMonthCal function
Trang 4$MCS_NOTODAY 0x10
The month calendar control will not display the "today" date at the bottom of the control
$MCS_NOTODAYCIRCLE 0x08 The month calendar control will not circle
the "today" date
$MCS_WEEKNUMBERS 0x04
The month calendar control will display week numbers (1-52) to the left of each row of days Week 1 is defined as the first week that contains at least four days
GUICtrlCreateTreeView function
$TVS_HASBUTTONS 0x0001
Displays plus (+) and minus (-) buttons next to parent items The user clicks the buttons to expand or collapse a parent item's list of child items To include buttons with items at the root
of the tree view, TVS_LINESATROOT must also be specified
$TVS_HASLINES 0x0002 Uses lines to show the hierarchy of items
$TVS_LINESATROOT 0x0004
Uses lines to link items at the root of the tree view control This value is ignored if
TVS_HASLINES is not also specified