Advertisement
kuso4ek

form.txt

Jun 5th, 2022 (edited)
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. Renderer.1 {
  2. BackgroundColor = #F5F5F5;
  3. BackgroundColorDisabled = #E6E6E6;
  4. BackgroundColorDown = #EBEBEB;
  5. BackgroundColorHover = white;
  6. BorderColor = #3C3C3C;
  7. BorderColorDisabled = #7D7D7D;
  8. BorderColorDown = black;
  9. BorderColorFocused = #1E1EB4;
  10. BorderColorHover = black;
  11. Borders = (1, 1, 1, 1);
  12. TextColor = #3C3C3C;
  13. TextColorDisabled = #7D7D7D;
  14. TextColorDown = black;
  15. TextColorHover = black;
  16. Texture = None;
  17. TextureDisabled = None;
  18. TextureDown = None;
  19. TextureDownFocused = None;
  20. TextureDownHover = None;
  21. TextureFocused = None;
  22. TextureHover = None;
  23. }
  24. Button.connect {
  25. Position = (230, 150);
  26. Renderer = &1;
  27. Size = (141, 22);
  28. Text = Connect;
  29. TextSize = 13;
  30. }
  31.  
  32. Button.settings {
  33. Position = (230, 190);
  34. Renderer = &1;
  35. Size = (141, 22);
  36. Text = Settings;
  37. TextSize = 13;
  38. }
  39.  
  40. Button.exit {
  41. Position = (230, 230);
  42. Renderer = &1;
  43. Size = (141, 22);
  44. Text = Exit;
  45. TextSize = 13;
  46. }
  47.  
  48. Label.Label1 {
  49. HorizontalAlignment = Center;
  50. Position = (230, 60);
  51. Size = (138.2, 48);
  52. Text = "Резня";
  53. TextSize = 20;
  54. VerticalAlignment = Center;
  55.  
  56. Renderer {
  57. BackgroundColor = transparent;
  58. BorderColor = #3C3C3C;
  59. Borders = (0, 0, 0, 0);
  60. TextColor = #3C3C3C;
  61. TextureBackground = None;
  62. }
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement