mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fixes unintended black on black buttons and left aligned button text. Plot management uses Zupa's older defines. The only changes for this button type are the background color and text alignment. https://github.com/DevZupa/PlotManagement/blob/master/MaintainVersion/plotManagement/defines.hpp#L568 https://github.com/DevZupa/PlotManagement/blob/master/MaintainVersion/plotManagement/defines.hpp#L588
675 lines
16 KiB
C++
675 lines
16 KiB
C++
class ZSC_RscScrollBar
|
|
{
|
|
color[] = {1,1,1,0.6};
|
|
colorActive[] = {1,1,1,1};
|
|
colorDisabled[] = {1,1,1,0.3};
|
|
shadow = 0;
|
|
scrollSpeed = 0.06;
|
|
width = 0;
|
|
height = 0;
|
|
autoScrollEnabled = 0;
|
|
autoScrollSpeed = -1;
|
|
autoScrollDelay = 5;
|
|
autoScrollRewind = 0;
|
|
};
|
|
|
|
class ZSC_RscControlsGroup {
|
|
type = 15;
|
|
idc = -1;
|
|
x = 0;
|
|
y = 0;
|
|
w = 1;
|
|
h = 1;
|
|
shadow = 0;
|
|
style = 16;
|
|
|
|
class VScrollBar : ZSC_RscScrollBar
|
|
{
|
|
width = 0.021;
|
|
autoScrollEnabled = 1;
|
|
};
|
|
|
|
class HScrollBar : ZSC_RscScrollBar
|
|
{
|
|
height = 0.028;
|
|
};
|
|
|
|
class Controls {};
|
|
};
|
|
|
|
class ZSC_RscControlsGroupNoScrollbars : ZSC_RscControlsGroup {
|
|
class VScrollbar : VScrollbar {
|
|
width = 0;
|
|
};
|
|
class HScrollbar : HScrollbar {
|
|
height = 0;
|
|
};
|
|
};
|
|
|
|
class ZSC_RscHud
|
|
{
|
|
idc = -1;
|
|
type = 0;
|
|
style = 0x00;
|
|
colorBackground[] = { 1 , 1 , 1 , 0 };
|
|
colorText[] = { 1 , 1 , 1 , 1 };
|
|
font = "Zeppelin32";
|
|
sizeEx = 0.025;
|
|
h = 0.25;
|
|
text = "";
|
|
};
|
|
|
|
class ZSC_RscListNBox
|
|
{
|
|
style = 16;
|
|
type = 102;
|
|
shadow = 0;
|
|
font = "Zeppelin32";
|
|
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
|
color[] = {0.95,0.95,0.95,1};
|
|
colorText[] = {1,1,1,1.0};
|
|
colorDisabled[] = {1,1,1,0.25};
|
|
colorScrollbar[] = {0.95,0.95,0.95,1};
|
|
colorSelect[] = {0,0,0,1};
|
|
colorSelect2[] = {0,0,0,1};
|
|
colorSelectBackground[] = {0.95,0.95,0.95,1};
|
|
colorSelectBackground2[] = {1,1,1,0.5};
|
|
period = 1.2;
|
|
class ListScrollBar: ZSC_RscScrollBar{};
|
|
class ScrollBar: ZSC_RscScrollBar{};
|
|
};
|
|
|
|
class ZSC_RscText {
|
|
x = 0;
|
|
y = 0;
|
|
h = 0.037;
|
|
w = 0.3;
|
|
type = 0;
|
|
style = 0;
|
|
shadow = 1;
|
|
colorShadow[] = {0, 0, 0, 0.5};
|
|
font = "Zeppelin32";
|
|
SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
|
text = "";
|
|
colorText[] = {1, 1, 1, 1.0};
|
|
colorBackground[] = {0, 0, 0, 0};
|
|
linespacing = 1;
|
|
tooltipColorText[] = {1,1,1,1};
|
|
tooltipColorBox[] = {1,1,1,1};
|
|
tooltipColorShade[] = {0,0,0,0.65};
|
|
};
|
|
|
|
class ZSC_RscLine : ZSC_RscText {
|
|
idc = -1;
|
|
style = 176;
|
|
x = 0.17;
|
|
y = 0.48;
|
|
w = 0.66;
|
|
h = 0;
|
|
text = "";
|
|
colorBackground[] = {0, 0, 0, 0};
|
|
colorText[] = {1, 1, 1, 1.0};
|
|
};
|
|
|
|
class ZSC_RscTree {
|
|
style = 2;
|
|
font = "Zeppelin32";
|
|
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";
|
|
rowHeight = 0.0439091;
|
|
color[] = {1, 1, 1, 1};
|
|
colorSelect[] = {0.7, 0.7, 0.7, 1};
|
|
colorBackground[] = {0, 0, 0, 0};
|
|
colorSelectBackground[] = {0, 0, 0, 0.5};
|
|
colorBorder[] = {0, 0, 0, 0};
|
|
borderSize = 0;
|
|
};
|
|
|
|
class ZSC_RscTitle : ZSC_RscText {
|
|
style = 0;
|
|
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
|
colorText[] = {0.95, 0.95, 0.95, 1};
|
|
};
|
|
|
|
class ZSC_RscPicture {
|
|
shadow = 0;
|
|
type = 0;
|
|
style = 48;
|
|
sizeEx = 0.023;
|
|
font = "Zeppelin32";
|
|
colorBackground[] = {};
|
|
colorText[] = {};
|
|
x = 0;
|
|
y = 0;
|
|
w = 0.2;
|
|
h = 0.15;
|
|
tooltipColorText[] = {1,1,1,1};
|
|
tooltipColorBox[] = {1,1,1,1};
|
|
tooltipColorShade[] = {0,0,0,0.65};
|
|
};
|
|
|
|
class ZSC_RscTextMulti : ZSC_RscText
|
|
{
|
|
linespacing = 1;
|
|
style = 0 + 16 + 0x200;
|
|
};
|
|
|
|
class ZSC_RscPictureKeepAspect : ZSC_RscPicture
|
|
{
|
|
style = 0x30 + 0x800;
|
|
};
|
|
|
|
class ZSC_RscStructuredText {
|
|
type = 13;
|
|
style = 0;
|
|
x = 0;
|
|
y = 0;
|
|
h = 0.035;
|
|
w = 0.1;
|
|
text = "";
|
|
size = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
|
colorText[] = {1, 1, 1, 1.0};
|
|
shadow = 1;
|
|
class Attributes {
|
|
font = "Zeppelin32";
|
|
color = "#ffffff";
|
|
align = "left";
|
|
shadow = 1;
|
|
};
|
|
};
|
|
|
|
class ZSC_RscActiveText {
|
|
idc = -1;
|
|
type = 11;
|
|
style = 0;
|
|
x = 0;
|
|
y = 0;
|
|
h = 0.037;
|
|
w = 0.3;
|
|
sizeEx = 0.040;
|
|
font = "Zeppelin32";
|
|
color[] = {1, 1, 1, 1};
|
|
colorActive[] = {1, 0.2, 0.2, 1};
|
|
action = "";
|
|
text = "";
|
|
tooltipColorText[] = {1,1,1,1};
|
|
tooltipColorBox[] = {1,1,1,1};
|
|
tooltipColorShade[] = {0,0,0,0.65};
|
|
};
|
|
|
|
class ZSC_RscButton
|
|
{
|
|
style = 2;
|
|
x = 0;
|
|
y = 0;
|
|
w = 0.095589;
|
|
h = 0.039216;
|
|
shadow = 2;
|
|
font = "Zeppelin32";
|
|
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
|
colorText[] = {1,1,1,1.0};
|
|
colorDisabled[] = {0.4,0.4,0.4,1};
|
|
colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.69])","(profilenamespace getvariable ['GUI_BCG_RGB_G',0.75])","(profilenamespace getvariable ['GUI_BCG_RGB_B',0.5])",0.7};
|
|
colorBackgroundActive[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.69])","(profilenamespace getvariable ['GUI_BCG_RGB_G',0.75])","(profilenamespace getvariable ['GUI_BCG_RGB_B',0.5])",1};
|
|
colorBackgroundDisabled[] = {0.95,0.95,0.95,1};
|
|
offsetX = 0.003;
|
|
offsetY = 0.003;
|
|
offsetPressedX = 0.002;
|
|
offsetPressedY = 0.002;
|
|
colorFocused[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.69])","(profilenamespace getvariable ['GUI_BCG_RGB_G',0.75])","(profilenamespace getvariable ['GUI_BCG_RGB_B',0.5])",1};
|
|
colorShadow[] = {0,0,0,1};
|
|
colorBorder[] = {0,0,0,1};
|
|
borderSize = 0.0;
|
|
soundPush[] = { "", 0, 1 };
|
|
soundEnter[] = { "", 0, 1 };
|
|
soundClick[] ={ "", 0, 1 };
|
|
soundEscape[] ={ "", 0, 1 };
|
|
sound[] ={ "", 0, 1 };
|
|
};
|
|
|
|
class ZSC_RscButtonTextOnly : ZSC_RscButton {
|
|
SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";
|
|
colorBackground[] = {1, 1, 1, 0};
|
|
colorBackgroundActive[] = {1, 1, 1, 0};
|
|
colorBackgroundDisabled[] = {1, 1, 1, 0};
|
|
colorFocused[] = {1, 1, 1, 0};
|
|
colorShadow[] = {1, 1, 1, 0};
|
|
borderSize = 0.0;
|
|
};
|
|
|
|
class ZSC_RscShortcutButton {
|
|
idc = -1;
|
|
style = 0;
|
|
default = 0;
|
|
shadow = 1;
|
|
w = 0.183825;
|
|
h = "((((safezoneW / safezoneH) min 1.2) / 1.2) / 20)";
|
|
color[] = {1,1,1,1.0};
|
|
colorFocused[] = {1,1,1,1.0};
|
|
color2[] = {0.95,0.95,0.95,1};
|
|
colorDisabled[] = {1,1,1,0.25};
|
|
colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.69])","(profilenamespace getvariable ['GUI_BCG_RGB_G',0.75])","(profilenamespace getvariable ['GUI_BCG_RGB_B',0.5])",1};
|
|
colorBackgroundFocused[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.69])","(profilenamespace getvariable ['GUI_BCG_RGB_G',0.75])","(profilenamespace getvariable ['GUI_BCG_RGB_B',0.5])",1};
|
|
colorBackground2[] = {1,1,1,1};
|
|
periodFocus = 1.2;
|
|
periodOver = 0.8;
|
|
class HitZone
|
|
{
|
|
left = 0.0;
|
|
top = 0.0;
|
|
right = 0.0;
|
|
bottom = 0.0;
|
|
};
|
|
class ShortcutPos
|
|
{
|
|
left = 0;
|
|
top = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 20) - (((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)) / 2";
|
|
w = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1) * (3/4)";
|
|
h = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
|
};
|
|
class TextPos
|
|
{
|
|
left = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1) * (3/4)";
|
|
top = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 20) - (((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)) / 2";
|
|
right = 0.005;
|
|
bottom = 0.0;
|
|
};
|
|
period = 0.4;
|
|
font = "Zeppelin32";
|
|
size = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
|
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
|
text = "";
|
|
action = "";
|
|
class Attributes
|
|
{
|
|
font = "Zeppelin32";
|
|
color = "#E5E5E5";
|
|
align = "left";
|
|
shadow = "true";
|
|
};
|
|
class AttributesImage
|
|
{
|
|
font = "Zeppelin32";
|
|
color = "#E5E5E5";
|
|
align = "left";
|
|
};
|
|
soundPush[] = { "", 0, 1 };
|
|
soundEnter[] = { "", 0, 1 };
|
|
soundClick[] = { "", 0, 1 };
|
|
soundEscape[] = { "", 0, 1 };
|
|
sound[] = { "", 0, 1 };
|
|
};
|
|
|
|
class ZSC_RscButtonMenu : ZSC_RscShortcutButton {
|
|
idc = -1;
|
|
type = 16;
|
|
style = "0x02 + 0xC0";
|
|
default = 0;
|
|
shadow = 0;
|
|
x = 0;
|
|
y = 0;
|
|
w = 0.095589;
|
|
h = 0.039216;
|
|
animTextureNormal = "#(argb,8,8,3)color(1,1,1,1)";
|
|
animTextureDisabled = "#(argb,8,8,3)color(1,1,1,1)";
|
|
animTextureOver = "#(argb,8,8,3)color(1,1,1,1)";
|
|
animTextureFocused = "#(argb,8,8,3)color(1,1,1,1)";
|
|
animTexturePressed = "#(argb,8,8,3)color(1,1,1,1)";
|
|
animTextureDefault = "#(argb,8,8,3)color(1,1,1,1)";
|
|
colorBackground[] = {0,0,0,0.8};
|
|
colorBackgroundFocused[] = {1,1,1,1};
|
|
colorBackground2[] = {0.75,0.75,0.75,1};
|
|
color[] = {1,1,1,1};
|
|
colorFocused[] = {0,0,0,1};
|
|
color2[] = {0,0,0,1};
|
|
colorText[] = {1,1,1,1};
|
|
colorDisabled[] = {1,1,1,0.25};
|
|
period = 1.2;
|
|
periodFocus = 1.2;
|
|
periodOver = 1.2;
|
|
size = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
|
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
|
tooltipColorText[] = {1,1,1,1};
|
|
tooltipColorBox[] = {1,1,1,1};
|
|
tooltipColorShade[] = {0,0,0,0.65};
|
|
class TextPos
|
|
{
|
|
left = "0.25 * (((safezoneW / safezoneH) min 1.2) / 40)";
|
|
top = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) - (((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)) / 2";
|
|
right = 0.005;
|
|
bottom = 0.0;
|
|
};
|
|
class Attributes
|
|
{
|
|
font = "Zeppelin32";
|
|
color = "#E5E5E5";
|
|
align = "left";
|
|
shadow = "false";
|
|
};
|
|
class ShortcutPos
|
|
{
|
|
left = "(6.25 * (((safezoneW / safezoneH) min 1.2) / 40)) - 0.0225 - 0.005";
|
|
top = 0.005;
|
|
w = 0.0225;
|
|
h = 0.03;
|
|
};
|
|
textureNoShortcut = "";
|
|
};
|
|
|
|
class ZSC_RscShortcutButtonMain : ZSC_RscShortcutButton {
|
|
idc = -1;
|
|
style = 0;
|
|
default = 0;
|
|
w = 0.313726;
|
|
h = 0.104575;
|
|
color[] = {1, 1, 1, 1.0};
|
|
colorDisabled[] = {1, 1, 1, 0.25};
|
|
class HitZone {
|
|
left = 0.0;
|
|
top = 0.0;
|
|
right = 0.0;
|
|
bottom = 0.0;
|
|
};
|
|
class ShortcutPos {
|
|
left = 0.0145;
|
|
top = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 20) - (((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1.2)) / 2";
|
|
w = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1.2) * (3/4)";
|
|
h = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1.2)";
|
|
};
|
|
class TextPos {
|
|
left = "(((safezoneW / safezoneH) min 1.2) / 32) * 1.5";
|
|
top = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 20)*2 - (((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1.2)) / 2";
|
|
right = 0.005;
|
|
bottom = 0.0;
|
|
};
|
|
period = 0.5;
|
|
font = "Zeppelin32";
|
|
size = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1.2)";
|
|
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1.2)";
|
|
text = "";
|
|
action = "";
|
|
class Attributes {
|
|
font = "Zeppelin32";
|
|
color = "#E5E5E5";
|
|
align = "left";
|
|
shadow = "false";
|
|
};
|
|
class AttributesImage {
|
|
font = "Zeppelin32";
|
|
color = "#E5E5E5";
|
|
align = "false";
|
|
};
|
|
};
|
|
|
|
class ZSC_RscCheckbox {
|
|
idc = -1;
|
|
type = 7;
|
|
style = 0;
|
|
x = "LINE_X(XVAL)";
|
|
y = LINE_Y;
|
|
w = "LINE_W(WVAL)";
|
|
h = 0.029412;
|
|
colorText[] = {1, 0, 0, 1};
|
|
color[] = {0, 0, 0, 0};
|
|
colorBackground[] = {0, 0, 1, 1};
|
|
colorTextSelect[] = {0, 0.8, 0, 1};
|
|
colorSelectedBg[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 1};
|
|
colorSelect[] = {0, 0, 0, 1};
|
|
colorTextDisable[] = {0.4, 0.4, 0.4, 1};
|
|
colorDisable[] = {0.4, 0.4, 0.4, 1};
|
|
font = "Zeppelin32";
|
|
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";
|
|
rows = 1;
|
|
5ns = 1;
|
|
strings[] = {UNCHECKED};
|
|
checked_strings[] = {CHECKED};
|
|
soundPush[] = { "", 0, 1 };
|
|
soundEnter[] = { "", 0, 1 };
|
|
soundClick[] ={ "", 0, 1 };
|
|
soundEscape[] ={ "", 0, 1 };
|
|
sound[] ={ "", 0, 1 };
|
|
};
|
|
|
|
class ZSC_RscProgress
|
|
{
|
|
type = 8;
|
|
style = 0;
|
|
x = 0.344;
|
|
y = 0.619;
|
|
w = 0.313726;
|
|
h = 0.0261438;
|
|
texture = "";
|
|
shadow = 2;
|
|
colorFrame[] = {0, 0, 0, 1};
|
|
colorBackground[] = {0,0,0,0.7};
|
|
colorBar[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", "(profilenamespace getvariable ['GUI_BCG_RGB_A',0.7])"};
|
|
};
|
|
|
|
class ZSC_RscListBox
|
|
{
|
|
style = 16;
|
|
idc = -1;
|
|
type = 5;
|
|
w = 0.275;
|
|
h = 0.04;
|
|
font = "Zeppelin32";
|
|
colorSelect[] = {1, 1, 1, 1};
|
|
colorText[] = {1, 1, 1, 1};
|
|
colorBackground[] = {0.28,0.28,0.28,0.28};
|
|
colorSelect2[] = {1, 1, 1, 1};
|
|
colorSelectBackground[] = {0.95, 0.95, 0.95, 0.5};
|
|
colorSelectBackground2[] = {1, 1, 1, 0.5};
|
|
colorScrollbar[] = {0.2, 0.2, 0.2, 1};
|
|
wholeHeight = 0.45;
|
|
rowHeight = 0.04;
|
|
color[] = {0.7, 0.7, 0.7, 1};
|
|
colorActive[] = {0,0,0,1};
|
|
colorDisabled[] = {0,0,0,0.3};
|
|
sizeEx = 0.023;
|
|
maxHistoryDelay = 1;
|
|
autoScrollSpeed = -1;
|
|
autoScrollDelay = 5;
|
|
autoScrollRewind = 0;
|
|
tooltipColorText[] = {1,1,1,1};
|
|
tooltipColorBox[] = {1,1,1,1};
|
|
tooltipColorShade[] = {0,0,0,0.65};
|
|
class ListScrollBar: ZSC_RscScrollBar
|
|
{
|
|
color[] = {1,1,1,1};
|
|
autoScrollEnabled = 1;
|
|
};
|
|
soundPush[] = { "", 0, 1 };
|
|
soundEnter[] = { "", 0, 1 };
|
|
soundClick[] ={ "", 0, 1 };
|
|
soundEscape[] ={ "", 0, 1 };
|
|
sound[] ={ "", 0, 1 };
|
|
};
|
|
|
|
class ZSC_RscEdit {
|
|
type = 2;
|
|
style = 0x00 + 0x40;
|
|
font = "Zeppelin32";
|
|
shadow = 2;
|
|
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
|
colorBackground[] = {0, 0, 0, 1};
|
|
colorText[] = {0.95, 0.95, 0.95, 1};
|
|
colorDisabled[] = {1, 1, 1, 0.25};
|
|
autocomplete = false;
|
|
colorSelection[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 1};
|
|
canModify = 1;
|
|
soundPush[] = { "", 0, 1 };
|
|
soundEnter[] = { "", 0, 1 };
|
|
soundClick[] ={ "", 0, 1 };
|
|
soundEscape[] ={ "", 0, 1 };
|
|
sound[] ={ "", 0, 1 };
|
|
};
|
|
|
|
class ZSC_RscSlider {
|
|
h = 0.025;
|
|
color[] = {1, 1, 1, 0.8};
|
|
colorActive[] = {1, 1, 1, 1};
|
|
};
|
|
|
|
class ZSC_RscXSliderH
|
|
{
|
|
style = 1024;
|
|
type = 43;
|
|
shadow = 2;
|
|
x = 0;
|
|
y = 0;
|
|
h = 0.029412;
|
|
w = 0.400000;
|
|
color[] = {
|
|
1, 1, 1, 0.7
|
|
};
|
|
colorActive[] = {
|
|
1, 1, 1, 1
|
|
};
|
|
colorDisabled[] = {
|
|
1, 1, 1, 0.500000
|
|
};
|
|
};
|
|
|
|
class ZSC_RscFrame {
|
|
type = 0;
|
|
idc = -1;
|
|
style = 64;
|
|
shadow = 2;
|
|
colorBackground[] = {0, 0, 0, 0};
|
|
colorText[] = {1, 1, 1, 1};
|
|
font = "Zeppelin32";
|
|
sizeEx = 0.02;
|
|
text = "";
|
|
};
|
|
|
|
class ZSC_RscBackground : ZSC_RscText {
|
|
type = 0;
|
|
IDC = -1;
|
|
style = 512;
|
|
shadow = 0;
|
|
x = 0.0;
|
|
y = 0.0;
|
|
w = 1.0;
|
|
h = 1.0;
|
|
text = "";
|
|
ColorBackground[] = {0.48, 0.5, 0.35, 1};
|
|
ColorText[] = {0.1, 0.1, 0.1, 1};
|
|
font = "Zeppelin32";
|
|
SizeEx = 1;
|
|
};
|
|
|
|
class ZSC_RscHTML {
|
|
colorText[] = {1, 1, 1, 1.0};
|
|
colorBold[] = {1, 1, 1, 1.0};
|
|
colorLink[] = {1, 1, 1, 0.75};
|
|
colorLinkActive[] = {1, 1, 1, 1.0};
|
|
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
|
shadow = 2;
|
|
class H1 {
|
|
font = "Zeppelin32";
|
|
fontBold = "Zeppelin32";
|
|
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1.2)";
|
|
align = "left";
|
|
};
|
|
class H2 {
|
|
font = "Zeppelin32";
|
|
fontBold = "Zeppelin32";
|
|
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
|
align = "right";
|
|
};
|
|
class H3 {
|
|
font = "Zeppelin32";
|
|
fontBold = "Zeppelin32";
|
|
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
|
align = "left";
|
|
};
|
|
class H4 {
|
|
font = "Zeppelin32";
|
|
fontBold = "Zeppelin32";
|
|
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
|
align = "left";
|
|
};
|
|
class H5 {
|
|
font = "Zeppelin32";
|
|
fontBold = "Zeppelin32";
|
|
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
|
align = "left";
|
|
};
|
|
class H6 {
|
|
font = "Zeppelin32";
|
|
fontBold = "Zeppelin32";
|
|
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
|
align = "left";
|
|
};
|
|
class P {
|
|
font = "Zeppelin32";
|
|
fontBold = "Zeppelin32";
|
|
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
|
align = "left";
|
|
};
|
|
};
|
|
|
|
class ZSC_RscCombo {
|
|
style = 16;
|
|
type = 4;
|
|
x = 0;
|
|
y = 0;
|
|
w = 0.12;
|
|
h = 0.035;
|
|
shadow = 0;
|
|
colorSelect[] = {0, 0, 0, 1};
|
|
colorText[] = {0.95, 0.95, 0.95, 1};
|
|
maxHistoryDelay = 1;
|
|
colorBackground[] = {0.4,0.4,0.4,0.4};
|
|
colorSelectBackground[] = {1, 1, 1, 0.7};
|
|
colow_Rscrollbar[] = {1, 0, 0, 1};
|
|
wholeHeight = 0.45;
|
|
color[] = {1, 1, 1, 1};
|
|
colorActive[] = {1, 0, 0, 1};
|
|
colorDisabled[] = {1, 1, 1, 0.25};
|
|
font = "Zeppelin32";
|
|
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
|
class ComboScrollBar : ZSC_RscScrollBar {};
|
|
};
|
|
|
|
class ZSC_RscToolbox {
|
|
colorText[] = {0.95, 0.95, 0.95, 1};
|
|
color[] = {0.95, 0.95, 0.95, 1};
|
|
colorTextSelect[] = {0.95, 0.95, 0.95, 1};
|
|
colorSelect[] = {0.95, 0.95, 0.95, 1};
|
|
colorTextDisable[] = {0.4, 0.4, 0.4, 1};
|
|
colorDisable[] = {0.4, 0.4, 0.4, 1};
|
|
colorSelectedBg[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 0.5};
|
|
font = "Zeppelin32";
|
|
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";
|
|
};
|
|
|
|
class ZSC_RscTextT // Used in plot management
|
|
{
|
|
access = 0;
|
|
type = 0;
|
|
idc = -1;
|
|
colorBackground[] = {0,0,0,0};
|
|
colorText[] = {0.8784,0.8471,0.651,1};
|
|
text = "";
|
|
fixedWidth = 0;
|
|
x = 0;
|
|
y = 0;
|
|
h = 0.037;
|
|
w = 0.3;
|
|
style = 0;
|
|
shadow = 2;
|
|
font = "Zeppelin32";
|
|
SizeEx = 0.03921;
|
|
};
|
|
|
|
class ZSC_RscButtonMenuBlue : ZSC_RscButtonMenu // Used in plot management
|
|
{
|
|
colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 0.5};
|
|
class Attributes
|
|
{
|
|
font = "Zeppelin32";
|
|
color = "#E5E5E5";
|
|
align = "center";
|
|
shadow = "false";
|
|
};
|
|
}; |