행위

Autoit gui

DB CAFE

Dbcafe (토론 | 기여)님의 2024년 6월 12일 (수) 08:33 판 (새 문서: === GUI Controls === All users will be familiar with controls - anything you click on or interact with in a window is a type of control. The types of controls that can be created with...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
thumb_up 추천메뉴 바로가기


GUI Controls[편집]

All users will be familiar with controls - anything you click on or interact with in a window is a type of control. The types of controls that can be created with AutoIt are listed below - you will have used most of them in other Windows programs.

  • Label

A plain piece of text.

  • Button

A simple button.

  • Input

A single line control that you can enter text into.

  • Edit

A multi-line control that you can enter text into.

  • Checkbox

A box that can be "checked" or "unchecked".

  • Radio

A set of circular buttons - only one can be active at once.

  • Combo

A list with a dropdown box.

  • List

A list.

  • Date

A date picker.

  • Pic

A picture.

  • Icon

An icon.

  • Progress

A progress bar.

  • Tab

A group of controls that are contained in tabs.

  • UpDown

A control that can be added to input controls.

  • Avi

Display an AVI format clip.

  • Menu

A menu across the top of the window.

  • ContextMenu

A menu that appears when you right click inside the window.

  • TreeView

A control similar to the windows file-explorer.

  • Slider

A control similar to the windows sound volume control.

  • ListView

A control displaying columns information.

  • ListViewItem

A control displaying item in a listview control.

  • Graphic

A control displaying graphics drawn with GUICtrlSetGraphic.

  • Dummy

A dummy user control.