Vcl.Themes.TStyleFont

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TStyleFont = (
sfButtonTextDisabled, sfButtonTextFocused, sfButtonTextHot, sfButtonTextNormal, sfButtonTextPressed,
sfCaptionTextInactive, sfCaptionTextNormal,
sfCategoryPanelGroupHeaderHot, sfCategoryPanelGroupHeaderNormal, sfCatgeoryButtonsCategoryNormal, sfCatgeoryButtonsCategorySelected,
sfCatgeoryButtonsHot, sfCatgeoryButtonsNormal, sfCatgeoryButtonsSelected,
sfCheckBoxTextDisabled, sfCheckBoxTextFocused, sfCheckBoxTextHot, sfCheckBoxTextNormal, sfCheckBoxTextPressed,
sfComboBoxItemDisabled, sfComboBoxItemFocused, sfComboBoxItemHot, sfComboBoxItemNormal, sfComboBoxItemSelected,
sfEditBoxTextDisabled, sfEditBoxTextFocused, sfEditBoxTextHot, sfEditBoxTextNormal, sfEditBoxTextSelected,
sfGridItemFixedHot, sfGridItemFixedNormal, sfGridItemFixedPressed, sfGridItemNormal, sfGridItemSelected,
sfGroupBoxTextDisabled, sfGroupBoxTextNormal,
sfHeaderSectionTextDisabled, sfHeaderSectionTextHot, sfHeaderSectionTextNormal, sfHeaderSectionTextPressed,
sfListItemTextDisabled, sfListItemTextFocused, sfListItemTextHot, sfListItemTextNormal, sfListItemTextSelected,
sfMenuItemTextDisabled, sfMenuItemTextHot, sfMenuItemTextNormal, sfMenuItemTextSelected,
sfPanelTextDisabled, sfPanelTextNormal,
sfPopupMenuItemTextDisabled, sfPopupMenuItemTextHot, sfPopupMenuItemTextNormal, sfPopupMenuItemTextSelected,
sfRadioButtonTextDisabled, sfRadioButtonTextFocused, sfRadioButtonTextHot, sfRadioButtonTextNormal, sfRadioButtonTextPressed,
sfSmCaptionTextInactive, sfSmCaptionTextNormal,
sfStatusPanelTextDisabled, sfStatusPanelTextNormal,
sfTabTextActiveDisabled, sfTabTextActiveHot, sfTabTextActiveNormal, sfTabTextInactiveDisabled, sfTabTextInactiveHot, sfTabTextInactiveNormal,
sfTextLabelDisabled, sfTextLabelFocused, sfTextLabelHot, sfTextLabelNormal,
sfToolItemTextDisabled, sfToolItemTextHot, sfToolItemTextNormal, sfToolItemTextSelected,
sfTreeItemTextDisabled, sfTreeItemTextFocused, sfTreeItemTextHot, sfTreeItemTextNormal, sfTreeItemTextSelected,
sfWindowTextDisabled, sfWindowTextNormal
);

C++

enum DECLSPEC_DENUM TStyleFont : unsigned char { sfButtonTextDisabled, sfButtonTextFocused, sfButtonTextHot, sfButtonTextNormal, sfButtonTextPressed, sfCaptionTextInactive, sfCaptionTextNormal, sfCategoryPanelGroupHeaderHot, sfCategoryPanelGroupHeaderNormal, sfCatgeoryButtonsCategoryNormal, sfCatgeoryButtonsCategorySelected, sfCatgeoryButtonsHot, sfCatgeoryButtonsNormal, sfCatgeoryButtonsSelected, sfCheckBoxTextDisabled, sfCheckBoxTextFocused, sfCheckBoxTextHot, sfCheckBoxTextNormal, sfCheckBoxTextPressed, sfComboBoxItemDisabled, sfComboBoxItemFocused, sfComboBoxItemHot, sfComboBoxItemNormal, sfComboBoxItemSelected, sfEditBoxTextDisabled, sfEditBoxTextFocused, sfEditBoxTextHot, sfEditBoxTextNormal, sfEditBoxTextSelected, sfGridItemFixedHot,
    sfGridItemFixedNormal, sfGridItemFixedPressed, sfGridItemNormal, sfGridItemSelected, sfGroupBoxTextDisabled, sfGroupBoxTextNormal, sfHeaderSectionTextDisabled, sfHeaderSectionTextHot, sfHeaderSectionTextNormal, sfHeaderSectionTextPressed, sfListItemTextDisabled, sfListItemTextFocused, sfListItemTextHot, sfListItemTextNormal, sfListItemTextSelected, sfMenuItemTextDisabled, sfMenuItemTextHot, sfMenuItemTextNormal, sfMenuItemTextSelected, sfPanelTextDisabled, sfPanelTextNormal, sfPopupMenuItemTextDisabled, sfPopupMenuItemTextHot, sfPopupMenuItemTextNormal, sfPopupMenuItemTextSelected, sfRadioButtonTextDisabled, sfRadioButtonTextFocused, sfRadioButtonTextHot, sfRadioButtonTextNormal, sfRadioButtonTextPressed, sfSmCaptionTextInactive, sfSmCaptionTextNormal,
    sfStatusPanelTextDisabled, sfStatusPanelTextNormal, sfTabTextActiveDisabled, sfTabTextActiveHot, sfTabTextActiveNormal, sfTabTextInactiveDisabled, sfTabTextInactiveHot, sfTabTextInactiveNormal, sfTextLabelDisabled, sfTextLabelFocused, sfTextLabelHot, sfTextLabelNormal, sfToolItemTextDisabled, sfToolItemTextHot, sfToolItemTextNormal, sfToolItemTextSelected, sfTreeItemTextDisabled, sfTreeItemTextFocused, sfTreeItemTextHot, sfTreeItemTextNormal, sfTreeItemTextSelected, sfWindowTextDisabled, sfWindowTextNormal };

プロパティ

種類 可視性 ソース ユニット
enum public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes Vcl.Themes

説明

ビジュアル コンポーネントのさまざまな部分や状態に使用できるフォントを表します。


TStyleFont では、ユーザー インターフェイス要素で使用するテキストのフォントの種類を指定します。

意味
sfButtonTextDisabled ボタンが無効になっているときのボタン キャプションのフォント。
sfButtonTextFocused ボタンにフォーカスがあるときのボタン キャプションのフォント。
sfButtonTextHot マウスがボタンの上にあるときのボタン キャプションのフォント。
sfButtonTextNormal ボタンが通常の状態であるときのボタン キャプションのフォント。
sfButtonTextPressed ボタンが押されているときのボタン キャプションのフォント。
sfCaptionTextInactive コントロールがアクティブでないときのキャプションのフォント。
sfCaptionTextNormal コントロールが通常の状態であるときのキャプションのフォント。
sfCategoryPanelGroupHeaderHot マウスがカテゴリ パネル グループ ヘッダーの上にあるときのヘッダーのフォント。
sfCategoryPanelGroupHeaderNormal カテゴリ パネル グループ ヘッダーが通常の状態であるときのヘッダーのフォント。
sfCatgeoryButtonsCategoryNormal カテゴリ ボタン コンポーネント内のカテゴリが通常の状態であるときのカテゴリ キャプションのフォント。
sfCatgeoryButtonsCategorySelected カテゴリ ボタン コンポーネント内のカテゴリが選択されているときのカテゴリ キャプションのフォント。
sfCatgeoryButtonsHot マウスがカテゴリ ボタンの上にあるときのボタンのテキストのフォント。
sfCatgeoryButtonsNormal カテゴリ ボタンが通常の状態であるときのボタンのテキストのフォント。
sfCatgeoryButtonsSelected カテゴリ ボタンが選択されているときのボタンのテキストのフォント。
sfCheckBoxTextDisabled チェック ボックスが無効になっているときのチェック ボックス キャプションのフォント。
sfCheckBoxTextFocused チェック ボックスにフォーカスがあるときのチェック ボックス キャプションのフォント。
sfCheckBoxTextHot マウスがチェック ボックスの上にあるときのチェック ボックス キャプションのフォント。
sfCheckBoxTextNormal チェック ボックスが通常の状態であるときのチェック ボックス キャプションのフォント。
sfCheckBoxTextPressed チェック ボックスが押されているときのチェック ボックス キャプションのフォント。
sfComboBoxItemDisabled コンボ ボックスが無効になっているときのコンボ ボックス項目のフォント。
sfComboBoxItemFocused コンボ ボックスにフォーカスがあるときのコンボ ボックス項目のフォント。
sfComboBoxItemHot マウスがコンボ ボックスの上にあるときのコンボ ボックス項目のフォント。
sfComboBoxItemNormal コンボ ボックスが通常の状態であるときのコンボ ボックス項目のフォント。
sfComboBoxItemSelected コンボ ボックスが選択されているときのコンボ ボックス項目のフォント。
sfEditBoxTextDisabled 編集ボックスが無効になっているときの編集ボックスのテキストのフォント。
sfEditBoxTextFocused 編集ボックスにフォーカスがあるときの編集ボックスのテキストのフォント。
sfEditBoxTextHot マウスが編集ボックスの上にあるときの編集ボックスのテキストのフォント。
sfEditBoxTextNormal 編集ボックスが通常の状態であるときの編集ボックスのテキストのフォント。
sfEditBoxTextSelected 編集ボックスのテキストが選択されているときのテキストのフォント。
sfGridItemFixedHot マウスがグリッド内の固定セルの上にあるときのセルのテキストのフォント。
sfGridItemFixedNormal グリッド内の固定セルが通常の状態であるときのセルのテキストのフォント。
sfGridItemFixedPressed グリッド内の固定セルが押されているときのセルのテキストのフォント。
sfGridItemNormal グリッド内の非固定セルが通常の状態であるときのセルのテキストのフォント。
sfGridItemSelected グリッド内の非固定セルが選択されているときのセルのテキストのフォント。
sfGroupBoxTextDisabled グループ ボックスが無効になっているときのグループ ボックス キャプションのフォント。
sfGroupBoxTextNormal グループ ボックスが通常の状態であるときのグループ ボックス キャプションのフォント。
sfHeaderSectionTextDisabled ヘッダーが無効になっているときのヘッダー セクションのテキストのフォント。
sfHeaderSectionTextHot マウスがヘッダーの上にあるときのヘッダー セクションのテキストのフォント。
sfHeaderSectionTextNormal ヘッダーが通常の状態であるときのヘッダー セクションのテキストのフォント。
sfHeaderSectionTextPressed ヘッダーが押されているときのヘッダー セクションのテキストのフォント。
sfListItemTextDisabled リスト ボックスが無効になっているときのリスト ボックス内の項目のフォント。
sfListItemTextFocused リスト ボックスにフォーカスがあるときのリスト ボックス内の項目のフォント。
sfListItemTextHot マウスがリスト ボックス内の項目の上にあるときの項目のフォント。
sfListItemTextNormal リスト ボックス内の項目が通常の状態であるときの項目のフォント。
sfListItemTextSelected リスト ボックス内の項目が選択されているときの項目のフォント。
sfMenuItemTextDisabled 無効になっているメニュー項目のテキストのフォント。
sfMenuItemTextHot マウスがメニュー項目の上にあるときのメニュー項目のテキストのフォント。
sfMenuItemTextNormal 通常の状態のメニュー項目のフォント。
sfMenuItemTextSelected メニュー項目が選択されているときのメニュー項目のフォント。
sfPanelTextDisabled パネルが無効になっているときのパネル キャプションのフォント。
sfPanelTextNormal パネルが通常の状態であるときのパネル キャプションのフォント。
sfPopupMenuItemTextDisabled ポップアップ メニュー項目が無効になっているときの項目のテキストのフォント。
sfPopupMenuItemTextHot マウスがポップアップ メニュー項目の上にあるときの項目のテキストのフォント。
sfPopupMenuItemTextNormal ポップアップ メニュー項目が通常の状態であるときの項目のテキストのフォント。
sfPopupMenuItemTextSelected ポップアップ メニュー項目が選択されているときの項目のテキストのフォント。
sfRadioButtonTextDisabled ラジオ ボタンが無効になっているときのボタンのキャプションのフォント。
sfRadioButtonTextFocused ラジオ ボタンにフォーカスがあるときのボタンのキャプションのフォント。
sfRadioButtonTextHot マウスがラジオ ボタンの上にあるときのボタンのキャプションのフォント。
sfRadioButtonTextNormal ラジオ ボタンが通常の状態であるときのボタンのキャプションのフォント。
sfRadioButtonTextPressed ラジオ ボタンが押されているときのボタンのキャプションのフォント。
sfSmCaptionTextInactive コントロールがアクティブでないときのキャプションのフォント。
sfSmCaptionTextNormal コントロールが通常の状態であるときのキャプションのフォント。
sfStatusPanelTextDisabled ステータス パネルが無効になっているときのパネルのテキストのフォント。
sfStatusPanelTextNormal ステータス パネルが通常の状態であるときのパネルのテキストのフォント。
sfTabTextActiveDisabled タブが無効になっているときのタブ テキストのフォント。
sfTabTextActiveHot マウスがタブの上にあるときのタブ テキストのフォント。
sfTabTextActiveNormal タブが通常の状態であるときのタブ テキストのフォント。
sfTabTextInactiveDisabled タブが非アクティブで、かつ無効になっているときのタブ テキストのフォント。
sfTabTextInactiveHot タブが非アクティブで、かつマウスがタブの上にあるときのタブ テキストのフォント。
sfTabTextInactiveNormal タブが非アクティブで、かつ通常の状態であるときのタブ テキストのフォント。
sfTextLabelDisabled ラベルが無効になっているときのラベルのテキストのフォント。
sfTextLabelFocused ラベルにフォーカスがあるときのラベルのテキストのフォント。
sfTextLabelHot マウスがラベルの上にあるときのラベルのテキストのフォント。
sfTextLabelNormal ラベルが通常の状態であるときのラベルのテキストのフォント。
sfToolItemTextDisabled ツールバー ボタンが無効になっているときのボタンのテキストのフォント。
sfToolItemTextHot マウスがツールバー ボタンの上にあるときのボタンのテキストのフォント。
sfToolItemTextNormal ツールバー ボタンが通常の状態であるときのボタンのテキストのフォント。
sfToolItemTextSelected ツールバー ボタンが選択されているときのボタンのテキストのフォント。
sfTreeItemTextDisabled ツリー ビュー項目が無効になっているときの項目のフォント。
sfTreeItemTextFocused ツリー ビュー項目にフォーカスがあるときの項目のフォント。
sfTreeItemTextHot マウスがツリー ビュー項目の上にあるときの項目のフォント。
sfTreeItemTextNormal ツリー ビュー項目が通常の状態であるときの項目のフォント。
sfTreeItemTextSelected ツリー ビュー項目が選択されているときの項目のフォント。
sfWindowTextDisabled ウィンドウが無効になっているときのウィンドウ キャプションのフォント。
sfWindowTextNormal ウィンドウが通常の状態であるときのウィンドウ キャプションのフォント。

関連項目