2015-04-02 20:40:21 +00:00
|
|
|
|
|
|
|
class RscText;
|
2016-02-21 21:50:15 +00:00
|
|
|
class RscPicture;
|
2015-04-02 20:40:21 +00:00
|
|
|
|
2015-01-16 12:15:14 +00:00
|
|
|
class RscTitles {
|
2015-01-18 21:34:45 +00:00
|
|
|
class ACE_Scopes_Zeroing {
|
2015-01-16 12:15:14 +00:00
|
|
|
idd = -1;
|
|
|
|
movingEnable = 0;
|
|
|
|
enableSimulation = 1;
|
|
|
|
enableDisplay = 1;
|
2015-02-10 02:00:40 +00:00
|
|
|
onLoad = QUOTE(uiNamespace setVariable [ARR_2(QUOTE(QGVAR(ZeroingDisplay)),_this select 0)];);
|
2015-01-16 12:15:14 +00:00
|
|
|
duration = 1e+011;
|
|
|
|
fadein = 0;
|
|
|
|
fadeout = 0;
|
|
|
|
name = QGVAR(Zeroing);
|
|
|
|
class controls {
|
2021-10-15 18:47:05 +00:00
|
|
|
class ACE_Scopes_Zeroing_BG: RscPicture {
|
2015-02-12 14:51:17 +00:00
|
|
|
idc = 11;
|
2015-01-16 12:15:14 +00:00
|
|
|
type = 0;
|
2016-04-08 18:34:50 +00:00
|
|
|
text = QPATHTOF(UI\scopes_bg.paa);
|
2023-02-02 05:28:55 +00:00
|
|
|
style = "48 + 0x800";
|
2015-01-16 12:15:14 +00:00
|
|
|
scale = 1;
|
|
|
|
sizeEx = 1;
|
2016-02-24 14:06:27 +00:00
|
|
|
font = "RobotoCondensed";
|
2015-01-16 12:15:14 +00:00
|
|
|
colorText[] = { 1, 1, 1, 1 };
|
|
|
|
colorBackground[] = { 1, 1, 1, 1 };
|
|
|
|
shadow = 1;
|
|
|
|
|
2023-02-02 05:28:55 +00:00
|
|
|
x = "(0.5 - 0.4 / 2) * safezoneW + safezoneX";
|
|
|
|
y = "0 * safezoneH + safezoneY";
|
|
|
|
w = "0.4 * safezoneW";
|
|
|
|
h = "0.3 * safezoneH";
|
2015-01-16 12:15:14 +00:00
|
|
|
};
|
2021-10-15 18:47:05 +00:00
|
|
|
class ACE_Scopes_Zeroing_Vertical: RscText {
|
2015-02-12 14:51:17 +00:00
|
|
|
idc = 12;
|
2015-01-16 12:15:14 +00:00
|
|
|
type = 0;
|
|
|
|
style = 2;
|
|
|
|
sizeEx = 0.04;
|
|
|
|
lineSpacing = 1;
|
2016-02-24 14:06:27 +00:00
|
|
|
font = "RobotoCondensed";
|
2015-01-16 12:15:14 +00:00
|
|
|
text = "";
|
|
|
|
colorText[] = { 1, 1, 1, 0.9 };
|
|
|
|
colorBackground[] = { 1, 0, 0, 0 };
|
|
|
|
shadow = 0;
|
|
|
|
|
2023-02-02 05:28:55 +00:00
|
|
|
x = "(0.5 - 0.4 / 2 + 0.45*0.4) * safezoneW + safezoneX";
|
|
|
|
y = "(0 + 0.19*0.3) * safezoneH + safezoneY";
|
|
|
|
w = "0.04 * safezoneW";
|
|
|
|
h = "0.025 * safezoneH";
|
2015-01-16 12:15:14 +00:00
|
|
|
};
|
2021-10-15 18:47:05 +00:00
|
|
|
class ACE_Scopes_Zeroing_Horizontal: RscText {
|
2015-02-12 14:51:17 +00:00
|
|
|
idc = 13;
|
2015-01-16 12:15:14 +00:00
|
|
|
type = 0;
|
2017-11-08 13:04:09 +00:00
|
|
|
style = 2;
|
2015-01-16 12:15:14 +00:00
|
|
|
sizeEx = 0.04;
|
|
|
|
lineSpacing = 1;
|
2016-02-24 14:06:27 +00:00
|
|
|
font = "RobotoCondensed";
|
2015-01-16 12:15:14 +00:00
|
|
|
text = "";
|
|
|
|
colorText[] = { 1, 1, 1, 0.9 };
|
|
|
|
colorBackground[] = { 1, 0, 0, 0 };
|
|
|
|
shadow = 0;
|
|
|
|
|
2023-02-02 05:28:55 +00:00
|
|
|
x = "(0.5 - 0.4 / 2 + 0.6*0.4) * safezoneW + safezoneX";
|
|
|
|
y = "(0 + 0.47*0.3) * safezoneH + safezoneY";
|
|
|
|
w = "0.019 * safezoneW";
|
|
|
|
h = "0.025 * safezoneH";
|
2015-01-16 12:15:14 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|