📄 sdefaults.pas
字号:
unit sDefaults;
interface
uses sConst;
const
// Skins
DefSkinsDir = '';//'Skins';
DefSkinsName = '';//'WindowsXP';
// Buttons
DefMaskedBorders = True; // Borders effects
DefaultFadingEnabled = True; // Buttons fading
DefNumGlyphs = 1; // Default number of glyphs in image
DefDisabledGlyphKind = [dgBlended];
DefDisabledKind = [{dkGrayed,} dkBlended];
// Editors
DefaultColorTopBorder = $FFFFFF;
DefaultColorBottomBorder = $007E756B;
DefaultColor = scLightYellow;
// Gradients
GradientPercent = 70;
GradientTsPanel = '';
GradientTsDBNavigator = '8421504;16777215;52;1;0;16777215;8421504;47;1;0;8421504;8421504;0;1;0';
GradientTsButton = '8421504;16777215;99;0;0;16777215;16777215;0;0;0';
GradientTsButtonHot = '8421504;8421504;10;0;0;8421504;16777215;43;0;0;16777215;10658466;28;0;0;10658466;13816530;18;0;0;13816530;13816530;0;0;0';
GradientTsSpeedButton = '12632256;16777215;49;0;0;16777215;8421504;34;0;0;8421504;16777215;16;0;0;16777215;16777215;0;0;0';
GradientTsSpeedButtonHot = '8421504;8421504;6;0;0;8421504;16777215;47;0;0;16777215;12632256;28;0;0;12632256;14275020;18;0;0;14275020;14275020;0;0;0';
GradientTsColorSelect = '8421504;16777215;99;0;0;16777215;16777215;0;0;0';
GradientTsColorSelectHot = '8421504;16777215;53;0;0;16777215;10658466;28;0;0;10658466;13816530;18;0;0;13816530;13816530;0;0;0';
GradientTsToolBar = '16777215;8421504;8;0;0;8421504;16777215;91;0;0;16777215;16777215;0;0;0';
GradientTsToolButton = '16777215;9803157;99;0;0;9803157;9803157;0;0;0';
GradientTsToolButtonHot = '16777215;12632256;76;0;0;12632256;8421504;23;0;0;8421504;8421504;0;0;0';
GradientTsContainer = '8421504;12632256;22;0;0;12632256;12632256;54;0;0;12632256;16777215;23;0;0;16777215;16777215;0;0;0';
GradientTsTrackBar = '12632256;8421504;67;0;0;8421504;12632256;31;0;0;12632256;12632256;0;0;0';
GradientTsTrackBarHot = '16777215;10127749;6;0;0;10127749;16777215;42;0;0;16777215;9798519;42;0;0;9798519;16777215;8;0;0;16777215;16777215;0;0;0';
GradientTsMonthCalendar = '12632256;16777215;49;0;0;16777215;8421504;50;0;0;8421504;8421504;0;0;0';
GradientTsTimerSpeedButton = '13221560;16777215;49;0;0;16777215;9996156;34;0;0;9996156;16777215;16;0;0;16777215;16777215;0;0;0';
GradientTsTimerSpeedButtonHot = '16777215;9996156;6;0;0;9996156;16777215;47;0;0;16777215;14076606;28;0;0;14076606;14275020;18;0;0;14275020;14275020;0;0;0';
GradientTsDragBar = '13221560;8388608;6;0;0;8388608;13369344;35;0;0;13369344;5177344;32;0;0;5177344;16739436;16;0;0;16739436;8388608;10;0;0;8388608;8388608;0;0;0';
GradientTsGroupBox = '8421504;16777215;10;0;0;16777215;12632256;24;0;0;12632256;16777215;45;0;0;16777215;8421504;20;0;0;8421504;8421504;0;0;0';
GradientTsPageControl = '12632256;16777215;14;0;0;16777215;8421504;85;0;0;8421504;8421504;0;0;0';
GradientTsStatusBar = '8421504;12632256;43;0;0;12632256;16777215;37;0;0;16777215;8421504;18;0;0;8421504;8421504;0;0;0';
GradientTsMenuManagerHot = '8421504;12632256;43;0;0;12632256;16777215;37;0;0;16777215;8421504;18;0;0;8421504;8421504;0;0;0';
// ToolButtons
DefBevelWidthHot = 5;
// Hot controls
DefColorHot = scBlue;
// Glyphs
DefGlyphBlend = 0;
implementation
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -