suithemes.pas
来自「新颖按钮控件」· PAS 代码 · 共 1,023 行 · 第 1/3 页
PAS
1,023 行
(Str : 'MENU_CHECKED'), // menu check
(Str : 'WINXP_BUTTON_NORMAL'), // button normal
(Str : 'WINXP_BUTTON_MOUSEON'), // button mouseon
(Str : 'WINXP_BUTTON_MOUSEDOWN'), // button mousedown
(Str : 'WINXP_CHECKBOX_DISABLE_CHECK'), // checkbox disable check
(Str : 'WINXP_CHECKBOX_DISABLE_UNCHECK'), // checkbox disable uncheck
(Str : 'WINXP_CHECKBOX_NORMAL_CHECK'), // checkbox normal check
(Str : 'WINXP_CHECKBOX_NORMAL_UNCHECK'), // checkbox normal uncheck
(Str : 'WINXP_CHECKBOX_MOUSEON_CHECK'), // checkbox mouseon check
(Str : 'WINXP_CHECKBOX_MOUSEON_UNCHECK'), // checkbox mouseon uncheck
(Str : 'WINXP_CHECKBOX_MOUSEDOWN_CHECK'), // checkbox mousedown check
(Str : 'WINXP_CHECKBOX_MOUSEDOWN_UNCHECK'), // checkbox mousedown uncheck
(Str : 'WINXP_RADIOBUTTON_DISABLE_CHECK'), // radiobutton disable check
(Str : 'WINXP_RADIOBUTTON_DISABLE_UNCHECK'), // radiobutton disable uncheck
(Str : 'WINXP_RADIOBUTTON_NORMAL_CHECK'), // radiobutton normal check
(Str : 'WINXP_RADIOBUTTON_NORMAL_UNCHECK'), // radiobutton normal uncheck
(Str : 'WINXP_RADIOBUTTON_MOUSEON_CHECK'), // radiobutton mouseon check
(Str : 'WINXP_RADIOBUTTON_MOUSEON_UNCHECK'), // radiobutton mouseon uncheck
(Str : 'WINXP_RADIOBUTTON_MOUSEDOWN_CHECK'), // radiobutton mousedown check
(Str : 'WINXP_RADIOBUTTON_MOUSEDOWN_UNCHECK'), // radiobutton mousedown uncheck
(Str : 'WINXP_PROGRESSBAR'), // progressbar
(Str : 'WINXP_PROGRESSBAR_V'), // progressbar v
(Str : 'WINXP_TITLE_LEFT'), // titlebar left
(Str : 'WINXP_TITLE_CLIENT'), // titlebar client
(Str : 'WINXP_TITLE_RIGHT'), // titlebar right
(Str : 'WINXP_TITLEBTN_CLOSE_NORMAL'), // titlebutton close normal
(Str : 'WINXP_TITLEBTN_CLOSE_MOUSEON'), // titlebutton close mouseon
(Str : 'WINXP_TITLEBTN_CLOSE_MOUSEDOWN'), // titlebutton close mousedown
(Str : 'WINXP_TITLEBTN_MAX_NORMAL'), // titlebutton max normal
(Str : 'WINXP_TITLEBTN_MAX_MOUSEON'), // titlebutton max mouseon
(Str : 'WINXP_TITLEBTN_MAX_MOUSEDOWN'), // titlebutton max mousedown
(Str : 'WINXP_TITLEBTN_MIN_NORMAL'), // titlebutton min normal
(Str : 'WINXP_TITLEBTN_MIN_MOUSEON'), // titlebutton min mouseon
(Str : 'WINXP_TITLEBTN_MIN_MOUSEDOWN'), // titlebutton min mousedown
(Str : 'WINXP_TITLEBTN_HELP_NORMAL'), // titlebutton help normal
(Str : 'WINXP_TITLEBTN_HELP_MOUSEON'), // titlebutton help mouseon
(Str : 'WINXP_TITLEBTN_HELP_MOUSEDOWN'), // titlebutton help mousedown
(Str : 'WINXP_TITLEBTN_CTLBOX_NORMAL'), // titlebutton controlbox normal
(Str : 'WINXP_TITLEBTN_CTLBOX_MOUSEON'), // titlebutton controlbox mouseon
(Str : 'WINXP_TITLEBTN_CTLBOX_MOUSEDOWN'), // titlebutton controlbox mousedown
(Str : 'WINXP_TITLEBTN_RST_NORMAL'), // titlebutton restore normal
(Str : 'WINXP_TITLEBTN_RST_MOUSEON'), // titlebutton restore mouseon
(Str : 'WINXP_TITLEBTN_RST_MOUSEDOWN'), // titlebutton restore mousedown
(Bool : false), // titlebutton transparent
(Int : 2), // titlebutton left x offset
(int : -2), // titlebutton right x offset
(Int : 5), // titlebutton top
(Str : 'WINXP_TAB_ACTIVE'), // tabcontrol active
(Str : 'WINXP_TAB_INACTIVE'), // tabcontrol inactive
(Str : 'WINXP_TAB_LINE'), // tabcontrol line
(Int : 19), // tabcontrol toppanel height
(Color : $00DEEBEF), //combobox button color
(Str : 'WINXP_TRACKBAR_BAR'), // trackbar bar
(Str : 'WINXP_TRACKBAR_SLIDER'), // trackbar slider
(Str : 'WINXP_TRACKBAR_BAR'), // trackbar bar v
(Str : 'WINXP_TRACKBAR_SLIDER_V'), // trackbar slider v
(Color : $00DEEBEF), // trackbar color
(Color : $00C66931), // toolbar button border
(Color : $00EFD3C6), // toolbar button color
(Color : $00E1AC93), // toolbar button down color
(Color : $00DEEBEF) // toolbar color
);
DeepBlueTheme : TsuiTheme = (
(Int : 3), // Index
(Color : clBlack), // form border
(Color : $00E8E8E8), // form background
(Int : 1), // form border width
(Int : 130), // form min width
(Int : 0), // form round corner
(Color : clBlack), // control border
(Color : $00E8E8E8), // control background
(Color : clBlack), // control font
(Color : $00A04A44), // menu selected border
(Color : $00A04A44), // menu selected background
(Color : clWhite), // menu selected font
(Color : 0), // menu border
(Color : clWhite), // menu background
(Color : clBlack), // menu font
(Color : $00CED3D6), // menu left bar
(Color : $00848284), // menu line color
(Color : $009CA6AD), // menu shadow color
(Int : 21), // menu height
(Int : 5), // menu line height
(Int : 26), // left bar width
(Str : 'MENU_CHECKED'), // menu check
(Str : 'DEEPBLUE_BUTTON_NORMAL'), // button normal
(Str : 'DEEPBLUE_BUTTON_MOUSEON'), // button mouseon
(Str : 'DEEPBLUE_BUTTON_MOUSEDOWN'), // button mousedown
(Str : 'DEEPBLUE_CHECKBOX_DISABLE_CHECK'), // checkbox disable check
(Str : 'DEEPBLUE_CHECKBOX_DISABLE_UNCHECK'), // checkbox disable uncheck
(Str : 'DEEPBLUE_CHECKBOX_CHECK'), // checkbox normal check
(Str : 'DEEPBLUE_CHECKBOX_UNCHECK'), // checkbox normal uncheck
(Str : 'DEEPBLUE_CHECKBOX_CHECK'), // checkbox mouseon check
(Str : 'DEEPBLUE_CHECKBOX_UNCHECK'), // checkbox mouseon uncheck
(Str : 'DEEPBLUE_CHECKBOX_CHECK'), // checkbox mousedown check
(Str : 'DEEPBLUE_CHECKBOX_UNCHECK'), // checkbox mousedown uncheck
(Str : 'DEEPBLUE_RADIOBUTTON_DISABLE_CHECK'), // radiobutton disable check
(Str : 'DEEPBLUE_RADIOBUTTON_DISABLE_UNCHECK'), // radiobutton disable uncheck
(Str : 'DEEPBLUE_RADIOBUTTON_CHECK'), // radiobutton normal check
(Str : 'DEEPBLUE_RADIOBUTTON_UNCHECK'), // radiobutton normal uncheck
(Str : 'DEEPBLUE_RADIOBUTTON_CHECK'), // radiobutton mouseon check
(Str : 'DEEPBLUE_RADIOBUTTON_UNCHECK'), // radiobutton mouseon uncheck
(Str : 'DEEPBLUE_RADIOBUTTON_CHECK'), // radiobutton mousedown check
(Str : 'DEEPBLUE_RADIOBUTTON_UNCHECK'), // radiobutton mousedown uncheck
(Str : 'DEEPBLUE_PROGRESSBAR'), // progressbar
(Str : 'DEEPBLUE_PROGRESSBAR_V'), // progressbar v
(Str : 'DEEPBLUE_TITLE_LEFT'), // titlebar left
(Str : 'DEEPBLUE_TITLE_CLIENT'), // titlebar client
(Str : 'DEEPBLUE_TITLE_RIGHT'), // titlebar right
(Str : 'DEEPBLUE_TITLEBTN_CLOSE_NORMAL'), // titlebutton close normal
(Str : 'DEEPBLUE_TITLEBTN_CLOSE_MOUSEON'), // titlebutton close mouseon
(Str : 'DEEPBLUE_TITLEBTN_CLOSE_MOUSEDOWN'), // titlebutton close mousedown
(Str : 'DEEPBLUE_TITLEBTN_MAX_NORMAL'), // titlebutton max normal
(Str : 'DEEPBLUE_TITLEBTN_MAX_MOUSEON'), // titlebutton max mouseon
(Str : 'DEEPBLUE_TITLEBTN_MAX_MOUSEDOWN'), // titlebutton max mousedown
(Str : 'DEEPBLUE_TITLEBTN_MIN_NORMAL'), // titlebutton min normal
(Str : 'DEEPBLUE_TITLEBTN_MIN_MOUSEON'), // titlebutton min mouseon
(Str : 'DEEPBLUE_TITLEBTN_MIN_MOUSEDOWN'), // titlebutton min mousedown
(Str : 'DEEPBLUE_TITLEBTN_HELP_NORMAL'), // titlebutton help normal
(Str : 'DEEPBLUE_TITLEBTN_HELP_MOUSEON'), // titlebutton help mouseon
(Str : 'DEEPBLUE_TITLEBTN_HELP_MOUSEDOWN'), // titlebutton help mousedown
(Str : 'DEEPBLUE_TITLEBTN_CTLBOX_NORMAL'), // titlebutton controlbox normal
(Str : 'DEEPBLUE_TITLEBTN_CTLBOX_MOUSEON'), // titlebutton controlbox mouseon
(Str : 'DEEPBLUE_TITLEBTN_CTLBOX_MOUSEDOWN'), // titlebutton controlbox mousedown
(Str : 'DEEPBLUE_TITLEBTN_MAX_NORMAL'), // titlebutton restore normal
(Str : 'DEEPBLUE_TITLEBTN_MAX_MOUSEON'), // titlebutton restore mouseon
(Str : 'DEEPBLUE_TITLEBTN_MAX_MOUSEDOWN'), // titlebutton restore mousedown
(Bool : false), // titlebutton transparent
(Int : 0), // titlebutton left x offset
(int : 0), // titlebutton right x offset
(Int : 2), // titlebutton top
(Str : 'DEEPBLUE_TAB_ACTIVE'), // tabcontrol active
(Str : 'DEEPBLUE_TAB_INACTIVE'), // tabcontrol inactive
(Str : 'DEEPBLUE_TAB_LINE'), // tabcontrol line
(Int : 22), // tabcontrol toppanel height
(Color : $00E8E8E8), //combobox button color
(Str : 'DEEPBLUE_TRACKBAR_BAR'), // trackbar bar
(Str : 'DEEPBLUE_TRACKBAR_SLIDER'), // trackbar slider normal
(Str : 'DEEPBLUE_TRACKBAR_BAR'), // trackbar slider mouseon
(Str : 'DEEPBLUE_TRACKBAR_SLIDER_V'), // trackbar slider mousedown
(Color : $00E8E8E8), // trackbar color
(Color : $00474747), // toolbar button border
(Color : $00EFEFEF), // toolbar button color
(Color : $00D8D8D8), // toolbar button down color
(Color : $00E8E8E8) // toolbar color
);
ProteinTheme : TsuiTheme = (
(Int : 4), // Index
(Color : clBlack), // form border
(Color : $00FBFBFB), // form background
(Int : 1), // form border width
(Int : 130), // form min width
(Int : 0), // form round corner
(Color : clBlack), // control border
(Color : $00FBFBFB), // control background
(Color : clBlack), // control font
(Color : $00C4302D), // menu selected border
(Color : $00C4302D), // menu selected background
(Color : clWhite), // menu selected font
(Color : 0), // menu border
(Color : clWhite), // menu background
(Color : clBlack), // menu font
(Color : $00CED3D6), // menu left bar
(Color : $00848284), // menu line color
(Color : $009CA6AD), // menu shadow color
(Int : 21), // menu height
(Int : 5), // menu line height
(Int : 26), // left bar width
(Str : 'MENU_CHECKED'), // menu check
(Str : 'PROTEIN_BUTTON_NORMAL'), // button normal
(Str : 'PROTEIN_BUTTON_MOUSEON'), // button mouseon
(Str : 'PROTEIN_BUTTON_MOUSEDOWN'), // button mousedown
(Str : 'PROTEIN_CHECKBOX_DISABLE_CHECK'), // checkbox disable check
(Str : 'PROTEIN_CHECKBOX_DISABLE_UNCHECK'), // checkbox disable uncheck
(Str : 'PROTEIN_CHECKBOX_CHECK'), // checkbox normal check
(Str : 'PROTEIN_CHECKBOX_UNCHECK'), // checkbox normal uncheck
(Str : 'PROTEIN_CHECKBOX_CHECK'), // checkbox mouseon check
(Str : 'PROTEIN_CHECKBOX_UNCHECK'), // checkbox mouseon uncheck
(Str : 'PROTEIN_CHECKBOX_CHECK'), // checkbox mousedown check
(Str : 'PROTEIN_CHECKBOX_UNCHECK'), // checkbox mousedown uncheck
(Str : 'PROTEIN_RADIOBUTTON_DISABLE_CHECK'), // radiobutton disable check
(Str : 'PROTEIN_RADIOBUTTON_DISABLE_UNCHECK'), // radiobutton disable uncheck
(Str : 'PROTEIN_RADIOBUTTON_CHECK'), // radiobutton normal check
(Str : 'PROTEIN_RADIOBUTTON_UNCHECK'), // radiobutton normal uncheck
(Str : 'PROTEIN_RADIOBUTTON_CHECK'), // radiobutton mouseon check
(Str : 'PROTEIN_RADIOBUTTON_UNCHECK'), // radiobutton mouseon uncheck
(Str : 'PROTEIN_RADIOBUTTON_CHECK'), // radiobutton mousedown check
(Str : 'PROTEIN_RADIOBUTTON_UNCHECK'), // radiobutton mousedown uncheck
(Str : 'PROTEIN_PROGRESSBAR'), // progressbar
(Str : 'PROTEIN_PROGRESSBAR_V'), // progressbar v
(Str : 'PROTEIN_TITLE_LEFT'), // titlebar left
(Str : 'PROTEIN_TITLE_CLIENT'), // titlebar client
(Str : 'PROTEIN_TITLE_RIGHT'), // titlebar right
(Str : 'PROTEIN_TITLEBTN_CLOSE_NORMAL'), // titlebutton close normal
(Str : 'PROTEIN_TITLEBTN_CLOSE_MOUSEON'), // titlebutton close mouseon
(Str : 'PROTEIN_TITLEBTN_CLOSE_MOUSEDOWN'), // titlebutton close mousedown
(Str : 'PROTEIN_TITLEBTN_MAX_NORMAL'), // titlebutton max normal
(Str : 'PROTEIN_TITLEBTN_MAX_MOUSEON'), // titlebutton max mouseon
(Str : 'PROTEIN_TITLEBTN_MAX_MOUSEDOWN'), // titlebutton max mousedown
(Str : 'PROTEIN_TITLEBTN_MIN_NORMAL'), // titlebutton min normal
(Str : 'PROTEIN_TITLEBTN_MIN_MOUSEON'), // titlebutton min mouseon
(Str : 'PROTEIN_TITLEBTN_MIN_MOUSEDOWN'), // titlebutton min mousedown
(Str : 'PROTEIN_TITLEBTN_HELP_NORMAL'), // titlebutton help normal
(Str : 'PROTEIN_TITLEBTN_HELP_MOUSEON'), // titlebutton help mouseon
(Str : 'PROTEIN_TITLEBTN_HELP_MOUSEDOWN'), // titlebutton help mousedown
(Str : 'PROTEIN_TITLEBTN_CTLBOX_NORMAL'), // titlebutton controlbox normal
(Str : 'PROTEIN_TITLEBTN_CTLBOX_MOUSEON'), // titlebutton controlbox mouseon
(Str : 'PROTEIN_TITLEBTN_CTLBOX_MOUSEDOWN'), // titlebutton controlbox mousedown
(Str : 'PROTEIN_TITLEBTN_MAX_NORMAL'), // titlebutton restore normal
(Str : 'PROTEIN_TITLEBTN_MAX_MOUSEON'), // titlebutton restore mouseon
(Str : 'PROTEIN_TITLEBTN_MAX_MOUSEDOWN'), // titlebutton restore mousedown
(Bool : true), // titlebutton transparent
(Int : 0), // titlebutton left x offset
(int : 0), // titlebutton right x offset
(Int : 2), // titlebutton top
(Str : 'PROTEIN_TAB_ACTIVE'), // tabcontrol active
(Str : 'PROTEIN_TAB_INACTIVE'), // tabcontrol inactive
(Str : 'PROTEIN_TAB_LINE'), // tabcontrol line
(Int : 22), // tabcontrol toppanel height
(Color : $00FBFBFB), //combobox button color
(Str : 'PROTEIN_TRACKBAR_BAR'), // trackbar bar
(Str : 'PROTEIN_TRACKBAR_SLIDER'), // trackbar slider normal
(Str : 'PROTEIN_TRACKBAR_BAR'), // trackbar slider mouseon
(Str : 'PROTEIN_TRACKBAR_SLIDER_V'), // trackbar slider mousedown
(Color : $00FBFBFB), // trackbar color
(Color : $00474747), // toolbar button border
(Color : $00EFEFEF), // toolbar button color
(Color : $00D8D8D8), // toolbar button down color
(Color : $00FBFBFB) // toolbar color
);
BlueGlassTheme : TsuiTheme = (
(Int : 5), // Index
(Color : clBlack), // form border
(Color : $00E7E7E7), // form background
(Int : 1), // form border width
(Int : 270), // form min width
(Int : 11), // form round corner
(Color : clBlack), // control border
(Color : $00E7E7E7), // control background
(Color : clBlack), // control font
(Color : $00EC5E5E), // menu selected border
(Color : $00EC5E5E), // menu selected background
(Color : clWhite), // menu selected font
(Color : 0), // menu border
(Color : $00E7E7E7), // menu background
(Color : clBlack), // menu font
(Color : $00CED3D6), // menu left bar
(Color : $00848284), // menu line color
(Color : $009CA6AD), // menu shadow color
(Int : 21), // menu height
(Int : 5), // menu line height
(Int : 26), // left bar width
(Str : 'MENU_CHECKED'), // menu check
(Str : 'BLUEGLASS_BUTTON_NORMAL'), // button normal
(Str : 'BLUEGLASS_BUTTON_MOUSEON'), // button mouseon
(Str : 'BLUEGLASS_BUTTON_MOUSEDOWN'), // button mousedown
(Str : 'BLUEGLASS_CHECKBOX_DISABLE_CHECK'), // checkbox disable check
(Str : 'BLUEGLASS_CHECKBOX_DISABLE_UNCHECK'), // checkbox disable uncheck
(Str : 'BLUEGLASS_CHECKBOX_CHECK'), // checkbox normal check
(Str : 'BLUEGLASS_CHECKBOX_UNCHECK'), // checkbox normal uncheck
(Str : 'BLUEGLASS_CHECKBOX_CHECK'), // checkbox mouseon check
(Str : 'BLUEGLASS_CHECKBOX_UNCHECK'), // checkbox mouseon uncheck
(Str : 'BLUEGLASS_CHECKBOX_CHECK'), // checkbox mousedown check
(Str : 'BLUEGLASS_CHECKBOX_UNCHECK'), // checkbox mousedown uncheck
(Str : 'BLUEGLASS_RADIOBUTTON_DISABLE_CHECK'), // radiobutton disable check
(Str : 'BLUEGLASS_RADIOBUTTON_DISABLE_UNCHECK'), // radiobutton disable uncheck
(Str : 'BLUEGLASS_RADIOBUTTON_CHECK'), // radiobutton normal check
(Str : 'BLUEGLASS_RADIOBUTTON_UNCHECK'), // radiobutton normal uncheck
(Str : 'BLUEGLASS_RADIOBUTTON_CHECK'), // radiobutton mouseon check
(Str : 'BLUEGLASS_RADIOBUTTON_UNCHECK'), // radiobutton mouseon uncheck
(Str : 'BLUEGLASS_RADIOBUTTON_CHECK'), // radiobutton mousedown check
(Str : 'BLUEGLASS_RADIOBUTTON_UNCHECK'), // radiobutton mousedown uncheck
(Str : 'BLUEGLASS_PROGRESSBAR'), // progressbar
(Str : 'BLUEGLASS_PROGRESSBAR_V'), // progressbar v
(Str : 'BLUEGLASS_TITLE_LEFT'), // titlebar left
(Str : 'BLUEGLASS_TITLE_CLIENT'), // titlebar client
(Str : 'BLUEGLASS_TITLE_RIGHT'), // titlebar right
(Str : 'BLUEGLASS_TITLEBTN_CLOSE_NORMAL'), // titlebutton close normal
(Str : 'BLUEGLASS_TITLEBTN_CLOSE_MOUSEON'), // titlebutton close mouseon
(Str : 'BLUEGLASS_TITLEBTN_CLOSE_MOUSEDOWN'), // titlebutton close mousedown
(Str : 'BLUEGLASS_TITLEBTN_MAX_NORMAL'), // titlebutton max normal
(Str : 'BLUEGLASS_TITLEBTN_MAX_MOUSEON'), // titlebutton max mouseon
(Str : 'BLUEGLASS_TITLEBTN_MAX_MOUSEDOWN'), // titlebutton max mousedown
(Str : 'BLUEGLASS_TITLEBTN_MIN_NORMAL'), // titlebutton min normal
(Str : 'BLUEGLASS_TITLEBTN_MIN_MOUSEON'), // titlebutton min mouseon
(Str : 'BLUEGLASS_TITLEBTN_MIN_MOUSEDOWN'), // titlebutton min mousedown
(Str : 'BLUEGLASS_TITLEBTN_HELP_NORMAL'), // titlebutton help normal
(Str : 'BLUEGLASS_TITLEBTN_HELP_MOUSEON'), // titlebutton help mouseon
(Str : 'BLUEGLASS_TITLEBTN_HELP_MOUSEDOWN'), // titlebutton help mousedown
(Str : 'BLUEGLASS_TITLEBTN_CTLBOX_NORMAL'), // titlebutton controlbox normal
(Str : 'BLUEGLASS_TITLEBTN_CTLBOX_MOUSEON'), // titlebutton controlbox mouseon
(Str : 'BLUEGLASS_TITLEBTN_CTLBOX_MOUSEDOWN'), // titlebutton controlbox mousedown
(Str : 'BLUEGLASS_TITLEBTN_MAX_NORMAL'), // titlebutton restore normal
(Str : 'BLUEGLASS_TITLEBTN_MAX_MOUSEON'), // titlebutton restore mouseon
(Str : 'BLUEGLASS_TITLEBTN_MAX_MOUSEDOWN'), // titlebutton restore mousedown
(Bool : true), // titlebutton transparent
(Int : 4), // titlebutton left x offset
(int : -3), // titlebutton right x offset
(Int : 6), // titlebutton top
(Str : 'BLUEGLASS_TAB_ACTIVE'), // tabcontrol active
(Str : 'BLUEGLASS_TAB_INACTIVE'), // tabcontrol inactive
(Str : 'BLUEGLASS_TAB_LINE'), // tabcontrol line
(Int : 22), // tabcontrol toppanel height
(Color : $00E9D6D5), //combobox button color
(Str : 'BLUEGLASS_TRACKBAR_BAR'), // trackbar bar
(Str : 'BLUEGLASS_TRACKBAR_SLIDER'), // trackbar slider normal
(Str : 'BLUEGLASS_TRACKBAR_BAR'), // trackbar slider mouseon
(Str : 'BLUEGLASS_TRACKBAR_SLIDER_V'), // trackbar slider mousedown
(Color : $00E7E7E7), // trackbar color
(Color : $00474747), // toolbar button border
(Color : $00EFEFEF), // toolbar button color
(Color : $00D8D8D8), // toolbar button down color
(Color : $00E7E7E7) // toolbar color
);
ThemeElementType : TsuiThemeElementType = (
Int,
Color,
Color,
Int,
Int,
Int,
Color,
Color,
Color,
Color,
Color,
Color,
Color,
Color,
Color,
Color,
Color,
Color,
Int,
Int,
Int,
Str,
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?