AutoIT Help part 138 docx

5 241 0
AutoIT Help part 138 docx

Đang tải... (xem toàn văn)

Thông tin tài liệu

$TVS_DISABLEDRAGDROP 0x0010 Prevents the tree view control from sending TVN_BEGINDRAG notification messages. $TVS_SHOWSELALWAYS 0x0020 Causes a selected item to remain selected when the tree view control loses focus. $TVS_RTLREADING 0x0040 Normal windows display text left-to-right (LTR). Windows can be mirrored to display languages such as Hebrew or Arabic that read right-to-left (RTL). Normally, tree view text will be displayed in same direction as the the text in its parent window. If TVS_RTLREADING is set, tree view text will read in the opposite direction from the text in the parent window. $TVS_NOTOOLTIPS 0x0080 The tree view control does not support tooltips. $TVS_CHECKBOXES 0x0100 $TVS_TRACKSELECT 0x0200 Enables hot tracking in a tree view control. $TVS_SINGLEEXPAND 0x0400 When this style is enabled, changing the selection in the tree view will automatically cause the item being selected to expand and the item being unselected to collapse. If the mouse is used to single-click the selected item and that item is closed, it will be expanded. If the user holds the CTRL key down while selecting an item, the item being unselected will not be collapsed. $TVS_FULLROWSELECT 0x1000 Enables full-row selection in the tree view. The entire row of the selected item is highlighted, and clicking anywhere on an item's row will cause it to be selected. This style cannot be used in conjunction with the TVS_HASLINES style. $TVS_NOSCROLL 0x2000 Disables horizontal scrolling in the control. The control will not display any horizontal scroll bars. $TVS_NONEVENHEIGHT 0x4000 The height of the items can be set to an odd height with the TVM_SETITEMHEIGHT message. By default, the height of items must be an even value. Slider Styles Value Description #include <SliderConstants.au3> Default/forced $GUI_SS_DEFAULT_SLIDER see GUICtrlCreateSlider function. $TBS_AUTOTICKS 0x0001 Adds tick marks when you set the range on the trackbar by using the TBM_SETRANGE message. $TBS_BOTH 0x0008 Places ticks on both sides of the trackbar. $TBS_BOTTOM 0x0000 Places ticks on the bottom of a horizontal trackbar. $TBS_HORZ 0x0000 Specifies a horizontal trackbar. This is the default. $TBS_VERT 0x0002 Places ticks on the left side of a vertical trackbar. $TBS_NOTHUMB 0x0080 Specifies that the trackbar has no slider. $TBS_NOTICKS 0x0010 Specifies that no ticks are placed on the trackbar. $TBS_LEFT 0x0004 Places ticks on the left side of a vertical trackbar. $TBS_RIGHT 0x0000 Places ticks on the right side of a vertical trackbar. $TBS_TOP 0x0004 Places ticks on the top of a horizontal trackbar. ListView Styles Value Description #include <ListviewConstants.au3> Default/forced $GUI_SS_DEFAULT_LISTVIEW see GUICtrlCreateListView function. $LVS_ICON 0x0000 This style specifies icon view. $LVS_REPORT 0x0001 This style specifies report view. $LVS_SMALLICON 0x0002 This style specifies small icon view. $LVS_LIST 0x0003 This style specifies list view. $LVS_EDITLABELS 0x0200 Item text can be edited in place. $LVS_NOCOLUMNHEADER 0x4000 Column headers are not displayed in report view. By default, columns have headers in report view. $LVS_NOSORTHEADER 0x8000 Column headers do not work like buttons. This style can be used if clicking a column header in report view does not carry out an action, such as sorting. $LVS_SINGLESEL 0x0004 Only one item at a time can be selected. $LVS_SHOWSELALWAYS 0x0008 The selection, if any, is always shown, even if the control does not have the focus. $LVS_SORTASCENDING 0x0010 Item indices are sorted based on item text in ascending order. $LVS_SORTDESCENDING 0x0020 Item indices are sorted based on item text in descending order. $LVS_NOLABELWRAP 0x0080 Item text is displayed on a single line in icon view. By default, item text may wrap in icon view. ListView Extended Styles Value Description #include <ListviewConstants.au3> $LVS_EX_FULLROWSELECT 0x00000020 When an item is selected, the item and all its subitems are highlighted. $LVS_EX_GRIDLINES 0x00000001 Displays gridlines around items and subitems. $LVS_EX_HEADERDRAGDROP 0x00000010 Enables drag-and-drop reordering of columns in a list view control. $LVS_EX_TRACKSELECT 0x00000008 Enables hot- track selection in a list view control. Hot track selection means that an item is automatically selected when the cursor remains over the item for a certain period of time $LVS_EX_CHECKBOXES 0x00000004 Enables check boxes for items in a list view control. $LVS_EX_BORDERSELECT 0x00008000 If this style is set, when an item is selected the border color of the item changes rather than the item being highlighted. $LVS_EX_DOUBLEBUFFER 0x00010000 $LVS_EX_FLATSB 0x00000100 Enables flat scroll bars in the list view. $LVS_EX_MULTIWORKAREAS 0x00002000 $LVS_EX_SNAPTOGRID 0x00080000 $LVS_EX_SUBITEMIMAGES 0x00000002 Allows images to be displayed for subitems. Standard Windows Fonts List based upon Standard Windows fonts. Recommend Fonts are highlighted in yellow. FONT NAME Win95 WinNT Win98 Win2000 WinMe WinXP Vista Abadi MT Condensed Light x Arial x x x x x x x Arial Alternative Regular x Arial Alternative Symbol x Arial Black x x x x x Book Antiqua x x x Calibri x Calisto MT x Cambria x Candara x Century Gothic x Comic Sans MS x x x Consolas x Constantias x Copperplate Gothic Bold x Copperplate Gothic Light x Corbel x

Ngày đăng: 02/07/2014, 17:21

Từ khóa liên quan

Tài liệu cùng người dùng

Tài liệu liên quan