Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. ////////////////////////////////////////////////////////
  2. // GUI EDITOR OUTPUT START (by Diaverso Carrascó, v1.063, #Suxofe)
  3. ////////////////////////////////////////////////////////
  4.  
  5. class cnp: RscText
  6. {
  7. idc = 1000;
  8. text = "CNP"; //--- ToDo: Localize;
  9. x = 0.335 * safezoneW + safezoneX;
  10. y = 0.434 * safezoneH + safezoneY;
  11. w = 0.0257812 * safezoneW;
  12. h = 0.022 * safezoneH;
  13. colorText[] = {-1,0,128,255};
  14. colorBackground[] = {-1,-1,-1,1};
  15. };
  16. class gc: RscText
  17. {
  18. idc = 1001;
  19. text = "GC"; //--- ToDo: Localize;
  20. x = 0.62375 * safezoneW + safezoneX;
  21. y = 0.434 * safezoneH + safezoneY;
  22. w = 0.020625 * safezoneW;
  23. h = 0.022 * safezoneH;
  24. colorText[] = {-1,0,204,0};
  25. colorBackground[] = {-1,-1,-1,1};
  26. };
  27. class cnplist: RscButton
  28. {
  29. idc = 1600;
  30. text = "ENTRAR"; //--- ToDo: Localize;
  31. x = 0.324687 * safezoneW + safezoneX;
  32. y = 0.467 * safezoneH + safezoneY;
  33. w = 0.0464063 * safezoneW;
  34. h = 0.033 * safezoneH;
  35. };
  36. class gclist: RscButton
  37. {
  38. idc = 1601;
  39. text = "Entrar"; //--- ToDo: Localize;
  40. x = 0.613437 * safezoneW + safezoneX;
  41. y = 0.467 * safezoneH + safezoneY;
  42. w = 0.04125 * safezoneW;
  43. h = 0.033 * safezoneH;
  44. };
  45. ////////////////////////////////////////////////////////
  46. // GUI EDITOR OUTPUT END
  47. ////////////////////////////////////////////////////////
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement