Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- Children={
- {
- X=1,
- Y=1,
- Width="8",
- Name="loadBtn",
- Type="Button",
- Text="Load",
- TextColour="black",
- BackgroundColour="green"
- }, {
- X="100%, -6",
- Y=1,
- Width="8",
- Name="saveBtn",
- Type="Button",
- Text="Save",
- TextColour="black",
- BackgroundColour="orange"
- }, {
- X=1,
- Y=3,
- Width="100%",
- Height="100%, -3.5",
- Name="residentList",
- Type="ListView",
- CanSelect=true,
- Items={'Please Load'},
- TextColour="black",
- BackgroundColour="grey"
- }, {
- X="100%, -4",
- Y="100%, 0",
- Name="addBtn",
- Type="Button",
- Text="Add",
- TextColour="black",
- BackgroundColour="green"
- }, {
- X=1,
- Y="100%, 0",
- Name="deleteBtn",
- Type="Button",
- Text="Delete",
- TextColour="black",
- BackgroundColour="red"
- },
- },
- BackgroundColour="white"
- }
Add Comment
Please, Sign In to add comment