csmit195

Namar Reactor: View

Jun 11th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   Children={
  3.     {
  4.       X=1,
  5.       Y=4,
  6.       Width="100%",
  7.       Height=1,
  8.       Name="reactorState",
  9.       Type="Button",
  10.       Text="Toggle",
  11.       TextColour="black",
  12.       BackgroundColour="orange"
  13.     },
  14.     {
  15.       X=1,
  16.       Y=2,
  17.       Width="100%",
  18.       Name="labelState",
  19.       Type="Label",
  20.       Text="Reactor State: LOADING",
  21.       TextColour="black"
  22.     }
  23.   },
  24.   BackgroundColour="white"
  25. }
Add Comment
Please, Sign In to add comment