intTypePromotion=1
zunia.vn Tuyển sinh 2024 dành cho Gen-Z zunia.vn zunia.vn
ADSENSE

Giáo Trình How To Use AutoIt A Professional Manner part 132

Chia sẻ: Dwqdqwdqwd Dwqdqwdqwd | Ngày: | Loại File: PDF | Số trang:5

75
lượt xem
10
download
 
  Download Vui lòng tải xuống để xem tài liệu đầy đủ

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ả

Chủ đề:
Lưu

Nội dung Text: Giáo Trình How To Use AutoIt A Professional Manner part 132

  1. 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.
  2. 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
  3. 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.
  4. 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
  5. 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.
ADSENSE

CÓ THỂ BẠN MUỐN DOWNLOAD

 

Đồng bộ tài khoản
2=>2