csmit195

CamingLord: Resident Control/View

Jun 7th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.95 KB | None | 0 0
  1. {
  2.   Children={
  3.     {
  4.       X=1,
  5.       Y=1,
  6.       Width="8",
  7.       Name="loadBtn",
  8.       Type="Button",
  9.       Text="Load",
  10.       TextColour="black",
  11.       BackgroundColour="green"
  12.     }, {
  13.       X="100%, -6",
  14.       Y=1,
  15.       Width="8",
  16.       Name="saveBtn",
  17.       Type="Button",
  18.       Text="Save",
  19.       TextColour="black",
  20.       BackgroundColour="orange"
  21.     }, {
  22.       X=1,
  23.       Y=3,
  24.       Width="100%",
  25.       Height="100%, -3.5",
  26.       Name="residentList",
  27.       Type="ListView",
  28.       CanSelect=true,
  29.       Items={'Please Load'},
  30.       TextColour="black",
  31.       BackgroundColour="grey"
  32.     }, {
  33.       X="100%, -4",
  34.       Y="100%, 0",
  35.       Name="addBtn",
  36.       Type="Button",
  37.       Text="Add",
  38.       TextColour="black",
  39.       BackgroundColour="green"
  40.     }, {
  41.       X=1,
  42.       Y="100%, 0",
  43.       Name="deleteBtn",
  44.       Type="Button",
  45.       Text="Delete",
  46.       TextColour="black",
  47.       BackgroundColour="red"
  48.     },
  49.   },
  50.   BackgroundColour="white"
  51. }
Add Comment
Please, Sign In to add comment