let iZoom=1,sSearchTerm,elmContent,sPreviousSearch="",sScreen="info",aComponentsYAML=[],oReport={},aBugs=[],bLogs=!1,oLogs={},sAppName="",bFileLoaded=!1;function makeTableSortable(r){let o=document.getElementById(r);if(!o)return;let n=o.querySelectorAll("th");n.forEach((r,n)=>{r.classList.add("sortable"),r.setAttribute("data-sort-dir","none"),r.addEventListener("click",()=>sortTableByColumn(o,n,r))})}function sortTableByColumn(r,o,n){let t=r.querySelector("tbody")||r,p=Array.from(t.querySelectorAll("tr")).slice(1),l=r.querySelectorAll("th"),a=n.getAttribute("data-sort-dir"),i="asc"===a?"desc":"asc";l.forEach(r=>{r.setAttribute("data-sort-dir","none"),r.classList.remove("sort-asc","sort-desc")}),n.setAttribute("data-sort-dir",i),n.classList.add("asc"===i?"sort-asc":"sort-desc"),p.sort((r,n)=>{let t=r.cells[o],p=n.cells[o];if(!t||!p)return 0;let l=t.textContent.trim(),a=p.textContent.trim(),c=parseFloat(l),S=parseFloat(a);return isNaN(c)||isNaN(S)?(l=l.toLowerCase())<(a=a.toLowerCase())?"asc"===i?-1:1:l>a?"asc"===i?1:-1:0:"asc"===i?c-S:S-c}),p.forEach(r=>t.appendChild(r))}function initAllTableSorting(){let r=document.querySelectorAll(".table-bordered");r.forEach(r=>{r.id&&makeTableSortable(r.id)})}const sHtmlTemplate='
{$app} - {$screen}
',RegExScreen=RegExp(/\d+\.json/),RegExHtml=RegExp("(<[^>]+>)(.*?)(<\\/[^>]+>)","gm"),RegExSet=RegExp("Set\\((.*?),","gm"),RegExCol=RegExp("Collect\\((.*?),","gm"),RegExNav=RegExp("Navigate\\((.*?)\\)","gm"),RegExUpdateCon=/UpdateContext\(\{([^}]*)\}\)/g,RegExKeys=/(?:^|,)\s*([a-zA-Z_][a-zA-Z0-9_]*)\s*:/g,RegExYamlFix=/"([^"]*):\s([^"]*)"/g,sConnectionTemplate='

{$connection}

{$connectionDetail}
',sCheckerTemplate='

{$reason}

{$detail}
{$why}
{$how}
',e="G^JyKUZII#MrXALpPFbeP6SNr@LdtR";let oSolution={},pageData,aAppData=[],aAppConfig=[],aDataSources=[],aScreens=[],aScreensYAML=[],aCustom=[],aMissingDependencies=[],aConnectionRef=[],aFlows=[],aTables=[],aEnvirVar=[],aFlags=[],oTests,bSolution=!1,iScreenCount=0,oLicense={},iCustomFlagCount=1,aCustomFlagsCreated=[];const eSpinner=document.getElementById("spinner"),licenseContainer=document.getElementById("license-container"),customFlagsContainer=document.getElementById("custom-flags-container"),treeDiv=document.getElementById("tree"),sWarning='',sLow='',sMedium='',sHigh='';let oTotalFlags={screens:{amber:8,red:11},components:{amber:500,red:1e3},variables:{amber:80,red:100},connections:{amber:4,red:6}};const oDataTemplate={AppConfig:{},Solution:{},Code:"",Screens:[],ComponentTotals:[],Components:[],ComponentsYAML:[],Variables:{Local:[],Global:[],Formulas:"",Collections:[]},Connections:[],DataSources:[],Flows:[],Tests:{Suites:[],Tests:[]},MissingDependencies:[],EnvironmentVariables:[],ConnectionReferences:[],SolutionFlows:[],Tables:[]},sTemplate=` const i=oData.Components.length; return { Name: "{yourName}", Pass: {true,false}, Level: "{High,Medium,Low,Warning}", How: "{yourFix}", Why: "{whyItFailed}", Type: "{app,screen,component,code}", Category: "{categoryOfFail e.g performance}" }`,aCustomFlagsDefault=[{name:"Missing Dependencies",live:!0,code:`return { Name:"Missing Dependencies", Pass:oData.MissingDependencies.length==0, Level:"Warning", How:"Add required components", Why: "Not all components used are in the solution so may impact deployment if not in target environment", Type: "app", Category:"deployment" }`},{name:"No Environment Variables",live:!0,code:`return { Name:"Environment Variables Not Used", Pass:oData.EnvironmentVariables.length>0, Level:"Warning", How:"Select advanced when creating data connections", Why: "Will not be able to update when deploying to target environment", Type: "app", Category:"deployment" }`},{name:"Too Many Connections",live:!0,code:`return { Name:"Too Many Connections", live:true, Pass:oData.Connections.length<=5, Level:"Low", How:"Remove unnecessary connections", Why:"High security risk", Type: "app", Category:"security" }`},{name:"Too Many Components",live:!1,code:`let bComponents=true; oData.screens.forEach(item =>{ if(oData.Components.filter(child =>{return child.Screen==item.Screen}).length>400){bComponents=false;} }) return { Name:"Over 400 Components On One Screen", Pass:bComponents, Level:"Medium", How:"Remove unnecessary components / split into multiple screens", Why:"Impacts load and time and user experience", Type: "app", Category:"performance" }`},{name:"Missing Concurrent",live:!0,code:`const regex= /Concurrent/g; return { Name: "Concurrent Not Used", Pass: regex.test(oData.Code), Level: "Low", How: "Add concurrent function when pulling multiple data sets", Why: "Loading in sequence will impact load time and user experience", Type: "app", Category: "performance" };`},{name:"Missing IfError",live:!0,code:`const regex = /IfError/g; return { Name: "IfError Not Used", Pass: regex.test(oData.Code), Level: "High", How: "Use IfError function to handle failed request", Why: "Ensures app performs in consistent way", Type: "app", Category: "user experience" };`},{name:"Double Filter Used",live:!0,code:`const regex =/Filter(Filter(/g return { Name: "Double Filter Used", Pass: regex.test(oData.Code), Level: "Low", How: "Use And/Or in one filter", Why: "Handles data multiple times impacting performance", Type: "app", Category: "performance" };`}];null==localStorage.getItem("customFlags")?(aCustomFlagsCreated=aCustomFlagsDefault,localStorage.setItem("customFlags",JSON.stringify(aCustomFlagsCreated))):aCustomFlagsCreated=JSON.parse(localStorage.getItem("customFlags")),document.getElementById("custom-flag-count").innerText="Custom Flag Count: "+aCustomFlagsCreated.filter(r=>r.live).length;const oTestData={AppConfig:{Name:"Captcha Demos",ScreenCount:7,ComponentCount:52,VarCount:13,ConnectionCount:1,AppId:"83cbf544-cec3-4465-9f29-a2f1211856b6",AppType:"DesktopOrTablet",AppDescript:"Demo Solution to cover all possible custom flags\nhttps://dev.to/wyattdave/power-apps-making-a-captcha-3j62",AppAPILimit:500,Version:"1.336",PCF:!1,AppError:11,AppKey:"No Instrument Key"},Solution:{Name:"Captcha",UniqueName:"Captcha",Version:"1.0.0.6",Managed:0,Publisher:"WyattDave"},Code:'Application - Start
OnStart

Set(vsAPIkey,"hellowWorld");

Match Sequence - Screen Component
OnVisible
Set(vbNew,true);
ClearCollect(colIcons,
    {icon:Icon.ArrowDown,id:1},
    {icon:Icon.ArrowLeft,id:2},
    {icon:Icon.ArrowUp,id:3},
    {icon:Icon.ArrowRight,id:4},
    {icon:Icon.Blocked,id:5}
 
);
ClearCollect(colPostion,{Value:1,id:1,match:false},{Value:2,id:2,match:false},{Value:3,id:3,match:false},{Value:4,id:4,match:false});
ClearCollect(colSequence,Shuffle(colIcons));

Match Order - Screen Component
OnVisible
ClearCollect(colRandom,Shuffle(Sequence(4)));
ClearCollect(colOrder,
    {
        id:1,
        order:Index(colRandom,1).Value,
        match:false
    },
    {
        id:2,
        order:Index(colRandom,2).Value,
        match:false
    },
    {
        id:3,
        order:Index(colRandom,3).Value,
        match:false
    },
    {
        id:4,
        order:Index(colRandom,4).Value,
        match:false
    }
)

Follow - Screen Component
OnVisible
ClearCollect(colFollowSetup,
    {
        id:1,  
        on:false
    },
    {
        id:2,  
        on:false
    },
    {
        id:3,  
        on:false
    },
     {
        id:4,  
        on:false
    },
     {
        id:5,  
        on:false
    },
    {
        id:6,  
        on:false
    },
    {
        id:7,  
        on:false
    }, 
    {
        id:8,  
        on:false
    },
    {
        id:9,  
        on:false
    }
);
Set(vbTimer,false);
Set(viCurrent,0);
ClearCollect(colRandom,FirstN(Shuffle(Sequence(9)),5));


Colour - Screen Component
OnVisible
ClearCollect(colColours,
    {code:"4472C4",colour:"blue",id:1},
    {code:"C739B3",colour:"purple",id:2},
    {code:"FF0000",colour:"red",id:3},
    {code:"ED7D31",colour:"orange",id:4},
    {code:"FBFB23",colour:"yellow",id:5},
    {code:"00B050",colour:"green",id:6},
    {code:"6B4845",colour:"brown",id:7}
);
Set(voColour,Index(colColours,RandBetween(1,CountRows(colColours))));

Matthew Devaney - Screen Component
OnVisible
ClearCollect(colAnimals,
    {url:"https://cdn2.thedogapi.com/images/CZfQK3eOk.jpg",type:"dog",id:10},
    {url:"https://cdn2.thedogapi.com/images/9NJbNWAW9.jpg",type:"dog",id:11},
    {url:"https://cdn2.thedogapi.com/images/B8zP8i5W5.jpg",type:"dog",id:12},
    {url:"https://cdn2.thedogapi.com/images/e10KCAlSG.jpg",type:"dog",id:13},
    {url:"https://cdn2.thedogapi.com/images/qh7cGcv83.jpg",type:"dog",id:14},
    {url:"https://cdn2.thedogapi.com/images/dSE-HKnRP.jpg",type:"dog",id:15},
    {url:"https://cdn2.thedogapi.com/images/w4bONqP_O.jpg",type:"dog",id:16},
    {url:"https://cdn2.thedogapi.com/images/awSN72EWf.png",type:"dog",id:17},
    {url:"https://cdn2.thedogapi.com/images/ssY_amKgW.jpg",type:"dog",id:18}
);
ForAll(Sequence(9),
    Collect(colAnimals,
        {
            url:"https://cdn2.thecatapi.com/images/b0"&ThisRecord.Value&".jpg",
            type:"cat",
            id:ThisRecord.Value
        }
    )
);
ClearCollect(colOptions,FirstN(Shuffle(colAnimals),9));



ic2 - defaultIconStyle / Screen: Match Sequence
OnSelect
false

ic3 - defaultIconStyle / Screen: Match Sequence
OnSelect
false

ic4 - defaultIconStyle / Screen: Match Sequence
OnSelect
false

ic1_2 - defaultIconStyle / Screen: Match Sequence
OnSelect
If(Index(colPostion,1).Value=CountRows(colIcons),
    Set(viNewPosition,1);
,
    Set(viNewPosition,Index(colPostion,1).Value+1);
);

Patch(colPostion,{id:1},
    {
        Value:viNewPosition
    }
)


ic2_2 - defaultIconStyle / Screen: Match Sequence
OnSelect
If(Index(colPostion,2).Value=CountRows(colIcons),
    Set(viNewPosition,1);
,
    Set(viNewPosition,Index(colPostion,2).Value+1);
);

Patch(colPostion,{id:2},
    {
        Value:viNewPosition
    }
)


ic3_2 - defaultIconStyle / Screen: Match Sequence
OnSelect
If(Index(colPostion,3).Value=CountRows(colIcons),
    Set(viNewPosition,1);
,
    Set(viNewPosition,Index(colPostion,3).Value+1);
);

Patch(colPostion,{id:3},
    {
        Value:viNewPosition
    }
)


ic4_2 - defaultIconStyle / Screen: Match Sequence
OnSelect
If(Index(colPostion,4).Value=CountRows(colIcons),
    Set(viNewPosition,1);
,
    Set(viNewPosition,Index(colPostion,4).Value+1);
);

Patch(colPostion,{id:4},
    {
        Value:viNewPosition
    }
)


buStart - defaultButtonStyle / Screen: Match Sequence
OnSelect
Set(vbNew,false);
ClearCollect(colSequence,Shuffle(colIcons));

buConfirm - defaultButtonStyle / Screen: Match Sequence
OnSelect
ForAll(Sequence(4),
    If(Index(colSequence,ThisRecord.Value).id=Index(colPostion,ThisRecord.Value).Value,
        Patch(colPostion,{id:Index(colPostion,ThisRecord.Value).id},
            {
                match:true
            }
        )
    ,
        Patch(colPostion,{id:Index(colPostion,ThisRecord.Value).id},
            {
                match:false
            }
        )
    )
);

If(CountRows(Filter(colPostion, match=true))=CountRows(colPostion),
    Notify("You are human",NotificationType.Success,1000)
,
    Notify("You are robot",NotificationType.Error,1000)
)

buNext - defaultButtonStyle / Screen: Match Sequence
OnSelect
Navigate(\'Match Order\')

laID - defaultLabelStyle / Screen: Match Order
OnSelect
Select(Parent)

icUp - defaultIconStyle / Screen: Match Order
OnSelect
Set(viNewOrder,ThisItem.order-1);

Patch(colOrder,LookUp(colOrder, order=viNewOrder),
    {
        order:viNewOrder+1
    }
);
Patch(colOrder,ThisItem,
    {
        order:viNewOrder
    }
);

icDown - defaultIconStyle / Screen: Match Order
OnSelect
Set(viNewOrder,ThisItem.order+1);

Patch(colOrder,LookUp(colOrder, order=viNewOrder),
    {
        order:viNewOrder-1
    }
);
Patch(colOrder,ThisItem,
    {
        order:viNewOrder
    }
);


Rectangle2 - defaultRectangleStyle / Screen: Match Order
OnSelect
Select(Parent)

buConfirm_Order - defaultButtonStyle / Screen: Match Order
OnSelect
ForAll(Sequence(4),
    If(Index(Sort(colOrder,order),ThisRecord.Value).order=Index(Sort(colOrder,order),ThisRecord.Value).id,
        Patch(colOrder,{id:Index(Sort(colOrder,order),ThisRecord.Value).id},
            {
                match:true
            }
        )
    ,
        Patch(colOrder,{id:Index(Sort(colOrder,order),ThisRecord.Value).id},
                {
                    match:false
                }
            )
    )
);

If(CountRows(Filter(colOrder, match=true))=CountRows(colOrder),
    Notify("You are human",NotificationType.Success,1000)
,
    Notify("You are robot",NotificationType.Error,1000)
)

buNext_order - defaultButtonStyle / Screen: Match Order
OnSelect
Navigate(Follow)

laFid - defaultLabelStyle / Screen: Follow
OnSelect
Collect(colFollow,ThisItem.id)

buStartFollow - defaultButtonStyle / Screen: Follow
OnSelect
Set(vbTimer,true);
Clear(colFollow);

tiFollow - defaultTimerStyle / Screen: Follow
OnTimerStart
Set(viCurrent,viCurrent+1);

If(viCurrent>1,
    Patch(colFollowSetup,{id:Index(colRandom,viCurrent-1).Value},{
        on:false
        }
    );
);
If(viCurrent>CountRows(colRandom),
    Set(viCurrent,0);
    Set(vbTimer,false);
,

    Patch(colFollowSetup,{id:Index(colRandom,viCurrent).Value},{
        on:true
        }
    )
)

buConfirm_Follow - defaultButtonStyle / Screen: Follow
OnSelect

If(Concat(colRandom,Value,",")=Concat(colFollow,Value,","),
    Notify("You are human",NotificationType.Success,1000)
,
    Notify("You are robot",NotificationType.Error,1000)
)

buNext_follow - defaultButtonStyle / Screen: Follow
OnSelect
Navigate(Colour)

buConfirm_Type - defaultButtonStyle / Screen: Colour
OnSelect
If(voColour.colour=Lower(inType.Text),
    Notify("You are human",NotificationType.Success,1000)
,
    Notify("You are robot",NotificationType.Error,1000)
)

buNext_colour - defaultButtonStyle / Screen: Colour
OnSelect
Navigate(\'Matthew Devaney\')

imAnimal - defaultImageStyle / Screen: Matthew Devaney
OnSelect
If(IsEmpty(Filter(colSelect,id=ThisItem.id)),
    Collect(colSelect,ThisItem)
);


buConfirm_mat - defaultButtonStyle / Screen: Matthew Devaney
OnSelect
If(
    (CountRows(Filter(colOptions,type="cat"))=CountRows(Filter(colSelect,type="cat")))&&
    IsEmpty(Filter(colSelect,type="dog"))
,
    Notify("You are human",NotificationType.Success,1000)
,
    Notify("You are robot",NotificationType.Error,1000)
);
Clear(colSelect);
ClearCollect(colAnimals,
    {url:"https://cdn2.thedogapi.com/images/CZfQK3eOk.jpg",type:"dog",id:10},
    {url:"https://cdn2.thedogapi.com/images/9NJbNWAW9.jpg",type:"dog",id:11},
    {url:"https://cdn2.thedogapi.com/images/B8zP8i5W5.jpg",type:"dog",id:12},
    {url:"https://cdn2.thedogapi.com/images/e10KCAlSG.jpg",type:"dog",id:13},
    {url:"https://cdn2.thedogapi.com/images/qh7cGcv83.jpg",type:"dog",id:14},
    {url:"https://cdn2.thedogapi.com/images/dSE-HKnRP.jpg",type:"dog",id:15},
    {url:"https://cdn2.thedogapi.com/images/w4bONqP_O.jpg",type:"dog",id:16},
    {url:"https://cdn2.thedogapi.com/images/awSN72EWf.png",type:"dog",id:17},
    {url:"https://cdn2.thedogapi.com/images/ssY_amKgW.jpg",type:"dog",id:18}
);
ForAll(Sequence(9),
    Collect(colAnimals,
        {
            url:"https://cdn2.thecatapi.com/images/b0"&ThisRecord.Value&".jpg",
            type:"cat",
            id:ThisRecord.Value
        }
    )
);
ClearCollect(colOptions,FirstN(Shuffle(colAnimals),9));



buPlugin - defaultButtonStyle / Screen: Screen1
OnSelect
Set(test,Environment.wd_LowCodePlugin().return)

buFlow - / Screen: Screen1
OnSelect
test.Run()

buLocal - / Screen: Screen1
OnSelect
UpdateContext({local:"hello World"});
UpdateContext({localNumber:4});
UpdateContext({localRecord:{name:"dave"}});
UpdateContext({localBoolean:true});
UpdateContext({localTable:colColours});
Set(glTable,colColours);


Offline sync Icon1 - / Screen: Screen2
OnSelect
ShowHostInfo(HostInfo.OfflineSync)

',Screens:[{Screen:"Match Sequence",CentCount:0,Rules:[{Property:"Width",Category:"Design",InvariantScript:"Max(App.Width, App.MinScreenWidth)",RuleProviderType:"Unknown"},{Property:"Height",Category:"Design",InvariantScript:"Max(App.Height, App.MinScreenHeight)",RuleProviderType:"Unknown"},{Property:"ImagePosition",Category:"Design",InvariantScript:"ImagePosition.Fit",RuleProviderType:"Unknown"},{Property:"Fill",Category:"Design",InvariantScript:"Color.White",RuleProviderType:"Unknown"},{Property:"LoadingSpinner",Category:"Design",InvariantScript:"LoadingSpinner.None",RuleProviderType:"Unknown"},{Property:"LoadingSpinnerColor",Category:"Design",InvariantScript:"RGBA(56, 96, 178, 1)",RuleProviderType:"Unknown"},{Property:"Size",Category:"Design",InvariantScript:"1 + CountRows(App.SizeBreakpoints) - CountIf(App.SizeBreakpoints, Value >= Self.Width)",RuleProviderType:"Unknown"},{Property:"Orientation",Category:"Design",InvariantScript:"If(Self.Width < Self.Height, Layout.Vertical, Layout.Horizontal)",RuleProviderType:"Unknown"},{Property:"OnVisible",Category:"Behavior",InvariantScript:"Set(vbNew,true);\r\nClearCollect(colIcons,\r\n {icon:Icon.ArrowDown,id:1},\r\n {icon:Icon.ArrowLeft,id:2},\r\n {icon:Icon.ArrowUp,id:3},\r\n {icon:Icon.ArrowRight,id:4},\r\n {icon:Icon.Blocked,id:5}\r\n \r\n);\r\nClearCollect(colPostion,{Value:1,id:1,match:false},{Value:2,id:2,match:false},{Value:3,id:3,match:false},{Value:4,id:4,match:false});\r\nClearCollect(colSequence,Shuffle(colIcons));",RuleProviderType:"User"}]},{Screen:"Match Order",CentCount:0,Rules:[{Property:"Width",Category:"Design",InvariantScript:"Max(App.Width, App.MinScreenWidth)",RuleProviderType:"Unknown"},{Property:"Height",Category:"Design",InvariantScript:"Max(App.Height, App.MinScreenHeight)",RuleProviderType:"Unknown"},{Property:"ImagePosition",Category:"Design",InvariantScript:"ImagePosition.Fit",RuleProviderType:"Unknown"},{Property:"Fill",Category:"Design",InvariantScript:"Color.White",RuleProviderType:"Unknown"},{Property:"LoadingSpinner",Category:"Design",InvariantScript:"LoadingSpinner.None",RuleProviderType:"Unknown"},{Property:"LoadingSpinnerColor",Category:"Design",InvariantScript:"RGBA(56, 96, 178, 1)",RuleProviderType:"Unknown"},{Property:"Size",Category:"Design",InvariantScript:"1 + CountRows(App.SizeBreakpoints) - CountIf(App.SizeBreakpoints, Value >= Self.Width)",RuleProviderType:"Unknown"},{Property:"Orientation",Category:"Design",InvariantScript:"If(Self.Width < Self.Height, Layout.Vertical, Layout.Horizontal)",RuleProviderType:"Unknown"},{Property:"OnVisible",Category:"Behavior",InvariantScript:"ClearCollect(colRandom,Shuffle(Sequence(4)));\r\nClearCollect(colOrder,\r\n {\r\n id:1,\r\n order:Index(colRandom,1).Value,\r\n match:false\r\n },\r\n {\r\n id:2,\r\n order:Index(colRandom,2).Value,\r\n match:false\r\n },\r\n {\r\n id:3,\r\n order:Index(colRandom,3).Value,\r\n match:false\r\n },\r\n {\r\n id:4,\r\n order:Index(colRandom,4).Value,\r\n match:false\r\n }\r\n)",RuleProviderType:"User"}]},{Screen:"Follow",CentCount:0,Rules:[{Property:"Width",Category:"Design",InvariantScript:"Max(App.Width, App.MinScreenWidth)",RuleProviderType:"Unknown"},{Property:"Height",Category:"Design",InvariantScript:"Max(App.Height, App.MinScreenHeight)",RuleProviderType:"Unknown"},{Property:"ImagePosition",Category:"Design",InvariantScript:"ImagePosition.Fit",RuleProviderType:"Unknown"},{Property:"Fill",Category:"Design",InvariantScript:"Color.White",RuleProviderType:"Unknown"},{Property:"LoadingSpinner",Category:"Design",InvariantScript:"LoadingSpinner.None",RuleProviderType:"Unknown"},{Property:"LoadingSpinnerColor",Category:"Design",InvariantScript:"RGBA(56, 96, 178, 1)",RuleProviderType:"Unknown"},{Property:"Size",Category:"Design",InvariantScript:"1 + CountRows(App.SizeBreakpoints) - CountIf(App.SizeBreakpoints, Value >= Self.Width)",RuleProviderType:"Unknown"},{Property:"Orientation",Category:"Design",InvariantScript:"If(Self.Width < Self.Height, Layout.Vertical, Layout.Horizontal)",RuleProviderType:"Unknown"},{Property:"OnVisible",Category:"Behavior",InvariantScript:"ClearCollect(colFollowSetup,\r\n {\r\n id:1, \r\n on:false\r\n },\r\n {\r\n id:2, \r\n on:false\r\n },\r\n {\r\n id:3, \r\n on:false\r\n },\r\n {\r\n id:4, \r\n on:false\r\n },\r\n {\r\n id:5, \r\n on:false\r\n },\r\n {\r\n id:6, \r\n on:false\r\n },\r\n {\r\n id:7, \r\n on:false\r\n }, \r\n {\r\n id:8, \r\n on:false\r\n },\r\n {\r\n id:9, \r\n on:false\r\n }\r\n);\r\nSet(vbTimer,false);\r\nSet(viCurrent,0);\r\nClearCollect(colRandom,FirstN(Shuffle(Sequence(9)),5));\r\n",RuleProviderType:"User"}]},{Screen:"Colour",CentCount:0,Rules:[{Property:"Width",Category:"Design",InvariantScript:"Max(App.Width, App.MinScreenWidth)",RuleProviderType:"Unknown"},{Property:"Height",Category:"Design",InvariantScript:"Max(App.Height, App.MinScreenHeight)",RuleProviderType:"Unknown"},{Property:"ImagePosition",Category:"Design",InvariantScript:"ImagePosition.Fit",RuleProviderType:"Unknown"},{Property:"Fill",Category:"Design",InvariantScript:"Color.White",RuleProviderType:"Unknown"},{Property:"LoadingSpinner",Category:"Design",InvariantScript:"LoadingSpinner.None",RuleProviderType:"Unknown"},{Property:"LoadingSpinnerColor",Category:"Design",InvariantScript:"RGBA(56, 96, 178, 1)",RuleProviderType:"Unknown"},{Property:"Size",Category:"Design",InvariantScript:"1 + CountRows(App.SizeBreakpoints) - CountIf(App.SizeBreakpoints, Value >= Self.Width)",RuleProviderType:"Unknown"},{Property:"Orientation",Category:"Design",InvariantScript:"If(Self.Width < Self.Height, Layout.Vertical, Layout.Horizontal)",RuleProviderType:"Unknown"},{Property:"OnVisible",Category:"Behavior",InvariantScript:'ClearCollect(colColours,\r\n {code:"4472C4",colour:"blue",id:1},\r\n {code:"C739B3",colour:"purple",id:2},\r\n {code:"FF0000",colour:"red",id:3},\r\n {code:"ED7D31",colour:"orange",id:4},\r\n {code:"FBFB23",colour:"yellow",id:5},\r\n {code:"00B050",colour:"green",id:6},\r\n {code:"6B4845",colour:"brown",id:7}\r\n);\r\nSet(voColour,Index(colColours,RandBetween(1,CountRows(colColours))));',RuleProviderType:"Unknown"}]},{Screen:"Matthew Devaney",CentCount:0,Rules:[{Property:"LoadingSpinner",Category:"Design",InvariantScript:"LoadingSpinner.None",RuleProviderType:"Unknown"},{Property:"Fill",Category:"Design",InvariantScript:"Color.White",RuleProviderType:"Unknown"},{Property:"ImagePosition",Category:"Design",InvariantScript:"ImagePosition.Fit",RuleProviderType:"Unknown"},{Property:"Height",Category:"Design",InvariantScript:"Max(App.Height, App.MinScreenHeight)",RuleProviderType:"Unknown"},{Property:"Width",Category:"Design",InvariantScript:"Max(App.Width, App.MinScreenWidth)",RuleProviderType:"Unknown"},{Property:"Size",Category:"Design",InvariantScript:"1 + CountRows(App.SizeBreakpoints) - CountIf(App.SizeBreakpoints, Value >= Self.Width)",RuleProviderType:"Unknown"},{Property:"LoadingSpinnerColor",Category:"Design",InvariantScript:"RGBA(56, 96, 178, 1)",RuleProviderType:"Unknown"},{Property:"Orientation",Category:"Design",InvariantScript:"If(Self.Width < Self.Height, Layout.Vertical, Layout.Horizontal)",RuleProviderType:"Unknown"},{Property:"OnVisible",Category:"Behavior",InvariantScript:'ClearCollect(colAnimals,\r\n {url:"https://cdn2.thedogapi.com/images/CZfQK3eOk.jpg",type:"dog",id:10},\r\n {url:"https://cdn2.thedogapi.com/images/9NJbNWAW9.jpg",type:"dog",id:11},\r\n {url:"https://cdn2.thedogapi.com/images/B8zP8i5W5.jpg",type:"dog",id:12},\r\n {url:"https://cdn2.thedogapi.com/images/e10KCAlSG.jpg",type:"dog",id:13},\r\n {url:"https://cdn2.thedogapi.com/images/qh7cGcv83.jpg",type:"dog",id:14},\r\n {url:"https://cdn2.thedogapi.com/images/dSE-HKnRP.jpg",type:"dog",id:15},\r\n {url:"https://cdn2.thedogapi.com/images/w4bONqP_O.jpg",type:"dog",id:16},\r\n {url:"https://cdn2.thedogapi.com/images/awSN72EWf.png",type:"dog",id:17},\r\n {url:"https://cdn2.thedogapi.com/images/ssY_amKgW.jpg",type:"dog",id:18}\r\n);\r\nForAll(Sequence(9),\r\n Collect(colAnimals,\r\n {\r\n url:"https://cdn2.thecatapi.com/images/b0"&ThisRecord.Value&".jpg",\r\n type:"cat",\r\n id:ThisRecord.Value\r\n }\r\n )\r\n);\r\nClearCollect(colOptions,FirstN(Shuffle(colAnimals),9));\r\n\r\n',RuleProviderType:"Unknown"}]},{Screen:"Screen1",CentCount:0,Rules:[{Property:"Fill",Category:"Design",InvariantScript:"Color.White",RuleProviderType:"Unknown"},{Property:"ImagePosition",Category:"Design",InvariantScript:"ImagePosition.Fit",RuleProviderType:"Unknown"},{Property:"Height",Category:"Design",InvariantScript:"Max(App.Height, App.MinScreenHeight)",RuleProviderType:"Unknown"},{Property:"Width",Category:"Design",InvariantScript:"Max(App.Width, App.MinScreenWidth)",RuleProviderType:"Unknown"},{Property:"Size",Category:"Design",InvariantScript:"1 + CountRows(App.SizeBreakpoints) - CountIf(App.SizeBreakpoints, Value >= Self.Width)",RuleProviderType:"Unknown"},{Property:"Orientation",Category:"Design",InvariantScript:"If(Self.Width < Self.Height, Layout.Vertical, Layout.Horizontal)",RuleProviderType:"Unknown"},{Property:"LoadingSpinner",Category:"Design",InvariantScript:"LoadingSpinner.None",RuleProviderType:"Unknown"},{Property:"LoadingSpinnerColor",Category:"Design",InvariantScript:"RGBA(56, 96, 178, 1)",RuleProviderType:"Unknown"}]},{Screen:"Screen2",CentCount:0,Rules:[{Property:"Fill",Category:"Design",InvariantScript:"Color.White",RuleProviderType:"Unknown"},{Property:"ImagePosition",Category:"Design",InvariantScript:"ImagePosition.Fit",RuleProviderType:"Unknown"},{Property:"Height",Category:"Design",InvariantScript:"Max(App.Height, App.MinScreenHeight)",RuleProviderType:"Unknown"},{Property:"Width",Category:"Design",InvariantScript:"Max(App.Width, App.MinScreenWidth)",RuleProviderType:"Unknown"},{Property:"Size",Category:"Design",InvariantScript:"1 + CountRows(App.SizeBreakpoints) - CountIf(App.SizeBreakpoints, Value >= Self.Width)",RuleProviderType:"Unknown"},{Property:"Orientation",Category:"Design",InvariantScript:"If(Self.Width < Self.Height, Layout.Vertical, Layout.Horizontal)",RuleProviderType:"Unknown"},{Property:"LoadingSpinner",Category:"Design",InvariantScript:"LoadingSpinner.None",RuleProviderType:"Unknown"},{Property:"LoadingSpinnerColor",Category:"Design",InvariantScript:"RGBA(56, 96, 178, 1)",RuleProviderType:"Unknown"}]}],ComponentTotals:[{Component:"7df997b9dd894429bdf26245f909b907",Count:2},{Component:"PowerApps_CoreControls_ButtonCanvas",Count:3},{Component:"PowerApps_CoreControls_Icon",Count:1},{Component:"label",Count:7},{Component:"button",Count:12},{Component:"groupContainer",Count:5},{Component:"icon",Count:10},{Component:"gallery",Count:3},{Component:"galleryTemplate",Count:3},{Component:"rectangle",Count:1},{Component:"timer",Count:1},{Component:"image",Count:2},{Component:"text",Count:1},{Component:"PowerApps_CoreControls_TextCanvas",Count:1}],Components:[{Screen:"Match Sequence",Name:"ic1",Type:"icon",Property:"Y",Script:"0"},{Screen:"Match Sequence",Name:"ic1",Type:"icon",Property:"X",Script:"0"},{Screen:"Match Sequence",Name:"ic1",Type:"icon",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Match Sequence",Name:"ic1",Type:"icon",Property:"FocusedBorderThickness",Script:"2"},{Screen:"Match Sequence",Name:"ic1",Type:"icon",Property:"BorderThickness",Script:"0"},{Screen:"Match Sequence",Name:"ic1",Type:"icon",Property:"Fill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Match Sequence",Name:"ic1",Type:"icon",Property:"ZIndex",Script:"1"},{Screen:"Match Sequence",Name:"ic1",Type:"icon",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Match Sequence",Name:"ic1",Type:"icon",Property:"BorderColor",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Sequence",Name:"ic1",Type:"icon",Property:"DisabledColor",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Match Sequence",Name:"ic1",Type:"icon",Property:"Color",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Sequence",Name:"ic1",Type:"icon",Property:"Icon",Script:"If(vbNew,Icon.QuestionMark,Index(colSequence,1).icon)"},{Screen:"Match Sequence",Name:"ic1",Type:"icon",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Match Sequence",Name:"ic1",Type:"icon",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Match Sequence",Name:"ic1",Type:"icon",Property:"PressedBorderColor",Script:"ColorFade(Self.BorderColor, -20%)"},{Screen:"Match Sequence",Name:"ic1",Type:"icon",Property:"HoverFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"ic1",Type:"icon",Property:"PressedFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"ic1",Type:"icon",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Match Sequence",Name:"ic1",Type:"icon",Property:"Height",Script:"64"},{Screen:"Match Sequence",Name:"ic1",Type:"icon",Property:"Width",Script:"64"},{Screen:"Match Sequence",Name:"ic1",Type:"icon",Property:"DisabledFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"ic1",Type:"icon",Property:"HoverColor",Script:"ColorFade(Self.Color, 20%)"},{Screen:"Match Sequence",Name:"ic1",Type:"icon",Property:"PressedColor",Script:"ColorFade(Self.Color, -20%)"},{Screen:"Match Sequence",Name:"ic1",Type:"icon",Property:"OnSelect",Script:""},{Screen:"Match Sequence",Name:"ic2",Type:"icon",Property:"ZIndex",Script:"2"},{Screen:"Match Sequence",Name:"ic2",Type:"icon",Property:"Fill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Match Sequence",Name:"ic2",Type:"icon",Property:"BorderThickness",Script:"0"},{Screen:"Match Sequence",Name:"ic2",Type:"icon",Property:"FocusedBorderThickness",Script:"2"},{Screen:"Match Sequence",Name:"ic2",Type:"icon",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Match Sequence",Name:"ic2",Type:"icon",Property:"X",Script:"64"},{Screen:"Match Sequence",Name:"ic2",Type:"icon",Property:"Y",Script:"0"},{Screen:"Match Sequence",Name:"ic2",Type:"icon",Property:"PressedBorderColor",Script:"ColorFade(Self.BorderColor, -20%)"},{Screen:"Match Sequence",Name:"ic2",Type:"icon",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Match Sequence",Name:"ic2",Type:"icon",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Match Sequence",Name:"ic2",Type:"icon",Property:"DisabledFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"ic2",Type:"icon",Property:"PressedFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"ic2",Type:"icon",Property:"DisabledColor",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Match Sequence",Name:"ic2",Type:"icon",Property:"BorderColor",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Sequence",Name:"ic2",Type:"icon",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Match Sequence",Name:"ic2",Type:"icon",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Match Sequence",Name:"ic2",Type:"icon",Property:"Icon",Script:"If(vbNew,Icon.QuestionMark,Index(colSequence,2).icon)"},{Screen:"Match Sequence",Name:"ic2",Type:"icon",Property:"HoverFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"ic2",Type:"icon",Property:"PressedColor",Script:"ColorFade(Self.Color, -20%)"},{Screen:"Match Sequence",Name:"ic2",Type:"icon",Property:"HoverColor",Script:"ColorFade(Self.Color, 20%)"},{Screen:"Match Sequence",Name:"ic2",Type:"icon",Property:"Color",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Sequence",Name:"ic2",Type:"icon",Property:"Width",Script:"64"},{Screen:"Match Sequence",Name:"ic2",Type:"icon",Property:"Height",Script:"64"},{Screen:"Match Sequence",Name:"ic2",Type:"icon",Property:"OnSelect",Script:"false"},{Screen:"Match Sequence",Name:"ic3",Type:"icon",Property:"ZIndex",Script:"3"},{Screen:"Match Sequence",Name:"ic3",Type:"icon",Property:"Fill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Match Sequence",Name:"ic3",Type:"icon",Property:"BorderThickness",Script:"0"},{Screen:"Match Sequence",Name:"ic3",Type:"icon",Property:"FocusedBorderThickness",Script:"2"},{Screen:"Match Sequence",Name:"ic3",Type:"icon",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Match Sequence",Name:"ic3",Type:"icon",Property:"X",Script:"128"},{Screen:"Match Sequence",Name:"ic3",Type:"icon",Property:"Y",Script:"0"},{Screen:"Match Sequence",Name:"ic3",Type:"icon",Property:"PressedBorderColor",Script:"ColorFade(Self.BorderColor, -20%)"},{Screen:"Match Sequence",Name:"ic3",Type:"icon",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Match Sequence",Name:"ic3",Type:"icon",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Match Sequence",Name:"ic3",Type:"icon",Property:"DisabledFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"ic3",Type:"icon",Property:"PressedFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"ic3",Type:"icon",Property:"DisabledColor",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Match Sequence",Name:"ic3",Type:"icon",Property:"BorderColor",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Sequence",Name:"ic3",Type:"icon",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Match Sequence",Name:"ic3",Type:"icon",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Match Sequence",Name:"ic3",Type:"icon",Property:"Icon",Script:"If(vbNew,Icon.QuestionMark,Index(colSequence,3).icon)"},{Screen:"Match Sequence",Name:"ic3",Type:"icon",Property:"HoverFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"ic3",Type:"icon",Property:"PressedColor",Script:"ColorFade(Self.Color, -20%)"},{Screen:"Match Sequence",Name:"ic3",Type:"icon",Property:"HoverColor",Script:"ColorFade(Self.Color, 20%)"},{Screen:"Match Sequence",Name:"ic3",Type:"icon",Property:"Color",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Sequence",Name:"ic3",Type:"icon",Property:"Width",Script:"64"},{Screen:"Match Sequence",Name:"ic3",Type:"icon",Property:"Height",Script:"64"},{Screen:"Match Sequence",Name:"ic3",Type:"icon",Property:"OnSelect",Script:"false"},{Screen:"Match Sequence",Name:"ic4",Type:"icon",Property:"ZIndex",Script:"4"},{Screen:"Match Sequence",Name:"ic4",Type:"icon",Property:"Fill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Match Sequence",Name:"ic4",Type:"icon",Property:"BorderThickness",Script:"0"},{Screen:"Match Sequence",Name:"ic4",Type:"icon",Property:"FocusedBorderThickness",Script:"2"},{Screen:"Match Sequence",Name:"ic4",Type:"icon",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Match Sequence",Name:"ic4",Type:"icon",Property:"X",Script:"192"},{Screen:"Match Sequence",Name:"ic4",Type:"icon",Property:"Y",Script:"0"},{Screen:"Match Sequence",Name:"ic4",Type:"icon",Property:"PressedBorderColor",Script:"ColorFade(Self.BorderColor, -20%)"},{Screen:"Match Sequence",Name:"ic4",Type:"icon",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Match Sequence",Name:"ic4",Type:"icon",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Match Sequence",Name:"ic4",Type:"icon",Property:"DisabledFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"ic4",Type:"icon",Property:"PressedFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"ic4",Type:"icon",Property:"DisabledColor",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Match Sequence",Name:"ic4",Type:"icon",Property:"BorderColor",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Sequence",Name:"ic4",Type:"icon",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Match Sequence",Name:"ic4",Type:"icon",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Match Sequence",Name:"ic4",Type:"icon",Property:"Icon",Script:"If(vbNew,Icon.QuestionMark,Index(colSequence,4).icon)"},{Screen:"Match Sequence",Name:"ic4",Type:"icon",Property:"HoverFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"ic4",Type:"icon",Property:"PressedColor",Script:"ColorFade(Self.Color, -20%)"},{Screen:"Match Sequence",Name:"ic4",Type:"icon",Property:"HoverColor",Script:"ColorFade(Self.Color, 20%)"},{Screen:"Match Sequence",Name:"ic4",Type:"icon",Property:"Color",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Sequence",Name:"ic4",Type:"icon",Property:"Width",Script:"64"},{Screen:"Match Sequence",Name:"ic4",Type:"icon",Property:"Height",Script:"64"},{Screen:"Match Sequence",Name:"ic4",Type:"icon",Property:"OnSelect",Script:"false"},{Screen:"Match Sequence",Name:"ic1_2",Type:"icon",Property:"Y",Script:"0"},{Screen:"Match Sequence",Name:"ic1_2",Type:"icon",Property:"X",Script:"0"},{Screen:"Match Sequence",Name:"ic1_2",Type:"icon",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Match Sequence",Name:"ic1_2",Type:"icon",Property:"FocusedBorderThickness",Script:"2"},{Screen:"Match Sequence",Name:"ic1_2",Type:"icon",Property:"BorderThickness",Script:"0"},{Screen:"Match Sequence",Name:"ic1_2",Type:"icon",Property:"Fill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Match Sequence",Name:"ic1_2",Type:"icon",Property:"ZIndex",Script:"1"},{Screen:"Match Sequence",Name:"ic1_2",Type:"icon",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Match Sequence",Name:"ic1_2",Type:"icon",Property:"BorderColor",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Sequence",Name:"ic1_2",Type:"icon",Property:"DisabledColor",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Match Sequence",Name:"ic1_2",Type:"icon",Property:"Color",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Sequence",Name:"ic1_2",Type:"icon",Property:"Icon",Script:"If(vbNew,Icon.QuestionMark,Index(colIcons,Index(colPostion,1).Value).icon)"},{Screen:"Match Sequence",Name:"ic1_2",Type:"icon",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Match Sequence",Name:"ic1_2",Type:"icon",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Match Sequence",Name:"ic1_2",Type:"icon",Property:"PressedBorderColor",Script:"ColorFade(Self.BorderColor, -20%)"},{Screen:"Match Sequence",Name:"ic1_2",Type:"icon",Property:"HoverFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"ic1_2",Type:"icon",Property:"PressedFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"ic1_2",Type:"icon",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Match Sequence",Name:"ic1_2",Type:"icon",Property:"Height",Script:"64"},{Screen:"Match Sequence",Name:"ic1_2",Type:"icon",Property:"Width",Script:"64"},{Screen:"Match Sequence",Name:"ic1_2",Type:"icon",Property:"DisabledFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"ic1_2",Type:"icon",Property:"HoverColor",Script:"ColorFade(Self.Color, 20%)"},{Screen:"Match Sequence",Name:"ic1_2",Type:"icon",Property:"PressedColor",Script:"ColorFade(Self.Color, -20%)"},{Screen:"Match Sequence",Name:"ic1_2",Type:"icon",Property:"OnSelect",Script:"If(Index(colPostion,1).Value=CountRows(colIcons),\r\n Set(viNewPosition,1);\r\n,\r\n Set(viNewPosition,Index(colPostion,1).Value+1);\r\n);\r\n\r\nPatch(colPostion,{id:1},\r\n {\r\n Value:viNewPosition\r\n }\r\n)\r\n"},{Screen:"Match Sequence",Name:"ic2_2",Type:"icon",Property:"ZIndex",Script:"2"},{Screen:"Match Sequence",Name:"ic2_2",Type:"icon",Property:"Fill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Match Sequence",Name:"ic2_2",Type:"icon",Property:"BorderThickness",Script:"0"},{Screen:"Match Sequence",Name:"ic2_2",Type:"icon",Property:"FocusedBorderThickness",Script:"2"},{Screen:"Match Sequence",Name:"ic2_2",Type:"icon",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Match Sequence",Name:"ic2_2",Type:"icon",Property:"X",Script:"64"},{Screen:"Match Sequence",Name:"ic2_2",Type:"icon",Property:"Y",Script:"0"},{Screen:"Match Sequence",Name:"ic2_2",Type:"icon",Property:"PressedBorderColor",Script:"ColorFade(Self.BorderColor, -20%)"},{Screen:"Match Sequence",Name:"ic2_2",Type:"icon",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Match Sequence",Name:"ic2_2",Type:"icon",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Match Sequence",Name:"ic2_2",Type:"icon",Property:"DisabledFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"ic2_2",Type:"icon",Property:"PressedFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"ic2_2",Type:"icon",Property:"DisabledColor",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Match Sequence",Name:"ic2_2",Type:"icon",Property:"BorderColor",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Sequence",Name:"ic2_2",Type:"icon",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Match Sequence",Name:"ic2_2",Type:"icon",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Match Sequence",Name:"ic2_2",Type:"icon",Property:"Icon",Script:"If(vbNew,Icon.QuestionMark,Index(colIcons,Index(colPostion,2).Value).icon)"},{Screen:"Match Sequence",Name:"ic2_2",Type:"icon",Property:"HoverFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"ic2_2",Type:"icon",Property:"PressedColor",Script:"ColorFade(Self.Color, -20%)"},{Screen:"Match Sequence",Name:"ic2_2",Type:"icon",Property:"HoverColor",Script:"ColorFade(Self.Color, 20%)"},{Screen:"Match Sequence",Name:"ic2_2",Type:"icon",Property:"Color",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Sequence",Name:"ic2_2",Type:"icon",Property:"Width",Script:"64"},{Screen:"Match Sequence",Name:"ic2_2",Type:"icon",Property:"Height",Script:"64"},{Screen:"Match Sequence",Name:"ic2_2",Type:"icon",Property:"OnSelect",Script:"If(Index(colPostion,2).Value=CountRows(colIcons),\r\n Set(viNewPosition,1);\r\n,\r\n Set(viNewPosition,Index(colPostion,2).Value+1);\r\n);\r\n\r\nPatch(colPostion,{id:2},\r\n {\r\n Value:viNewPosition\r\n }\r\n)\r\n"},{Screen:"Match Sequence",Name:"ic3_2",Type:"icon",Property:"ZIndex",Script:"3"},{Screen:"Match Sequence",Name:"ic3_2",Type:"icon",Property:"Fill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Match Sequence",Name:"ic3_2",Type:"icon",Property:"BorderThickness",Script:"0"},{Screen:"Match Sequence",Name:"ic3_2",Type:"icon",Property:"FocusedBorderThickness",Script:"2"},{Screen:"Match Sequence",Name:"ic3_2",Type:"icon",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Match Sequence",Name:"ic3_2",Type:"icon",Property:"X",Script:"128"},{Screen:"Match Sequence",Name:"ic3_2",Type:"icon",Property:"Y",Script:"0"},{Screen:"Match Sequence",Name:"ic3_2",Type:"icon",Property:"PressedBorderColor",Script:"ColorFade(Self.BorderColor, -20%)"},{Screen:"Match Sequence",Name:"ic3_2",Type:"icon",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Match Sequence",Name:"ic3_2",Type:"icon",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Match Sequence",Name:"ic3_2",Type:"icon",Property:"DisabledFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"ic3_2",Type:"icon",Property:"PressedFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"ic3_2",Type:"icon",Property:"DisabledColor",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Match Sequence",Name:"ic3_2",Type:"icon",Property:"BorderColor",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Sequence",Name:"ic3_2",Type:"icon",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Match Sequence",Name:"ic3_2",Type:"icon",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Match Sequence",Name:"ic3_2",Type:"icon",Property:"Icon",Script:"If(vbNew,Icon.QuestionMark,Index(colIcons,Index(colPostion,3).Value).icon)"},{Screen:"Match Sequence",Name:"ic3_2",Type:"icon",Property:"HoverFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"ic3_2",Type:"icon",Property:"PressedColor",Script:"ColorFade(Self.Color, -20%)"},{Screen:"Match Sequence",Name:"ic3_2",Type:"icon",Property:"HoverColor",Script:"ColorFade(Self.Color, 20%)"},{Screen:"Match Sequence",Name:"ic3_2",Type:"icon",Property:"Color",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Sequence",Name:"ic3_2",Type:"icon",Property:"Width",Script:"64"},{Screen:"Match Sequence",Name:"ic3_2",Type:"icon",Property:"Height",Script:"64"},{Screen:"Match Sequence",Name:"ic3_2",Type:"icon",Property:"OnSelect",Script:"If(Index(colPostion,3).Value=CountRows(colIcons),\r\n Set(viNewPosition,1);\r\n,\r\n Set(viNewPosition,Index(colPostion,3).Value+1);\r\n);\r\n\r\nPatch(colPostion,{id:3},\r\n {\r\n Value:viNewPosition\r\n }\r\n)\r\n"},{Screen:"Match Sequence",Name:"ic4_2",Type:"icon",Property:"ZIndex",Script:"4"},{Screen:"Match Sequence",Name:"ic4_2",Type:"icon",Property:"Fill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Match Sequence",Name:"ic4_2",Type:"icon",Property:"BorderThickness",Script:"0"},{Screen:"Match Sequence",Name:"ic4_2",Type:"icon",Property:"FocusedBorderThickness",Script:"2"},{Screen:"Match Sequence",Name:"ic4_2",Type:"icon",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Match Sequence",Name:"ic4_2",Type:"icon",Property:"X",Script:"192"},{Screen:"Match Sequence",Name:"ic4_2",Type:"icon",Property:"Y",Script:"0"},{Screen:"Match Sequence",Name:"ic4_2",Type:"icon",Property:"PressedBorderColor",Script:"ColorFade(Self.BorderColor, -20%)"},{Screen:"Match Sequence",Name:"ic4_2",Type:"icon",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Match Sequence",Name:"ic4_2",Type:"icon",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Match Sequence",Name:"ic4_2",Type:"icon",Property:"DisabledFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"ic4_2",Type:"icon",Property:"PressedFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"ic4_2",Type:"icon",Property:"DisabledColor",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Match Sequence",Name:"ic4_2",Type:"icon",Property:"BorderColor",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Sequence",Name:"ic4_2",Type:"icon",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Match Sequence",Name:"ic4_2",Type:"icon",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Match Sequence",Name:"ic4_2",Type:"icon",Property:"Icon",Script:"If(vbNew,Icon.QuestionMark,Index(colIcons,Index(colPostion,4).Value).icon)"},{Screen:"Match Sequence",Name:"ic4_2",Type:"icon",Property:"HoverFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"ic4_2",Type:"icon",Property:"PressedColor",Script:"ColorFade(Self.Color, -20%)"},{Screen:"Match Sequence",Name:"ic4_2",Type:"icon",Property:"HoverColor",Script:"ColorFade(Self.Color, 20%)"},{Screen:"Match Sequence",Name:"ic4_2",Type:"icon",Property:"Color",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Sequence",Name:"ic4_2",Type:"icon",Property:"Width",Script:"64"},{Screen:"Match Sequence",Name:"ic4_2",Type:"icon",Property:"Height",Script:"64"},{Screen:"Match Sequence",Name:"ic4_2",Type:"icon",Property:"OnSelect",Script:"If(Index(colPostion,4).Value=CountRows(colIcons),\r\n Set(viNewPosition,1);\r\n,\r\n Set(viNewPosition,Index(colPostion,4).Value+1);\r\n);\r\n\r\nPatch(colPostion,{id:4},\r\n {\r\n Value:viNewPosition\r\n }\r\n)\r\n"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"Live",Script:"Live.Off"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"Text",Script:'"Match Me"'},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"Role",Script:"TextRole.Default"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"DisabledFill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"Font",Script:"Font.'Open Sans'"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"FontWeight",Script:"FontWeight.Normal"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"Align",Script:"Align.Center"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"Italic",Script:"false"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"Underline",Script:"false"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"VerticalAlign",Script:"VerticalAlign.Middle"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"X",Script:"505"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"Strikethrough",Script:"false"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"Y",Script:"30"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"PaddingTop",Script:"5"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"PaddingRight",Script:"5"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"Width",Script:"379"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"Height",Script:"58"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"PaddingBottom",Script:"5"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"PaddingLeft",Script:"5"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"ZIndex",Script:"6"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"LineHeight",Script:"1.2"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"BorderThickness",Script:"0"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"FocusedBorderThickness",Script:"0"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"Size",Script:"50"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"PressedFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"HoverFill",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"PressedBorderColor",Script:"Self.BorderColor"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"HoverBorderColor",Script:"Self.BorderColor"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"PressedColor",Script:"Self.Color"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"HoverColor",Script:"Self.Color"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"Fill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"DisabledColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"BorderColor",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"DisabledBorderColor",Script:"RGBA(56, 56, 56, 1)"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"Overflow",Script:"Overflow.Hidden"},{Screen:"Match Sequence",Name:"laMatch",Type:"label",Property:"Color",Script:"RGBA(0, 0, 0, 1)"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"Text",Script:'"Start"'},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"BorderThickness",Script:"2"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"Italic",Script:"false"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"RadiusBottomRight",Script:"10"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"Size",Script:"15"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"RadiusBottomLeft",Script:"10"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"Strikethrough",Script:"false"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"RadiusTopRight",Script:"10"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"RadiusTopLeft",Script:"10"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"FocusedBorderThickness",Script:"4"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"ZIndex",Script:"2"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"Height",Script:"38"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"Width",Script:"256"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"Y",Script:"153"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"Underline",Script:"false"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"X",Script:"567"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"VerticalAlign",Script:"VerticalAlign.Middle"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"Align",Script:"Align.Center"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"FontWeight",Script:"FontWeight.Semibold"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"Font",Script:"Font.'Open Sans'"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"HoverFill",Script:"ColorFade(RGBA(56, 96, 178, 1), -20%)"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"DisabledFill",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"Fill",Script:"RGBA(56, 96, 178, 1)"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"HoverColor",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"DisabledColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"Color",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"PressedColor",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"PressedBorderColor",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"BorderColor",Script:"ColorFade(Self.Fill, -15%)"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"PressedFill",Script:"Self.Color"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Match Sequence",Name:"buStart",Type:"button",Property:"OnSelect",Script:"Set(vbNew,false);\r\nClearCollect(colSequence,Shuffle(colIcons));"},{Screen:"Match Sequence",Name:"ContainerSequence",Type:"groupContainer",Property:"RadiusBottomRight",Script:"4"},{Screen:"Match Sequence",Name:"ContainerSequence",Type:"groupContainer",Property:"RadiusBottomLeft",Script:"4"},{Screen:"Match Sequence",Name:"ContainerSequence",Type:"groupContainer",Property:"RadiusTopRight",Script:"4"},{Screen:"Match Sequence",Name:"ContainerSequence",Type:"groupContainer",Property:"RadiusTopLeft",Script:"4"},{Screen:"Match Sequence",Name:"ContainerSequence",Type:"groupContainer",Property:"ZIndex",Script:"1"},{Screen:"Match Sequence",Name:"ContainerSequence",Type:"groupContainer",Property:"DropShadow",Script:"DropShadow.Light"},{Screen:"Match Sequence",Name:"ContainerSequence",Type:"groupContainer",Property:"LayoutWrap",Script:"false"},{Screen:"Match Sequence",Name:"ContainerSequence",Type:"groupContainer",Property:"LayoutOverflowY",Script:"LayoutOverflow.Hide"},{Screen:"Match Sequence",Name:"ContainerSequence",Type:"groupContainer",Property:"LayoutOverflowX",Script:"LayoutOverflow.Hide"},{Screen:"Match Sequence",Name:"ContainerSequence",Type:"groupContainer",Property:"LayoutGap",Script:"0"},{Screen:"Match Sequence",Name:"ContainerSequence",Type:"groupContainer",Property:"LayoutJustifyContent",Script:"LayoutJustifyContent.Start"},{Screen:"Match Sequence",Name:"ContainerSequence",Type:"groupContainer",Property:"LayoutAlignItems",Script:"LayoutAlignItems.Start"},{Screen:"Match Sequence",Name:"ContainerSequence",Type:"groupContainer",Property:"LayoutDirection",Script:"LayoutDirection.Horizontal"},{Screen:"Match Sequence",Name:"ContainerSequence",Type:"groupContainer",Property:"LayoutMode",Script:"LayoutMode.Manual"},{Screen:"Match Sequence",Name:"ContainerSequence",Type:"groupContainer",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Match Sequence",Name:"ContainerSequence",Type:"groupContainer",Property:"Height",Script:"73"},{Screen:"Match Sequence",Name:"ContainerSequence",Type:"groupContainer",Property:"Width",Script:"256"},{Screen:"Match Sequence",Name:"ContainerSequence",Type:"groupContainer",Property:"Y",Script:"240"},{Screen:"Match Sequence",Name:"ContainerSequence",Type:"groupContainer",Property:"X",Script:"567"},{Screen:"Match Sequence",Name:"ContainerSequence",Type:"groupContainer",Property:"Fill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Match Sequence",Name:"ContainerSequence",Type:"groupContainer",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Match Sequence",Name:"ContainerSequence",Type:"groupContainer",Property:"BorderColor",Script:"RGBA(0, 0, 0, 1)"},{Screen:"Match Sequence",Name:"ContainerMatch",Type:"groupContainer",Property:"RadiusBottomRight",Script:"4"},{Screen:"Match Sequence",Name:"ContainerMatch",Type:"groupContainer",Property:"RadiusBottomLeft",Script:"4"},{Screen:"Match Sequence",Name:"ContainerMatch",Type:"groupContainer",Property:"RadiusTopRight",Script:"4"},{Screen:"Match Sequence",Name:"ContainerMatch",Type:"groupContainer",Property:"RadiusTopLeft",Script:"4"},{Screen:"Match Sequence",Name:"ContainerMatch",Type:"groupContainer",Property:"ZIndex",Script:"4"},{Screen:"Match Sequence",Name:"ContainerMatch",Type:"groupContainer",Property:"DropShadow",Script:"DropShadow.Light"},{Screen:"Match Sequence",Name:"ContainerMatch",Type:"groupContainer",Property:"LayoutWrap",Script:"false"},{Screen:"Match Sequence",Name:"ContainerMatch",Type:"groupContainer",Property:"LayoutOverflowY",Script:"LayoutOverflow.Hide"},{Screen:"Match Sequence",Name:"ContainerMatch",Type:"groupContainer",Property:"LayoutOverflowX",Script:"LayoutOverflow.Hide"},{Screen:"Match Sequence",Name:"ContainerMatch",Type:"groupContainer",Property:"LayoutGap",Script:"0"},{Screen:"Match Sequence",Name:"ContainerMatch",Type:"groupContainer",Property:"LayoutJustifyContent",Script:"LayoutJustifyContent.Start"},{Screen:"Match Sequence",Name:"ContainerMatch",Type:"groupContainer",Property:"LayoutAlignItems",Script:"LayoutAlignItems.Start"},{Screen:"Match Sequence",Name:"ContainerMatch",Type:"groupContainer",Property:"LayoutDirection",Script:"LayoutDirection.Horizontal"},{Screen:"Match Sequence",Name:"ContainerMatch",Type:"groupContainer",Property:"LayoutMode",Script:"LayoutMode.Manual"},{Screen:"Match Sequence",Name:"ContainerMatch",Type:"groupContainer",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Match Sequence",Name:"ContainerMatch",Type:"groupContainer",Property:"Height",Script:"73"},{Screen:"Match Sequence",Name:"ContainerMatch",Type:"groupContainer",Property:"Width",Script:"256"},{Screen:"Match Sequence",Name:"ContainerMatch",Type:"groupContainer",Property:"Y",Script:"400"},{Screen:"Match Sequence",Name:"ContainerMatch",Type:"groupContainer",Property:"X",Script:"567"},{Screen:"Match Sequence",Name:"ContainerMatch",Type:"groupContainer",Property:"Fill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Match Sequence",Name:"ContainerMatch",Type:"groupContainer",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Match Sequence",Name:"ContainerMatch",Type:"groupContainer",Property:"BorderColor",Script:"RGBA(0, 0, 0, 1)"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"Text",Script:'"Submit"'},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"Fill",Script:"RGBA(56, 96, 178, 1)"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"DisabledFill",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"HoverFill",Script:"ColorFade(RGBA(56, 96, 178, 1), -20%)"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"Font",Script:"Font.'Open Sans'"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"FontWeight",Script:"FontWeight.Semibold"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"Align",Script:"Align.Center"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"VerticalAlign",Script:"VerticalAlign.Middle"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"X",Script:"567"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"Underline",Script:"false"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"Y",Script:"560"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"Width",Script:"256"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"Height",Script:"38"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"ZIndex",Script:"3"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"FocusedBorderThickness",Script:"4"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"RadiusTopLeft",Script:"10"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"RadiusTopRight",Script:"10"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"Strikethrough",Script:"false"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"RadiusBottomLeft",Script:"10"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"Size",Script:"15"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"RadiusBottomRight",Script:"10"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"Italic",Script:"false"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"BorderThickness",Script:"2"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"BorderColor",Script:"ColorFade(Self.Fill, -15%)"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"PressedBorderColor",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"PressedColor",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"PressedFill",Script:"Self.Color"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"Color",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"DisabledColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"HoverColor",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Match Sequence",Name:"buConfirm",Type:"button",Property:"OnSelect",Script:'ForAll(Sequence(4),\r\n If(Index(colSequence,ThisRecord.Value).id=Index(colPostion,ThisRecord.Value).Value,\r\n Patch(colPostion,{id:Index(colPostion,ThisRecord.Value).id},\r\n {\r\n match:true\r\n }\r\n )\r\n ,\r\n Patch(colPostion,{id:Index(colPostion,ThisRecord.Value).id},\r\n {\r\n match:false\r\n }\r\n )\r\n )\r\n);\r\n\r\nIf(CountRows(Filter(colPostion, match=true))=CountRows(colPostion),\r\n Notify("You are human",NotificationType.Success,1000)\r\n,\r\n Notify("You are robot",NotificationType.Error,1000)\r\n)'},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"Text",Script:'"Next"'},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"BorderThickness",Script:"2"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"Italic",Script:"false"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"RadiusBottomRight",Script:"10"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"Size",Script:"15"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"RadiusBottomLeft",Script:"10"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"Strikethrough",Script:"false"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"RadiusTopRight",Script:"10"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"RadiusTopLeft",Script:"10"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"FocusedBorderThickness",Script:"4"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"ZIndex",Script:"5"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"Height",Script:"38"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"Width",Script:"256"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"Y",Script:"659"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"Underline",Script:"false"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"X",Script:"567"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"VerticalAlign",Script:"VerticalAlign.Middle"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"Align",Script:"Align.Center"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"FontWeight",Script:"FontWeight.Semibold"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"Font",Script:"Font.'Open Sans'"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"HoverFill",Script:"ColorFade(RGBA(56, 96, 178, 1), -20%)"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"DisabledFill",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"Fill",Script:"RGBA(56, 96, 178, 1)"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"HoverColor",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"DisabledColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"Color",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"PressedColor",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"PressedBorderColor",Script:"Self.Fill"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"BorderColor",Script:"ColorFade(Self.Fill, -15%)"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"PressedFill",Script:"Self.Color"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Match Sequence",Name:"buNext",Type:"button",Property:"OnSelect",Script:"Navigate('Match Order')"},{Screen:"Match Order",Name:"galleryTemplate2",Type:"galleryTemplate",Property:"TemplateFill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"Role",Script:"TextRole.Default"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"Live",Script:"Live.Off"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"Text",Script:"ThisItem.id"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"Size",Script:"50"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"FocusedBorderThickness",Script:"0"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"BorderThickness",Script:"0"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"LineHeight",Script:"1.2"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"ZIndex",Script:"1"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"PressedColor",Script:"Self.Color"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"PaddingLeft",Script:"5"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"PaddingBottom",Script:"5"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"Height",Script:"66"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"PaddingRight",Script:"5"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"PaddingTop",Script:"5"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"Width",Script:"78"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"Strikethrough",Script:"false"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"Y",Script:"0"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"X",Script:"0"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"Underline",Script:"false"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"Italic",Script:"false"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"VerticalAlign",Script:"VerticalAlign.Middle"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"Align",Script:"Align.Center"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"FontWeight",Script:"FontWeight.Normal"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"Font",Script:"Font.'Open Sans'"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"DisabledFill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"Fill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"DisabledBorderColor",Script:"RGBA(56, 56, 56, 1)"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"BorderColor",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"DisabledColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"Color",Script:"RGBA(0, 0, 0, 1)"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"HoverFill",Script:"Self.Fill"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"Overflow",Script:"Overflow.Hidden"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"HoverColor",Script:"Self.Color"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"PressedBorderColor",Script:"Self.BorderColor"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"HoverBorderColor",Script:"Self.BorderColor"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"PressedFill",Script:"Self.Fill"},{Screen:"Match Order",Name:"laID",Type:"label",Property:"OnSelect",Script:"Select(Parent)"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"Width",Script:"54"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"Y",Script:"14"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"X",Script:"112"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"FocusedBorderThickness",Script:"2"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"BorderThickness",Script:"0"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"ZIndex",Script:"3"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"HoverFill",Script:"Self.Fill"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"Fill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"DisabledColor",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"Color",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"Icon",Script:"Icon.ArrowUp"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"PressedFill",Script:"Self.Fill"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"DisabledFill",Script:"Self.Fill"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"HoverColor",Script:"ColorFade(Self.Color, 20%)"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"BorderColor",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"Height",Script:"52"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"PressedBorderColor",Script:"ColorFade(Self.BorderColor, -20%)"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"Visible",Script:"Not(ThisItem.order=Min(colOrder,order))"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"PressedColor",Script:"ColorFade(Self.Color, -20%)"},{Screen:"Match Order",Name:"icUp",Type:"icon",Property:"OnSelect",Script:"Set(viNewOrder,ThisItem.order-1);\r\n\r\nPatch(colOrder,LookUp(colOrder, order=viNewOrder),\r\n {\r\n order:viNewOrder+1\r\n }\r\n);\r\nPatch(colOrder,ThisItem,\r\n {\r\n order:viNewOrder\r\n }\r\n);"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"Width",Script:"50"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"Y",Script:"14"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"X",Script:"175"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"FocusedBorderThickness",Script:"2"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"BorderThickness",Script:"0"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"ZIndex",Script:"5"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"HoverColor",Script:"ColorFade(Self.Color, 20%)"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"Fill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"DisabledColor",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"Color",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"Icon",Script:"Icon.ArrowDown"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"DisabledFill",Script:"Self.Fill"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"PressedFill",Script:"Self.Fill"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"HoverFill",Script:"Self.Fill"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"PressedBorderColor",Script:"ColorFade(Self.BorderColor, -20%)"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"BorderColor",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"Height",Script:"52"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"Visible",Script:"Not(ThisItem.order=Max(colOrder,order))"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"PressedColor",Script:"ColorFade(Self.Color, -20%)"},{Screen:"Match Order",Name:"icDown",Type:"icon",Property:"OnSelect",Script:"Set(viNewOrder,ThisItem.order+1);\r\n\r\nPatch(colOrder,LookUp(colOrder, order=viNewOrder),\r\n {\r\n order:viNewOrder-1\r\n }\r\n);\r\nPatch(colOrder,ThisItem,\r\n {\r\n order:viNewOrder\r\n }\r\n);\r\n"},{Screen:"Match Order",Name:"Rectangle2",Type:"rectangle",Property:"Fill",Script:"RGBA(56, 96, 178, 1)"},{Screen:"Match Order",Name:"Rectangle2",Type:"rectangle",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Match Order",Name:"Rectangle2",Type:"rectangle",Property:"HoverFill",Script:"Self.Fill"},{Screen:"Match Order",Name:"Rectangle2",Type:"rectangle",Property:"BorderColor",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Order",Name:"Rectangle2",Type:"rectangle",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Match Order",Name:"Rectangle2",Type:"rectangle",Property:"PressedFill",Script:"Self.Fill"},{Screen:"Match Order",Name:"Rectangle2",Type:"rectangle",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Match Order",Name:"Rectangle2",Type:"rectangle",Property:"X",Script:"0"},{Screen:"Match Order",Name:"Rectangle2",Type:"rectangle",Property:"Y",Script:"75"},{Screen:"Match Order",Name:"Rectangle2",Type:"rectangle",Property:"Width",Script:"246"},{Screen:"Match Order",Name:"Rectangle2",Type:"rectangle",Property:"Height",Script:"2"},{Screen:"Match Order",Name:"Rectangle2",Type:"rectangle",Property:"DisabledFill",Script:"Self.Fill"},{Screen:"Match Order",Name:"Rectangle2",Type:"rectangle",Property:"ZIndex",Script:"2"},{Screen:"Match Order",Name:"Rectangle2",Type:"rectangle",Property:"BorderThickness",Script:"0"},{Screen:"Match Order",Name:"Rectangle2",Type:"rectangle",Property:"FocusedBorderThickness",Script:"2"},{Screen:"Match Order",Name:"Rectangle2",Type:"rectangle",Property:"OnSelect",Script:"Select(Parent)"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"Live",Script:"Live.Off"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"Text",Script:'"Order Me"'},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"Role",Script:"TextRole.Default"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"DisabledFill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"Font",Script:"Font.'Open Sans'"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"FontWeight",Script:"FontWeight.Normal"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"Align",Script:"Align.Center"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"Italic",Script:"false"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"Underline",Script:"false"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"VerticalAlign",Script:"VerticalAlign.Middle"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"X",Script:"460"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"Strikethrough",Script:"false"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"Y",Script:"50"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"PaddingTop",Script:"5"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"PaddingRight",Script:"5"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"Width",Script:"379"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"Height",Script:"58"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"PaddingBottom",Script:"5"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"PaddingLeft",Script:"5"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"ZIndex",Script:"3"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"LineHeight",Script:"1.2"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"BorderThickness",Script:"0"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"FocusedBorderThickness",Script:"0"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"Size",Script:"50"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"PressedFill",Script:"Self.Fill"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"HoverFill",Script:"Self.Fill"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"PressedBorderColor",Script:"Self.BorderColor"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"HoverBorderColor",Script:"Self.BorderColor"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"PressedColor",Script:"Self.Color"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"HoverColor",Script:"Self.Color"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"Fill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"DisabledColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"BorderColor",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"DisabledBorderColor",Script:"RGBA(56, 56, 56, 1)"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"Overflow",Script:"Overflow.Hidden"},{Screen:"Match Order",Name:"laOrder",Type:"label",Property:"Color",Script:"RGBA(0, 0, 0, 1)"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"WrapCount",Script:"1"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"Items",Script:"Sort(colOrder,order,SortOrder.Ascending)"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"BorderColor",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"LoadingSpinner",Script:"LoadingSpinner.Data"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"DelayItemLoading",Script:"true"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"Transition",Script:"Transition.None"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"Layout",Script:"Layout.Vertical"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"TemplatePadding",Script:"5"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"TemplateSize",Script:"87"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"BorderThickness",Script:"2"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"ZIndex",Script:"1"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"Height",Script:"379"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"Width",Script:"256"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"HoverFill",Script:"Self.Fill"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"Y",Script:"180"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"PressedFill",Script:"Self.Fill"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"X",Script:"522"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"Fill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"DisabledFill",Script:"Self.Fill"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"HoverBorderColor",Script:"Self.BorderColor"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"PressedBorderColor",Script:"Self.BorderColor"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"DisabledBorderColor",Script:"Self.BorderColor"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"LoadingSpinnerColor",Script:"Self.BorderColor"},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"#CopilotOverlayLabel",Script:'"Filtered"'},{Screen:"Match Order",Name:"gaOrder",Type:"gallery",Property:"#CopilotOverlayVisible",Script:"false"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"Text",Script:'"Submit"'},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"BorderThickness",Script:"2"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"Italic",Script:"false"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"RadiusBottomRight",Script:"10"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"Size",Script:"15"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"RadiusBottomLeft",Script:"10"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"Strikethrough",Script:"false"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"RadiusTopRight",Script:"10"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"RadiusTopLeft",Script:"10"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"FocusedBorderThickness",Script:"4"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"ZIndex",Script:"2"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"Height",Script:"38"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"Width",Script:"256"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"Y",Script:"589"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"Underline",Script:"false"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"X",Script:"522"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"VerticalAlign",Script:"VerticalAlign.Middle"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"Align",Script:"Align.Center"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"FontWeight",Script:"FontWeight.Semibold"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"Font",Script:"Font.'Open Sans'"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"HoverFill",Script:"ColorFade(RGBA(56, 96, 178, 1), -20%)"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"DisabledFill",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"Fill",Script:"RGBA(56, 96, 178, 1)"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"HoverColor",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"DisabledColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"Color",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"PressedColor",Script:"Self.Fill"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"PressedBorderColor",Script:"Self.Fill"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"BorderColor",Script:"ColorFade(Self.Fill, -15%)"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"PressedFill",Script:"Self.Color"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Match Order",Name:"buConfirm_Order",Type:"button",Property:"OnSelect",Script:'ForAll(Sequence(4),\r\n If(Index(Sort(colOrder,order),ThisRecord.Value).order=Index(Sort(colOrder,order),ThisRecord.Value).id,\r\n Patch(colOrder,{id:Index(Sort(colOrder,order),ThisRecord.Value).id},\r\n {\r\n match:true\r\n }\r\n )\r\n ,\r\n Patch(colOrder,{id:Index(Sort(colOrder,order),ThisRecord.Value).id},\r\n {\r\n match:false\r\n }\r\n )\r\n )\r\n);\r\n\r\nIf(CountRows(Filter(colOrder, match=true))=CountRows(colOrder),\r\n Notify("You are human",NotificationType.Success,1000)\r\n,\r\n Notify("You are robot",NotificationType.Error,1000)\r\n)'},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"Text",Script:'"Next"'},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"Fill",Script:"RGBA(56, 96, 178, 1)"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"DisabledFill",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"HoverFill",Script:"ColorFade(RGBA(56, 96, 178, 1), -20%)"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"Font",Script:"Font.'Open Sans'"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"FontWeight",Script:"FontWeight.Semibold"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"Align",Script:"Align.Center"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"VerticalAlign",Script:"VerticalAlign.Middle"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"X",Script:"521"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"Underline",Script:"false"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"Y",Script:"675"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"Width",Script:"256"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"Height",Script:"38"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"ZIndex",Script:"4"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"FocusedBorderThickness",Script:"4"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"RadiusTopLeft",Script:"10"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"RadiusTopRight",Script:"10"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"Strikethrough",Script:"false"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"RadiusBottomLeft",Script:"10"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"Size",Script:"15"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"RadiusBottomRight",Script:"10"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"Italic",Script:"false"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"BorderThickness",Script:"2"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"PressedColor",Script:"Self.Fill"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"PressedBorderColor",Script:"Self.Fill"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"BorderColor",Script:"ColorFade(Self.Fill, -15%)"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"PressedFill",Script:"Self.Color"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"HoverColor",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"DisabledColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"Color",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Match Order",Name:"buNext_order",Type:"button",Property:"OnSelect",Script:"Navigate(Follow)"},{Screen:"Follow",Name:"galleryTemplate4",Type:"galleryTemplate",Property:"TemplateFill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"Text",Script:"ThisItem.id"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"Role",Script:"TextRole.Default"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"Live",Script:"Live.Off"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"Size",Script:"40"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"FocusedBorderThickness",Script:"0"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"PaddingBottom",Script:"5"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"BorderThickness",Script:"2"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"LineHeight",Script:"1.2"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"ZIndex",Script:"1"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"Height",Script:"136"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"Width",Script:"121"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"Y",Script:"0"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"X",Script:"0"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"Italic",Script:"false"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"VerticalAlign",Script:"VerticalAlign.Middle"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"Underline",Script:"false"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"PaddingLeft",Script:"5"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"Align",Script:"Align.Center"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"Strikethrough",Script:"false"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"PaddingTop",Script:"5"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"FontWeight",Script:"FontWeight.Normal"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"Font",Script:"Font.'Open Sans'"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"DisabledFill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"DisabledBorderColor",Script:"RGBA(56, 56, 56, 1)"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"BorderColor",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"Fill",Script:"If(ThisItem.on,RGBA(0, 200, 256, 1),RGBA(0, 0, 0, 0))"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"PaddingRight",Script:"5"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"DisabledColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"Color",Script:"RGBA(0, 0, 0, 1)"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"Overflow",Script:"Overflow.Hidden"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"HoverFill",Script:"Self.Fill"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"PressedFill",Script:"RGBA(200,0,50,1)"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"HoverBorderColor",Script:"Self.BorderColor"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"PressedBorderColor",Script:"Self.BorderColor"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"HoverColor",Script:"Self.Color"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"PressedColor",Script:"Self.Color"},{Screen:"Follow",Name:"laFid",Type:"label",Property:"OnSelect",Script:"Collect(colFollow,ThisItem.id)"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"Role",Script:"TextRole.Default"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"Text",Script:'"Follow Me"'},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"Live",Script:"Live.Off"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"Size",Script:"50"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"FocusedBorderThickness",Script:"0"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"BorderThickness",Script:"0"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"LineHeight",Script:"1.2"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"ZIndex",Script:"6"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"PaddingLeft",Script:"5"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"PaddingBottom",Script:"5"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"Height",Script:"58"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"Width",Script:"379"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"PaddingRight",Script:"5"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"PaddingTop",Script:"5"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"Y",Script:"30"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"Strikethrough",Script:"false"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"X",Script:"492"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"VerticalAlign",Script:"VerticalAlign.Middle"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"Underline",Script:"false"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"Italic",Script:"false"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"Align",Script:"Align.Center"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"FontWeight",Script:"FontWeight.Normal"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"Font",Script:"Font.'Open Sans'"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"DisabledFill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"Fill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"DisabledBorderColor",Script:"RGBA(56, 56, 56, 1)"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"BorderColor",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"DisabledColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"Color",Script:"RGBA(0, 0, 0, 1)"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"Overflow",Script:"Overflow.Hidden"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"HoverFill",Script:"Self.Fill"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"PressedFill",Script:"Self.Fill"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"HoverBorderColor",Script:"Self.BorderColor"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"PressedBorderColor",Script:"Self.BorderColor"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"HoverColor",Script:"Self.Color"},{Screen:"Follow",Name:"laFollow",Type:"label",Property:"PressedColor",Script:"Self.Color"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"WrapCount",Script:"3"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"Items",Script:"colFollowSetup"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"BorderColor",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"LoadingSpinner",Script:"LoadingSpinner.Data"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"DelayItemLoading",Script:"true"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"Transition",Script:"Transition.None"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"Layout",Script:"Layout.Vertical"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"TemplatePadding",Script:"5"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"TemplateSize",Script:"136"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"BorderThickness",Script:"2"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"ZIndex",Script:"1"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"Height",Script:"428"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"Width",Script:"383"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"HoverFill",Script:"Self.Fill"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"Y",Script:"132"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"PressedFill",Script:"Self.Fill"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"X",Script:"492"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"Fill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"DisabledFill",Script:"Self.Fill"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"HoverBorderColor",Script:"Self.BorderColor"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"PressedBorderColor",Script:"Self.BorderColor"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"DisabledBorderColor",Script:"Self.BorderColor"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"LoadingSpinnerColor",Script:"Self.BorderColor"},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"#CopilotOverlayLabel",Script:'"Filtered"'},{Screen:"Follow",Name:"GaFollow",Type:"gallery",Property:"#CopilotOverlayVisible",Script:"false"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"Text",Script:'"Start"'},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"BorderThickness",Script:"2"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"Italic",Script:"false"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"RadiusBottomRight",Script:"10"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"Size",Script:"15"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"RadiusBottomLeft",Script:"10"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"Strikethrough",Script:"false"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"RadiusTopRight",Script:"10"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"RadiusTopLeft",Script:"10"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"FocusedBorderThickness",Script:"4"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"ZIndex",Script:"4"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"Height",Script:"40"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"Width",Script:"383"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"Y",Script:"586"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"Underline",Script:"false"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"X",Script:"492"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"VerticalAlign",Script:"VerticalAlign.Middle"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"Align",Script:"Align.Center"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"FontWeight",Script:"FontWeight.Semibold"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"Font",Script:"Font.'Open Sans'"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"HoverFill",Script:"ColorFade(RGBA(56, 96, 178, 1), -20%)"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"DisabledFill",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"Fill",Script:"RGBA(56, 96, 178, 1)"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"HoverColor",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"DisabledColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"Color",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"PressedColor",Script:"Self.Fill"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"PressedBorderColor",Script:"Self.Fill"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"BorderColor",Script:"ColorFade(Self.Fill, -15%)"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"PressedFill",Script:"Self.Color"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Follow",Name:"buStartFollow",Type:"button",Property:"OnSelect",Script:"Set(vbTimer,true);\r\nClear(colFollow);"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"Start",Script:"vbTimer"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"Reset",Script:"true"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"Repeat",Script:"vbTimer"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"AutoStart",Script:"false"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"Duration",Script:"1000"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"Text",Script:'Text(Time(0, 0, Self.Value/1000), "hh:mm:ss")'},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"VerticalAlign",Script:"VerticalAlign.Middle"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"Align",Script:"Align.Center"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"FontWeight",Script:"FontWeight.Normal"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"Font",Script:"Font.'Open Sans'"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"HoverFill",Script:"ColorFade(RGBA(56, 96, 178, 1), -20%)"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"ZIndex",Script:"2"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"Visible",Script:"false"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"Height",Script:"88"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"Size",Script:"13"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"Fill",Script:"RGBA(56, 96, 178, 1)"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"FocusedBorderThickness",Script:"4"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"Width",Script:"160"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"Y",Script:"627"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"HoverColor",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"Color",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"X",Script:"1168"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"BorderThickness",Script:"2"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"DisabledFill",Script:"ColorFade(Self.Fill, 70%)"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"PressedColor",Script:"Self.Fill"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"DisabledColor",Script:"ColorFade(Self.Fill, 90%)"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"PressedBorderColor",Script:"Self.Fill"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"BorderColor",Script:"ColorFade(Self.Fill, -15%)"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"PressedFill",Script:"Self.Color"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"DisabledBorderColor",Script:"ColorFade(Self.BorderColor, 70%)"},{Screen:"Follow",Name:"tiFollow",Type:"timer",Property:"OnTimerStart",Script:"Set(viCurrent,viCurrent+1);\r\n\r\nIf(viCurrent>1,\r\n Patch(colFollowSetup,{id:Index(colRandom,viCurrent-1).Value},{\r\n on:false\r\n }\r\n );\r\n);\r\nIf(viCurrent>CountRows(colRandom),\r\n Set(viCurrent,0);\r\n Set(vbTimer,false);\r\n,\r\n\r\n Patch(colFollowSetup,{id:Index(colRandom,viCurrent).Value},{\r\n on:true\r\n }\r\n )\r\n)"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"Text",Script:'"Submit"'},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"Fill",Script:"RGBA(56, 96, 178, 1)"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"DisabledFill",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"HoverFill",Script:"ColorFade(RGBA(56, 96, 178, 1), -20%)"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"Font",Script:"Font.'Open Sans'"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"FontWeight",Script:"FontWeight.Semibold"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"Align",Script:"Align.Center"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"VerticalAlign",Script:"VerticalAlign.Middle"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"X",Script:"492"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"Underline",Script:"false"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"Y",Script:"641"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"Width",Script:"379"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"Height",Script:"38"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"ZIndex",Script:"5"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"FocusedBorderThickness",Script:"4"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"RadiusTopLeft",Script:"10"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"RadiusTopRight",Script:"10"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"Strikethrough",Script:"false"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"RadiusBottomLeft",Script:"10"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"Size",Script:"15"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"RadiusBottomRight",Script:"10"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"Italic",Script:"false"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"BorderThickness",Script:"2"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"BorderColor",Script:"ColorFade(Self.Fill, -15%)"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"PressedBorderColor",Script:"Self.Fill"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"PressedColor",Script:"Self.Fill"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"PressedFill",Script:"Self.Color"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"Color",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"DisabledColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"HoverColor",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Follow",Name:"buConfirm_Follow",Type:"button",Property:"OnSelect",Script:'\r\nIf(Concat(colRandom,Value,",")=Concat(colFollow,Value,","),\r\n Notify("You are human",NotificationType.Success,1000)\r\n,\r\n Notify("You are robot",NotificationType.Error,1000)\r\n)'},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"Text",Script:'"Next"'},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"BorderThickness",Script:"2"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"Italic",Script:"false"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"RadiusBottomRight",Script:"10"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"Size",Script:"15"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"RadiusBottomLeft",Script:"10"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"Strikethrough",Script:"false"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"RadiusTopRight",Script:"10"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"RadiusTopLeft",Script:"10"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"FocusedBorderThickness",Script:"4"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"ZIndex",Script:"7"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"Height",Script:"40"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"Width",Script:"379"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"Y",Script:"695"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"Underline",Script:"false"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"X",Script:"492"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"VerticalAlign",Script:"VerticalAlign.Middle"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"Align",Script:"Align.Center"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"FontWeight",Script:"FontWeight.Semibold"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"Font",Script:"Font.'Open Sans'"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"HoverFill",Script:"ColorFade(RGBA(56, 96, 178, 1), -20%)"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"DisabledFill",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"Fill",Script:"RGBA(56, 96, 178, 1)"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"Color",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"DisabledColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"HoverColor",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"BorderColor",Script:"ColorFade(Self.Fill, -15%)"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"PressedBorderColor",Script:"Self.Fill"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"PressedColor",Script:"Self.Fill"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"PressedFill",Script:"Self.Color"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Follow",Name:"buNext_follow",Type:"button",Property:"OnSelect",Script:"Navigate(Colour)"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"Live",Script:"Live.Off"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"Text",Script:'"Write My Colour"'},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"Role",Script:"TextRole.Default"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"DisabledFill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"Font",Script:"Font.'Open Sans'"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"FontWeight",Script:"FontWeight.Normal"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"Align",Script:"Align.Center"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"Italic",Script:"false"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"Underline",Script:"false"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"VerticalAlign",Script:"VerticalAlign.Middle"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"X",Script:"492"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"Strikethrough",Script:"false"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"Y",Script:"10"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"PaddingTop",Script:"5"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"PaddingRight",Script:"5"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"Width",Script:"379"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"Height",Script:"159"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"PaddingBottom",Script:"5"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"PaddingLeft",Script:"5"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"ZIndex",Script:"1"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"LineHeight",Script:"1.2"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"BorderThickness",Script:"0"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"FocusedBorderThickness",Script:"0"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"Size",Script:"50"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"PressedFill",Script:"Self.Fill"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"HoverFill",Script:"Self.Fill"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"PressedBorderColor",Script:"Self.BorderColor"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"HoverBorderColor",Script:"Self.BorderColor"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"PressedColor",Script:"Self.Color"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"HoverColor",Script:"Self.Color"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"Fill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"DisabledColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"BorderColor",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"DisabledBorderColor",Script:"RGBA(56, 56, 56, 1)"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"Overflow",Script:"Overflow.Hidden"},{Screen:"Colour",Name:"laTYpe",Type:"label",Property:"Color",Script:"RGBA(0, 0, 0, 1)"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"Image",Script:'"https://api.dicebear.com/7.x/fun-emoji/svg?seed=Bear&backgroundColor="&voColour.code'},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"BorderThickness",Script:"0"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"RadiusBottomRight",Script:"0"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"RadiusBottomLeft",Script:"0"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"RadiusTopRight",Script:"0"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"RadiusTopLeft",Script:"0"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"ZIndex",Script:"3"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"PaddingLeft",Script:"0"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"PaddingBottom",Script:"0"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"BorderColor",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"DisabledFill",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"PaddingRight",Script:"0"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"PaddingTop",Script:"0"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"FocusedBorderThickness",Script:"2"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"Fill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"Height",Script:"267"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"Width",Script:"267"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"Y",Script:"189"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"X",Script:"549"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"ImageRotation",Script:"ImageRotation.None"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"ImagePosition",Script:"ImagePosition.Fit"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"PressedBorderColor",Script:"ColorFade(Self.BorderColor, -20%)"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"HoverFill",Script:"ColorFade(Self.Fill, 20%)"},{Screen:"Colour",Name:"imTYpe",Type:"image",Property:"PressedFill",Script:"ColorFade(Self.Fill, -20%)"},{Screen:"Colour",Name:"inType",Type:"text",Property:"HintText",Script:'"Type my colour"'},{Screen:"Colour",Name:"inType",Type:"text",Property:"DelayOutput",Script:"false"},{Screen:"Colour",Name:"inType",Type:"text",Property:"Default",Script:'""'},{Screen:"Colour",Name:"inType",Type:"text",Property:"Size",Script:"13"},{Screen:"Colour",Name:"inType",Type:"text",Property:"FocusedBorderThickness",Script:"4"},{Screen:"Colour",Name:"inType",Type:"text",Property:"BorderThickness",Script:"2"},{Screen:"Colour",Name:"inType",Type:"text",Property:"RadiusBottomRight",Script:"5"},{Screen:"Colour",Name:"inType",Type:"text",Property:"RadiusBottomLeft",Script:"5"},{Screen:"Colour",Name:"inType",Type:"text",Property:"RadiusTopRight",Script:"5"},{Screen:"Colour",Name:"inType",Type:"text",Property:"RadiusTopLeft",Script:"5"},{Screen:"Colour",Name:"inType",Type:"text",Property:"Strikethrough",Script:"false"},{Screen:"Colour",Name:"inType",Type:"text",Property:"ZIndex",Script:"4"},{Screen:"Colour",Name:"inType",Type:"text",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Colour",Name:"inType",Type:"text",Property:"Height",Script:"41"},{Screen:"Colour",Name:"inType",Type:"text",Property:"Width",Script:"267"},{Screen:"Colour",Name:"inType",Type:"text",Property:"Underline",Script:"false"},{Screen:"Colour",Name:"inType",Type:"text",Property:"Y",Script:"505"},{Screen:"Colour",Name:"inType",Type:"text",Property:"X",Script:"549"},{Screen:"Colour",Name:"inType",Type:"text",Property:"Align",Script:"Align.Left"},{Screen:"Colour",Name:"inType",Type:"text",Property:"Italic",Script:"false"},{Screen:"Colour",Name:"inType",Type:"text",Property:"FontWeight",Script:"FontWeight.Normal"},{Screen:"Colour",Name:"inType",Type:"text",Property:"Font",Script:"Font.'Open Sans'"},{Screen:"Colour",Name:"inType",Type:"text",Property:"HoverFill",Script:"RGBA(186, 202, 226, 1)"},{Screen:"Colour",Name:"inType",Type:"text",Property:"DisabledFill",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Colour",Name:"inType",Type:"text",Property:"Fill",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Colour",Name:"inType",Type:"text",Property:"HoverColor",Script:"RGBA(0, 0, 0, 1)"},{Screen:"Colour",Name:"inType",Type:"text",Property:"DisabledColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Colour",Name:"inType",Type:"text",Property:"Color",Script:"RGBA(0, 0, 0, 1)"},{Screen:"Colour",Name:"inType",Type:"text",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Colour",Name:"inType",Type:"text",Property:"HoverBorderColor",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Colour",Name:"inType",Type:"text",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Colour",Name:"inType",Type:"text",Property:"BorderColor",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Colour",Name:"inType",Type:"text",Property:"VirtualKeyboardMode",Script:"VirtualKeyboardMode.Auto"},{Screen:"Colour",Name:"inType",Type:"text",Property:"Format",Script:"TextFormat.Text"},{Screen:"Colour",Name:"inType",Type:"text",Property:"Mode",Script:"TextMode.SingleLine"},{Screen:"Colour",Name:"inType",Type:"text",Property:"PressedFill",Script:"Self.Fill"},{Screen:"Colour",Name:"inType",Type:"text",Property:"PressedColor",Script:"Self.Color"},{Screen:"Colour",Name:"inType",Type:"text",Property:"PressedBorderColor",Script:"Self.HoverBorderColor"},{Screen:"Colour",Name:"inType",Type:"text",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"Text",Script:'"Submit"'},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"BorderThickness",Script:"2"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"Italic",Script:"false"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"RadiusBottomRight",Script:"10"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"Size",Script:"15"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"RadiusBottomLeft",Script:"10"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"Strikethrough",Script:"false"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"RadiusTopRight",Script:"10"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"RadiusTopLeft",Script:"10"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"FocusedBorderThickness",Script:"4"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"ZIndex",Script:"5"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"Height",Script:"38"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"Width",Script:"267"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"Y",Script:"601"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"Underline",Script:"false"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"X",Script:"549"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"VerticalAlign",Script:"VerticalAlign.Middle"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"Align",Script:"Align.Center"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"FontWeight",Script:"FontWeight.Semibold"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"Font",Script:"Font.'Open Sans'"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"HoverFill",Script:"ColorFade(RGBA(56, 96, 178, 1), -20%)"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"DisabledFill",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"Fill",Script:"RGBA(56, 96, 178, 1)"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"HoverColor",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"DisabledColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"Color",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"PressedColor",Script:"Self.Fill"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"PressedBorderColor",Script:"Self.Fill"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"BorderColor",Script:"ColorFade(Self.Fill, -15%)"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"PressedFill",Script:"Self.Color"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Colour",Name:"buConfirm_Type",Type:"button",Property:"OnSelect",Script:'If(voColour.colour=Lower(inType.Text),\r\n Notify("You are human",NotificationType.Success,1000)\r\n,\r\n Notify("You are robot",NotificationType.Error,1000)\r\n)'},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"Text",Script:'"Next"'},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"BorderThickness",Script:"2"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"Italic",Script:"false"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"RadiusBottomRight",Script:"10"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"Size",Script:"15"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"RadiusBottomLeft",Script:"10"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"Strikethrough",Script:"false"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"RadiusTopRight",Script:"10"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"RadiusTopLeft",Script:"10"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"FocusedBorderThickness",Script:"4"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"ZIndex",Script:"6"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"Height",Script:"38"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"Width",Script:"267"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"Y",Script:"669"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"Underline",Script:"false"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"X",Script:"549"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"VerticalAlign",Script:"VerticalAlign.Middle"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"Align",Script:"Align.Center"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"FontWeight",Script:"FontWeight.Semibold"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"Font",Script:"Font.'Open Sans'"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"HoverFill",Script:"ColorFade(RGBA(56, 96, 178, 1), -20%)"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"DisabledFill",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"Fill",Script:"RGBA(56, 96, 178, 1)"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"Color",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"DisabledColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"HoverColor",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"BorderColor",Script:"ColorFade(Self.Fill, -15%)"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"PressedBorderColor",Script:"Self.Fill"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"PressedColor",Script:"Self.Fill"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"PressedFill",Script:"Self.Color"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Colour",Name:"buNext_colour",Type:"button",Property:"OnSelect",Script:"Navigate('Matthew Devaney')"},{Screen:"Matthew Devaney",Name:"galleryTemplate4_1",Type:"galleryTemplate",Property:"TemplateFill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"Image",Script:"ThisItem.url"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"ImagePosition",Script:"ImagePosition.Fill"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"ImageRotation",Script:"ImageRotation.None"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"X",Script:"0"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"Y",Script:"0"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"Width",Script:"221"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"Height",Script:"164"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"Fill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"FocusedBorderThickness",Script:"2"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"PaddingTop",Script:"0"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"PaddingRight",Script:"0"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"DisabledFill",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"BorderColor",Script:"RGBA(0, 0, 0, 1)"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"PaddingBottom",Script:"0"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"PaddingLeft",Script:"0"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"ZIndex",Script:"2"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"RadiusTopLeft",Script:"0"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"RadiusTopRight",Script:"0"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"RadiusBottomLeft",Script:"0"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"RadiusBottomRight",Script:"0"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"BorderThickness",Script:"4"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"PressedFill",Script:"Color.Red"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"PressedBorderColor",Script:"Color.Red"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"HoverFill",Script:"ColorFade(Self.Fill, 20%)"},{Screen:"Matthew Devaney",Name:"imAnimal",Type:"image",Property:"OnSelect",Script:"If(IsEmpty(Filter(colSelect,id=ThisItem.id)),\r\n Collect(colSelect,ThisItem)\r\n);\r\n"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"Role",Script:"TextRole.Default"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"Text",Script:'"The Matthew Devaney"'},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"Live",Script:"Live.Off"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"Size",Script:"50"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"FocusedBorderThickness",Script:"0"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"BorderThickness",Script:"0"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"LineHeight",Script:"1.2"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"ZIndex",Script:"5"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"PaddingLeft",Script:"5"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"PaddingBottom",Script:"5"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"Height",Script:"86"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"Width",Script:"907"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"PaddingRight",Script:"5"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"PaddingTop",Script:"5"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"Y",Script:"10"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"Strikethrough",Script:"false"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"X",Script:"264"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"VerticalAlign",Script:"VerticalAlign.Middle"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"Underline",Script:"false"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"Italic",Script:"false"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"Align",Script:"Align.Center"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"FontWeight",Script:"FontWeight.Normal"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"Font",Script:"Font.'Open Sans'"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"DisabledFill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"Fill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"DisabledBorderColor",Script:"RGBA(56, 56, 56, 1)"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"BorderColor",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"DisabledColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"Color",Script:"RGBA(0, 0, 0, 1)"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"Overflow",Script:"Overflow.Hidden"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"HoverFill",Script:"Self.Fill"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"PressedFill",Script:"Self.Fill"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"HoverBorderColor",Script:"Self.BorderColor"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"PressedBorderColor",Script:"Self.BorderColor"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"HoverColor",Script:"Self.Color"},{Screen:"Matthew Devaney",Name:"laMat",Type:"label",Property:"PressedColor",Script:"Self.Color"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"Items",Script:"colOptions"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"WrapCount",Script:"3"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"TemplateSize",Script:"176"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"TemplatePadding",Script:"5"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"Layout",Script:"Layout.Vertical"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"Transition",Script:"Transition.None"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"DelayItemLoading",Script:"true"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"LoadingSpinner",Script:"LoadingSpinner.Data"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"BorderColor",Script:"RGBA(0, 18, 107, 1)"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"DisabledFill",Script:"Self.Fill"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"PressedFill",Script:"Self.Fill"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"HoverFill",Script:"Self.Fill"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"LoadingSpinnerColor",Script:"Self.BorderColor"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"Height",Script:"555"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"DisabledBorderColor",Script:"Self.BorderColor"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"ZIndex",Script:"3"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"PressedBorderColor",Script:"Self.BorderColor"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"HoverBorderColor",Script:"Self.BorderColor"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"BorderThickness",Script:"0"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"Fill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"X",Script:"358"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"Y",Script:"96"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"Width",Script:"719"},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"#CopilotOverlayLabel",Script:'"Filtered"'},{Screen:"Matthew Devaney",Name:"GaMatt",Type:"gallery",Property:"#CopilotOverlayVisible",Script:"false"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"Text",Script:'"Submit"'},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"Fill",Script:"RGBA(56, 96, 178, 1)"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"DisabledFill",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"HoverFill",Script:"ColorFade(RGBA(56, 96, 178, 1), -20%)"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"Font",Script:"Font.'Open Sans'"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"FontWeight",Script:"FontWeight.Semibold"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"Align",Script:"Align.Center"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"VerticalAlign",Script:"VerticalAlign.Middle"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"X",Script:"584"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"Underline",Script:"false"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"Y",Script:"677"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"Width",Script:"267"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"Height",Script:"38"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"ZIndex",Script:"4"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"FocusedBorderThickness",Script:"4"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"RadiusTopLeft",Script:"10"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"RadiusTopRight",Script:"10"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"Strikethrough",Script:"false"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"RadiusBottomLeft",Script:"10"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"Size",Script:"15"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"RadiusBottomRight",Script:"10"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"Italic",Script:"false"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"BorderThickness",Script:"2"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"BorderColor",Script:"ColorFade(Self.Fill, -15%)"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"PressedBorderColor",Script:"Self.Fill"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"PressedColor",Script:"Self.Fill"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"PressedFill",Script:"Self.Color"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"Color",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"DisabledColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"HoverColor",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Matthew Devaney",Name:"buConfirm_mat",Type:"button",Property:"OnSelect",Script:'If(\r\n (CountRows(Filter(colOptions,type="cat"))=CountRows(Filter(colSelect,type="cat")))&&\r\n IsEmpty(Filter(colSelect,type="dog"))\r\n,\r\n Notify("You are human",NotificationType.Success,1000)\r\n,\r\n Notify("You are robot",NotificationType.Error,1000)\r\n);\r\nClear(colSelect);\r\nClearCollect(colAnimals,\r\n {url:"https://cdn2.thedogapi.com/images/CZfQK3eOk.jpg",type:"dog",id:10},\r\n {url:"https://cdn2.thedogapi.com/images/9NJbNWAW9.jpg",type:"dog",id:11},\r\n {url:"https://cdn2.thedogapi.com/images/B8zP8i5W5.jpg",type:"dog",id:12},\r\n {url:"https://cdn2.thedogapi.com/images/e10KCAlSG.jpg",type:"dog",id:13},\r\n {url:"https://cdn2.thedogapi.com/images/qh7cGcv83.jpg",type:"dog",id:14},\r\n {url:"https://cdn2.thedogapi.com/images/dSE-HKnRP.jpg",type:"dog",id:15},\r\n {url:"https://cdn2.thedogapi.com/images/w4bONqP_O.jpg",type:"dog",id:16},\r\n {url:"https://cdn2.thedogapi.com/images/awSN72EWf.png",type:"dog",id:17},\r\n {url:"https://cdn2.thedogapi.com/images/ssY_amKgW.jpg",type:"dog",id:18}\r\n);\r\nForAll(Sequence(9),\r\n Collect(colAnimals,\r\n {\r\n url:"https://cdn2.thecatapi.com/images/b0"&ThisRecord.Value&".jpg",\r\n type:"cat",\r\n id:ThisRecord.Value\r\n }\r\n )\r\n);\r\nClearCollect(colOptions,FirstN(Shuffle(colAnimals),9));\r\n\r\n'},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"Text",Script:'"Button"'},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"RadiusBottomRight",Script:"10"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"Size",Script:"15"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"RadiusBottomLeft",Script:"10"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"FocusedBorderThickness",Script:"4"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"Strikethrough",Script:"false"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"RadiusTopRight",Script:"10"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"Underline",Script:"false"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"RadiusTopLeft",Script:"10"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"ZIndex",Script:"1"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"BorderThickness",Script:"2"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"Height",Script:"40"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"Width",Script:"160"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"Y",Script:"49"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"X",Script:"263"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"Italic",Script:"false"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"VerticalAlign",Script:"VerticalAlign.Middle"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"Align",Script:"Align.Center"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"FontWeight",Script:"FontWeight.Semibold"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"Font",Script:"Font.'Open Sans'"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"HoverFill",Script:"ColorFade(RGBA(56, 96, 178, 1), -20%)"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"DisabledFill",Script:"RGBA(244, 244, 244, 1)"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"Fill",Script:"RGBA(56, 96, 178, 1)"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"HoverColor",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"DisabledColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"Color",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"DisabledBorderColor",Script:"RGBA(166, 166, 166, 1)"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"PressedColor",Script:"Self.Fill"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"PressedBorderColor",Script:"Self.Fill"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"BorderColor",Script:"ColorFade(Self.Fill, -15%)"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"PressedFill",Script:"Self.Color"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"FocusedBorderColor",Script:"Self.BorderColor"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"HoverBorderColor",Script:"ColorFade(Self.BorderColor, 20%)"},{Screen:"Screen1",Name:"buPlugin",Type:"button",Property:"OnSelect",Script:"Set(test,Environment.wd_LowCodePlugin().return)"},{Screen:"Screen1",Name:"buFlow",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"ZIndex",Script:"2"},{Screen:"Screen1",Name:"buFlow",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Screen1",Name:"buFlow",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"Height",Script:"32"},{Screen:"Screen1",Name:"buFlow",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"Width",Script:"96"},{Screen:"Screen1",Name:"buFlow",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"Y",Script:"141"},{Screen:"Screen1",Name:"buFlow",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"X",Script:"599"},{Screen:"Screen1",Name:"buFlow",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"OnSelect",Script:"test.Run()"},{Screen:"Screen1",Name:"buLocal",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"X",Script:"353"},{Screen:"Screen1",Name:"buLocal",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"Y",Script:"381"},{Screen:"Screen1",Name:"buLocal",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"Width",Script:"388"},{Screen:"Screen1",Name:"buLocal",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"Height",Script:"172"},{Screen:"Screen1",Name:"buLocal",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Screen1",Name:"buLocal",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"ZIndex",Script:"3"},{Screen:"Screen1",Name:"buLocal",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"OnSelect",Script:'UpdateContext({local:"hello World"});\r\nUpdateContext({localNumber:4});\r\nUpdateContext({localRecord:{name:"dave"}});\r\nUpdateContext({localBoolean:true});\r\nUpdateContext({localTable:colColours});\r\nSet(glTable,colColours);\r\n'},{Screen:"Screen2",Name:"AppName1",Type:"PowerApps_CoreControls_TextCanvas",Property:"Text",Script:'"App name"'},{Screen:"Screen2",Name:"AppName1",Type:"PowerApps_CoreControls_TextCanvas",Property:"Size",Script:"25"},{Screen:"Screen2",Name:"AppName1",Type:"PowerApps_CoreControls_TextCanvas",Property:"VerticalAlign",Script:"VerticalAlign.Middle"},{Screen:"Screen2",Name:"AppName1",Type:"PowerApps_CoreControls_TextCanvas",Property:"Align",Script:"'TextCanvas.Align'.Start"},{Screen:"Screen2",Name:"AppName1",Type:"PowerApps_CoreControls_TextCanvas",Property:"PaddingLeft",Script:"0"},{Screen:"Screen2",Name:"AppName1",Type:"PowerApps_CoreControls_TextCanvas",Property:"PaddingBottom",Script:"0"},{Screen:"Screen2",Name:"AppName1",Type:"PowerApps_CoreControls_TextCanvas",Property:"PaddingRight",Script:"0"},{Screen:"Screen2",Name:"AppName1",Type:"PowerApps_CoreControls_TextCanvas",Property:"PaddingTop",Script:"0"},{Screen:"Screen2",Name:"AppName1",Type:"PowerApps_CoreControls_TextCanvas",Property:"Weight",Script:"'TextCanvas.Weight'.Regular"},{Screen:"Screen2",Name:"AppName1",Type:"PowerApps_CoreControls_TextCanvas",Property:"FontColor",Script:"App.Theme.Colors.Lighter70"},{Screen:"Screen2",Name:"AppName1",Type:"PowerApps_CoreControls_TextCanvas",Property:"Height",Script:"75"},{Screen:"Screen2",Name:"AppName1",Type:"PowerApps_CoreControls_TextCanvas",Property:"X",Script:"0"},{Screen:"Screen2",Name:"AppName1",Type:"PowerApps_CoreControls_TextCanvas",Property:"Y",Script:"0"},{Screen:"Screen2",Name:"AppName1",Type:"PowerApps_CoreControls_TextCanvas",Property:"Width",Script:"280"},{Screen:"Screen2",Name:"AppName1",Type:"PowerApps_CoreControls_TextCanvas",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Screen2",Name:"AppName1",Type:"PowerApps_CoreControls_TextCanvas",Property:"ZIndex",Script:"3"},{Screen:"Screen2",Name:"AppName1",Type:"PowerApps_CoreControls_TextCanvas",Property:"Tooltip",Script:'"App name"'},{Screen:"Screen2",Name:"Offline sync Icon1",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"Icon",Script:'Switch(Connection.Sync,\r\n ConnectionSync.Connected, "Globe", \r\n ConnectionSync.ConnectedWithWarning, "GlobeWarning",\r\n ConnectionSync.ConnectedPendingUpsync, "GlobeArrowUp", ConnectionSync.ConnectedError, "GlobeError",\r\n ConnectionSync.ConnectedRefresh, "GlobeSync",\r\n ConnectionSync.NotConnected, "GlobeProhibited", \r\n ConnectionSync.NotConnectedWithWarning, "GlobeWarning",\r\n ConnectionSync.NotConnectedPendingUpsync, "GlobeArrowUp",\r\n ConnectionSync.NotConnectedSyncError, "GlobeError")'},{Screen:"Screen2",Name:"Offline sync Icon1",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"AccessibleLabel",Script:'"Offline sync status icon"'},{Screen:"Screen2",Name:"Offline sync Icon1",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"Layout",Script:"'ButtonCanvas.Layout'.IconOnly"},{Screen:"Screen2",Name:"Offline sync Icon1",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"VerticalAlign",Script:"VerticalAlign.Middle"},{Screen:"Screen2",Name:"Offline sync Icon1",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"IconStyle",Script:"'ButtonCanvas.IconStyle'.Outline"},{Screen:"Screen2",Name:"Offline sync Icon1",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"Appearance",Script:"'ButtonCanvas.Appearance'.Transparent"},{Screen:"Screen2",Name:"Offline sync Icon1",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"FontSize",Script:"50"},{Screen:"Screen2",Name:"Offline sync Icon1",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"Align",Script:"Align.Left"},{Screen:"Screen2",Name:"Offline sync Icon1",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"FontColor",Script:"App.Theme.Colors.Lighter70"},{Screen:"Screen2",Name:"Offline sync Icon1",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"X",Script:"0"},{Screen:"Screen2",Name:"Offline sync Icon1",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"Y",Script:"0"},{Screen:"Screen2",Name:"Offline sync Icon1",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"Width",Script:"70"},{Screen:"Screen2",Name:"Offline sync Icon1",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"Height",Script:"32"},{Screen:"Screen2",Name:"Offline sync Icon1",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Screen2",Name:"Offline sync Icon1",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"ZIndex",Script:"4"},{Screen:"Screen2",Name:"Offline sync Icon1",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"Visible",Script:"Host.OfflineEnabled"},{Screen:"Screen2",Name:"Offline sync Icon1",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"Tooltip",Script:'If(Connection.Connected,"Connected","Offline")'},{Screen:"Screen2",Name:"Offline sync Icon1",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"OnSelect",Script:"ShowHostInfo(HostInfo.OfflineSync)"},{Screen:"Screen2",Name:"Component1_1",Type:"7df997b9dd894429bdf26245f909b907",Property:"CustomProperty1",Script:'"Text"'},{Screen:"Screen2",Name:"Component1_1",Type:"7df997b9dd894429bdf26245f909b907",Property:"CustomProperty2",Script:'"Text"'},{Screen:"Screen2",Name:"Component1_1",Type:"7df997b9dd894429bdf26245f909b907",Property:"CustomProperty3",Script:'Table({SampleStringField: "SampleText", SampleNumberField: 10, SampleBooleanField: true})'},{Screen:"Screen2",Name:"Component1_1",Type:"7df997b9dd894429bdf26245f909b907",Property:"CustomProperty4",Script:"100"},{Screen:"Screen2",Name:"Component1_1",Type:"7df997b9dd894429bdf26245f909b907",Property:"CustomProperty5Out",Script:'"Text"'},{Screen:"Screen2",Name:"Component1_1",Type:"7df997b9dd894429bdf26245f909b907",Property:"CustomProperty6Out",Script:"App.ActiveScreen"},{Screen:"Screen2",Name:"Component1_1",Type:"7df997b9dd894429bdf26245f909b907",Property:"Fill",Script:"RGBA(0, 0, 0, 0)"},{Screen:"Screen2",Name:"Component1_1",Type:"7df997b9dd894429bdf26245f909b907",Property:"Height",Script:"640"},{Screen:"Screen2",Name:"Component1_1",Type:"7df997b9dd894429bdf26245f909b907",Property:"Width",Script:"640"},{Screen:"Screen2",Name:"Component1_1",Type:"7df997b9dd894429bdf26245f909b907",Property:"X",Script:"0"},{Screen:"Screen2",Name:"Component1_1",Type:"7df997b9dd894429bdf26245f909b907",Property:"Y",Script:"0"},{Screen:"Screen2",Name:"Component1_1",Type:"7df997b9dd894429bdf26245f909b907",Property:"ZIndex",Script:"1"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"BorderColor",Script:"RGBA(0, 0, 0, 1)"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"Fill",Script:"App.Theme.Colors.Primary"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"X",Script:"0"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"Y",Script:"0"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"Width",Script:"500"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"Height",Script:"75"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"ChildTabPriority",Script:"true"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"LayoutMode",Script:"LayoutMode.Auto"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"LayoutDirection",Script:"LayoutDirection.Horizontal"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"LayoutAlignItems",Script:"LayoutAlignItems.Start"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"LayoutJustifyContent",Script:"LayoutJustifyContent.Start"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"LayoutGap",Script:"0"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"LayoutOverflowX",Script:"LayoutOverflow.Hide"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"LayoutOverflowY",Script:"LayoutOverflow.Hide"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"LayoutWrap",Script:"false"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"DropShadow",Script:"DropShadow.Light"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"ZIndex",Script:"2"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"RadiusTopLeft",Script:"8"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"RadiusTopRight",Script:"8"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"RadiusBottomLeft",Script:"8"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"RadiusBottomRight",Script:"8"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"PaddingRight",Script:"10"},{Screen:"Screen2",Name:"HeaderContainer1",Type:"groupContainer",Property:"PaddingLeft",Script:"10"},{Screen:"Screen2",Name:"MainSectionContainer1",Type:"groupContainer",Property:"BorderColor",Script:"RGBA(0, 0, 0, 1)"},{Screen:"Screen2",Name:"MainSectionContainer1",Type:"groupContainer",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Screen2",Name:"MainSectionContainer1",Type:"groupContainer",Property:"Fill",Script:"RGBA(255, 255, 255, 1)"},{Screen:"Screen2",Name:"MainSectionContainer1",Type:"groupContainer",Property:"X",Script:"0"},{Screen:"Screen2",Name:"MainSectionContainer1",Type:"groupContainer",Property:"Y",Script:"0"},{Screen:"Screen2",Name:"MainSectionContainer1",Type:"groupContainer",Property:"Width",Script:"500"},{Screen:"Screen2",Name:"MainSectionContainer1",Type:"groupContainer",Property:"Height",Script:"200"},{Screen:"Screen2",Name:"MainSectionContainer1",Type:"groupContainer",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Screen2",Name:"MainSectionContainer1",Type:"groupContainer",Property:"ChildTabPriority",Script:"true"},{Screen:"Screen2",Name:"MainSectionContainer1",Type:"groupContainer",Property:"LayoutMode",Script:"LayoutMode.Auto"},{Screen:"Screen2",Name:"MainSectionContainer1",Type:"groupContainer",Property:"LayoutDirection",Script:"LayoutDirection.Vertical"},{Screen:"Screen2",Name:"MainSectionContainer1",Type:"groupContainer",Property:"LayoutAlignItems",Script:"LayoutAlignItems.Start"},{Screen:"Screen2",Name:"MainSectionContainer1",Type:"groupContainer",Property:"LayoutJustifyContent",Script:"LayoutJustifyContent.Start"},{Screen:"Screen2",Name:"MainSectionContainer1",Type:"groupContainer",Property:"LayoutGap",Script:"0"},{Screen:"Screen2",Name:"MainSectionContainer1",Type:"groupContainer",Property:"LayoutOverflowX",Script:"LayoutOverflow.Hide"},{Screen:"Screen2",Name:"MainSectionContainer1",Type:"groupContainer",Property:"LayoutOverflowY",Script:"LayoutOverflow.Hide"},{Screen:"Screen2",Name:"MainSectionContainer1",Type:"groupContainer",Property:"LayoutWrap",Script:"false"},{Screen:"Screen2",Name:"MainSectionContainer1",Type:"groupContainer",Property:"DropShadow",Script:"DropShadow.None"},{Screen:"Screen2",Name:"MainSectionContainer1",Type:"groupContainer",Property:"ZIndex",Script:"5"},{Screen:"Screen2",Name:"MainSectionContainer1",Type:"groupContainer",Property:"RadiusBottomRight",Script:"8"},{Screen:"Screen2",Name:"MainSectionContainer1",Type:"groupContainer",Property:"RadiusBottomLeft",Script:"8"},{Screen:"Screen2",Name:"MainSectionContainer1",Type:"groupContainer",Property:"RadiusTopRight",Script:"8"},{Screen:"Screen2",Name:"MainSectionContainer1",Type:"groupContainer",Property:"RadiusTopLeft",Script:"8"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"BorderColor",Script:"RGBA(0, 0, 0, 1)"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"BorderStyle",Script:"BorderStyle.Solid"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"Fill",Script:"RGBA(245, 245, 245, 1)"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"X",Script:"0"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"Y",Script:"0"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"Width",Script:"Parent.Width"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"Height",Script:"Parent.Height"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"ChildTabPriority",Script:"true"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"LayoutMode",Script:"LayoutMode.Auto"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"LayoutDirection",Script:"LayoutDirection.Vertical"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"LayoutAlignItems",Script:"LayoutAlignItems.Stretch"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"LayoutJustifyContent",Script:"LayoutJustifyContent.Start"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"LayoutGap",Script:"16"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"LayoutOverflowX",Script:"LayoutOverflow.Hide"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"LayoutOverflowY",Script:"LayoutOverflow.Hide"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"LayoutWrap",Script:"false"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"DropShadow",Script:"DropShadow.None"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"ZIndex",Script:"1"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"RadiusTopLeft",Script:"4"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"RadiusTopRight",Script:"4"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"RadiusBottomLeft",Script:"4"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"RadiusBottomRight",Script:"4"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"PaddingBottom",Script:"16"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"PaddingTop",Script:"16"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"PaddingRight",Script:"16"},{Screen:"Screen2",Name:"ScreenContainer1",Type:"groupContainer",Property:"PaddingLeft",Script:"16"},{Screen:"Component1",Name:"ButtonCanvas1",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"X",Script:"158"},{Screen:"Component1",Name:"ButtonCanvas1",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"Y",Script:"93"},{Screen:"Component1",Name:"ButtonCanvas1",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"Width",Script:"96"},{Screen:"Component1",Name:"ButtonCanvas1",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"Height",Script:"32"},{Screen:"Component1",Name:"ButtonCanvas1",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Component1",Name:"ButtonCanvas1",Type:"PowerApps_CoreControls_ButtonCanvas",Property:"ZIndex",Script:"1"},{Screen:"Component1",Name:"icCutom",Type:"PowerApps_CoreControls_Icon",Property:"ZIndex",Script:"2"},{Screen:"Component1",Name:"icCutom",Type:"PowerApps_CoreControls_Icon",Property:"DisplayMode",Script:"DisplayMode.Edit"},{Screen:"Component1",Name:"icCutom",Type:"PowerApps_CoreControls_Icon",Property:"Height",Script:"32"},{Screen:"Component1",Name:"icCutom",Type:"PowerApps_CoreControls_Icon",Property:"Width",Script:"32"},{Screen:"Component1",Name:"icCutom",Type:"PowerApps_CoreControls_Icon",Property:"Y",Script:"298"},{Screen:"Component1",Name:"icCutom",Type:"PowerApps_CoreControls_Icon",Property:"X",Script:"280"}],ComponentsYAML:[{Component:"ic1",YAML:"- ic1:\n Control: Classic/Icon@2.5.0\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Color: =RGBA(0, 18, 107, 1)\n Icon: =If(vbNew,Icon.QuestionMark,Index(colSequence,1).icon)\n OnSelect: ="},{Component:"ic2",YAML:"- ic2:\n Control: Classic/Icon@2.5.0\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Color: =RGBA(0, 18, 107, 1)\n Icon: =If(vbNew,Icon.QuestionMark,Index(colSequence,2).icon)\n X: =64"},{Component:"ic3",YAML:"- ic3:\n Control: Classic/Icon@2.5.0\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Color: =RGBA(0, 18, 107, 1)\n Icon: =If(vbNew,Icon.QuestionMark,Index(colSequence,3).icon)\n X: =128"},{Component:"ic4",YAML:"- ic4:\n Control: Classic/Icon@2.5.0\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Color: =RGBA(0, 18, 107, 1)\n Icon: =If(vbNew,Icon.QuestionMark,Index(colSequence,4).icon)\n X: =192"},{Component:"ic1_2",YAML:"- ic1_2:\n Control: Classic/Icon@2.5.0\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Color: =RGBA(0, 18, 107, 1)\n Icon: >-\n =If(vbNew,Icon.QuestionMark,Index(colIcons,Index(colPostion,1).Value).icon)\n OnSelect: |\n =If(Index(colPostion,1).Value=CountRows(colIcons),\n Set(viNewPosition,1);\n ,\n Set(viNewPosition,Index(colPostion,1).Value+1);\n );\n \n Patch(colPostion,{id:1},\n {\n Value:viNewPosition\n }\n )"},{Component:"ic2_2",YAML:"- ic2_2:\n Control: Classic/Icon@2.5.0\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Color: =RGBA(0, 18, 107, 1)\n Icon: >-\n =If(vbNew,Icon.QuestionMark,Index(colIcons,Index(colPostion,2).Value).icon)\n OnSelect: |\n =If(Index(colPostion,2).Value=CountRows(colIcons),\n Set(viNewPosition,1);\n ,\n Set(viNewPosition,Index(colPostion,2).Value+1);\n );\n \n Patch(colPostion,{id:2},\n {\n Value:viNewPosition\n }\n )\n X: =64"},{Component:"ic3_2",YAML:"- ic3_2:\n Control: Classic/Icon@2.5.0\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Color: =RGBA(0, 18, 107, 1)\n Icon: >-\n =If(vbNew,Icon.QuestionMark,Index(colIcons,Index(colPostion,3).Value).icon)\n OnSelect: |\n =If(Index(colPostion,3).Value=CountRows(colIcons),\n Set(viNewPosition,1);\n ,\n Set(viNewPosition,Index(colPostion,3).Value+1);\n );\n \n Patch(colPostion,{id:3},\n {\n Value:viNewPosition\n }\n )\n X: =128"},{Component:"ic4_2",YAML:"- ic4_2:\n Control: Classic/Icon@2.5.0\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Color: =RGBA(0, 18, 107, 1)\n Icon: >-\n =If(vbNew,Icon.QuestionMark,Index(colIcons,Index(colPostion,4).Value).icon)\n OnSelect: |\n =If(Index(colPostion,4).Value=CountRows(colIcons),\n Set(viNewPosition,1);\n ,\n Set(viNewPosition,Index(colPostion,4).Value+1);\n );\n \n Patch(colPostion,{id:4},\n {\n Value:viNewPosition\n }\n )\n X: =192"},{Component:"ContainerSequence",YAML:"- ContainerSequence:\n Control: GroupContainer@1.3.0\n Variant: ManualLayout\n Properties:\n Height: =73\n Width: =256\n X: =567\n Y: =240\n Children:\n - ic1:\n Control: Classic/Icon@2.5.0\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Color: =RGBA(0, 18, 107, 1)\n Icon: =If(vbNew,Icon.QuestionMark,Index(colSequence,1).icon)\n OnSelect: =\n - ic2:\n Control: Classic/Icon@2.5.0\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Color: =RGBA(0, 18, 107, 1)\n Icon: =If(vbNew,Icon.QuestionMark,Index(colSequence,2).icon)\n X: =64\n - ic3:\n Control: Classic/Icon@2.5.0\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Color: =RGBA(0, 18, 107, 1)\n Icon: =If(vbNew,Icon.QuestionMark,Index(colSequence,3).icon)\n X: =128\n - ic4:\n Control: Classic/Icon@2.5.0\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Color: =RGBA(0, 18, 107, 1)\n Icon: =If(vbNew,Icon.QuestionMark,Index(colSequence,4).icon)\n X: =192"},{Component:"buStart",YAML:"- buStart:\n Control: Classic/Button@2.2.0\n Properties:\n BorderColor: =ColorFade(Self.Fill, -15%)\n Color: =RGBA(255, 255, 255, 1)\n DisabledBorderColor: =RGBA(166, 166, 166, 1)\n Fill: =RGBA(56, 96, 178, 1)\n Font: =Font.'Open Sans'\n Height: =38\n HoverBorderColor: =ColorFade(Self.BorderColor, 20%)\n HoverColor: =RGBA(255, 255, 255, 1)\n HoverFill: =ColorFade(RGBA(56, 96, 178, 1), -20%)\n OnSelect: |-\n =Set(vbNew,false);\n ClearCollect(colSequence,Shuffle(colIcons));\n PressedBorderColor: =Self.Fill\n PressedColor: =Self.Fill\n PressedFill: =Self.Color\n Text: =\"Start\"\n Width: =256\n X: =567\n Y: =153"},{Component:"buConfirm",YAML:'- buConfirm:\n Control: Classic/Button@2.2.0\n Properties:\n BorderColor: =ColorFade(Self.Fill, -15%)\n Color: =RGBA(255, 255, 255, 1)\n DisabledBorderColor: =RGBA(166, 166, 166, 1)\n Fill: =RGBA(56, 96, 178, 1)\n Font: =Font.\'Open Sans\'\n Height: =38\n HoverBorderColor: =ColorFade(Self.BorderColor, 20%)\n HoverColor: =RGBA(255, 255, 255, 1)\n HoverFill: =ColorFade(RGBA(56, 96, 178, 1), -20%)\n OnSelect: |-\n =ForAll(Sequence(4),\n If(Index(colSequence,ThisRecord.Value).id=Index(colPostion,ThisRecord.Value).Value,\n Patch(colPostion,{id:Index(colPostion,ThisRecord.Value).id},\n {\n match:true\n }\n )\n ,\n Patch(colPostion,{id:Index(colPostion,ThisRecord.Value).id},\n {\n match:false\n }\n )\n )\n );\n \n If(CountRows(Filter(colPostion, match=true))=CountRows(colPostion),\n Notify("You are human",NotificationType.Success,1000)\n ,\n Notify("You are robot",NotificationType.Error,1000)\n )\n PressedBorderColor: =Self.Fill\n PressedColor: =Self.Fill\n PressedFill: =Self.Color\n Text: ="Submit"\n Width: =256\n X: =567\n Y: =560'},{Component:"ContainerMatch",YAML:"- ContainerMatch:\n Control: GroupContainer@1.3.0\n Variant: ManualLayout\n Properties:\n Height: =73\n Width: =256\n X: =567\n Y: =400\n Children:\n - ic1_2:\n Control: Classic/Icon@2.5.0\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Color: =RGBA(0, 18, 107, 1)\n Icon: >-\n =If(vbNew,Icon.QuestionMark,Index(colIcons,Index(colPostion,1).Value).icon)\n OnSelect: |\n =If(Index(colPostion,1).Value=CountRows(colIcons),\n Set(viNewPosition,1);\n ,\n Set(viNewPosition,Index(colPostion,1).Value+1);\n );\n \n Patch(colPostion,{id:1},\n {\n Value:viNewPosition\n }\n )\n - ic2_2:\n Control: Classic/Icon@2.5.0\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Color: =RGBA(0, 18, 107, 1)\n Icon: >-\n =If(vbNew,Icon.QuestionMark,Index(colIcons,Index(colPostion,2).Value).icon)\n OnSelect: |\n =If(Index(colPostion,2).Value=CountRows(colIcons),\n Set(viNewPosition,1);\n ,\n Set(viNewPosition,Index(colPostion,2).Value+1);\n );\n \n Patch(colPostion,{id:2},\n {\n Value:viNewPosition\n }\n )\n X: =64\n - ic3_2:\n Control: Classic/Icon@2.5.0\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Color: =RGBA(0, 18, 107, 1)\n Icon: >-\n =If(vbNew,Icon.QuestionMark,Index(colIcons,Index(colPostion,3).Value).icon)\n OnSelect: |\n =If(Index(colPostion,3).Value=CountRows(colIcons),\n Set(viNewPosition,1);\n ,\n Set(viNewPosition,Index(colPostion,3).Value+1);\n );\n \n Patch(colPostion,{id:3},\n {\n Value:viNewPosition\n }\n )\n X: =128\n - ic4_2:\n Control: Classic/Icon@2.5.0\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Color: =RGBA(0, 18, 107, 1)\n Icon: >-\n =If(vbNew,Icon.QuestionMark,Index(colIcons,Index(colPostion,4).Value).icon)\n OnSelect: |\n =If(Index(colPostion,4).Value=CountRows(colIcons),\n Set(viNewPosition,1);\n ,\n Set(viNewPosition,Index(colPostion,4).Value+1);\n );\n \n Patch(colPostion,{id:4},\n {\n Value:viNewPosition\n }\n )\n X: =192"},{Component:"buNext",YAML:"- buNext:\n Control: Classic/Button@2.2.0\n Properties:\n BorderColor: =ColorFade(Self.Fill, -15%)\n Color: =RGBA(255, 255, 255, 1)\n DisabledBorderColor: =RGBA(166, 166, 166, 1)\n Fill: =RGBA(56, 96, 178, 1)\n Font: =Font.'Open Sans'\n Height: =38\n HoverBorderColor: =ColorFade(Self.BorderColor, 20%)\n HoverColor: =RGBA(255, 255, 255, 1)\n HoverFill: =ColorFade(RGBA(56, 96, 178, 1), -20%)\n OnSelect: =Navigate('Match Order')\n PressedBorderColor: =Self.Fill\n PressedColor: =Self.Fill\n PressedFill: =Self.Color\n Text: =\"Next\"\n Width: =256\n X: =567\n Y: =659"},{Component:"laMatch",YAML:"- laMatch:\n Control: Label@2.5.1\n Properties:\n Align: =Align.Center\n BorderColor: =RGBA(0, 18, 107, 1)\n Font: =Font.'Open Sans'\n Height: =58\n Size: =50\n Text: =\"Match Me\"\n Width: =379\n X: =505\n Y: =30"},{Component:"laID",YAML:"- laID:\n Control: Label@2.5.1\n Properties:\n Align: =Align.Center\n BorderColor: =RGBA(0, 18, 107, 1)\n Font: =Font.'Open Sans'\n Height: =66\n OnSelect: =Select(Parent)\n Size: =50\n Text: =ThisItem.id\n Width: =78"},{Component:"Rectangle2",YAML:"- Rectangle2:\n Control: Rectangle@2.3.0\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Fill: =RGBA(56, 96, 178, 1)\n Height: =2\n OnSelect: =Select(Parent)\n Width: =246\n Y: =75"},{Component:"icUp",YAML:"- icUp:\n Control: Classic/Icon@2.5.0\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Color: =RGBA(0, 18, 107, 1)\n Height: =52\n Icon: =Icon.ArrowUp\n OnSelect: |-\n =Set(viNewOrder,ThisItem.order-1);\n \n Patch(colOrder,LookUp(colOrder, order=viNewOrder),\n {\n order:viNewOrder+1\n }\n );\n Patch(colOrder,ThisItem,\n {\n order:viNewOrder\n }\n );\n Visible: =Not(ThisItem.order=Min(colOrder,order))\n Width: =54\n X: =112\n Y: =14"},{Component:"icDown",YAML:"- icDown:\n Control: Classic/Icon@2.5.0\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Color: =RGBA(0, 18, 107, 1)\n Height: =52\n Icon: =Icon.ArrowDown\n OnSelect: |\n =Set(viNewOrder,ThisItem.order+1);\n \n Patch(colOrder,LookUp(colOrder, order=viNewOrder),\n {\n order:viNewOrder-1\n }\n );\n Patch(colOrder,ThisItem,\n {\n order:viNewOrder\n }\n );\n Visible: =Not(ThisItem.order=Max(colOrder,order))\n Width: =50\n X: =175\n Y: =14"},{Component:"gaOrder",YAML:"- gaOrder:\n Control: Gallery@2.15.0\n Variant: Vertical\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n BorderThickness: =2\n Height: =379\n Items: =Sort(colOrder,order,SortOrder.Ascending)\n TemplateSize: =87\n Width: =256\n X: =522\n Y: =180\n Children:\n - laID:\n Control: Label@2.5.1\n Properties:\n Align: =Align.Center\n BorderColor: =RGBA(0, 18, 107, 1)\n Font: =Font.'Open Sans'\n Height: =66\n OnSelect: =Select(Parent)\n Size: =50\n Text: =ThisItem.id\n Width: =78\n - Rectangle2:\n Control: Rectangle@2.3.0\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Fill: =RGBA(56, 96, 178, 1)\n Height: =2\n OnSelect: =Select(Parent)\n Width: =246\n Y: =75\n - icUp:\n Control: Classic/Icon@2.5.0\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Color: =RGBA(0, 18, 107, 1)\n Height: =52\n Icon: =Icon.ArrowUp\n OnSelect: |-\n =Set(viNewOrder,ThisItem.order-1);\n \n Patch(colOrder,LookUp(colOrder, order=viNewOrder),\n {\n order:viNewOrder+1\n }\n );\n Patch(colOrder,ThisItem,\n {\n order:viNewOrder\n }\n );\n Visible: =Not(ThisItem.order=Min(colOrder,order))\n Width: =54\n X: =112\n Y: =14\n - icDown:\n Control: Classic/Icon@2.5.0\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Color: =RGBA(0, 18, 107, 1)\n Height: =52\n Icon: =Icon.ArrowDown\n OnSelect: |\n =Set(viNewOrder,ThisItem.order+1);\n \n Patch(colOrder,LookUp(colOrder, order=viNewOrder),\n {\n order:viNewOrder-1\n }\n );\n Patch(colOrder,ThisItem,\n {\n order:viNewOrder\n }\n );\n Visible: =Not(ThisItem.order=Max(colOrder,order))\n Width: =50\n X: =175\n Y: =14"},{Component:"buConfirm_Order",YAML:'- buConfirm_Order:\n Control: Classic/Button@2.2.0\n Properties:\n BorderColor: =ColorFade(Self.Fill, -15%)\n Color: =RGBA(255, 255, 255, 1)\n DisabledBorderColor: =RGBA(166, 166, 166, 1)\n Fill: =RGBA(56, 96, 178, 1)\n Font: =Font.\'Open Sans\'\n Height: =38\n HoverBorderColor: =ColorFade(Self.BorderColor, 20%)\n HoverColor: =RGBA(255, 255, 255, 1)\n HoverFill: =ColorFade(RGBA(56, 96, 178, 1), -20%)\n OnSelect: |-\n =ForAll(Sequence(4),\n If(Index(Sort(colOrder,order),ThisRecord.Value).order=Index(Sort(colOrder,order),ThisRecord.Value).id,\n Patch(colOrder,{id:Index(Sort(colOrder,order),ThisRecord.Value).id},\n {\n match:true\n }\n )\n ,\n Patch(colOrder,{id:Index(Sort(colOrder,order),ThisRecord.Value).id},\n {\n match:false\n }\n )\n )\n );\n \n If(CountRows(Filter(colOrder, match=true))=CountRows(colOrder),\n Notify("You are human",NotificationType.Success,1000)\n ,\n Notify("You are robot",NotificationType.Error,1000)\n )\n PressedBorderColor: =Self.Fill\n PressedColor: =Self.Fill\n PressedFill: =Self.Color\n Text: ="Submit"\n Width: =256\n X: =522\n Y: =589'},{Component:"laOrder",YAML:"- laOrder:\n Control: Label@2.5.1\n Properties:\n Align: =Align.Center\n BorderColor: =RGBA(0, 18, 107, 1)\n Font: =Font.'Open Sans'\n Height: =58\n Size: =50\n Text: =\"Order Me\"\n Width: =379\n X: =460\n Y: =50"},{Component:"buNext_order",YAML:"- buNext_order:\n Control: Classic/Button@2.2.0\n Properties:\n BorderColor: =ColorFade(Self.Fill, -15%)\n Color: =RGBA(255, 255, 255, 1)\n DisabledBorderColor: =RGBA(166, 166, 166, 1)\n Fill: =RGBA(56, 96, 178, 1)\n Font: =Font.'Open Sans'\n Height: =38\n HoverBorderColor: =ColorFade(Self.BorderColor, 20%)\n HoverColor: =RGBA(255, 255, 255, 1)\n HoverFill: =ColorFade(RGBA(56, 96, 178, 1), -20%)\n OnSelect: =Navigate(Follow)\n PressedBorderColor: =Self.Fill\n PressedColor: =Self.Fill\n PressedFill: =Self.Color\n Text: =\"Next\"\n Width: =256\n X: =521\n Y: =675"},{Component:"laFid",YAML:"- laFid:\n Control: Label@2.5.1\n Properties:\n Align: =Align.Center\n BorderColor: =RGBA(0, 18, 107, 1)\n BorderThickness: =2\n Fill: =If(ThisItem.on,RGBA(0, 200, 256, 1),RGBA(0, 0, 0, 0))\n Font: =Font.'Open Sans'\n Height: =136\n OnSelect: =Collect(colFollow,ThisItem.id)\n PressedFill: =RGBA(200,0,50,1)\n Size: =40\n Text: =ThisItem.id\n Width: =121"},{Component:"GaFollow",YAML:"- GaFollow:\n Control: Gallery@2.15.0\n Variant: Vertical\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n BorderThickness: =2\n Height: =428\n Items: =colFollowSetup\n TemplateSize: =136\n Width: =383\n WrapCount: =3\n X: =492\n Y: =132\n Children:\n - laFid:\n Control: Label@2.5.1\n Properties:\n Align: =Align.Center\n BorderColor: =RGBA(0, 18, 107, 1)\n BorderThickness: =2\n Fill: =If(ThisItem.on,RGBA(0, 200, 256, 1),RGBA(0, 0, 0, 0))\n Font: =Font.'Open Sans'\n Height: =136\n OnSelect: =Collect(colFollow,ThisItem.id)\n PressedFill: =RGBA(200,0,50,1)\n Size: =40\n Text: =ThisItem.id\n Width: =121"},{Component:"tiFollow",YAML:"- tiFollow:\n Control: Timer@2.1.0\n Properties:\n BorderColor: =ColorFade(Self.Fill, -15%)\n Color: =RGBA(255, 255, 255, 1)\n DisabledBorderColor: =ColorFade(Self.BorderColor, 70%)\n DisabledColor: =ColorFade(Self.Fill, 90%)\n DisabledFill: =ColorFade(Self.Fill, 70%)\n Duration: =1000\n Fill: =RGBA(56, 96, 178, 1)\n Font: =Font.'Open Sans'\n Height: =88\n HoverBorderColor: =ColorFade(Self.BorderColor, 20%)\n HoverColor: =RGBA(255, 255, 255, 1)\n HoverFill: =ColorFade(RGBA(56, 96, 178, 1), -20%)\n OnTimerStart: |-\n =Set(viCurrent,viCurrent+1);\n \n If(viCurrent>1,\n Patch(colFollowSetup,{id:Index(colRandom,viCurrent-1).Value},{\n on:false\n }\n );\n );\n If(viCurrent>CountRows(colRandom),\n Set(viCurrent,0);\n Set(vbTimer,false);\n ,\n \n Patch(colFollowSetup,{id:Index(colRandom,viCurrent).Value},{\n on:true\n }\n )\n )\n PressedBorderColor: =Self.Fill\n PressedColor: =Self.Fill\n PressedFill: =Self.Color\n Repeat: =vbTimer\n Reset: =true\n Start: =vbTimer\n Visible: =false\n X: =1168\n Y: =627"},{Component:"buStartFollow",YAML:"- buStartFollow:\n Control: Classic/Button@2.2.0\n Properties:\n BorderColor: =ColorFade(Self.Fill, -15%)\n Color: =RGBA(255, 255, 255, 1)\n DisabledBorderColor: =RGBA(166, 166, 166, 1)\n Fill: =RGBA(56, 96, 178, 1)\n Font: =Font.'Open Sans'\n HoverBorderColor: =ColorFade(Self.BorderColor, 20%)\n HoverColor: =RGBA(255, 255, 255, 1)\n HoverFill: =ColorFade(RGBA(56, 96, 178, 1), -20%)\n OnSelect: |-\n =Set(vbTimer,true);\n Clear(colFollow);\n PressedBorderColor: =Self.Fill\n PressedColor: =Self.Fill\n PressedFill: =Self.Color\n Text: =\"Start\"\n Width: =383\n X: =492\n Y: =586"},{Component:"buConfirm_Follow",YAML:'- buConfirm_Follow:\n Control: Classic/Button@2.2.0\n Properties:\n BorderColor: =ColorFade(Self.Fill, -15%)\n Color: =RGBA(255, 255, 255, 1)\n DisabledBorderColor: =RGBA(166, 166, 166, 1)\n Fill: =RGBA(56, 96, 178, 1)\n Font: =Font.\'Open Sans\'\n Height: =38\n HoverBorderColor: =ColorFade(Self.BorderColor, 20%)\n HoverColor: =RGBA(255, 255, 255, 1)\n HoverFill: =ColorFade(RGBA(56, 96, 178, 1), -20%)\n OnSelect: |-\n =\n If(Concat(colRandom,Value,",")=Concat(colFollow,Value,","),\n Notify("You are human",NotificationType.Success,1000)\n ,\n Notify("You are robot",NotificationType.Error,1000)\n )\n PressedBorderColor: =Self.Fill\n PressedColor: =Self.Fill\n PressedFill: =Self.Color\n Text: ="Submit"\n Width: =379\n X: =492\n Y: =641'},{Component:"laFollow",YAML:"- laFollow:\n Control: Label@2.5.1\n Properties:\n Align: =Align.Center\n BorderColor: =RGBA(0, 18, 107, 1)\n Font: =Font.'Open Sans'\n Height: =58\n Size: =50\n Text: =\"Follow Me\"\n Width: =379\n X: =492\n Y: =30"},{Component:"buNext_follow",YAML:"- buNext_follow:\n Control: Classic/Button@2.2.0\n Properties:\n BorderColor: =ColorFade(Self.Fill, -15%)\n Color: =RGBA(255, 255, 255, 1)\n DisabledBorderColor: =RGBA(166, 166, 166, 1)\n Fill: =RGBA(56, 96, 178, 1)\n Font: =Font.'Open Sans'\n HoverBorderColor: =ColorFade(Self.BorderColor, 20%)\n HoverColor: =RGBA(255, 255, 255, 1)\n HoverFill: =ColorFade(RGBA(56, 96, 178, 1), -20%)\n OnSelect: =Navigate(Colour)\n PressedBorderColor: =Self.Fill\n PressedColor: =Self.Fill\n PressedFill: =Self.Color\n Text: =\"Next\"\n Width: =379\n X: =492\n Y: =695"},{Component:"laTYpe",YAML:"- laTYpe:\n Control: Label@2.5.1\n Properties:\n Align: =Align.Center\n BorderColor: =RGBA(0, 18, 107, 1)\n Font: =Font.'Open Sans'\n Height: =159\n Size: =50\n Text: =\"Write My Colour\"\n Width: =379\n X: =492\n Y: =10"},{Component:"imTYpe",YAML:'- imTYpe:\n Control: Image@2.2.3\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Height: =267\n Image: >-\n ="https://api.dicebear.com/7.x/fun-emoji/svg?seed=Bear&backgroundColor="&voColour.code\n Width: =267\n X: =549\n Y: =189'},{Component:"inType",YAML:'- inType:\n Control: Classic/TextInput@2.3.2\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Default: =""\n Font: =Font.\'Open Sans\'\n Height: =41\n HintText: ="Type my colour"\n HoverBorderColor: =RGBA(0, 18, 107, 1)\n HoverFill: =RGBA(186, 202, 226, 1)\n Width: =267\n X: =549\n Y: =505'},{Component:"buConfirm_Type",YAML:'- buConfirm_Type:\n Control: Classic/Button@2.2.0\n Properties:\n BorderColor: =ColorFade(Self.Fill, -15%)\n Color: =RGBA(255, 255, 255, 1)\n DisabledBorderColor: =RGBA(166, 166, 166, 1)\n Fill: =RGBA(56, 96, 178, 1)\n Font: =Font.\'Open Sans\'\n Height: =38\n HoverBorderColor: =ColorFade(Self.BorderColor, 20%)\n HoverColor: =RGBA(255, 255, 255, 1)\n HoverFill: =ColorFade(RGBA(56, 96, 178, 1), -20%)\n OnSelect: |-\n =If(voColour.colour=Lower(inType.Text),\n Notify("You are human",NotificationType.Success,1000)\n ,\n Notify("You are robot",NotificationType.Error,1000)\n )\n PressedBorderColor: =Self.Fill\n PressedColor: =Self.Fill\n PressedFill: =Self.Color\n Text: ="Submit"\n Width: =267\n X: =549\n Y: =601'},{Component:"buNext_colour",YAML:"- buNext_colour:\n Control: Classic/Button@2.2.0\n Properties:\n BorderColor: =ColorFade(Self.Fill, -15%)\n Color: =RGBA(255, 255, 255, 1)\n DisabledBorderColor: =RGBA(166, 166, 166, 1)\n Fill: =RGBA(56, 96, 178, 1)\n Font: =Font.'Open Sans'\n Height: =38\n HoverBorderColor: =ColorFade(Self.BorderColor, 20%)\n HoverColor: =RGBA(255, 255, 255, 1)\n HoverFill: =ColorFade(RGBA(56, 96, 178, 1), -20%)\n OnSelect: =Navigate('Matthew Devaney')\n PressedBorderColor: =Self.Fill\n PressedColor: =Self.Fill\n PressedFill: =Self.Color\n Text: =\"Next\"\n Width: =267\n X: =549\n Y: =669"},{Component:"imAnimal",YAML:"- imAnimal:\n Control: Image@2.2.3\n Properties:\n BorderColor: =RGBA(0, 0, 0, 1)\n BorderThickness: =4\n Height: =164\n Image: =ThisItem.url\n ImagePosition: =ImagePosition.Fill\n OnSelect: |\n =If(IsEmpty(Filter(colSelect,id=ThisItem.id)),\n Collect(colSelect,ThisItem)\n );\n PressedBorderColor: =Color.Red\n PressedFill: =Color.Red\n Width: =221"},{Component:"GaMatt",YAML:"- GaMatt:\n Control: Gallery@2.15.0\n Variant: Vertical\n Properties:\n BorderColor: =RGBA(0, 18, 107, 1)\n Height: =555\n Items: =colOptions\n TemplateSize: =176\n Width: =719\n WrapCount: =3\n X: =358\n Y: =96\n Children:\n - imAnimal:\n Control: Image@2.2.3\n Properties:\n BorderColor: =RGBA(0, 0, 0, 1)\n BorderThickness: =4\n Height: =164\n Image: =ThisItem.url\n ImagePosition: =ImagePosition.Fill\n OnSelect: |\n =If(IsEmpty(Filter(colSelect,id=ThisItem.id)),\n Collect(colSelect,ThisItem)\n );\n PressedBorderColor: =Color.Red\n PressedFill: =Color.Red\n Width: =221"},{Component:"buConfirm_mat",YAML:'- buConfirm_mat:\n Control: Classic/Button@2.2.0\n Properties:\n BorderColor: =ColorFade(Self.Fill, -15%)\n Color: =RGBA(255, 255, 255, 1)\n DisabledBorderColor: =RGBA(166, 166, 166, 1)\n Fill: =RGBA(56, 96, 178, 1)\n Font: =Font.\'Open Sans\'\n Height: =38\n HoverBorderColor: =ColorFade(Self.BorderColor, 20%)\n HoverColor: =RGBA(255, 255, 255, 1)\n HoverFill: =ColorFade(RGBA(56, 96, 178, 1), -20%)\n OnSelect: |+\n =If(\n (CountRows(Filter(colOptions,type="cat"))=CountRows(Filter(colSelect,type="cat")))&&\n IsEmpty(Filter(colSelect,type="dog"))\n ,\n Notify("You are human",NotificationType.Success,1000)\n ,\n Notify("You are robot",NotificationType.Error,1000)\n );\n Clear(colSelect);\n ClearCollect(colAnimals,\n {url:"https://cdn2.thedogapi.com/images/CZfQK3eOk.jpg",type:"dog",id:10},\n {url:"https://cdn2.thedogapi.com/images/9NJbNWAW9.jpg",type:"dog",id:11},\n {url:"https://cdn2.thedogapi.com/images/B8zP8i5W5.jpg",type:"dog",id:12},\n {url:"https://cdn2.thedogapi.com/images/e10KCAlSG.jpg",type:"dog",id:13},\n {url:"https://cdn2.thedogapi.com/images/qh7cGcv83.jpg",type:"dog",id:14},\n {url:"https://cdn2.thedogapi.com/images/dSE-HKnRP.jpg",type:"dog",id:15},\n {url:"https://cdn2.thedogapi.com/images/w4bONqP_O.jpg",type:"dog",id:16},\n {url:"https://cdn2.thedogapi.com/images/awSN72EWf.png",type:"dog",id:17},\n {url:"https://cdn2.thedogapi.com/images/ssY_amKgW.jpg",type:"dog",id:18}\n );\n ForAll(Sequence(9),\n Collect(colAnimals,\n {\n url:"https://cdn2.thecatapi.com/images/b0"&ThisRecord.Value&".jpg",\n type:"cat",\n id:ThisRecord.Value\n }\n )\n );\n ClearCollect(colOptions,FirstN(Shuffle(colAnimals),9));\n \n PressedBorderColor: =Self.Fill\n PressedColor: =Self.Fill\n PressedFill: =Self.Color\n Text: ="Submit"\n Width: =267\n X: =584\n Y: =677'},{Component:"laMat",YAML:"- laMat:\n Control: Label@2.5.1\n Properties:\n Align: =Align.Center\n BorderColor: =RGBA(0, 18, 107, 1)\n Font: =Font.'Open Sans'\n Height: =86\n Size: =50\n Text: =\"The Matthew Devaney\"\n Width: =907\n X: =264\n Y: =10"},{Component:"buPlugin",YAML:"- buPlugin:\n Control: Classic/Button@2.2.0\n Properties:\n BorderColor: =ColorFade(Self.Fill, -15%)\n Color: =RGBA(255, 255, 255, 1)\n DisabledBorderColor: =RGBA(166, 166, 166, 1)\n Fill: =RGBA(56, 96, 178, 1)\n Font: =Font.'Open Sans'\n HoverBorderColor: =ColorFade(Self.BorderColor, 20%)\n HoverColor: =RGBA(255, 255, 255, 1)\n HoverFill: =ColorFade(RGBA(56, 96, 178, 1), -20%)\n OnSelect: =Set(test,Environment.wd_LowCodePlugin().return)\n PressedBorderColor: =Self.Fill\n PressedColor: =Self.Fill\n PressedFill: =Self.Color\n X: =263\n Y: =49"},{Component:"buFlow",YAML:"- buFlow:\n Control: Button@0.0.45\n Properties:\n OnSelect: =test.Run()\n X: =599\n Y: =141"},{Component:"buLocal",YAML:'- buLocal:\n Control: Button@0.0.45\n Properties:\n Height: =172\n OnSelect: |\n =UpdateContext({local:"hello World"});\n UpdateContext({localNumber:4});\n UpdateContext({localRecord:{name:"dave"}});\n UpdateContext({localBoolean:true});\n UpdateContext({localTable:colColours});\n Set(glTable,colColours);\n Width: =388\n X: =353\n Y: =381'},{Component:"AppName1",YAML:"- AppName1:\n Control: Text@0.0.51\n Properties:\n Align: ='TextCanvas.Align'.Start\n AlignInContainer: =AlignInContainer.Stretch\n FillPortions: =1\n FontColor: =App.Theme.Colors.Lighter70\n Height: =75\n LayoutMinHeight: =40\n LayoutMinWidth: =280\n PaddingBottom: =0\n PaddingLeft: =0\n PaddingRight: =0\n PaddingTop: =0\n Size: =25\n Text: =\"App name\"\n VerticalAlign: =VerticalAlign.Middle\n Weight: ='TextCanvas.Weight'.Regular\n Width: =280"},{Component:"Offline sync Icon1",YAML:'- Offline sync Icon1:\n Control: Button@0.0.45\n Properties:\n AccessibleLabel: ="Offline sync status icon"\n Align: =Align.Left\n AlignInContainer: =AlignInContainer.Stretch\n Appearance: =\'ButtonCanvas.Appearance\'.Transparent\n FontColor: =App.Theme.Colors.Lighter70\n FontSize: =50\n Icon: |-\n =Switch(Connection.Sync,\n ConnectionSync.Connected, "Globe", \n ConnectionSync.ConnectedWithWarning, "GlobeWarning",\n ConnectionSync.ConnectedPendingUpsync, "GlobeArrowUp", ConnectionSync.ConnectedError, "GlobeError",\n ConnectionSync.ConnectedRefresh, "GlobeSync",\n ConnectionSync.NotConnected, "GlobeProhibited", \n ConnectionSync.NotConnectedWithWarning, "GlobeWarning",\n ConnectionSync.NotConnectedPendingUpsync, "GlobeArrowUp",\n ConnectionSync.NotConnectedSyncError, "GlobeError")\n IconStyle: =\'ButtonCanvas.IconStyle\'.Outline\n Layout: =\'ButtonCanvas.Layout\'.IconOnly\n LayoutMinHeight: =50\n OnSelect: =ShowHostInfo(HostInfo.OfflineSync)\n VerticalAlign: =VerticalAlign.Middle\n Visible: =Host.OfflineEnabled\n Width: =70'},{Component:"Component1_1",YAML:'- Component1_1:\n Control: CanvasComponent\n ComponentName: Component1\n Properties:\n CustomProperty1: ="Text"\n CustomProperty2: ="Text"\n CustomProperty3: >-\n =Table({SampleStringField:"SampleText", SampleNumberField:10,\n SampleBooleanField:true})\n CustomProperty4: =100'},{Component:"HeaderContainer1",YAML:'- HeaderContainer1:\n Control: GroupContainer@1.3.0\n Variant: AutoLayout\n Properties:\n AlignInContainer: =AlignInContainer.SetByContainer\n Fill: =App.Theme.Colors.Primary\n FillPortions: =0\n Height: =75\n LayoutDirection: =LayoutDirection.Horizontal\n PaddingLeft: =10\n PaddingRight: =10\n RadiusBottomLeft: =8\n RadiusBottomRight: =8\n RadiusTopLeft: =8\n RadiusTopRight: =8\n Children:\n - AppName1:\n Control: Text@0.0.51\n Properties:\n Align: =\'TextCanvas.Align\'.Start\n AlignInContainer: =AlignInContainer.Stretch\n FillPortions: =1\n FontColor: =App.Theme.Colors.Lighter70\n Height: =75\n LayoutMinHeight: =40\n LayoutMinWidth: =280\n PaddingBottom: =0\n PaddingLeft: =0\n PaddingRight: =0\n PaddingTop: =0\n Size: =25\n Text: ="App name"\n VerticalAlign: =VerticalAlign.Middle\n Weight: =\'TextCanvas.Weight\'.Regular\n Width: =280\n - Offline sync Icon1:\n Control: Button@0.0.45\n Properties:\n AccessibleLabel: ="Offline sync status icon"\n Align: =Align.Left\n AlignInContainer: =AlignInContainer.Stretch\n Appearance: =\'ButtonCanvas.Appearance\'.Transparent\n FontColor: =App.Theme.Colors.Lighter70\n FontSize: =50\n Icon: |-\n =Switch(Connection.Sync,\n ConnectionSync.Connected, "Globe", \n ConnectionSync.ConnectedWithWarning, "GlobeWarning",\n ConnectionSync.ConnectedPendingUpsync, "GlobeArrowUp", ConnectionSync.ConnectedError, "GlobeError",\n ConnectionSync.ConnectedRefresh, "GlobeSync",\n ConnectionSync.NotConnected, "GlobeProhibited", \n ConnectionSync.NotConnectedWithWarning, "GlobeWarning",\n ConnectionSync.NotConnectedPendingUpsync, "GlobeArrowUp",\n ConnectionSync.NotConnectedSyncError, "GlobeError")\n IconStyle: =\'ButtonCanvas.IconStyle\'.Outline\n Layout: =\'ButtonCanvas.Layout\'.IconOnly\n LayoutMinHeight: =50\n OnSelect: =ShowHostInfo(HostInfo.OfflineSync)\n VerticalAlign: =VerticalAlign.Middle\n Visible: =Host.OfflineEnabled\n Width: =70'},{Component:"MainSectionContainer1",YAML:'- MainSectionContainer1:\n Control: GroupContainer@1.3.0\n Variant: AutoLayout\n Properties:\n AlignInContainer: =AlignInContainer.SetByContainer\n DropShadow: =DropShadow.None\n Fill: =RGBA(255, 255, 255, 1)\n LayoutDirection: =LayoutDirection.Vertical\n RadiusBottomLeft: =8\n RadiusBottomRight: =8\n RadiusTopLeft: =8\n RadiusTopRight: =8\n Children:\n - Component1_1:\n Control: CanvasComponent\n ComponentName: Component1\n Properties:\n CustomProperty1: ="Text"\n CustomProperty2: ="Text"\n CustomProperty3: >-\n =Table({SampleStringField:"SampleText", SampleNumberField:10,\n SampleBooleanField:true})\n CustomProperty4: =100'},{Component:"ScreenContainer1",YAML:'- ScreenContainer1:\n Control: GroupContainer@1.3.0\n Variant: AutoLayout\n Properties:\n DropShadow: =DropShadow.None\n Fill: =RGBA(245, 245, 245, 1)\n Height: =Parent.Height\n LayoutAlignItems: =LayoutAlignItems.Stretch\n LayoutDirection: =LayoutDirection.Vertical\n LayoutGap: =16\n PaddingBottom: =16\n PaddingLeft: =16\n PaddingRight: =16\n PaddingTop: =16\n Width: =Parent.Width\n Children:\n - HeaderContainer1:\n Control: GroupContainer@1.3.0\n Variant: AutoLayout\n Properties:\n AlignInContainer: =AlignInContainer.SetByContainer\n Fill: =App.Theme.Colors.Primary\n FillPortions: =0\n Height: =75\n LayoutDirection: =LayoutDirection.Horizontal\n PaddingLeft: =10\n PaddingRight: =10\n RadiusBottomLeft: =8\n RadiusBottomRight: =8\n RadiusTopLeft: =8\n RadiusTopRight: =8\n Children:\n - AppName1:\n Control: Text@0.0.51\n Properties:\n Align: =\'TextCanvas.Align\'.Start\n AlignInContainer: =AlignInContainer.Stretch\n FillPortions: =1\n FontColor: =App.Theme.Colors.Lighter70\n Height: =75\n LayoutMinHeight: =40\n LayoutMinWidth: =280\n PaddingBottom: =0\n PaddingLeft: =0\n PaddingRight: =0\n PaddingTop: =0\n Size: =25\n Text: ="App name"\n VerticalAlign: =VerticalAlign.Middle\n Weight: =\'TextCanvas.Weight\'.Regular\n Width: =280\n - Offline sync Icon1:\n Control: Button@0.0.45\n Properties:\n AccessibleLabel: ="Offline sync status icon"\n Align: =Align.Left\n AlignInContainer: =AlignInContainer.Stretch\n Appearance: =\'ButtonCanvas.Appearance\'.Transparent\n FontColor: =App.Theme.Colors.Lighter70\n FontSize: =50\n Icon: |-\n =Switch(Connection.Sync,\n ConnectionSync.Connected, "Globe", \n ConnectionSync.ConnectedWithWarning, "GlobeWarning",\n ConnectionSync.ConnectedPendingUpsync, "GlobeArrowUp", ConnectionSync.ConnectedError, "GlobeError",\n ConnectionSync.ConnectedRefresh, "GlobeSync",\n ConnectionSync.NotConnected, "GlobeProhibited", \n ConnectionSync.NotConnectedWithWarning, "GlobeWarning",\n ConnectionSync.NotConnectedPendingUpsync, "GlobeArrowUp",\n ConnectionSync.NotConnectedSyncError, "GlobeError")\n IconStyle: =\'ButtonCanvas.IconStyle\'.Outline\n Layout: =\'ButtonCanvas.Layout\'.IconOnly\n LayoutMinHeight: =50\n OnSelect: =ShowHostInfo(HostInfo.OfflineSync)\n VerticalAlign: =VerticalAlign.Middle\n Visible: =Host.OfflineEnabled\n Width: =70\n - MainSectionContainer1:\n Control: GroupContainer@1.3.0\n Variant: AutoLayout\n Properties:\n AlignInContainer: =AlignInContainer.SetByContainer\n DropShadow: =DropShadow.None\n Fill: =RGBA(255, 255, 255, 1)\n LayoutDirection: =LayoutDirection.Vertical\n RadiusBottomLeft: =8\n RadiusBottomRight: =8\n RadiusTopLeft: =8\n RadiusTopRight: =8\n Children:\n - Component1_1:\n Control: CanvasComponent\n ComponentName: Component1\n Properties:\n CustomProperty1: ="Text"\n CustomProperty2: ="Text"\n CustomProperty3: >-\n =Table({SampleStringField:"SampleText", SampleNumberField:10,\n SampleBooleanField:true})\n CustomProperty4: =100'}],Variables:{Local:[{Variable:"local",Screen:"Screen1",Set:5,Used:0},{Variable:"localNumber",Screen:"Screen1",Set:1,Used:0},{Variable:"localRecord",Screen:"Screen1",Set:1,Used:0},{Variable:"localBoolean",Screen:"Screen1",Set:1,Used:0},{Variable:"localTable",Screen:"Screen1",Set:1,Used:0}],Global:[{Variable:"vbNew",Type:"Global",Set:2,Used:8},{Variable:"vbTimer",Type:"Global",Set:3,Used:2},{Variable:"viCurrent",Type:"Global",Set:3,Used:5},{Variable:"voColour",Type:"Global",Set:1,Used:2},{Variable:"viNewPosition",Type:"Global",Set:8,Used:4},{Variable:"viNewOrder",Type:"Global",Set:2,Used:6},{Variable:"test",Type:"Global",Set:1,Used:1},{Variable:"glTable",Type:"Global",Set:1,Used:0}],Formulas:'YouShouldVisit="https://dev.to/wyattdave/";\r
AsAlways="Hello World";\r
aNumber=4;\r
aBoolean=true;\r
aRecord={First:"David",Last:"Wyatt"};',Collections:[{Variable:"colIcons",Set:1,Used:10},{Variable:"colPostion",Set:1,Used:23},{Variable:"colSequence",Set:2,Used:5},{Variable:"colRandom",Set:2,Used:8},{Variable:"colOrder",Set:1,Used:17},{Variable:"colFollowSetup",Set:1,Used:3},{Variable:"colColours",Set:1,Used:4},{Variable:"colAnimals",Set:4,Used:2},{Variable:"colOptions",Set:2,Used:2},{Variable:"colFollow",Set:1,Used:6},{Variable:"colSelect",Set:1,Used:4}]},Connections:[{Name:"Environment",ApiId:"/environment_39a902ba"}],DataSources:[{Name:"Responders",DatasetName:"https://37wcqv.sharepoint.com/sites/Certificates",EnvironmentVar:"false"},{Name:"list",DatasetName:"https://37wcqv.sharepoint.com/sites/testsite",EnvironmentVar:"true"},{Name:"Blogs",DatasetName:"default.cds",EnvironmentVar:"n/a"}],Flows:[{Name:"test",Flow:"956fc019-d6cc-423d-86c8-75108ee3ff5a"}],Tests:{Suites:[{SuiteTrigger:"OnTestStart",Action:"Clear(colAnimals);"},{SuiteTrigger:"OnTestComplete",Action:'Notify("test complete")'}],Tests:[{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('buStart')"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('ic2_2')"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('ic2_2')"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('ic2_2')"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('ic3_2')"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('ic3_2')"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('ic3_2')"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('ic3_2')"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('ic3_2')"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('ic3_2')"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('ic4_2')"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('ic4_2')"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('ic4_2')"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('buConfirm')"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('buNext')"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('buConfirm_Order')"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('gaOrder', 4, 'icUp')"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('gaOrder', 3, 'icUp')"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('gaOrder', 2, 'icUp')"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('gaOrder', 2, 'icDown')"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('gaOrder', 3)"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('gaOrder', 2, 'icDown')"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('gaOrder', 2, 'icDown')"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('gaOrder', 3, 'icDown')"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('gaOrder', 2, 'icDown')"},{Suite:"Suite",Test:"Case",TestDescription:"",Action:"Select('buConfirm_Order')"},{Suite:"Suite",Test:"Case 2",TestDescription:"test case",Action:"Select('buNext')"},{Suite:"Suite",Test:"Case 2",TestDescription:"test case",Action:"Assert(1=1)"},{Suite:"Suite",Test:"Case 2",TestDescription:"test case",Action:'Trace("Hello World")'}]},MissingDependencies:[{Name:"wd_LowCodePlugin",Type:90,NameReq:"Microsoft.PowerFx.Evaluator"},{Name:"triggeres",ParentId:"{a4bb3db8-e850-f011-877a-000d3a301de0}",Type:"connectionreference",NameReq:"new_sharedsharepointonline_47157"},{Name:"test",ParentId:"{c768e785-e850-f011-877a-000d3a301de0}",Type:"connectionreference",NameReq:"new_sharedsharepointonline_47157"}],EnvironmentVariables:[{Name:"secret",Description:"secret",API:"None",DataType:"Secret",Type:100000005},{Name:"number",Description:"number",API:"None",DataType:"Number",Type:100000001},{Name:"json",Description:"json",API:"None",DataType:"JSON",Type:100000003},{Name:"String",Description:"String",API:"None",DataType:"String",Type:1e8},{Name:"site",Description:"Data Connection",API:"/providers/microsoft.powerapps/apis/shared_sharepointonline",DataType:"Data Source",Type:100000004},{Name:"list",Description:"Data Connection",API:"/providers/microsoft.powerapps/apis/shared_sharepointonline",DataType:"Table",Type:100000004},{Name:"boolean",Description:"boolean",API:"None",DataType:"Boolean",Type:100000002}],ConnectionReferences:[{Name:"SharePoint",Id:"wd_SharePoint",Type:"/providers/Microsoft.PowerApps/apis/shared_sharepointonline"}],SolutionFlows:[{Name:"test",Id:"c768e785-e850-f011-877a-000d3a301de0",SubProcess:0},{Name:"triggeres",Id:"a4bb3db8-e850-f011-877a-000d3a301de0",SubProcess:0}],Tables:[{Name:"Blog",Id:"wd_Blog",Description:"This table contains records of blog information"}]};let oData=oTestData;