Giáo Trình How To Use AutoIt A Professional Manner part 132
lượt xem 10
download
Tham khảo tài liệu 'giáo trình how to use autoit a professional manner part 132', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả
Bình luận(0) Đăng nhập để gửi bình luận!
Nội dung Text: Giáo Trình How To Use AutoIt A Professional Manner part 132
- Creates a window that has a sizing $WS_THICKFRAME 0x00040000 border. Same as the WS_SIZEBOX style Creates a window that has a vertical $WS_VSCROLL 0x00200000 scroll bar. $WS_VISIBLE 0x10000000 Creates a window that is initially visible. Creates a child window. A window with this style cannot have a menu bar. This $WS_CHILD 0x40000000 style cannot be used with the WS_POPUP style. Specifies the first control of a group of controls. The group consists of this first $WS_GROUP 0x00020000 control and all controls defined after it, up to the next control with the WS_GROUP style. Turns the control into a tab stop, which enables the user to select the control by $WS_TABSTOP 0x00010000 tabbing through the controls in a dialog box. Creates a dialog box with a modal dialog-box frame that can be combined $DS_MODALFRAME 0x00000080 with a title bar and window menu by specifying the WS_CAPTION and WS_SYSMENU styles. This style is useful for modal dialog boxes that require immediate attention $DS_SETFOREGROUND 0x00000200 from the user regardless of whether the owner window is the foreground window. Includes a question mark in the title bar of the dialog box. Cannot be used with the WS_MAXIMIZEBOX or $DS_CONTEXTHELP 0x00002000 WS_MINIMIZEBOX styles. Same as WS_EX_CONTEXTHELP extended style.
- Common Extended Styles Value Description #include Allow an edit or input control within the created GUI window to receive filenames via drag and drop. $WS_EX_ACCEPTFILES 0x00000010 The control must have also the $GUI_DROPACCEPTED state set by GUICtrlSetState. Forces a top-level window $WS_EX_APPWINDOW 0x00040000 onto the taskbar when the window is visible. Specifies that a window has $WS_EX_CLIENTEDGE 0x00000200 a border with a sunken edge. Includes a question mark in the title bar of the window. $WS_EX_CONTEXTHELP 0x00000400 Cannot be used with the WS_MAXIMIZEBOX or WS_MINIMIZEBOX Creates a window that has a double border; the window can, optionally, be created $WS_EX_DLGMODALFRAME 0x00000001 with a title bar by specifying the WS_CAPTION style in the dwStyle parameter. Create a child window that will be moved with its $WS_EX_MDICHILD 0x00000040 parent.(simulation of a MDI window maximize/minimize are not simulated). $WS_EX_OVERLAPPEDWINDOW 0x00000300 Combines the
- WS_EX_CLIENTEDGE and WS_EX_WINDOWEDGE styles. Creates a window with a three-dimensional border $WS_EX_STATICEDGE 0x00020000 style intended to be used for items that do not accept user input. Specifies that a window created with this style should be placed above all $WS_EX_TOPMOST 0x00000008 non-topmost windows and should stay above them, even when the window is deactivated. The window appears transparent because the bits $WS_EX_TRANSPARENT 0x00000020 of underlying sibling windows have already been painted. Creates a tool window; that is, a window intended to be used as a floating toolbar. A tool window has a title bar that is shorter than a normal title bar, and the window title is drawn using a smaller font. A tool window does $WS_EX_TOOLWINDOW 0x00000080 not appear in the taskbar or in the dialog box that appears when the user presses ALT+TAB. If a tool window has a system menu, its icon is not displayed on the title bar. However, you can display the system menu by typing ALT+SPACE.
- Specifies that a window has $WS_EX_WINDOWEDGE 0x00000100 a border with a raised edge. Creates a layered window. $WS_EX_LAYERED 0x00080000 Note that this cannot be used for child windows. Allow the label or pic control to be used as the title $GUI_WS_EX_PARENTDRAG 0x00100000 bar to drag the whole the parent window. Checkbox Styles Value Description #include Default/forced see GUICtrlCreateCheckbox function. Creates a check box in which the box can be unavailable as well as selected or $BS_3STATE 0x0005 cleared. Use the unavailable state to show that the state of the check box is not determined. Creates a three-state check box in which the state cycles through selected, $BS_AUTO3STATE 0x0006 unavailable, and cleared each time the user selects the check box. Creates a check box in which the check state switches between selected and $BS_AUTOCHECKBOX 0x0003 cleared each time the user selects the check box. Creates a small, empty check box with a label displayed to the right of it. To $BS_CHECKBOX 0x0002 display the text to the left of the check box, combine this flag with the BS_RIGHTBUTTON style. $BS_LEFT 0x0100 Left-aligns the text in the button
- rectangle on the right side of the check box. Makes a button (such as a check box, three-state check box, or radio button) look and act like a push button. The $BS_PUSHLIKE 0x1000 button looks raised when it isn't pushed or checked, and sunken when it is pushed or checked. Right-aligns text in the button rectangle $BS_RIGHT 0x0200 on the right side of the check box. Positions a check box square on the $BS_RIGHTBUTTON 0x0020 right side of the button rectangle. Creates a rectangle in which other buttons can be grouped. Any text $BS_GROUPBOX 0x0007 associated with this style is displayed in the rectangle’s upper-left corner. Same as a radio button, except that when the user selects it, the button automatically highlights itself and $BS_AUTORADIOBUTTON 0x0009 removes the selection from any other radio buttons with the same style in the same group.
CÓ THỂ BẠN MUỐN DOWNLOAD
-
Giáo Trình How To Use AutoIt A Professional Manner part 1
5 p | 275 | 90
-
Giáo Trình How To Use AutoIt A Professional Manner part 2
5 p | 190 | 62
-
Giáo Trình How To Use AutoIt A Professional Manner part 3
5 p | 151 | 52
-
Giáo Trình How To Use AutoIt A Professional Manner part 4
5 p | 148 | 41
-
Giáo Trình How To Use AutoIt A Professional Manner part 5
6 p | 118 | 34
-
Giáo Trình How To Use AutoIt A Professional Manner part 6
6 p | 143 | 31
-
Giáo Trình How To Use AutoIt A Professional Manner part 8
6 p | 127 | 31
-
Giáo Trình How To Use AutoIt A Professional Manner part 15
10 p | 110 | 29
-
Giáo Trình How To Use AutoIt A Professional Manner part 9
6 p | 124 | 29
-
Giáo Trình How To Use AutoIt A Professional Manner part 7
6 p | 107 | 29
-
Giáo Trình How To Use AutoIt A Professional Manner part 11
5 p | 120 | 28
-
Giáo Trình How To Use AutoIt A Professional Manner part 14
6 p | 104 | 27
-
Giáo Trình How To Use AutoIt A Professional Manner part 13
6 p | 118 | 27
-
Giáo Trình How To Use AutoIt A Professional Manner part 12
6 p | 117 | 27
-
Giáo Trình How To Use AutoIt A Professional Manner part 10
6 p | 114 | 27
-
Giáo Trình How To Use AutoIt A Professional Manner part 18
8 p | 90 | 19
-
Giáo Trình How To Use AutoIt A Professional Manner part 16
8 p | 99 | 17
-
Giáo Trình How To Use AutoIt A Professional Manner part 17
8 p | 102 | 17
Chịu trách nhiệm nội dung:
Nguyễn Công Hà - Giám đốc Công ty TNHH TÀI LIỆU TRỰC TUYẾN VI NA
LIÊN HỆ
Địa chỉ: P402, 54A Nơ Trang Long, Phường 14, Q.Bình Thạnh, TP.HCM
Hotline: 093 303 0098
Email: support@tailieu.vn