Windows and buttons themes

Button Types

There are several types of buttons and one or more button styles to distinguish between buttons of the same type.

This document discusses the following topics.

Button Types and Styles

A button belongs to a type and may have additional styles that affect its appearance and behavior. For a table of button styles, see Button Styles.

The following screen shot shows the different types of buttons.

The screen shot shows how buttons might appear in WindowsВ Vista. The appearance will vary on different versions of the operating system, and according to the theme set by the user.

Note the following points about the illustration:

  • The three-state check box is shown in the indeterminate state. When checked or unchecked, it looks like a normal check box.
  • The large push button has been set to the pushed state programmatically (by sending the BM_SETSTATE message), so that it retains its appearance even when it is not being clicked.
  • In the visual style shown, the background of the default push button (or another push button that has the input focus) cycles between blue and gray.

Check Boxes

A check box consists of a square box and an application-defined label, icon, or bitmap that indicates a choice the user can make by selecting the button. Applications typically display check boxes to enable the user to choose one or more options that are not mutually exclusive.

A check box can be one of four styles: standard, automatic, three-state, and automatic three-state, as defined by the constants BS_CHECKBOX, BS_AUTOCHECKBOX, BS_3STATE, and BS_AUTO3STATE, respectively. Each style can assume two check states: checked (a check mark inside the box) or cleared (no check mark). In addition, a three-state check box can assume an indeterminate state (a shaded box inside the check box), which might signify that the user has not made a choice. Repeatedly clicking a standard or automatic check box toggles it from checked to cleared and back again. Repeatedly clicking a three-state check box toggles it from checked to cleared to indeterminate and then repeats the cycle.

When the user clicks a check box (of any style), the check box receives the keyboard focus. The system sends the check box’s parent window a WM_COMMAND message containing the BN_CLICKED notification code. The parent window does not have to handle this message if it comes from an automatic check box or automatic three-state check box, because the system automatically sets the check state for those styles. But the parent window must handle the message if it comes from a non-automatic check box or three-state check box, because the parent window is responsible for setting the check state for those styles. Regardless of the check box style, the system automatically repaints the check box once its state is changed.

Читайте также:  Eml327 драйвер для windows

The application can ascertain the state of a check box by using the IsDlgButtonChecked function.

Group Boxes

A group box is a rectangle that surrounds a set of controls, such as check boxes or radio buttons, with an application-defined text label in its upper left corner. The sole purpose of a group box is to organize controls related by a common purpose (usually indicated by the label). The group box has only one style, defined by the constant BS_GROUPBOX. Because a group box cannot be selected, it has no check state, focus state, or push state.

Push Buttons

A push button is a rectangle containing an application-defined text label, an icon, or a bitmap that indicates what the button does when the user selects it.

A push button can be one of two styles, standard or default, as defined by the constants BS_PUSHBUTTON and BS_DEFPUSHBUTTON. A standard push button is typically used to start an operation. It receives the keyboard focus when the user clicks it. A default push button is typically used to indicate the most common or default choice, such as closing the dialog box. It is a button that the user can select by simply pressing ENTER when no other push button in the dialog box has the input focus.

When the user clicks a push button, it receives the keyboard focus. The system sends the button’s parent window a WM_COMMAND message that contains the BN_CLICKED notification code.

The split button is a special kind of push button introduced in WindowsВ Vista and Version 6.00. A split button is divided into two parts. The main part functions like a regular or default push button. The second part has an arrow pointing downward. Typically a menu is displayed when the arrow is clicked.

A split button has the BS_SPLITBUTTON style, or the BS_DEFSPLITBUTTON style if it is the default button in a dialog box. You can modify the appearance of the button by using the BCM_SETSPLITINFO message or the corresponding Button_SetSplitInfo macro.

When the user clicks on the main part of the split button, it sends a BN_CLICKED notification just like a normal push button. But when the user clicks on the down arrow, it sends a BCN_DROPDOWN notification. It is the application’s responsibility to display a menu in response to BCN_DROPDOWN.

WindowsВ Vista and Version 6.00 also introduced another kind of push button, the command link. Visually, a command link is very different from a normal push button, but it has the same functionality. A command link typically displays an arrow icon, a line of text, and additional text in a smaller font.

Radio Buttons

A radio button (also called option button) consists of a round button and an application-defined label, icon, or bitmap that indicates a choice the user can make by selecting the button. An application typically uses radio buttons in a group box to enable the user to choose one of a set of related but mutually exclusive options.

A radio button can be one of two styles: standard or automatic, as defined by the style constants BS_RADIOBUTTON and BS_AUTORADIOBUTTON. Each style can assume two check states: checked (a dot in the button) or cleared (no dot in the button).

Читайте также:  Как загрузить центр обновления windows

When the user selects either state, the radio button receives the keyboard focus. The system sends the button’s parent window a WM_COMMAND message containing the BN_CLICKED notification code. The parent window need not handle this message if it comes from an automatic radio button, because the system automatically sets the check state for that style. But the parent window should handle the message if it comes from a non-automatic radio button, because the parent window is responsible for setting the check state for that style. Regardless of the radio button style, the system automatically repaints the button as its state changes.

Radio buttons are arranged in groups, and only one button in the group can be checked at any time. If the WS_GROUP flag is set for any radio button, that button is the first button in a group, and all buttons that follow it immediately in the tab order (but do not themselves have the WS_GROUP flag) are part of its group. If no radio buttons have the WS_GROUP flag, all the radio buttons in the dialog box are treated as a single group.

The application can ascertain whether a radio button is checked by using the IsDlgButtonChecked function.

15 тем для Windows 10, меняющих систему до неузнаваемости. Долго искал четвёртую!

Что Microsoft только не делала с дизайном Windows — каждый релиз новой версии операционной системы сопровождался обновлением внешнего вида: Luna в XP, Aero в Vista и 7, а затем не очень удачный Metro в Windows 8.1. Лишь спустя несколько лет, с выходом 10-й версии, дизайнеры Microsoft наконец определились со стилем своих продуктов и появился Fluent Design. Однако, даже сейчас Windows 10 выглядит не очень — система по-прежнему смотрится устаревшей на фоне других ОС. Но никто не мешает ставить сторонние темы для рабочего стола и всей системы в целом — в этой статье собраны самые популярные и красивые пакеты оформления, а также инструкция по установке.

Содержание

Вы захотите скачать: 15 тем для Windows 10

Big Sur

Первой темой будет Big Sur, которая понравится любителям дизайна Apple. Кроме внешнего вида окон и иконок, этот пак включает в себя виджеты для Rainmeter, а также скин для приложений, имитирующих Dock из macOS — Rocketdock или Nexus.

Porcelain

Эта тема определённо понравится любителям минимализма. Ничего лишнего, только самое необходимое. Одним из достоинств её являются частые обновления — разработчик регулярно исправляет баги и добавляет поддержку новых версий Windows 10.

Fluent

В отличие от других тем, эта не меняет стиль системы кардинально, а лишь немного дополняет его — более минималистичный проводник с обновлёнными иконками поможет освежить пользовательский опыт, добавив в него новые краски.

Windows 10X

Релиз Windows 10X уже не за горами, а умельцы в интернете уже перенесли своё виденье дизайна будущей ОС на текущую версию Windows. Эта тема меняет не только внешний вид окон и иконок, но и имеет свои скины для PotPlayer, foobar2000 и различных приложений для имитации Dock.

Papyros

Papyros — это качественная адаптация популярной темы для Linux с названием Papyrus, внешний вид которой вдохновлён Material Design. Для пользователей доступно 5 разных вариаций тем с разными цветами заголовков, а также огромный набор системных иконок и приложений.

Читайте также:  Где находится php ini mac os

Penumbra

Встроенная тёмная тема Windows хороша, но она затрагивает лишь часть системы, оставляя некоторые белые участки. На этот счёт есть Penumbra — это минималистичный пак оформления, напоминающий по цветам продукты Adobe.

Janguru

Особенностью этой темы является поддержка размытия заголовков окон, а также полностью чёрный фон приложений. Кроме этого, у Janguru есть свои значки курсора, большой набор иконок и виджетов для Rainmeter.

Gray Dark

Ещё одна тема, выполненная в тёмных тонах. Не одним проводником единым — в комплекте с Gray Dark идёт набор скинов для StartIsBack, а также опциональный набор иконок, дополняющий тему. На выбор доступно несколько цветовых вариаций, их видно на скриншотах выше.

Gray Light

Gray Light — это противоположность теме Dark Gray. Вместо оттенков серого теперь преобладает белый, других значительных отличий нет. Кроме самого пака оформления, в описании также лежат ссылки на обои, что стоят на скриншотах выше.

Matte

В отличие от других тёмных тем, эта выполнена не в чёрных и серых тонах, а в мятных, в паре со строгими значками. Отличным дополнением будет скин для StartIsBack и разные вариации оформления. А частые обновления оперативно исправляют баги и различные недоработки.

Windows 20

Эта тема была вдохновлена концептом с названием «Windows 20» от Avdan. Конечно, перенести дизайн полностью не вышло, но максимально приблизиться к оригиналу получилось. Тут и иконки в стиле Fluent Design, и закругления на месте.

Dracula

Надоели скучные монохромные темы? На этот случай есть Dracula, которая привносит больше красок в оформление системы. Вместо оттенков серого, преобладают фиолетовые тона и градиенты. Также доступны разные вариации иконок для закрытия или сворачивания окон, скины для StartIsBack и оформление для Microsoft Office.

Discord Theme

Ещё одной интересной темой будет Discord Theme, так как она использует цвета и оформление одноимённого мессенджера для геймеров. Приятные для глаза оттенки помогут в снижении напряжения при использовании компьютера.

Glassic

Не обошлось и без прозрачных тем, что слегка напоминают Aero из прошлых версий Windows. Для корректного отображения прозрачности необходимо установить дополнительную программу под названием «Glass8», ссылка на которую есть в описании пака оформления.

BIB 2.0

Последней темой в подборке станет BIB 2.0. Это минималистичный пак оформления для Windows, с тремя вариациями кнопок заголовка окон, приятными иконками и с поддержкой мониторов с высокой плотностью пикселей.

Как устанавливать темы для Windows 10

Основой всех тем для Windows является приложение под названием UltraUXThemePatcher. Оно активирует поддержку сторонних пакетов оформления. Устанавливаем его и перезагружаем компьютер.

Затем, скачанные файлы тем (файлы с расширением .theme) необходимо поместить в папку по пути C:\Windows\Resources\Themes. После этого, кликаем правой кнопкой мыши по рабочему столу и выбираем пункт «Персонализация», а потом «Темы». Список должен пополниться свежеустановленными пакетами оформления.

Для корректного отображения тем необходимо дополнительно установить ещё одно приложение — OldNewExplorer. С его помощью можно убрать ленту в «Проводнике», сделав файловый менеджер похожим на тот, что стоит в Windows 7.

К сожалению, единого метода для замены системных значков на кастомные нет, но в архивах с каждой темой есть инструкции в виде текстовых файлов, некоторые из них требуют установки дополнительного ПО.

Внимание! Всегда делайте точку восстановления системы перед любыми модификациями Windows.

Оцените статью