Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- Children = {
- { Name = "ColourStrip",
- X = "100%,-18",
- Y = 2,
- Type = "Label",
- Text = "Colours ",
- BackgroundColour = 'cyan',
- Height = 1
- },
- { Name = "CategoryStrip",
- X = "100%, -21",
- Y = 2,
- Type = "Button",
- Text = "Cat",
- Width = 3,
- Height = 1
- },
- { Name = "ButtonNew",
- X = "100%,-1",
- Y = 2,
- Type = "Button",
- Text = "+",
- BackgroundColour = 'green',
- Width = 1,
- Height = 1
- },
- { Name = "ButtonSearch",
- X = "100%,-24",
- Y = 2,
- Text = "s",
- Type = "Button",
- Width = 1
- },
- { Name = "TextBoxSearch",
- X = 2,
- Y = 2,
- Width = "100%,-26",
- Height = 1,
- Type = "TextBox",
- BackgroundColour = 'white',
- TextColour = 'black'
- },
- { Name = "Priorities",
- X = "100%,-8",
- Y = 4,
- Height = 1,
- Type = "Label",
- BackgroundColour = 'grey',
- TextColour = "white",
- Text = "12345"
- },
- { Name = "Headings",
- X = 2,
- Y = 4,
- Text = "P C Item",
- Type = "Label",
- TextColour = "white"
- },
- { Name = "SortPriorityButton",
- X = "100%,-14",
- Y = 4,
- Text = "High",
- Type = "Button",
- BackgroundColour = "grey",
- TextColour = "white",
- Width = 4,
- },
- { Name = "SortPriorityLabel",
- X = "100%,-23",
- Y = 4,
- Type = "Label",
- Text = "Priority",
- TextColour = "white"
- },
- { Name = "SortTimeButton",
- X = "100%,-27",
- Y = 4,
- Type = "Button",
- Text = "New",
- BackgroundColour = "grey",
- TextColour = "white",
- Width = 3
- },
- { Name = "SortTimeLabel",
- X = "100%,-32",
- Y = 4,
- Type = "Label",
- Text = "Time",
- TextColour = "white"
- },
- { Name = "ItemList",
- X = 2,
- Y = 6,
- Width = "100%,-2",
- Height = "100%,-7",
- Type = "ScrollView",
- Children = {
- { Name = "Item1Priority",
- X = 1,
- Y = 1,
- Text = "1",
- Type = "Label",
- BackgroundColour = "red",
- TextColour = "white"
- },
- { Name = "Item1Colour",
- X = 3,
- Y = 1,
- Text = "O",
- Type = "Label",
- BackgroundColour = "green",
- TextColour = "green"
- },
- { Name = "Item1Text",
- X = 5,
- Y = 1,
- Text = "Build a jungle wood farm ",
- Type = "Label",
- BackgroundColour = "grey",
- TextColour = "white"
- },
- { Name = "Item2Priority",
- X = 1,
- Y = 2,
- Text = "2",
- Type = "Label",
- BackgroundColour = "orange",
- TextColour = "white"
- },
- { Name = "Item2Colour",
- X = 3,
- Y = 2,
- Text = "O",
- Type = "Label",
- BackgroundColour = "red",
- TextColour = "red"
- },
- { Name = "Item2Text",
- X = 5,
- Y = 2,
- Text = "Get more leather ",
- Type = "Label",
- BackgroundColour = "lightGrey",
- TextColour = "black"
- }
- }
- }
- },
- BackgroundColour = 'black'
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement