Advertisement
Guest User

Untitled

a guest
May 28th, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. class RscDisplayGear {
  2. class controls {
  3. class MehanickPanel: RscControlsGroup {
  4. idc = 90001;
  5. x = 0.977;
  6. y = 0.473;
  7. w = 0.056;
  8. h = 0.576;
  9. class VScrollbar {
  10. autoScrollSpeed = -1;
  11. autoScrollDelay = 5;
  12. autoScrollRewind = 0;
  13. color[] = {1,1,1,0};
  14. width = 0.001;
  15. };
  16. class HScrollbar {
  17. color[] = {1,1,1,0};
  18. height = 0.001;
  19. };
  20. class Controls {
  21. class Yacheika_1: RscActiveText {
  22. idc = 90002;
  23. style = "0x30 + 0x800";
  24. text = "";
  25. x = "0";
  26. y = "0";
  27. w = 0.056;
  28. h = 0.076;
  29. color[] = {1,1,1,1};
  30. colorActive[] = {1,1,1,0.5};
  31. onMouseButtonDown="_this call player_selectSlot;systemChat 'control pressed';";
  32. canDrag = 1;
  33. };
  34. class Yacheika_2: Yacheika_1 {
  35. idc = 90003;
  36. y = "0.076";
  37. };
  38. class Yacheika_3: Yacheika_1 {
  39. idc = 90004;
  40. y = "0.152";
  41. };
  42. class Yacheika_4: Yacheika_1 {
  43. idc = 90005;
  44. y = "0.228";
  45. };
  46. class Yacheika_5: Yacheika_1 {
  47. idc = 90006;
  48. y = "0.304";
  49. };
  50. class Yacheika_6: Yacheika_1 {
  51. idc = 90007;
  52. y = "0.381";
  53. };
  54. };
  55. };
  56. class AptechkaPanel: RscControlsGroup {
  57. idc = 90011;
  58. x = 0.977;
  59. y = 0.473;
  60. w = 0.056;
  61. h = 0.576;
  62. class VScrollbar {
  63. autoScrollSpeed = -1;
  64. autoScrollDelay = 5;
  65. autoScrollRewind = 0;
  66. color[] = {1,1,1,0};
  67. width = 0.001;
  68. };
  69. class HScrollbar {
  70. color[] = {1,1,1,0};
  71. height = 0.001;
  72. };
  73. class Controls {
  74. class Yacheika_1: RscActiveText {
  75. idc = 90012;
  76. style = "0x30 + 0x800";
  77. text = "";
  78. x = "0";
  79. y = "0";
  80. w = 0.056;
  81. h = 0.076;
  82. color[] = {1,1,1,1};
  83. colorActive[] = {1,1,1,0.5};
  84. onMouseButtonDown="_this call player_selectSlot;systemChat 'control pressed';";
  85. canDrag = 1;
  86. };
  87. class Yacheika_2: Yacheika_1 {
  88. idc = 90013;
  89. y = "0.076";
  90. };
  91. class Yacheika_3: Yacheika_1 {
  92. idc = 90014;
  93. y = "0.152";
  94. };
  95. class Yacheika_4: Yacheika_1 {
  96. idc = 90015;
  97. y = "0.228";
  98. };
  99. class Yacheika_5: Yacheika_1 {
  100. idc = 90016;
  101. y = "0.304";
  102. };
  103. class Yacheika_6: Yacheika_1 {
  104. idc = 90017;
  105. y = "0.381";
  106. };
  107. };
  108. };
  109. };
  110. class ControlsBackground {
  111. class MehanickFon: RscPicture {
  112. idc = 90000;
  113. x = "0.965";
  114. y = "0.397";
  115. w = 0.072;
  116. h = 0.537;
  117. text = "";
  118. colorText[] = {1,1,1,1};
  119. };
  120. class AptechkaFon: RscPicture {
  121. idc = 90010;
  122. x = "0.965";
  123. y = "0.397";
  124. w = 0.072;
  125. h = 0.537;
  126. text = "";
  127. colorText[] = {1,1,1,1};
  128. };
  129. };
  130. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement