|
Dreamine.UI.WinForms 1.0.1
Dreamine.UI.WinForms 사용자 인터페이스 기능과 구성 요소를 제공합니다.
|
정적 Public 속성 | |
| static readonly Color | AppBackground = Color.FromArgb(0xFF, 0x1A, 0x1A, 0x2E) |
| static readonly Color | CardBackground = Color.FromArgb(0xFF, 0x0F, 0x1E, 0x3A) |
| static readonly Color | InputBackground = Color.FromArgb(0xFF, 0x16, 0x20, 0x40) |
| static readonly Color | NavBackground = Color.FromArgb(0xFF, 0x0D, 0x1B, 0x3E) |
| static readonly Color | BarBackground = Color.FromArgb(0xFF, 0x0A, 0x15, 0x25) |
| static readonly Color | BorderNormal = Color.FromArgb(0xFF, 0x2D, 0x4A, 0x6E) |
| static readonly Color | BorderFocus = Color.FromArgb(0xFF, 0x1E, 0x90, 0xFF) |
| static readonly Color | TextPrimary = Color.White |
| static readonly Color | TextSecondary = Color.FromArgb(0xFF, 0x88, 0x99, 0xAA) |
| static readonly Color | TextHint = Color.FromArgb(0xFF, 0x55, 0x66, 0x77) |
| static readonly Color | TextAccent = Color.FromArgb(0xFF, 0x4F, 0xC3, 0xF7) |
| static readonly Color | AccentBlue = Color.FromArgb(0xFF, 0x1E, 0x90, 0xFF) |
| static readonly Color | AccentCyan = Color.FromArgb(0xFF, 0x00, 0xBC, 0xD4) |
| static readonly Color | AccentGreen = Color.FromArgb(0xFF, 0x4C, 0xAF, 0x50) |
| static readonly Color | AccentWarn = Color.FromArgb(0xFF, 0xB8, 0x5C, 0x00) |
| static readonly Color | AccentDanger = Color.FromArgb(0xFF, 0x8B, 0x1A, 0x1A) |
| static readonly Color | LedOnOuter = Color.FromArgb(0xFF, 0x1F, 0xD3, 0x6B) |
| static readonly Color | LedOnInner = Color.FromArgb(0xFF, 0xA7, 0xF0, 0xC1) |
| const int | CornerRadius = 6 |
| const int | CornerRadiusSmall = 4 |
속성 | |
| static Color | HoverOverlay [get] |
| static Color | PressOverlay [get] |
Dreamine WinForms 다크 테마의 공통 색상과 모서리 크기를 제공합니다.
DreamineTheme.cs 파일의 13 번째 라인에서 정의되었습니다.
|
static |
기본 파란 강조 색상입니다.
DreamineTheme.cs 파일의 129 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.UI.WinForms.Controls.DreamineTabControl.DrawTabItem(), Dreamine.UI.WinForms.Controls.DreamineDataGrid.DreamineDataGrid(), Dreamine.UI.WinForms.Controls.DreamineComboBox.OnDrawItem(), Dreamine.UI.WinForms.Controls.DreamineButton.OnPaint(), Dreamine.UI.WinForms.Controls.DreamineCheckBox.OnPaint(), Dreamine.UI.WinForms.Controls.DreamineRadioButton.OnPaint().
|
static |
청록 강조 색상입니다.
DreamineTheme.cs 파일의 138 번째 라인에서 정의되었습니다.
|
static |
위험 상태 강조 색상입니다.
DreamineTheme.cs 파일의 165 번째 라인에서 정의되었습니다.
|
static |
성공 상태 강조 색상입니다.
DreamineTheme.cs 파일의 147 번째 라인에서 정의되었습니다.
|
static |
경고 상태 강조 색상입니다.
DreamineTheme.cs 파일의 156 번째 라인에서 정의되었습니다.
|
static |
애플리케이션 최상위 배경색입니다.
DreamineTheme.cs 파일의 24 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.UI.WinForms.Controls.DreamineTabControl.DreamineTabControl(), Dreamine.UI.WinForms.Controls.DreamineButton.GetEffectiveParentBackColor(), Dreamine.UI.WinForms.Controls.DreamineTabControl.OnPaint().
|
static |
도구 및 상태 표시줄 배경색입니다.
DreamineTheme.cs 파일의 60 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.UI.WinForms.Controls.DreamineTabControl.DrawTabItem(), Dreamine.UI.WinForms.Controls.DreamineTabControl.OnPaint().
|
static |
포커스된 컨트롤의 테두리 색상입니다.
DreamineTheme.cs 파일의 80 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.UI.WinForms.Controls.DreamineButton.OnPaint(), Dreamine.UI.WinForms.Controls.DreamineCheckBox.OnPaint(), Dreamine.UI.WinForms.Controls.DreamineComboBox.OnPaint(), Dreamine.UI.WinForms.Controls.DreamineListBox.OnPaint(), Dreamine.UI.WinForms.Controls.DreaminePasswordBox.OnPaint(), Dreamine.UI.WinForms.Controls.DreamineRadioButton.OnPaint(), Dreamine.UI.WinForms.Controls.DreamineTextBox.OnPaint().
|
static |
기본 테두리 색상입니다.
DreamineTheme.cs 파일의 71 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.UI.WinForms.Controls.DreamineDataGrid.DreamineDataGrid(), Dreamine.UI.WinForms.Controls.DreamineCheckBox.OnPaint(), Dreamine.UI.WinForms.Controls.DreamineComboBox.OnPaint(), Dreamine.UI.WinForms.Controls.DreamineExpander.OnPaint(), Dreamine.UI.WinForms.Controls.DreamineListBox.OnPaint(), Dreamine.UI.WinForms.Controls.DreaminePasswordBox.OnPaint(), Dreamine.UI.WinForms.Controls.DreamineRadioButton.OnPaint(), Dreamine.UI.WinForms.Controls.DreamineTabControl.OnPaint(), Dreamine.UI.WinForms.Controls.DreamineTextBox.OnPaint().
|
static |
카드 및 패널 배경색입니다.
DreamineTheme.cs 파일의 33 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.UI.WinForms.Controls.DreamineDataGrid.DreamineDataGrid(), Dreamine.UI.WinForms.Controls.DreamineExpander.DreamineExpander(), Dreamine.UI.WinForms.Controls.DreamineCheckLed.OnPaint().
|
static |
일반 컨트롤에 사용할 기본 모서리 반지름입니다.
DreamineTheme.cs 파일의 216 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.UI.WinForms.Controls.DreamineExpander.OnPaint().
|
static |
작은 컨트롤에 사용할 모서리 반지름입니다.
DreamineTheme.cs 파일의 225 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.UI.WinForms.Controls.DreamineComboBox.OnPaint(), Dreamine.UI.WinForms.Controls.DreamineListBox.OnPaint(), Dreamine.UI.WinForms.Controls.DreaminePasswordBox.OnPaint(), Dreamine.UI.WinForms.Controls.DreamineTextBox.OnPaint().
|
static |
입력 컨트롤 배경색입니다.
DreamineTheme.cs 파일의 42 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.UI.WinForms.Controls.DreamineComboBox.DreamineComboBox(), Dreamine.UI.WinForms.Controls.DreamineDataGrid.DreamineDataGrid(), Dreamine.UI.WinForms.Controls.DreamineListBox.DreamineListBox(), Dreamine.UI.WinForms.Controls.DreaminePasswordBox.DreaminePasswordBox(), Dreamine.UI.WinForms.Controls.DreamineTextBox.DreamineTextBox(), Dreamine.UI.WinForms.Controls.DreamineComboBox.OnDrawItem(), Dreamine.UI.WinForms.Controls.DreamineCheckBox.OnPaint(), Dreamine.UI.WinForms.Controls.DreamineRadioButton.OnPaint().
|
static |
켜진 LED의 안쪽 색상입니다.
DreamineTheme.cs 파일의 185 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.UI.WinForms.Controls.DreamineCheckLed.OnPaint().
|
static |
켜진 LED의 바깥쪽 색상입니다.
DreamineTheme.cs 파일의 176 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.UI.WinForms.Controls.DreamineCheckLed.OnPaint().
|
static |
탐색 영역 배경색입니다.
DreamineTheme.cs 파일의 51 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.UI.WinForms.Controls.DreamineButton.DreamineButton(), Dreamine.UI.WinForms.Controls.DreamineDataGrid.DreamineDataGrid().
|
static |
강조 텍스트 색상입니다.
DreamineTheme.cs 파일의 118 번째 라인에서 정의되었습니다.
|
static |
입력 힌트 텍스트 색상입니다.
DreamineTheme.cs 파일의 109 번째 라인에서 정의되었습니다.
|
static |
주요 본문 텍스트 색상입니다.
DreamineTheme.cs 파일의 91 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.UI.WinForms.Controls.DreamineTabControl.DrawTabItem(), Dreamine.UI.WinForms.Controls.DreamineButton.DreamineButton(), Dreamine.UI.WinForms.Controls.DreamineCheckBox.DreamineCheckBox(), Dreamine.UI.WinForms.Controls.DreamineComboBox.DreamineComboBox(), Dreamine.UI.WinForms.Controls.DreamineDataGrid.DreamineDataGrid(), Dreamine.UI.WinForms.Controls.DreamineExpander.DreamineExpander(), Dreamine.UI.WinForms.Controls.DreamineLabel.DreamineLabel(), Dreamine.UI.WinForms.Controls.DreamineListBox.DreamineListBox(), Dreamine.UI.WinForms.Controls.DreaminePasswordBox.DreaminePasswordBox(), Dreamine.UI.WinForms.Controls.DreamineRadioButton.DreamineRadioButton(), Dreamine.UI.WinForms.Controls.DreamineTextBox.DreamineTextBox(), Dreamine.UI.WinForms.Controls.DreamineComboBox.OnDrawItem().
|
static |
보조 설명 텍스트 색상입니다.
DreamineTheme.cs 파일의 100 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.UI.WinForms.Controls.DreamineTabControl.DrawTabItem(), Dreamine.UI.WinForms.Controls.DreamineExpander.DreamineExpander(), Dreamine.UI.WinForms.Controls.DreamineButton.OnPaint(), Dreamine.UI.WinForms.Controls.DreamineCheckBox.OnPaint(), Dreamine.UI.WinForms.Controls.DreamineRadioButton.OnPaint().
|
staticget |
마우스 호버 상태에 합성할 반투명 오버레이 색상을 가져옵니다.
DreamineTheme.cs 파일의 196 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.UI.WinForms.Controls.DreamineButton.OnPaint().
|
staticget |
누름 상태에 합성할 반투명 오버레이 색상을 가져옵니다.
DreamineTheme.cs 파일의 205 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.UI.WinForms.Controls.DreamineButton.OnPaint().