From 87a2eb8fbb075fc4126d53e9419e6d770f502c99 Mon Sep 17 00:00:00 2001 From: andersgMSFT <90765077+andersgMSFT@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:53:37 +0100 Subject: [PATCH] Prepare the Coffee MR Sample for public distribution (#3) * Update Coffee MR sample * Update AL-Go-Settings.json * Update AL-Go-Settings.json * Remove old files * Update AL-Go-Settings.json --- ALApp/AppCode/.vscode/launch.json | 20 + ALApp/AppCode/APIs/CoffeeItems.api.al | 22 +- .../CoffeDemoDataGenerator.codeunit.al | 99 +- .../Demo data/Table/CoffeeItem.table.al | 21 +- .../GeneratedPermission.permissionset.al | 4 +- ALApp/AppCode/Pages/CoffeeItem.page.al | 46 +- ALApp/AppCode/Pages/CoffeeItemPart.page.al | 18 +- ALApp/AppCode/Pages/CoffeeMRSample.page.al | 36 +- ALApp/AppCode/app.json | 2 +- .../cr301_fieldhelper_3e887.meta.xml | 17 +- ...helper_3e887_AdditionalUris0_identity.json | 1 + ...cr301_fieldhelper_3e887_BackgroundImageUri | Bin 11568 -> 7811 bytes .../cr301_fieldhelper_3e887_DocumentUri.msapp | Bin 212179 -> 270596 bytes .../Assets/Images/Coffee MR customer icon.svg | 4 + .../Coffee MR customerlist dismiss icon.png | Bin 0 -> 258 bytes .../Coffee MR customerlist select icon.svg | 3 + .../Assets/Images/Coffee MR edit icon.svg | 3 + .../Coffee MR general top back arrow.svg | 3 + .../Coffee MR info screen dismiss icon.svg | 3 + .../Coffee MR info screen info icon.svg | 3 + .../Coffee MR start screen info icon.svg | 3 + .../Assets/Images/Coffee MR succes icon.svg | 3 + ...Coffee MR top measurement dismiss icon.svg | 3 + .../Coffee MR_Dimensions illustration_X2.png | Bin 0 -> 15658 bytes .../Images/Coffee MR_logotype and logo_x2.png | Bin 0 -> 32976 bytes .../Coffee-MR_spinner_light-aqua_X2.gif | Bin 0 -> 8110 bytes .../Assets/Images/loading-spinner.gif | Bin 80855 -> 0 bytes .../cr301_fieldhelper_3e887/Assets/logo.jpg | Bin 11568 -> 7811 bytes .../CanvasManifest.json | 28 +- .../Connections/Connections.json | 21 +- .../ControlTemplates.json | 8 +- ...ms %28microsoft%2fpowerApps%2fbeta%29.json | 15 +- .../DataSources/customers %28v2.0%29.json | 4 +- .../salesOrderLines %28v2.0%29.json | 4 +- .../DataSources/salesOrders %28v2.0%29.json | 4 +- .../Entropy/AppCheckerResult.sarif | 928 +- .../Entropy/Entropy.json | 1319 +- .../Entropy/checksum.json | 130 +- .../cr301_fieldhelper_3e887/Src/App.fx.yaml | 24 +- .../Src/Coffee Machine screen.fx.yaml | 329 +- .../Src/Coffee Machines List Screen.fx.yaml | 299 +- .../Src/Components/comBigDivider.json | 11 +- .../Src/Components/comBigDividerBlack.fx.yaml | 25 + .../Src/Components/comBigDividerBlack.json | 335 + .../Src/Components/comBigDividerBottom.json | 11 +- .../Src/Components/comLoadingOverlay.fx.yaml | 21 +- .../Src/Components/comLoadingOverlay.json | 486 +- .../Src/Components/comYesNoDialog.json | 47 +- .../Src/Customer List Screen.fx.yaml | 217 + .../Src/Debug screen.fx.yaml | 52 - .../Src/EditorState/App.editorstate.json | 2 + .../Coffee Machine screen.editorstate.json | 3511 ++++- ...ffee Machines List Screen.editorstate.json | 3554 +++-- ... => Customer List Screen.editorstate.json} | 11396 ++++++---------- .../EditorState/Debug screen.editorstate.json | 788 -- .../Extras List Screen.editorstate.json | 2711 ++-- .../EditorState/Info Screen.editorstate.json | 1846 ++- .../Measurement Screen.editorstate.json | 3477 +++-- .../Start Measure Screen.editorstate.json | 1360 -- .../EditorState/Start Screen.editorstate.json | 1252 +- .../Success Screen.editorstate.json | 245 +- .../Summary Screen.editorstate.json | 1075 +- .../comBigDivider.editorstate.json | 2 + .../comBigDividerBlack.editorstate.json | 281 + .../comBigDividerBottom.editorstate.json | 2 + .../comLoadingOverlay.editorstate.json | 370 +- .../comYesNoDialog.editorstate.json | 8 + .../Src/Extra Screen.fx.yaml | 426 - .../Src/Extras List Screen.fx.yaml | 210 +- .../Src/Info Screen.fx.yaml | 134 +- .../Src/Measurement Screen.fx.yaml | 329 +- .../Src/Start Measure Screen.fx.yaml | 90 - .../Src/Start Screen.fx.yaml | 137 +- .../Src/Success Screen.fx.yaml | 21 +- .../Src/Summary Screen.fx.yaml | 303 +- .../Measure in MR %28preview%29_1.0.23.json | 197 +- .../View in MR %28preview%29_1.0.29.json | 293 +- ...ms %28microsoft%2fpowerApps%2fbeta%29.json | 2 +- .../pkgs/button_2.2.0.xml | 6 +- ...{gallery_2.13.2.xml => gallery_2.14.0.xml} | 1504 +- .../pkgs/groupContainer_1.3.0.xml | 6 +- .../pkgs/icon_2.5.0.xml | 2 +- .../pkgs/image_2.2.2.xml | 7 +- .../pkgs/label_2.5.1.xml | 5 +- .../pkgs/rectangle_2.3.0.xml | 2 +- .../pkgs/text_2.3.2.xml | 7 +- .../pkgs/timer_2.1.0.xml | 2 +- CoffeMR/Other/Solution.xml | 6 +- ...-ABA81736-12D9-ED11-A7C7-000D3A991110.json | 8 +- README.md | 21 +- SECURITY.md | 14 +- SUPPORT.md | 19 +- 92 files changed, 22282 insertions(+), 17981 deletions(-) create mode 100644 ALApp/AppCode/.vscode/launch.json create mode 100644 CoffeMR/CanvasApps/cr301_fieldhelper_3e887_AdditionalUris0_identity.json create mode 100644 CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR customer icon.svg create mode 100644 CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR customerlist dismiss icon.png create mode 100644 CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR customerlist select icon.svg create mode 100644 CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR edit icon.svg create mode 100644 CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR general top back arrow.svg create mode 100644 CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR info screen dismiss icon.svg create mode 100644 CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR info screen info icon.svg create mode 100644 CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR start screen info icon.svg create mode 100644 CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR succes icon.svg create mode 100644 CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR top measurement dismiss icon.svg create mode 100644 CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR_Dimensions illustration_X2.png create mode 100644 CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR_logotype and logo_x2.png create mode 100644 CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee-MR_spinner_light-aqua_X2.gif delete mode 100644 CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/loading-spinner.gif create mode 100644 CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comBigDividerBlack.fx.yaml create mode 100644 CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comBigDividerBlack.json create mode 100644 CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Customer List Screen.fx.yaml delete mode 100644 CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Debug screen.fx.yaml rename CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/{Extra Screen.editorstate.json => Customer List Screen.editorstate.json} (56%) delete mode 100644 CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Debug screen.editorstate.json delete mode 100644 CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Start Measure Screen.editorstate.json create mode 100644 CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/comBigDividerBlack.editorstate.json delete mode 100644 CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Extra Screen.fx.yaml delete mode 100644 CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Start Measure Screen.fx.yaml rename CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/{gallery_2.13.2.xml => gallery_2.14.0.xml} (98%) diff --git a/ALApp/AppCode/.vscode/launch.json b/ALApp/AppCode/.vscode/launch.json new file mode 100644 index 0000000..b0c553b --- /dev/null +++ b/ALApp/AppCode/.vscode/launch.json @@ -0,0 +1,20 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Microsoft cloud sandbox", + "request": "launch", + "type": "al", + "environmentType": "Sandbox", + "environmentName": "CoffeeMRTest", + "startupObjectId": 70030, + "startupObjectType": "Page", + "breakOnError": "All", + "launchBrowser": false, + "enableLongRunningSqlStatements": true, + "enableSqlInformationDebugger": true, + "forceUpgrade": true, + "schemaUpdateMode": "ForceSync" + } + ] +} \ No newline at end of file diff --git a/ALApp/AppCode/APIs/CoffeeItems.api.al b/ALApp/AppCode/APIs/CoffeeItems.api.al index c198e7c..b285274 100644 --- a/ALApp/AppCode/APIs/CoffeeItems.api.al +++ b/ALApp/AppCode/APIs/CoffeeItems.api.al @@ -29,7 +29,7 @@ page 70032 CoffeeItems } field(displayName; Rec.Description) { - Caption = 'DisplayName'; + Caption = 'Display Name'; } field("unitPrice"; Rec."Unit Price") { @@ -54,15 +54,15 @@ page 70032 CoffeeItems } field(itemImageText; Rec.Picture) { - Caption = 'Picture reference'; + Caption = 'Picture Reference'; } field(longDescription; Rec.LongDescription) { - Caption = 'Long description'; + Caption = 'Long Description'; } - field(isAvailableForFieldWorkers; Rec.IsAvialableForFieldWorker) + field(showInCoffeeMRApp; Rec.ShowInCoffeeMRApp) { - Caption = 'Is available for field workers'; + Caption = 'Show Item In Coffee MR App'; } field(picture; NameValueBufferBlob."Value BLOB") { @@ -76,6 +76,18 @@ page 70032 CoffeeItems { Caption = 'Has 3D Model'; } + field(ItemHeight; Rec.ItemHeight) + { + Caption = 'Item Height'; + } + field(ItemWidth; Rec.ItemWidth) + { + Caption = 'Item Width'; + } + field(ItemDepth; Rec.ItemDepth) + { + Caption = 'Item Depth'; + } } } } diff --git a/ALApp/AppCode/Demo data/CoffeDemoDataGenerator.codeunit.al b/ALApp/AppCode/Demo data/CoffeDemoDataGenerator.codeunit.al index 9d092a6..7a14022 100644 --- a/ALApp/AppCode/Demo data/CoffeDemoDataGenerator.codeunit.al +++ b/ALApp/AppCode/Demo data/CoffeDemoDataGenerator.codeunit.al @@ -1,17 +1,13 @@ codeunit 70032 CoffeDemoDataGenerator { var - DeleteDemodataConfirmationQst: Label 'Are you sure you want to delete all sample data generated for the Take Order app?'; - DemodataDeletedMsg: Label 'Sample data deleted successfully.'; - DemodataCreatedMsg: Label 'Sample data created successfully.'; InvalidItemTemplateErr: Label 'We tried to create some sample items, but we could not apply the template "%1". Make sure you are running in an evaluation company with a valid item template.'; - InvalidCustTemplateErr: Label 'We tried to create some sample customers, but we could not apply the template "%1". Make sure you are running in an evaluation company with a valid customer template.'; procedure GenerateDemoData() var - itemRecord: Record Item; - itemImageCodeUnit: Codeunit CoffeeMachineImages; - itemimageCodeUnitExtra: Codeunit CoffeeExtrasImages; + ItemRecord: Record Item; + CoffeeMachineImages: Codeunit CoffeeMachineImages; + CoffeeExtrasImages: Codeunit CoffeeExtrasImages; begin // Add item catagories @@ -21,32 +17,32 @@ codeunit 70032 CoffeDemoDataGenerator AddItemCatagories('Accessory', 'accessory'); // Add Coffee machines - AddItem('CM001', 'Contoso SLIM 2018 San Diego', 'Contoso SLIM 2018 San Diego', 'finishedGoods', 699, itemImageCodeUnit.C0001_2018SandiagoSlim()); - AddItem('CM002', 'Contoso SLIM 2019 Las Vegas', 'Contoso SLIM 2019 Las Vegas', 'finishedGoods', 850, itemImageCodeUnit.C0002_2019LasVegaSlim()); - AddItem('CM003', 'Contoso MINI 2018 San Diego', 'Contoso MINI 2018 San Diego', 'finishedGoods', 499, itemImageCodeUnit.C0003_2018SandiagoMini()); - AddItem('CM004', 'Contoso MINI 2022 Orlando', 'Contoso MINI 2022 Orlando', 'finishedGoods', 499, itemImageCodeUnit.C0004_2022OrlandoMini()); - AddItem('CM005', 'Contoso MINI 2023 Orlando', 'Contoso MINI 2023 Orlando', 'finishedGoods', 699, itemImageCodeUnit.C0005_2023OrlandoMini()); - AddItem('CM006', 'Contoso PRO SLIM 2023 Orlando', 'Contoso PRO SLIM 2023 Orlando', 'finishedGoods', 699, itemImageCodeUnit.C0006_2023OrlandoProSlim()); - AddItem('CM007', 'Contoso MINI 2019 Las Vegas', 'Contoso MIINI 2019 Las Vegas', 'finishedGoods', 699, itemImageCodeUnit.C0007_2019LasVegasMini()); + AddItem('CM001', 'Contoso SLIM 2018 San Diego', 'Contoso SLIM 2018 San Diego', 'finishedGoods', 699, CoffeeMachineImages.C0001_2018SandiagoSlim(), 40, 15, 23); + AddItem('CM002', 'Contoso SLIM 2019 Las Vegas', 'Contoso SLIM 2019 Las Vegas', 'finishedGoods', 850, CoffeeMachineImages.C0002_2019LasVegaSlim(), 20, 20, 26); + AddItem('CM003', 'Contoso MINI 2018 San Diego', 'Contoso MINI 2018 San Diego', 'finishedGoods', 499, CoffeeMachineImages.C0003_2018SandiagoMini(), 50, 30, 60); + AddItem('CM004', 'Contoso MINI 2022 Orlando', 'Contoso MINI 2022 Orlando', 'finishedGoods', 499, CoffeeMachineImages.C0004_2022OrlandoMini(), 15, 20, 15); + AddItem('CM005', 'Contoso MINI 2023 Orlando', 'Contoso MINI 2023 Orlando', 'finishedGoods', 699, CoffeeMachineImages.C0005_2023OrlandoMini(), 32, 20, 18); + AddItem('CM006', 'Contoso PRO SLIM 2023 Orlando', 'Contoso PRO SLIM 2023 Orlando', 'finishedGoods', 699, CoffeeMachineImages.C0006_2023OrlandoProSlim(), 10, 9, 40); + AddItem('CM007', 'Contoso MINI 2019 Las Vegas', 'Contoso MIINI 2019 Las Vegas', 'finishedGoods', 699, CoffeeMachineImages.C0007_2019LasVegasMini(), 14, 7, 60); // Add extras items for coffee machines - AddItem('E0001', 'Coffee beans', 'Freshly roasted beans for brewing coffee', 'consumables', 12, itemimageCodeUnitExtra.E0001_beans()); - AddItem('E0002', 'Paper filters', 'Disposable filters for drip or pour-over coffee makers', 'consumables', 6, itemimageCodeUnitExtra.E0002_paperFilters()); - AddItem('E0003', 'Descaling solution', 'Solution for removing mineral buildup from the coffee machine', 'consumables', 10, itemimageCodeUnitExtra.E0003_descaling()); - AddItem('E0004', 'Milk frothing pitcher', 'Stainless steel pitcher for steaming and frothing milk', 'consumables', 15, itemimageCodeUnitExtra.E0004_milkFrothePither()); - AddItem('E0005', 'Tamper', 'Tool used to compress ground coffee in the portafilter', 'accessory', 20, itemimageCodeUnitExtra.E0005_tamper()); - AddItem('E0006', 'Milk frother attachment', 'Attachment for making frothed milk for cappuccinos and lattes', 'accessory', 25, itemimageCodeUnitExtra.E0006_milkFrother()); - AddItem('E0007', 'Portafilter basket', 'Replacement or additional basket for the portafilter', 'accessory', 12, itemimageCodeUnitExtra.E0007_portaFilterBasket()); - AddItem('E0008', 'Knock box for used coffee grounds', 'Container for discarding used coffee grounds', 'accessory', 30, itemimageCodeUnitExtra.E0008_box()); - AddItem('E0009', 'Replacement water filter cartridge', 'Replacement cartridge for the water filtration system in the machine', 'accessory', 8, itemimageCodeUnitExtra.E0009_waterFilter()); - AddItem('E0010', 'Cleaning brush', 'Small brush for cleaning the grouphead, portafilter, and steam wand', 'maintenance', 7, itemimageCodeUnitExtra.E0010_CleaningBrush()); - AddItem('E0011', 'Grouphead cleaning powder', 'Powder for removing coffee oils and residue from the grouphead', 'maintenance', 9, itemimageCodeUnitExtra.E0011_CleaningPowder()); - AddItem('E0012', 'Steam wand cleaning solution', 'Solution for removing milk residue from the steam wand', 'maintenance', 12, itemimageCodeUnitExtra.E0012_SteamWandcleaningSolution()); - AddItem('E0013', 'Drip tray liners', 'Disposable liners for collecting drips and spills from the machine', 'maintenance', 5, itemimageCodeUnitExtra.E0013_DripTrayLiners()); + AddItem('E0001', 'Coffee beans', 'Freshly roasted beans for brewing coffee', 'consumables', 12, CoffeeExtrasImages.E0001_beans(), 3, 6, 2); + AddItem('E0002', 'Paper filters', 'Disposable filters for drip or pour-over coffee makers', 'consumables', 6, CoffeeExtrasImages.E0002_paperFilters(), 2, 6, 6); + AddItem('E0003', 'Descaling solution', 'Solution for removing mineral buildup from the coffee machine', 'consumables', 10, CoffeeExtrasImages.E0003_descaling(), 8, 4, 4); + AddItem('E0004', 'Milk frothing pitcher', 'Stainless steel pitcher for steaming and frothing milk', 'consumables', 15, CoffeeExtrasImages.E0004_milkFrothePither(), 5, 4, 4); + AddItem('E0005', 'Tamper', 'Tool used to compress ground coffee in the portafilter', 'accessory', 20, CoffeeExtrasImages.E0005_tamper(), 4, 2, 2); + AddItem('E0006', 'Milk frother attachment', 'Attachment for making frothed milk for cappuccinos and lattes', 'accessory', 25, CoffeeExtrasImages.E0006_milkFrother(), 5, 3, 3); + AddItem('E0007', 'Portafilter basket', 'Replacement or additional basket for the portafilter', 'accessory', 12, CoffeeExtrasImages.E0007_portaFilterBasket(), 4, 4, 2); + AddItem('E0008', 'Knock box for used coffee grounds', 'Container for discarding used coffee grounds', 'accessory', 30, CoffeeExtrasImages.E0008_box(), 6, 6, 6); + AddItem('E0009', 'Replacement water filter cartridge', 'Replacement cartridge for the water filtration system in the machine', 'accessory', 8, CoffeeExtrasImages.E0009_waterFilter(), 3, 3, 3); + AddItem('E0010', 'Cleaning brush', 'Small brush for cleaning the grouphead, portafilter, and steam wand', 'maintenance', 7, CoffeeExtrasImages.E0010_CleaningBrush(), 8, 2, 1); + AddItem('E0011', 'Grouphead cleaning powder', 'Powder for removing coffee oils and residue from the grouphead', 'maintenance', 9, CoffeeExtrasImages.E0011_CleaningPowder(), 6, 3, 3); + AddItem('E0012', 'Steam wand cleaning solution', 'Solution for removing milk residue from the steam wand', 'maintenance', 12, CoffeeExtrasImages.E0012_SteamWandcleaningSolution(), 8, 4, 4); + AddItem('E0013', 'Drip tray liners', 'Disposable liners for collecting drips and spills from the machine', 'maintenance', 5, CoffeeExtrasImages.E0013_DripTrayLiners(), 5, 5, 0.1); end; - procedure AddItem(ItemNumber: Text; ItemName: Text; description: Text; itemCategory: Text; unitPrice: Decimal; itemPicture: Text) + procedure AddItem(ItemNumber: Text; ItemName: Text; Description: Text; ItemCategory: Text; UnitPrice: Decimal; ItemPicture: Text; Itemheight: Decimal; ItemWidth: Decimal; ItemDepth: Decimal); var ItemTempl: Record "Item Templ."; ItemRecord: Record Item; @@ -69,49 +65,52 @@ codeunit 70032 CoffeDemoDataGenerator ItemRecord.Get(ItemNumber); ItemRecord.Validate(Description, ItemName); ItemRecord.Validate("Unit Price", UnitPrice); - ItemRecord.Validate("Item Category Code", itemCategory); - ItemRecord.Validate(IsAvialableForFieldWorker, true); - ItemRecord.Validate(LongDescription, description); + ItemRecord.Validate("Item Category Code", ItemCategory); + ItemRecord.Validate(ShowInCoffeeMRApp, true); + ItemRecord.Validate(LongDescription, Description); + ItemRecord.Validate(itemheight, Itemheight); + ItemRecord.Validate(itemWidth, ItemWidth); + ItemRecord.Validate(itemDepth, ItemDepth); ItemRecord.Modify(true); AddImageToItem(ItemPicture, ItemRecord); AddItemUnitOfMeasure(ItemNumber); end; - procedure AddItemCatagories(description: Text; code: Text) + procedure AddItemCatagories(Description: Text; Code: Text) var itemCatagory: Record "Item Category"; begin - if itemCatagory.Get(code) then + if itemCatagory.Get(Code) then exit; itemCatagory.Init(); - itemCatagory.Validate(description, description); - itemCatagory.Validate(Code, code); + itemCatagory.Validate(description, Description); + itemCatagory.Validate(Code, Code); itemCatagory.Insert(true); end; - procedure AddItemUnitOfMeasure(itemNumber: Text) + procedure AddItemUnitOfMeasure(ItemNumber: Text) var - itemUnitOfMeasure: Record "Item Unit of Measure"; - itemRecord: Record Item; + ItemUnitOfMeasure: Record "Item Unit of Measure"; + ItemRecord: Record Item; begin - itemUnitOfMeasure.SetRange("Item No.", itemNumber); - itemUnitOfMeasure.SetRange(Code, 'PCS'); - if itemUnitOfMeasure.FindFirst() then + ItemUnitOfMeasure.SetRange("Item No.", ItemNumber); + ItemUnitOfMeasure.SetRange(Code, 'PCS'); + if ItemUnitOfMeasure.FindFirst() then exit; - itemUnitOfMeasure.Init(); - itemUnitOfMeasure.Validate("Item No.", itemNumber); - itemUnitOfMeasure.Validate(Code, 'PCS'); - itemUnitOfMeasure.Insert(true); + ItemUnitOfMeasure.Init(); + ItemUnitOfMeasure.Validate("Item No.", ItemNumber); + ItemUnitOfMeasure.Validate(Code, 'PCS'); + ItemUnitOfMeasure.Insert(true); - itemRecord.Get(itemNumber); - itemRecord.validate("Base Unit of Measure", 'PCS'); - itemRecord.Modify(true); + ItemRecord.Get(ItemNumber); + ItemRecord.validate("Base Unit of Measure", 'PCS'); + ItemRecord.Modify(true); end; - procedure AddImageToItem(Base64Img: Text; var itemRecord: Record Item) + procedure AddImageToItem(Base64Img: Text; var ItemRecord: Record Item) var Base64Convert: Codeunit "Base64 Convert"; TempBlob: Codeunit "Temp Blob"; @@ -120,7 +119,7 @@ codeunit 70032 CoffeDemoDataGenerator begin Outstr := TempBlob.CreateOutStream(); Base64Convert.FromBase64(Base64Img, Outstr); - itemRecord.Picture.ImportStream(TempBlob.CreateInStream(), 'Image demo data for Item'); + ItemRecord.Picture.ImportStream(TempBlob.CreateInStream(), 'Image demo data for Item'); ItemRecord.Modify(true); end; } \ No newline at end of file diff --git a/ALApp/AppCode/Demo data/Table/CoffeeItem.table.al b/ALApp/AppCode/Demo data/Table/CoffeeItem.table.al index a4e70d9..e7f85f6 100644 --- a/ALApp/AppCode/Demo data/Table/CoffeeItem.table.al +++ b/ALApp/AppCode/Demo data/Table/CoffeeItem.table.al @@ -2,14 +2,14 @@ tableextension 70030 CoffeeItem extends Item { fields { - field(70030; IsAvialableForFieldWorker; Boolean) + field(70030; ShowInCoffeeMRApp; Boolean) { - Caption = 'Is Avialable For Field Worker'; + Caption = 'Show In Coffee MR App'; DataClassification = CustomerContent; } field(70031; LongDescription; Text[500]) { - Caption = 'long Description'; + Caption = 'Long Description'; DataClassification = CustomerContent; } field(70032; Model3D; Blob) @@ -17,5 +17,20 @@ tableextension 70030 CoffeeItem extends Item Caption = '3D model'; DataClassification = CustomerContent; } + field(70033; ItemHeight; Decimal) + { + Caption = 'Item Height'; + DataClassification = CustomerContent; + } + field(70034; ItemWidth; Decimal) + { + Caption = 'Item Width'; + DataClassification = CustomerContent; + } + field(70035; ItemDepth; Decimal) + { + Caption = 'Item Depth'; + DataClassification = CustomerContent; + } } } \ No newline at end of file diff --git a/ALApp/AppCode/GeneratedPermission.permissionset.al b/ALApp/AppCode/GeneratedPermission.permissionset.al index a6fcad3..7b5ab41 100644 --- a/ALApp/AppCode/GeneratedPermission.permissionset.al +++ b/ALApp/AppCode/GeneratedPermission.permissionset.al @@ -5,6 +5,6 @@ permissionset 70030 PermissionsCoffeeMR codeunit CoffeeExtrasImages = X, codeunit CoffeeMachineImages = X, page "Coffee MR Sample" = X, - page CoffeeItemsListPart = X, - page CoffeeItems = X; + page CoffeeItems = X, + page CoffeeItemsListPart = X; } \ No newline at end of file diff --git a/ALApp/AppCode/Pages/CoffeeItem.page.al b/ALApp/AppCode/Pages/CoffeeItem.page.al index 8b539ae..ceb8ba1 100644 --- a/ALApp/AppCode/Pages/CoffeeItem.page.al +++ b/ALApp/AppCode/Pages/CoffeeItem.page.al @@ -4,29 +4,49 @@ pageextension 70033 CoffeeItem extends "Item Card" { addlast(Item) { - field(IsAvialableForFieldWorker; Rec.IsAvialableForFieldWorker) + field(ShowInCoffeeMRApp; Rec.ShowInCoffeeMRApp) { ApplicationArea = All; Editable = true; } - - field(uploadModel3d; uploadModelLabel) + field(ItemHeight; Rec.ItemHeight) + { + ApplicationArea = All; + Editable = true; + } + field(ItemWidth; Rec.ItemWidth) + { + ApplicationArea = All; + Editable = true; + } + field(ItemDepth; Rec.ItemDepth) + { + ApplicationArea = All; + Editable = true; + } + field(UploadModel3d; UploadModelLabel) { ApplicationArea = All; - ShowCaption = false; + Caption = '3D model'; Editable = false; + ToolTip = '3D model that can be rendering inside CoffeeMR see more information about the 3Dmodel under learn more here: https://learn.microsoft.com/en-us/dynamics365/mixed-reality/guides/3d-content-guidelines/optimize-models'; + trigger OnDrillDown() var - model3DStream: InStream; - model3DOutStream: OutStream; - fromFile: Text; + Model3DStream: InStream; + Model3DOutStream: OutStream; + FromFile: Text; begin - if UploadIntoStream('Upload 3D model', '', '', fromFile, model3DStream) + if UploadIntoStream('Upload 3D model', '', '', FromFile, Model3DStream) then begin Clear(Rec.Model3D); - Rec.Model3D.CreateOutStream(model3DOutStream); - CopyStream(model3DOutStream, model3DStream); + Rec.Model3D.CreateOutStream(Model3DOutStream); + CopyStream(Model3DOutStream, Model3DStream); Rec.Modify(true); + + // Recalculate the label and don't save + CurrPage.Update(false); + Message('Model uploaded successfully'); end else @@ -40,11 +60,11 @@ pageextension 70033 CoffeeItem extends "Item Card" begin Rec.SetAutoCalcFields(Model3D); - uploadModelLabel := 'Upload model'; + UploadModelLabel := 'Upload'; if Rec.Model3D.HasValue then - uploadModelLabel := 'Overwrite model'; + UploadModelLabel := 'Overwrite'; end; var - uploadModelLabel: Text; + UploadModelLabel: Text; } \ No newline at end of file diff --git a/ALApp/AppCode/Pages/CoffeeItemPart.page.al b/ALApp/AppCode/Pages/CoffeeItemPart.page.al index 1ab441a..3fec018 100644 --- a/ALApp/AppCode/Pages/CoffeeItemPart.page.al +++ b/ALApp/AppCode/Pages/CoffeeItemPart.page.al @@ -2,7 +2,7 @@ page 70031 CoffeeItemsListPart { PageType = ListPart; SourceTable = Item; - SourceTableView = where(IsAvialableForFieldWorker = const(true)); + SourceTableView = where(ShowInCoffeeMRApp = const(true)); layout { @@ -14,11 +14,11 @@ page 70031 CoffeeItemsListPart { ApplicationArea = All; } - field(ItemName; Rec.Description) + field(Description; Rec.Description) { ApplicationArea = All; } - field(ItemPrice; Rec."Unit Price") + field(UnitPrice; Rec."Unit Price") { ApplicationArea = All; } @@ -26,6 +26,18 @@ page 70031 CoffeeItemsListPart { ApplicationArea = All; } + field(ItemHeight; Rec.ItemHeight) + { + ApplicationArea = All; + } + field(ItemWidth; Rec.ItemWidth) + { + ApplicationArea = All; + } + field(ItemDepth; Rec.ItemDepth) + { + ApplicationArea = All; + } } } } diff --git a/ALApp/AppCode/Pages/CoffeeMRSample.page.al b/ALApp/AppCode/Pages/CoffeeMRSample.page.al index 382ca39..8ebb493 100644 --- a/ALApp/AppCode/Pages/CoffeeMRSample.page.al +++ b/ALApp/AppCode/Pages/CoffeeMRSample.page.al @@ -9,14 +9,24 @@ page 70030 "Coffee MR Sample" { area(Content) { - label(Processing) + label(Description) { - Caption = 'This is a sample page to generate and delete data for the Coffee MR sample.'; + Caption = 'This is a sample page to simplify the generation and management of demo data for the Coffee MR sample. To use the mixed reality model rendering, you have to upload a 3D model to the using the Business Central Item page.'; + ApplicationArea = All; } + field(SampleAppDocumentation; SampleAppDocumentationLabel) + { + ApplicationArea = All; + ShowCaption = false; - part(PowerAppItems; CoffeeItemsListPart) + trigger OnDrillDown() + begin + Hyperlink('https://github.com/microsoft/bcsamples-CoffeeMR/?tab=readme-ov-file#preview-business-central-samples---coffee-mr'); + end; + } + part(CoffeeItemsList; CoffeeItemsListPart) { - Caption = 'Coffee machines and extras'; + Caption = 'Coffee MR Items'; } } } @@ -28,13 +38,16 @@ page 70030 "Coffee MR Sample" actionref(PromotedGenerateTestData; GenerateTestData) { } + actionref(PromotedItems; Items) + { + } } area(Processing) { action(GenerateTestData) { - ApplicationArea = All; Caption = 'Generate sample Data'; + ApplicationArea = All; trigger OnAction() var myCodeUnit: Codeunit CoffeDemoDataGenerator; @@ -42,6 +55,19 @@ page 70030 "Coffee MR Sample" myCodeUnit.GenerateDemoData(); end; } + + action(Items) + { + Caption = 'Go to Items'; + ApplicationArea = All; + trigger OnAction() + begin + // Navigate to the Items page + Page.Run(31); + end; + } } } + var + SampleAppDocumentationLabel: Label 'Coffee MR Sample Documentation'; } \ No newline at end of file diff --git a/ALApp/AppCode/app.json b/ALApp/AppCode/app.json index e3355a7..7570cec 100644 --- a/ALApp/AppCode/app.json +++ b/ALApp/AppCode/app.json @@ -2,7 +2,7 @@ "id": "d3f81352-6244-48a4-96a0-a89c5abbb581", "name": "Coffee MR sample", "publisher": "BusinessCentral", - "version": "1.0.9.0", + "version": "1.2.0.0", "brief": "", "description": "", "privacyStatement": "", diff --git a/CoffeMR/CanvasApps/cr301_fieldhelper_3e887.meta.xml b/CoffeMR/CanvasApps/cr301_fieldhelper_3e887.meta.xml index 8512158..69a1545 100644 --- a/CoffeMR/CanvasApps/cr301_fieldhelper_3e887.meta.xml +++ b/CoffeMR/CanvasApps/cr301_fieldhelper_3e887.meta.xml @@ -1,20 +1,20 @@  cr301_fieldhelper_3e887 - 2023-11-01T11:46:36Z + 2024-02-28T15:04:58Z Ready - 3.23102.20.0 - 3.23102.20.0 - {"primaryDeviceWidth":"640","primaryDeviceHeight":"1136","supportsPortrait":"true","supportsLandscape":"false","primaryFormFactor":"Phone","publisherVersion":"3.23102.20","minimumRequiredApiVersion":"2.2.0","hasComponent":"true","hasUnlockedComponent":"true","isUnifiedRootApp":"false","sienaVersion":"20231101T104029Z-3.23061.24.0","showStatusBar":"false"} + 3.24022.13.0 + 3.24022.13.0 + {"primaryDeviceWidth":"640","primaryDeviceHeight":"1136","supportsPortrait":"true","supportsLandscape":"false","primaryFormFactor":"Phone","publisherVersion":"3.24022.13","minimumRequiredApiVersion":"2.2.0","hasComponent":"true","hasUnlockedComponent":"true","isUnifiedRootApp":"false","sienaVersion":"20240228T102730Z-3.24022.13.0","showStatusBar":"false","offlineLargeFilesSupport":"false"} 0 - rgba(10, 163, 168, 1) - Field Helper + rgba(255, 255, 255, 1) + Coffee MR [] - {"0ff5df45-9575-4f2b-8cac-8ae027644295":{"id":"/providers/microsoft.powerapps/apis/shared_dynamicssmbsaas","displayName":"Dynamics 365 Business Central","iconUri":"https://connectoricons-prod.azureedge.net/releases/v1.0.1664/1.0.1664.3477/dynamicssmbsaas/icon.png","dataSources":["customers (v2.0)","salesOrders (v2.0)","salesOrderLines (v2.0)","coffeeItems (microsoft/powerApps/beta)"],"dependencies":[],"dependents":["ea874b1a-7601-47f4-8e74-74b9da7b451c"],"parameterHints":{},"parameterHintsV2":{},"isOnPremiseConnection":false,"bypassConsent":false,"dataSets":{"SandboxUK,7368d553-0c5c-ee11-8df4-6045bdc89477":{"dataSources":{"coffeeItems (microsoft/powerApps/beta)":{"tableName":"coffeeItems,microsoft%252FpowerApps%252Fbeta"}}}},"apiTier":"Premium","actions":["providers/PowerPlatform.Governance/Operations/Read","providers/PowerPlatform.Governance/Operations/Write"]},"ea874b1a-7601-47f4-8e74-74b9da7b451c":{"id":"/providers/microsoft.powerapps/apis/shared_logicflows","displayName":"Logic flows","iconUri":"https://connectoricons-prod.azureedge.net/releases/v1.0.1664/1.0.1664.3477/logicflows/icon.png","dataSources":["UploadImageToSalesOrder"],"dependencies":["0ff5df45-9575-4f2b-8cac-8ae027644295"],"dependents":[],"parameterHints":{"workflowName":{"value":"e651734a-a607-4b4b-a489-180c9af66ed9"},"workflowEntityId":{"value":"aba81736-12d9-ed11-a7c7-000d3a991110"},"0ff5df45-9575-4f2b-8cac-8ae027644295":{"value":"shared_dynamicssmbsaas_1"}},"parameterHintsV2":{"workflowName":{"value":"e651734a-a607-4b4b-a489-180c9af66ed9"},"workflowEntityId":{"value":"aba81736-12d9-ed11-a7c7-000d3a991110"},"shared_dynamicssmbsaas_1":{"value":"0ff5df45-9575-4f2b-8cac-8ae027644295"}},"isOnPremiseConnection":false,"bypassConsent":false,"dataSets":{},"apiTier":"Standard","actions":["Run"]}} + {"0ff5df45-9575-4f2b-8cac-8ae027644295":{"id":"/providers/microsoft.powerapps/apis/shared_dynamicssmbsaas","displayName":"Dynamics 365 Business Central","iconUri":"https://connectoricons-prod.azureedge.net/releases/v1.0.1678/1.0.1678.3636/dynamicssmbsaas/icon.png","dataSources":["salesOrderLines (v2.0)","salesOrders (v2.0)","customers (v2.0)","coffeeItems (microsoft/powerApps/beta)"],"dependencies":[],"dependents":["ea874b1a-7601-47f4-8e74-74b9da7b451c"],"parameterHints":{},"parameterHintsV2":{},"isOnPremiseConnection":false,"bypassConsent":false,"dataSets":{"SANDBOX,5736fe89-41bc-ee11-907d-6045bdc8c244":{"dataSources":{"salesOrderLines (v2.0)":{"tableName":"salesOrderLines,v2.0"},"salesOrders (v2.0)":{"tableName":"salesOrders,v2.0"},"customers (v2.0)":{"tableName":"customers,v2.0"},"coffeeItems (microsoft/powerApps/beta)":{"tableName":"coffeeItems,microsoft%252FpowerApps%252Fbeta"}}}},"apiTier":"Premium","actions":["providers/PowerPlatform.Governance/Operations/Read","providers/PowerPlatform.Governance/Operations/Write"]},"ea874b1a-7601-47f4-8e74-74b9da7b451c":{"id":"/providers/microsoft.powerapps/apis/shared_logicflows","displayName":"Logic flows","iconUri":"https://connectoricons-prod.azureedge.net/releases/v1.0.1664/1.0.1664.3477/logicflows/icon.png","dataSources":["UploadImageToSalesOrder"],"dependencies":["0ff5df45-9575-4f2b-8cac-8ae027644295"],"dependents":[],"parameterHints":{"workflowName":{"value":"27ecdba4-897f-471b-b947-c3eb4f693046"},"workflowEntityId":{"value":"aba81736-12d9-ed11-a7c7-000d3a991110"},"0ff5df45-9575-4f2b-8cac-8ae027644295":{"value":"shared_dynamicssmbsaas_1"}},"parameterHintsV2":{"workflowName":{"value":"27ecdba4-897f-471b-b947-c3eb4f693046"},"workflowEntityId":{"value":"aba81736-12d9-ed11-a7c7-000d3a991110"},"shared_dynamicssmbsaas_1":{"value":"0ff5df45-9575-4f2b-8cac-8ae027644295"}},"isOnPremiseConnection":false,"bypassConsent":false,"dataSets":{},"apiTier":"Standard","actions":["Run"]}} {} [] [] @@ -28,4 +28,7 @@ 1 /CanvasApps/cr301_fieldhelper_3e887_BackgroundImageUri /CanvasApps/cr301_fieldhelper_3e887_DocumentUri.msapp + + /CanvasApps/cr301_fieldhelper_3e887_AdditionalUris0_identity.json + \ No newline at end of file diff --git a/CoffeMR/CanvasApps/cr301_fieldhelper_3e887_AdditionalUris0_identity.json b/CoffeMR/CanvasApps/cr301_fieldhelper_3e887_AdditionalUris0_identity.json new file mode 100644 index 0000000..0dbad1b --- /dev/null +++ b/CoffeMR/CanvasApps/cr301_fieldhelper_3e887_AdditionalUris0_identity.json @@ -0,0 +1 @@ +{"__Version":"0.1","App":"6c37f79c-be86-47e7-974a-bb2bf07d1080","Test_7F478737223C4B69":"50421cac-1a91-4e10-9544-7a0d6d083e6f","Host":"ca6c7629-a7c0-4080-b8ac-180335783085","comLoadingOverlay":"0e7ca3ed-12fc-42f4-a0b4-316e44437d06","imgLoadingSpinner":"5d00c745-72ca-4a7a-8d15-937fdb829a1e","lblLoadingMessage":"eb23bb1f-78a8-40b1-a266-4dc7f182fc12","comBigDivider":"e132438d-0a5c-41db-999a-6fe7ab08f23d","HTMLDivider_1":"621cce87-1311-462e-add4-122d523ce642","comBigDividerBottom":"8411cea5-0a0e-41e6-a5a2-cd21f63dcfa1","HTMLDivider_2":"82634438-e436-42d4-ab8e-f16ab4232c66","comBigDividerBlack":"ad6c8809-77a7-4e74-8711-0fd3f8558ab2","HTMLDivider_3":"55b5b763-5d27-4cba-b899-d39a7d701dbf","comYesNoDialog":"d13f2462-47c2-4d05-b3a5-d5e255deb116","recBackgroundOverlay":"6ce08655-cd10-47ea-abc1-349c7675c80a","conDialog":"de518a91-7830-4f8f-8bf8-e3ba1f2c98fa","btnBackground":"de3b7101-45fc-4986-8076-d6614dc0084b","lblDialogMessage":"025c0e1f-f907-407f-991e-fbd8c4628f38","conButtons":"c3aedd90-363c-4173-ad13-71fc11943686","btnNo":"4a8fec7c-4e95-4db0-ac5f-e961d26d628d","btnYes":"582da55d-5c49-4585-bbab-60fee331b8e0","Summary Screen":"53289b73-95ed-40d3-9e0e-dab4891dc934","conOrderSummaryHeader":"f566ce37-04c0-47b7-8c6a-10efb7ea01bf","lblCurrentOrderTable":"9b7519df-5cc4-446a-860e-9240fb521465","ImgSummaryBack":"2c1cbe7c-b2d9-49c1-88ca-c6018a766447","comBigDividerSummeryTop":"1523a8f3-5b2a-4817-8d79-d12f397be231","lblCurrentOrderNumber":"2c363dcd-69ee-4622-abde-8490d4bd70d9","comYesNoDialogCheckout":"fd5712cf-1fd0-401e-9913-db91492fb510","comLoadingOverlaySummaryScreen":"e1ddfa66-c7b2-4d8e-b304-a8fefe813ab7","btnFunctionLoadOrderSummary":"b4098f31-63df-464b-8644-89d0260ef5cd","galOrderSummary":"5af3f483-fc48-47d6-a706-2d47ed914329","galleryTemplate1_3":"fa79daa4-d2f4-4ad1-8761-075d0e1c306b","conTotal":"9e71da98-d3ca-46db-b6f3-8a0509acce19","lblTotalOrder":"29c612d1-d885-4908-80d4-c1ed4ab96acb","lblItemTotalSum":"a96f33bb-922c-4ee5-993d-a369846eb8ab","conContent":"347cca32-69df-4021-a30f-e3580fe9ab7f","figItemOverlayOrderSummary":"2db184dd-f78f-4bfc-84d2-8cec55a51926","conQuantityControlOrderSummary":"6720c4ef-9d70-4a26-a7db-a36606c96527","icnQCRemoveItemOS":"408329df-91d4-4168-a339-0763ec0be919","icnQCAddItemOS":"c302eb03-ae5a-4c7d-a795-aaa81316cfcc","btnQCBackgroundOS":"d00c1fa5-5bbb-4a3b-bc5f-a154925f54ce","btnQCRemoveItemBackOS":"d9f2e84f-d696-477e-b251-ff4e288bd865","btnQCQuantityOS":"bdadf207-1a85-48da-b234-b8d0afad6f54","btnQCAddItemBackOS":"ffda7137-5e62-483d-8467-cfc7f9adbfdf","imgItemImageOrderSummary":"daca027b-07be-4acb-9432-c35e26651723","conItemInformation":"30e47167-a23d-4046-bed8-a41ce09941d3","lblItemSummaryDisplayName":"f4d2b0a0-ece9-4df5-a6f4-0ddab4bab4c8","lblItemSummaryPrice":"a577844d-6626-482a-b0cb-0a83d9ee7476","btnQuantityOrderSummary":"d2b65f8c-1f85-4c2b-8b40-704229a7ef19","figItemSeparatorOrderSummary":"2590beeb-e6cd-41a0-9df0-47a8d2532e9f","conHeader":"58fde8fc-0512-4f3f-b1dd-b650fff84f19","recOverLay":"c4e0181e-37be-4a4d-8631-34f3ca138982","lblSumCost":"8a5d8c5e-10b0-462b-8c38-2b951ad010b5","lblGroupNameExtra":"ee46f867-d742-442c-9e0a-c863eb47e30c","icnHeaderExpandedState":"4b2612bd-9db5-4a73-9849-df38e45f3cbb","recCurrentOrderDivider":"d9caf7cf-3393-411c-b86b-daaece269f8d","btnSubmitOrder":"e1a320c9-d461-404a-807c-19b8c8c0b05b","comBigDividerBottomSummary":"80e31ff8-de95-4092-b80d-1ec94d4fe032","Success Screen":"66be60cf-633d-44ce-94a1-55cdf5740351","conSuccessContent":"9913554d-2a12-4e63-9bf5-1edecfe68ca9","imgSuccess":"1abe2559-98a4-4e62-af9c-cdd35f373f03","timeSuccess":"2f82b180-6b23-495b-98ff-8a15f1a01513","Coffee Machine screen":"efc9463c-dd9f-4bb8-9faa-684dae254063","conCoffeeMachine":"dbb8431f-9084-476d-9436-9778fae2cb57","conCoffeeHeader":"5957b6cd-12ef-48fa-98fa-affbe39972ed","lblCoffeeMachineName":"b254db5d-9680-4e68-8794-c1440ea3e266","imgCoffeeMachineBack":"d9a06692-a464-4b3d-ae11-7de9281e1bf4","comSelectItemsDividerCoffeePage":"eb4215b5-6c92-4c5d-a9cc-dff9f607c64a","conCoffeeMainDetails":"b75574e3-9a2c-4bc1-88d5-9fb9590ea3d9","lblCoffeeMachineDetailsName":"56f1daa8-dcf7-4d42-b770-a526f78ff44f","lblCoffeeMachineDetailsPrice":"3b5224a7-8300-44d9-8465-796d09b32907","imgSelectedCoffeeMachine":"23993689-d70e-4ce9-b828-d76307fedbf9","conCoffeeSubDetails":"2bfdf0dc-28ff-493a-847d-07e78c7d1c49","lblSubDetailsHeader":"8145d06b-c83e-4df3-919e-cc118bdd8695","lblSubDetailsValue":"0e39e8c2-7b3f-4f3b-a0a2-47a9a02e3a3c","conCoffeeActions":"e36fb7f3-84da-41a6-9647-f2a4bf41f984","ViewInMRControl":"07a03b67-d257-4e48-af2e-d79b8f17f8ee","btnSelectCoffeeMachine":"59fe7c1c-5e68-47b5-bf66-6cd5e2ccdbac","Info Screen":"14215977-850f-4d83-8cd7-df9f9aa9b81d","imgCloseInfoPage":"87cf9d1e-f6a1-45aa-9102-c0abc86c7868","conInfoScreenContent":"5f06a308-d5d5-4037-9ef7-47c2d802590e","conAboutHeader":"de15a13e-857d-4a9f-be7a-af6bba50e391","lblInfoHeader":"77aab97d-fbe3-4394-9cc3-e88e25851d33","imgInfoIcon":"b448b379-b404-41a0-9a81-9383a2d2f367","lblInfoText":"8aff9910-4687-4c89-a2ff-8fb3fd3cc41e","conLearnMore":"c2708d99-1e97-4acb-b136-c6f6c99a81e9","lblLearnMoreText":"c4f0ec68-2851-4044-8479-5d11892e6523","btnLearnMore":"737f64f8-33be-4952-b1fa-32c45eafb42f","Start Screen":"cce89abb-0546-4ac9-98fa-b044e046002d","conStartSubContent":"9c5b1524-f24d-47d5-b4bf-c3dc637341c1","imgLogo":"b2d97b07-4655-4286-a43b-a76854375d31","conStartButtons":"3add4a0b-df62-4d38-8743-649b888fbdff","btnStartMeasure\u0026Select":"e6c023ff-e5ac-40a6-a464-27e36350de2e","btnStartSelect":"54de8996-675a-4372-9cfd-15ef80d14bbf","imgLearnMore":"a830da25-8711-4c80-a0c9-aa4585cba4a7","Measurement Screen":"17ba3a82-742b-4894-952c-733cf843db13","conMeasurementContent":"52d373c9-c8ee-438b-aeb8-5a0bad07cc4d","conMeasurementHeader":"173f5aff-20b6-4954-b75e-96364b5972fe","lblMRMeasurementTitle":"b5a1a9b3-b6cf-49fb-a60e-87f8d9db041d","imgSelectCustomer_1":"032eb94e-b6d1-4501-ab60-9254296db5cd","imgMeasurements":"c0dd4ffd-5b15-43c1-ac3d-ec869887be9d","galMeasurements":"e66eb96e-f596-4cb6-b0a9-5080c84b2c73","galleryTemplate2":"f7d4a8ae-2e5b-4675-973c-af3258580db0","conMeasurement":"f8ad8cc9-cd78-47ad-afc9-7c5ac352b401","conMeasurementValue":"57508c9f-8413-4462-b5bd-90e0d470ae3b","lblMeasurementLabel":"0c01e98b-7425-43ee-b0f0-540a7dd3068d","lblMeasurement":"c69a9762-e60f-49f4-86dd-cc0c5d24642f","imgEdit":"76794c89-d441-4f5b-9ec7-eb7bd2ba6578","btnMeasurementOverlay":"40559454-dcbd-4db8-9cc6-d602ca6697a5","figMeasurementSeparator":"87ae1f2f-b433-435f-8042-c3aae36d254f","Container2":"0302dd00-c779-476c-87b7-765bb4fb1824","btnUseAsFilter":"4aa5de41-7606-424b-9e68-af724a5a6929","conEditOverlay":"eb46a05a-c9ee-4709-95b1-8c08587234ff","conEditMeasurement":"be7ec4bc-b998-4134-8b02-69967c1803b6","icnCloseMeasurement":"3bb39a06-bea3-44d4-bc91-16e0e59e4b5c","lblMeasurementName":"0ef479c7-6c8d-49b8-9c2b-7e97a24bc5e7","inpMeasurementValue":"5c081ce5-9453-4313-b8e4-9686c4718653","conMeasureEditButton":"deab1d90-bfb4-4405-8780-c19033f8f808","btnSaveMeasurement":"d71b8843-2b5b-40de-b4b6-af9124cdc87b","Extras List Screen":"59366dd3-a38d-461b-81c2-d173e979e97c","conTop":"66b38221-8fa3-42a8-b0bb-38e809c61416","lblSelectItemsHeader":"3e1890f2-d1ff-483b-a243-734747c2ece1","imgRelatedProductsBack":"bca2aa2e-d729-49d5-842f-e457e23ea18f","galItemGroups":"5505cf49-2f23-4b95-b107-6682bd7820da","galleryTemplate4_3":"5de8134d-0850-47d8-8600-fe20c7223112","conItemGroupcontent":"8e992347-962b-4d77-b989-624144a2febc","recItemGroupUnderline":"2e33bcc4-d878-4f44-bdf6-c41c1177e9b3","comYesNoDialogDeleteDraft":"83ee1ca4-e8db-4632-9b08-10d5c08406df","conMid":"3b6669e0-97a2-4cc5-b15a-9a076df1a265","comSelectItemsDivider":"307da0ea-2178-4724-9e7a-73af3bcdafaa","galItems":"9027cb02-1939-4e05-bf85-dd692602d8c9","galleryTemplate1_2":"06a36cc1-186e-4e2b-96b9-930aebe965ba","figItemOverlay":"a2d379fc-6fdc-48a0-9163-5c1f79efc6e8","htmlItemImageShadow":"a52be9d2-e5c0-46b7-8e2a-bdbc5c2c7600","lblItemDisplayName":"91e4f5d9-f170-4bd4-ae37-cc83ffdff36f","recItemImageOverlay":"352751ab-c328-452a-8b22-3d6a5e081732","imgItemImage":"6098d64a-aa48-4c78-933a-30b30197e50b","icnAddItem":"9410acad-be10-4734-986a-e3c5ceaad8f7","conQuantityControl":"e543f03a-7128-4761-8dfe-8a3a02bdb74c","btnQCBackground":"aaabf359-d3ae-4210-b8f9-8ceeef567f2d","icnQCRemoveItem":"3d4fe88e-ed87-40d7-9824-a91dcf165602","icnQCAddItem":"1fa0e6f4-f3c7-4cd5-ae07-d9a51a015df6","btnQCRemoveItemBack":"3ddc7e12-b61f-4e84-8262-8eb275defd09","btnQCQuantity":"cd7f08e1-4d8f-40d6-a48a-f13186f9ed54","btnQCAddItemBackground":"7ff6894a-4a99-4ed5-8100-bafd603f9c42","btnQuantity":"577f0d22-8692-4f43-b6cd-880d6043e3e3","lblItemPrice":"4de534f4-c209-41bb-ae02-f40a2d5d30a6","figItemSeparator":"02d0f45a-30bb-41fc-aac3-f7f1a8096d34","comSelectItemDividerButton":"a57285de-b9b9-466e-882e-a0cf8a41cc77","btnReviewSelectedItems":"4affea4f-56a3-4468-83f3-9de2c7deb400","conButtom":"975f6658-b0f4-47ff-899f-2826cdb0424b","lblSelectedItemSum":"c0d55bfb-4534-4d25-8940-40851bee6e38","lblSelectedTotal":"dd105c78-cc2c-4153-9954-dd72f6db76e2","lblSelectedItemsSumValue":"7521cd85-1db5-496f-92bd-d4c0c55617ac","lblSelectedTotalValue":"0b7c95cf-7d3d-4a3e-bddf-e4a777ca7909","Coffee Machines List Screen":"0f33c454-a2f5-46e1-a638-e4f8a2aad363","conCoffeeList":"efca25df-6060-445a-9430-0cc60fea3ff9","conCoffeeListHeader":"4d4d0b82-d42b-4106-ad2d-5fb38f47eafa","lblCoffeeListHeader":"0ba0759b-54c3-416e-8d37-7950a3ad1aae","imgCoffeeMachineListBack":"778d6b4c-c62f-41fe-ba00-cf5b58ccb572","conCoffeeFilter":"11f05646-2861-4133-8f02-4f0c3be48a10","btnFilter":"f30f6ca7-b809-4028-bb58-0026664b77fc","imgRemoveFilter":"e5006fcb-e06f-4c3b-9566-ff8bb0be277a","conCoffeeListContent":"767772c3-675f-4494-8575-56a94e31eba3","comSelectItemsDividerCoffee":"95292b64-3fd6-4ea5-ab92-f5a1d9af3595","galCoffeeMachine":"0f8cb052-7b11-4030-8596-6312ea7d9129","galleryTemplate1":"8dd12a37-7374-476b-b9dd-2e415fed2003","figCoffeeMachineOverlay":"a9df6664-3a0f-42bb-bf13-f9ba000e35e6","conCoffeeMachineContent":"d95a918d-bed9-4f5d-baa7-a48dd6281b1b","conCoffeeMachineImage":"cba0c6c5-18e5-4e1e-8b76-ad3f7ec2c139","htmlCoffeeMachineImageShadow":"1c0f8da4-9391-4cf8-a62b-965a6f8517ca","imgCoffeeMachineImage":"f7f7d4c7-bd27-465a-84c3-1ceff3d42a94","conCoffeeMachineTexts":"82393ba8-3cc3-465c-b071-aeda7d396386","lblCoffeeMachineDisplayName":"98b36c3d-8d26-4fb3-9e53-6ae38eb4f6e6","lblCoffeeMachinePrice":"ecf3c135-6dc4-4735-8c34-51059a8282cc","icnSelectCoffeeMachine":"4a87f712-cd98-4bf4-b212-eb392cc63738","figCoffeeMachineSeperator":"539802a0-eb4c-4806-b85a-897e1528e60c","Customer List Screen":"901b2dd5-79fd-42f4-a031-563d8b2c5159","conCustomerList":"e639252d-0637-43f2-be20-f9b5c1e78985","conCustomerListHeader":"dc9a45aa-863f-4485-8feb-99f85f7ad467","lblCustomerListHeader":"7544fd09-825e-4e27-a2c5-c1b7bd77974c","imgCloseCustomerPage":"ab60edf7-5c51-489b-b1b4-d619a25fa2ba","conCustomerListContent":"111209b6-aeb8-433d-832b-449c3eda5820","comCustomerListBigDividerBlack":"026ee01c-b06c-459a-83dd-e903b3a7785b","galCustomers":"e1ecc191-9c03-4109-880a-70e5039db559","galleryTemplate1_1":"9f84a098-9a18-48ab-bf63-6c73e466767f","conCustomerContent":"bda8f155-2f67-4ebb-a351-00797db92855","imgCustomerIcon":"53a24bd5-2446-4e25-b230-34aa68398da6","conCustomerLayout":"f61279d7-0663-4b4a-bf9a-a625ca5fb2e0","lblCustomerName":"4a2dc2c7-fc83-498f-8649-27ecc19abbda","lblCustomerContact":"362da123-fc61-40df-be2a-b69c067da8a0","imgSelectCustomer":"62ae2ce1-086d-4ac2-bd37-2e6a9730ef22","btnCustomerOverlay":"537d6086-e221-4dfd-9454-49adbcdc7d4f","btnMRMeasure":"2fba5146-fa80-4373-be1a-403ba656554d","figCustomerListSeperator":"2aab0b2b-3b8f-49de-9911-15a882d0bfcf","lblItemGroup":"3c35c3b0-7db8-4b46-863e-e6878d33ed60"} \ No newline at end of file diff --git a/CoffeMR/CanvasApps/cr301_fieldhelper_3e887_BackgroundImageUri b/CoffeMR/CanvasApps/cr301_fieldhelper_3e887_BackgroundImageUri index 952fcc968ec13dc57a325e8d50baa7ff146b9e9a..7f7f94e90d293b6bd120e3ffbe5d0d86181db88a 100644 GIT binary patch literal 7811 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 literal 11568 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 diff --git a/CoffeMR/CanvasApps/cr301_fieldhelper_3e887_DocumentUri.msapp b/CoffeMR/CanvasApps/cr301_fieldhelper_3e887_DocumentUri.msapp index dfc5591986c5c37ee543e7a3b1c174db34370b64..7ae60d9bec475773244649038d1c4ad42cae9b08 100644 GIT binary patch delta 266873 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�-I=vIQ1wK@TlG0S*KwSe1BUEg-B=yL4g(V=wa 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 LnY7Q?WX?mK12NgpSXj8z#B$Y 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%0DW;W(iSD85BDFgH9;o=WsZG@|1J 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 DuC9-U delta 208018 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≀@Bpim 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

OahMD`Y)iCD^3?hBT&zgKY-D7rWVI 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 diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR customer icon.svg b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR customer icon.svg new file mode 100644 index 0000000..3f91c0f --- /dev/null +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR customer icon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR customerlist dismiss icon.png b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR customerlist dismiss icon.png new file mode 100644 index 0000000000000000000000000000000000000000..1e8520deb25eee148662011b26009029086491c5 GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^vOp}u!3HGfp5L+xNO2Z;L>4nJa0`PlBg3pY55jgR3=A9lx&I`x0{PQDT^vIy7~fuX*y4^xJg(1&^?h;G7A)pjB6M)&aHWLB5?loz|&8-mp+uva4rr^ddTFXyH(^3lcWVp zPNTCU_Z`+hO}m>!D_--3C2++ovHkJ0&v#>c^xJ~3Ou_%$@5hK#NO!j + + diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR edit icon.svg b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR edit icon.svg new file mode 100644 index 0000000..2b3021b --- /dev/null +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR edit icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR general top back arrow.svg b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR general top back arrow.svg new file mode 100644 index 0000000..44b0aff --- /dev/null +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR general top back arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR info screen dismiss icon.svg b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR info screen dismiss icon.svg new file mode 100644 index 0000000..66e5b86 --- /dev/null +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR info screen dismiss icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR info screen info icon.svg b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR info screen info icon.svg new file mode 100644 index 0000000..ebfe334 --- /dev/null +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR info screen info icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR start screen info icon.svg b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR start screen info icon.svg new file mode 100644 index 0000000..359ae97 --- /dev/null +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR start screen info icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR succes icon.svg b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR succes icon.svg new file mode 100644 index 0000000..0ab189b --- /dev/null +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR succes icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR top measurement dismiss icon.svg b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR top measurement dismiss icon.svg new file mode 100644 index 0000000..5f016dd --- /dev/null +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR top measurement dismiss icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR_Dimensions illustration_X2.png b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee MR_Dimensions illustration_X2.png new file mode 100644 index 0000000000000000000000000000000000000000..ceb27995c29a693a917982ef23161288f07f0d74 GIT binary patch literal 15658 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 literal 0 HcmV?d00001 diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee-MR_spinner_light-aqua_X2.gif b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/Coffee-MR_spinner_light-aqua_X2.gif new file mode 100644 index 0000000000000000000000000000000000000000..2ef20ad02c27825f6069a70c47f6352ff0100dc9 GIT binary patch literal 8110 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 UJ-1)gG~>Qs-S&FK9Su1DA5LAGYXATM literal 0 HcmV?d00001 diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/loading-spinner.gif b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/Images/loading-spinner.gif deleted file mode 100644 index 4bbc2d6fdc7cf3ce4d262c4a80549ebd37737d65..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 80855 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 diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/logo.jpg b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Assets/logo.jpg index 952fcc968ec13dc57a325e8d50baa7ff146b9e9a..7f7f94e90d293b6bd120e3ffbe5d0d86181db88a 100644 GIT binary patch literal 7811 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 literal 11568 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 diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/CanvasManifest.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/CanvasManifest.json index 67a0ef4..add1c50 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/CanvasManifest.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/CanvasManifest.json @@ -5,7 +5,7 @@ "DataflowAnalysisEnabled": false, "DataflowAnalysisFlagStateToggledByUser": false }, - "DocVersion": "1.335", + "DocVersion": "1.337", "MinVersionToLoad": "1.331", "MSAppStructureVersion": "2.0" }, @@ -30,17 +30,20 @@ "delaycontrolrendering": true, "delayloadscreens": true, "disablecdsfileandlargeimage": false, + "disableruntimepolicies": false, "dynamicschema": false, "enableappembeddingux": false, "enablechatbotfeature": false, "enablecomponentnamemaps": false, "enablecomponentscopeoldbehavior": false, + "enablecopilotanswercontrol": false, "enablecopilotcontrol": false, "enabledataverseoffline": false, "enableeditcacherefreshfrequency": false, "enableexcelonlinebusinessv2connector": true, "enableexperimentaldataverseoffline": false, "enableideaspanel": true, + "enablelargefilesindataverseoffline": false, "enablelegacybarcodescanner": false, "enableonstart": true, "enableonstartnavigate": false, @@ -48,10 +51,8 @@ "enablerowscopeonetonexpand": false, "enablerpawarecomponentdependency": true, "enablerulespanel": false, - "enableruntimepolicies": false, "enablesaveloadcleardataonweb": false, "enableupdateifdelegation": false, - "enhancedgalleryinitialization": true, "errorhandling": true, "expandedsavedatasupport": true, "exportimportcomponents2": true, @@ -68,7 +69,6 @@ "keeprecentscreensloaded": false, "longlivingcache": false, "mobilenativerendering": false, - "namedformulas": false, "nativecdsexperimental": true, "onegrid": false, "optimizedforteamsmeeting": false, @@ -77,6 +77,7 @@ "pdffunction": false, "powerfxdecimal": false, "powerfxv1": false, + "primaryoutputpropertycoerciondeprecated": true, "projectionmapping": true, "reactformulabar": false, "reliableconcurrent": true, @@ -84,7 +85,9 @@ "reverttooldpowerautomate": false, "rtlinstudiopreview": false, "rtlsupport": false, + "showclassicthemes": false, "smartemaildatacard": false, + "sqlstoredprocedureenabled": false, "supportcolumnnamesasidentifiers": false, "tabledoesntwraprecords": true, "usedisplaynamemetadata": true, @@ -93,6 +96,7 @@ "useexperimentalsqlconnector": true, "useguiddatatypes": true, "usenonblockingonstartrule": true, + "userdefinedfunctions": false, "webbarcodescanner": false, "zeroalltabindexes": false }, @@ -112,18 +116,18 @@ "FileID": "a0c6a493-43e4-48bf-b7a4-a86544badab4", "Id": "a0c6a493-43e4-48bf-b7a4-a86544badab4", "InstrumentationKey": "", - "LocalDatabaseReferences": "{}", + "LocalDatabaseReferences": "", "ManualOfflineProfileId": "", - "Name": "Field Helper", + "Name": "Coffee MR", "OriginatingVersion": "1.330", "ParserErrorCount": 0, "ShowStatusBar": false }, "PublishInfo": { - "AppName": "Field Helper", - "BackgroundColor": "rgba(10, 163, 168, 1)", + "AppName": "Coffee MR", + "BackgroundColor": "rgba(255, 255, 255, 1)", "IconColor": "RGBA(255,255,255,1)", - "IconName": "Shop", + "IconName": "", "LogoFileName": "logo.jpg", "PublishDataLocally": false, "PublishResourcesLocally": false, @@ -133,14 +137,12 @@ "ScreenOrder": [ "Start Screen", "Info Screen", - "Start Measure Screen", + "Customer List Screen", "Measurement Screen", "Coffee Machines List Screen", "Coffee Machine screen", "Extras List Screen", - "Extra Screen", "Summary Screen", - "Success Screen", - "Debug screen" + "Success Screen" ] } \ No newline at end of file diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Connections/Connections.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Connections/Connections.json index d9b89e5..73a3171 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Connections/Connections.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Connections/Connections.json @@ -7,24 +7,33 @@ "connectionRef": { "apiTier": "Premium", "displayName": "Dynamics 365 Business Central", - "iconUri": "https://connectoricons-prod.azureedge.net/releases/v1.0.1664/1.0.1664.3477/dynamicssmbsaas/icon.png", + "iconUri": "https://connectoricons-prod.azureedge.net/releases/v1.0.1678/1.0.1678.3636/dynamicssmbsaas/icon.png", "id": "/providers/microsoft.powerapps/apis/shared_dynamicssmbsaas", "parameterHints": {}, "parameterHintsV2": {} }, "datasets": { - "SandboxUK,7368d553-0c5c-ee11-8df4-6045bdc89477": { + "SANDBOX,5736fe89-41bc-ee11-907d-6045bdc8c244": { "dataSources": { "coffeeItems (microsoft/powerApps/beta)": { "tableName": "coffeeItems,microsoft%252FpowerApps%252Fbeta" + }, + "customers (v2.0)": { + "tableName": "customers,v2.0" + }, + "salesOrderLines (v2.0)": { + "tableName": "salesOrderLines,v2.0" + }, + "salesOrders (v2.0)": { + "tableName": "salesOrders,v2.0" } } } }, "dataSources": [ - "customers (v2.0)", - "salesOrders (v2.0)", "salesOrderLines (v2.0)", + "salesOrders (v2.0)", + "customers (v2.0)", "coffeeItems (microsoft/powerApps/beta)" ], "dependencies": {}, @@ -50,7 +59,7 @@ "value": "aba81736-12d9-ed11-a7c7-000d3a991110" }, "workflowName": { - "value": "d21fa244-dda4-48ab-852e-5eaa5f682dee" + "value": "e6d4b0e2-4e50-44bc-a567-be8d48eac5ed" } }, "parameterHintsV2": { @@ -61,7 +70,7 @@ "value": "aba81736-12d9-ed11-a7c7-000d3a991110" }, "workflowName": { - "value": "d21fa244-dda4-48ab-852e-5eaa5f682dee" + "value": "e6d4b0e2-4e50-44bc-a567-be8d48eac5ed" } } }, diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/ControlTemplates.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/ControlTemplates.json index f63f2ed..4eb6456 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/ControlTemplates.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/ControlTemplates.json @@ -39,7 +39,7 @@ "LastModifiedTimestamp": "0", "Name": "gallery", "OverridableProperties": {}, - "Version": "2.13.2" + "Version": "2.14.0" }, "galleryTemplate": { "CustomGroupControlTemplateName": "", @@ -245,7 +245,7 @@ } ] }, - "Version": "1.335" + "Version": "1.337" }, "Photos": { "Type": { @@ -279,7 +279,7 @@ } ] }, - "Version": "1.335" + "Version": "1.337" } }, "PCFDynamicSchemaForIRRetrieval": { @@ -389,7 +389,7 @@ } ] }, - "Version": "1.335" + "Version": "1.337" } }, "PCFDynamicSchemaForIRRetrieval": { diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/DataSources/coffeeItems %28microsoft%2fpowerApps%2fbeta%29.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/DataSources/coffeeItems %28microsoft%2fpowerApps%2fbeta%29.json index b9905ec..0d1ee94 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/DataSources/coffeeItems %28microsoft%2fpowerApps%2fbeta%29.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/DataSources/coffeeItems %28microsoft%2fpowerApps%2fbeta%29.json @@ -3,26 +3,29 @@ "ApiId": "/providers/microsoft.powerapps/apis/shared_dynamicssmbsaas", "CdpRevision": { "BaseUrl": "/v3", - "LastChangedTimeString": "2023-10-30T19:10:03.9940000Z", + "LastChangedTimeString": "2023-12-20T19:25:08.8200000Z", "RevisionNumber": 3 }, "ConnectedDataSourceInfoNameMapping": { "baseUnitOfMeasureCode": "Base Unit Of Measure Code", - "displayName": "DisplayName", + "displayName": "Display Name", "has3DModel": "Has 3D Model", "id": "System ID", "inventory": "Inventory", - "isAvailableForFieldWorkers": "Is available for field workers", "itemCategoryCode": "Item Category Code", "itemCategoryName": "Item Category Name", - "itemImageText": "Picture reference", - "longDescription": "Long description", + "ItemDepth": "Item Depth", + "ItemHeight": "Item Height", + "itemImageText": "Picture Reference", + "ItemWidth": "Item Width", + "longDescription": "Long Description", "model3D": "3D Model", "number": "Number", "picture": "Picture", + "showInCoffeeMRApp": "Show Item In Coffee MR App", "unitPrice": "Unit price" }, - "DatasetName": "SandboxUK,7368d553-0c5c-ee11-8df4-6045bdc89477", + "DatasetName": "SANDBOX,5736fe89-41bc-ee11-907d-6045bdc8c244", "EncodeDataset": true, "IsSampleData": false, "IsWritable": true, diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/DataSources/customers %28v2.0%29.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/DataSources/customers %28v2.0%29.json index 116328b..e8b0208 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/DataSources/customers %28v2.0%29.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/DataSources/customers %28v2.0%29.json @@ -3,7 +3,7 @@ "ApiId": "/providers/microsoft.powerapps/apis/shared_dynamicssmbsaas", "CdpRevision": { "BaseUrl": "/v3", - "LastChangedTimeString": "2023-03-24T16:12:47.5350000Z", + "LastChangedTimeString": "2023-12-20T19:25:08.8200000Z", "RevisionNumber": 3 }, "ConnectedDataSourceInfoNameMapping": { @@ -35,7 +35,7 @@ "type": "Type", "website": "Website" }, - "DatasetName": "SandboxUK,7368d553-0c5c-ee11-8df4-6045bdc89477", + "DatasetName": "SANDBOX,5736fe89-41bc-ee11-907d-6045bdc8c244", "EncodeDataset": true, "IsSampleData": false, "IsWritable": true, diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/DataSources/salesOrderLines %28v2.0%29.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/DataSources/salesOrderLines %28v2.0%29.json index 24b77ed..ba512b1 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/DataSources/salesOrderLines %28v2.0%29.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/DataSources/salesOrderLines %28v2.0%29.json @@ -3,7 +3,7 @@ "ApiId": "/providers/microsoft.powerapps/apis/shared_dynamicssmbsaas", "CdpRevision": { "BaseUrl": "/v3", - "LastChangedTimeString": "2023-10-30T19:10:03.9940000Z", + "LastChangedTimeString": "2023-12-20T19:25:08.8200000Z", "RevisionNumber": 3 }, "ConnectedDataSourceInfoNameMapping": { @@ -40,7 +40,7 @@ "unitOfMeasureId": "Unit Of Measure Id", "unitPrice": "Unit Price" }, - "DatasetName": "SandboxUK,7368d553-0c5c-ee11-8df4-6045bdc89477", + "DatasetName": "SANDBOX,5736fe89-41bc-ee11-907d-6045bdc8c244", "EncodeDataset": true, "IsSampleData": false, "IsWritable": true, diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/DataSources/salesOrders %28v2.0%29.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/DataSources/salesOrders %28v2.0%29.json index 336b69b..8cbaf05 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/DataSources/salesOrders %28v2.0%29.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/DataSources/salesOrders %28v2.0%29.json @@ -3,7 +3,7 @@ "ApiId": "/providers/microsoft.powerapps/apis/shared_dynamicssmbsaas", "CdpRevision": { "BaseUrl": "/v3", - "LastChangedTimeString": "2023-03-24T16:12:47.5350000Z", + "LastChangedTimeString": "2023-12-20T19:25:08.8200000Z", "RevisionNumber": 3 }, "ConnectedDataSourceInfoNameMapping": { @@ -59,7 +59,7 @@ "totalAmountIncludingTax": "Total Amount Including Tax", "totalTaxAmount": "Total Tax Amount" }, - "DatasetName": "SandboxUK,7368d553-0c5c-ee11-8df4-6045bdc89477", + "DatasetName": "SANDBOX,5736fe89-41bc-ee11-907d-6045bdc8c244", "EncodeDataset": true, "IsSampleData": false, "IsWritable": true, diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Entropy/AppCheckerResult.sarif b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Entropy/AppCheckerResult.sarif index 0d88202..ef7619d 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Entropy/AppCheckerResult.sarif +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Entropy/AppCheckerResult.sarif @@ -44,19 +44,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Summary Screen'.conOrderSummaryHeader.icnBack.AccessibleLabel" + "fullyQualifiedName": "'Summary Screen'.conOrderSummaryHeader.ImgSummaryBack.AccessibleLabel" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Summary Screen'.conOrderSummaryHeader.icnBack.AccessibleLabel", + "fullyQualifiedName": "'Summary Screen'.conOrderSummaryHeader.ImgSummaryBack.AccessibleLabel", "relativeAddress": 0 } }, "properties": { "member": "AccessibleLabel", "module": "Summary Screen", - "type": "'Summary Screen'.conOrderSummaryHeader.icnBack" + "type": "'Summary Screen'.conOrderSummaryHeader.ImgSummaryBack" } } ], @@ -69,36 +69,6 @@ "ruleId": "acc-AccessibleLabelNeeded", "ruleIndex": 1 }, - { - "locations": [ - { - "logicalLocations": [ - { - "fullyQualifiedName": "'Summary Screen'.conOrderSummaryHeader.icnBack.TabIndex" - } - ], - "physicalLocation": { - "address": { - "fullyQualifiedName": "'Summary Screen'.conOrderSummaryHeader.icnBack.TabIndex", - "relativeAddress": 0 - } - }, - "properties": { - "member": "TabIndex", - "module": "Summary Screen", - "type": "'Summary Screen'.conOrderSummaryHeader.icnBack" - } - } - ], - "message": { - "id": "issue" - }, - "properties": { - "level": "Medium" - }, - "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", - "ruleIndex": 0 - }, { "locations": [ { @@ -434,19 +404,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Summary Screen'.galOrderSummary.conContent.conItemInformation.lblItemDisplayName_1.FocusedBorderThickness" + "fullyQualifiedName": "'Summary Screen'.galOrderSummary.conContent.conItemInformation.lblItemSummaryDisplayName.FocusedBorderThickness" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Summary Screen'.galOrderSummary.conContent.conItemInformation.lblItemDisplayName_1.FocusedBorderThickness", + "fullyQualifiedName": "'Summary Screen'.galOrderSummary.conContent.conItemInformation.lblItemSummaryDisplayName.FocusedBorderThickness", "relativeAddress": 0 } }, "properties": { "member": "FocusedBorderThickness", "module": "Summary Screen", - "type": "'Summary Screen'.galOrderSummary.conContent.conItemInformation.lblItemDisplayName_1" + "type": "'Summary Screen'.galOrderSummary.conContent.conItemInformation.lblItemSummaryDisplayName" } } ], @@ -464,19 +434,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Summary Screen'.galOrderSummary.conContent.conItemInformation.lblItemDisplayName_1.TabIndex" + "fullyQualifiedName": "'Summary Screen'.galOrderSummary.conContent.conItemInformation.lblItemSummaryDisplayName.TabIndex" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Summary Screen'.galOrderSummary.conContent.conItemInformation.lblItemDisplayName_1.TabIndex", + "fullyQualifiedName": "'Summary Screen'.galOrderSummary.conContent.conItemInformation.lblItemSummaryDisplayName.TabIndex", "relativeAddress": 0 } }, "properties": { "member": "TabIndex", "module": "Summary Screen", - "type": "'Summary Screen'.galOrderSummary.conContent.conItemInformation.lblItemDisplayName_1" + "type": "'Summary Screen'.galOrderSummary.conContent.conItemInformation.lblItemSummaryDisplayName" } } ], @@ -494,19 +464,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Summary Screen'.galOrderSummary.conContent.conItemInformation.lblItemPrice_1.FocusedBorderThickness" + "fullyQualifiedName": "'Summary Screen'.galOrderSummary.conContent.conItemInformation.lblItemSummaryPrice.FocusedBorderThickness" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Summary Screen'.galOrderSummary.conContent.conItemInformation.lblItemPrice_1.FocusedBorderThickness", + "fullyQualifiedName": "'Summary Screen'.galOrderSummary.conContent.conItemInformation.lblItemSummaryPrice.FocusedBorderThickness", "relativeAddress": 0 } }, "properties": { "member": "FocusedBorderThickness", "module": "Summary Screen", - "type": "'Summary Screen'.galOrderSummary.conContent.conItemInformation.lblItemPrice_1" + "type": "'Summary Screen'.galOrderSummary.conContent.conItemInformation.lblItemSummaryPrice" } } ], @@ -524,19 +494,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Summary Screen'.galOrderSummary.conContent.conItemInformation.lblItemPrice_1.TabIndex" + "fullyQualifiedName": "'Summary Screen'.galOrderSummary.conContent.conItemInformation.lblItemSummaryPrice.TabIndex" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Summary Screen'.galOrderSummary.conContent.conItemInformation.lblItemPrice_1.TabIndex", + "fullyQualifiedName": "'Summary Screen'.galOrderSummary.conContent.conItemInformation.lblItemSummaryPrice.TabIndex", "relativeAddress": 0 } }, "properties": { "member": "TabIndex", "module": "Summary Screen", - "type": "'Summary Screen'.galOrderSummary.conContent.conItemInformation.lblItemPrice_1" + "type": "'Summary Screen'.galOrderSummary.conContent.conItemInformation.lblItemSummaryPrice" } } ], @@ -674,19 +644,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Success Screen'.Timer1.AutoStart" + "fullyQualifiedName": "'Success Screen'.timeSuccess.AutoStart" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Success Screen'.Timer1.AutoStart", + "fullyQualifiedName": "'Success Screen'.timeSuccess.AutoStart", "relativeAddress": 0 } }, "properties": { "member": "AutoStart", "module": "Success Screen", - "type": "'Success Screen'.Timer1" + "type": "'Success Screen'.timeSuccess" } } ], @@ -704,19 +674,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Coffee Machine screen'.conCoffeeHeader.Icon4_2.AccessibleLabel" + "fullyQualifiedName": "'Coffee Machine screen'.conCoffeeMachine.conCoffeeHeader.imgCoffeeMachineBack.AccessibleLabel" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Coffee Machine screen'.conCoffeeHeader.Icon4_2.AccessibleLabel", + "fullyQualifiedName": "'Coffee Machine screen'.conCoffeeMachine.conCoffeeHeader.imgCoffeeMachineBack.AccessibleLabel", "relativeAddress": 0 } }, "properties": { "member": "AccessibleLabel", "module": "Coffee Machine screen", - "type": "'Coffee Machine screen'.conCoffeeHeader.Icon4_2" + "type": "'Coffee Machine screen'.conCoffeeMachine.conCoffeeHeader.imgCoffeeMachineBack" } } ], @@ -734,19 +704,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Coffee Machine screen'.conCoffeeHeader.Icon4_2.TabIndex" + "fullyQualifiedName": "'Info Screen'.imgCloseInfoPage.AccessibleLabel" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Coffee Machine screen'.conCoffeeHeader.Icon4_2.TabIndex", + "fullyQualifiedName": "'Info Screen'.imgCloseInfoPage.AccessibleLabel", "relativeAddress": 0 } }, "properties": { - "member": "TabIndex", - "module": "Coffee Machine screen", - "type": "'Coffee Machine screen'.conCoffeeHeader.Icon4_2" + "member": "AccessibleLabel", + "module": "Info Screen", + "type": "'Info Screen'.imgCloseInfoPage" } } ], @@ -756,27 +726,27 @@ "properties": { "level": "Medium" }, - "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", - "ruleIndex": 0 + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 1 }, { "locations": [ { "logicalLocations": [ { - "fullyQualifiedName": "'Coffee Machine screen'.Image1.AccessibleLabel" + "fullyQualifiedName": "'Start Screen'.imgLearnMore.AccessibleLabel" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Coffee Machine screen'.Image1.AccessibleLabel", + "fullyQualifiedName": "'Start Screen'.imgLearnMore.AccessibleLabel", "relativeAddress": 0 } }, "properties": { "member": "AccessibleLabel", - "module": "Coffee Machine screen", - "type": "'Coffee Machine screen'.Image1" + "module": "Start Screen", + "type": "'Start Screen'.imgLearnMore" } } ], @@ -794,19 +764,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Coffee Machine screen'.Image1.TabIndex" + "fullyQualifiedName": "'Measurement Screen'.conMeasurementContent.conMeasurementHeader.imgSelectCustomer_1.AccessibleLabel" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Coffee Machine screen'.Image1.TabIndex", + "fullyQualifiedName": "'Measurement Screen'.conMeasurementContent.conMeasurementHeader.imgSelectCustomer_1.AccessibleLabel", "relativeAddress": 0 } }, "properties": { - "member": "TabIndex", - "module": "Coffee Machine screen", - "type": "'Coffee Machine screen'.Image1" + "member": "AccessibleLabel", + "module": "Measurement Screen", + "type": "'Measurement Screen'.conMeasurementContent.conMeasurementHeader.imgSelectCustomer_1" } } ], @@ -816,27 +786,27 @@ "properties": { "level": "Medium" }, - "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", - "ruleIndex": 0 + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 1 }, { "locations": [ { "logicalLocations": [ { - "fullyQualifiedName": "'Extra Screen'.conItemDetails.conItemDetailsTop.icnCloseItemDetails.AccessibleLabel" + "fullyQualifiedName": "'Measurement Screen'.conMeasurementContent.galMeasurements.AccessibleLabel" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Extra Screen'.conItemDetails.conItemDetailsTop.icnCloseItemDetails.AccessibleLabel", + "fullyQualifiedName": "'Measurement Screen'.conMeasurementContent.galMeasurements.AccessibleLabel", "relativeAddress": 0 } }, "properties": { "member": "AccessibleLabel", - "module": "Extra Screen", - "type": "'Extra Screen'.conItemDetails.conItemDetailsTop.icnCloseItemDetails" + "module": "Measurement Screen", + "type": "'Measurement Screen'.conMeasurementContent.galMeasurements" } } ], @@ -854,19 +824,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Extra Screen'.conItemDetails.conItemDetailsTop.icnCloseItemDetails.TabIndex" + "fullyQualifiedName": "'Measurement Screen'.conMeasurementContent.galMeasurements.TabIndex" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Extra Screen'.conItemDetails.conItemDetailsTop.icnCloseItemDetails.TabIndex", + "fullyQualifiedName": "'Measurement Screen'.conMeasurementContent.galMeasurements.TabIndex", "relativeAddress": 0 } }, "properties": { "member": "TabIndex", - "module": "Extra Screen", - "type": "'Extra Screen'.conItemDetails.conItemDetailsTop.icnCloseItemDetails" + "module": "Measurement Screen", + "type": "'Measurement Screen'.conMeasurementContent.galMeasurements" } } ], @@ -884,19 +854,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Extra Screen'.conItemDetails.conItemMainInfo.recItemQuantityOverlayTop.AccessibleLabel" + "fullyQualifiedName": "'Measurement Screen'.conEditOverlay.conEditMeasurement.icnCloseMeasurement.AccessibleLabel" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Extra Screen'.conItemDetails.conItemMainInfo.recItemQuantityOverlayTop.AccessibleLabel", + "fullyQualifiedName": "'Measurement Screen'.conEditOverlay.conEditMeasurement.icnCloseMeasurement.AccessibleLabel", "relativeAddress": 0 } }, "properties": { "member": "AccessibleLabel", - "module": "Extra Screen", - "type": "'Extra Screen'.conItemDetails.conItemMainInfo.recItemQuantityOverlayTop" + "module": "Measurement Screen", + "type": "'Measurement Screen'.conEditOverlay.conEditMeasurement.icnCloseMeasurement" } } ], @@ -914,19 +884,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Extra Screen'.conItemDetails.conItemMainInfo.recItemQuantityOverlayTop.TabIndex" + "fullyQualifiedName": "'Measurement Screen'.conEditOverlay.conEditMeasurement.icnCloseMeasurement.TabIndex" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Extra Screen'.conItemDetails.conItemMainInfo.recItemQuantityOverlayTop.TabIndex", + "fullyQualifiedName": "'Measurement Screen'.conEditOverlay.conEditMeasurement.icnCloseMeasurement.TabIndex", "relativeAddress": 0 } }, "properties": { "member": "TabIndex", - "module": "Extra Screen", - "type": "'Extra Screen'.conItemDetails.conItemMainInfo.recItemQuantityOverlayTop" + "module": "Measurement Screen", + "type": "'Measurement Screen'.conEditOverlay.conEditMeasurement.icnCloseMeasurement" } } ], @@ -944,49 +914,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Extra Screen'.conItemDetails.conItemMainInfo.conQuantityControlItemDetails.icnQCRemoveItemItemDetails.FocusedBorderThickness" - } - ], - "physicalLocation": { - "address": { - "fullyQualifiedName": "'Extra Screen'.conItemDetails.conItemMainInfo.conQuantityControlItemDetails.icnQCRemoveItemItemDetails.FocusedBorderThickness", - "relativeAddress": 0 - } - }, - "properties": { - "member": "FocusedBorderThickness", - "module": "Extra Screen", - "type": "'Extra Screen'.conItemDetails.conItemMainInfo.conQuantityControlItemDetails.icnQCRemoveItemItemDetails" - } - } - ], - "message": { - "id": "issue" - }, - "properties": { - "level": "Medium" - }, - "ruleId": "acc-FocusBorderShouldBeVisible", - "ruleIndex": 2 - }, - { - "locations": [ - { - "logicalLocations": [ - { - "fullyQualifiedName": "'Extra Screen'.conItemDetails.conItemMainInfo.conQuantityControlItemDetails.icnQCAddItemItemDetails.FocusedBorderThickness" + "fullyQualifiedName": "'Measurement Screen'.conEditOverlay.conEditMeasurement.inpMeasurementValue.AccessibleLabel" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Extra Screen'.conItemDetails.conItemMainInfo.conQuantityControlItemDetails.icnQCAddItemItemDetails.FocusedBorderThickness", + "fullyQualifiedName": "'Measurement Screen'.conEditOverlay.conEditMeasurement.inpMeasurementValue.AccessibleLabel", "relativeAddress": 0 } }, "properties": { - "member": "FocusedBorderThickness", - "module": "Extra Screen", - "type": "'Extra Screen'.conItemDetails.conItemMainInfo.conQuantityControlItemDetails.icnQCAddItemItemDetails" + "member": "AccessibleLabel", + "module": "Measurement Screen", + "type": "'Measurement Screen'.conEditOverlay.conEditMeasurement.inpMeasurementValue" } } ], @@ -996,27 +936,27 @@ "properties": { "level": "Medium" }, - "ruleId": "acc-FocusBorderShouldBeVisible", - "ruleIndex": 2 + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 1 }, { "locations": [ { "logicalLocations": [ { - "fullyQualifiedName": "'Extra Screen'.conItemDetails.conItemMainInfo.icnAddItemDetails.FocusedBorderThickness" + "fullyQualifiedName": "'Extras List Screen'.conTop.imgRelatedProductsBack.AccessibleLabel" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Extra Screen'.conItemDetails.conItemMainInfo.icnAddItemDetails.FocusedBorderThickness", + "fullyQualifiedName": "'Extras List Screen'.conTop.imgRelatedProductsBack.AccessibleLabel", "relativeAddress": 0 } }, "properties": { - "member": "FocusedBorderThickness", - "module": "Extra Screen", - "type": "'Extra Screen'.conItemDetails.conItemMainInfo.icnAddItemDetails" + "member": "AccessibleLabel", + "module": "Extras List Screen", + "type": "'Extras List Screen'.conTop.imgRelatedProductsBack" } } ], @@ -1026,27 +966,27 @@ "properties": { "level": "Medium" }, - "ruleId": "acc-FocusBorderShouldBeVisible", - "ruleIndex": 2 + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 1 }, { "locations": [ { "logicalLocations": [ { - "fullyQualifiedName": "'Extra Screen'.conItemDetails.conItemImage.recItemQuantityOverlayMiddel.AccessibleLabel" + "fullyQualifiedName": "'Extras List Screen'.conTop.galItemGroups.AccessibleLabel" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Extra Screen'.conItemDetails.conItemImage.recItemQuantityOverlayMiddel.AccessibleLabel", + "fullyQualifiedName": "'Extras List Screen'.conTop.galItemGroups.AccessibleLabel", "relativeAddress": 0 } }, "properties": { "member": "AccessibleLabel", - "module": "Extra Screen", - "type": "'Extra Screen'.conItemDetails.conItemImage.recItemQuantityOverlayMiddel" + "module": "Extras List Screen", + "type": "'Extras List Screen'.conTop.galItemGroups" } } ], @@ -1064,19 +1004,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Extra Screen'.conItemDetails.conItemImage.recItemQuantityOverlayMiddel.TabIndex" + "fullyQualifiedName": "'Extras List Screen'.conTop.galItemGroups.TabIndex" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Extra Screen'.conItemDetails.conItemImage.recItemQuantityOverlayMiddel.TabIndex", + "fullyQualifiedName": "'Extras List Screen'.conTop.galItemGroups.TabIndex", "relativeAddress": 0 } }, "properties": { "member": "TabIndex", - "module": "Extra Screen", - "type": "'Extra Screen'.conItemDetails.conItemImage.recItemQuantityOverlayMiddel" + "module": "Extras List Screen", + "type": "'Extras List Screen'.conTop.galItemGroups" } } ], @@ -1094,49 +1034,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Extra Screen'.conItemDetails.conItemExtraInfo.conItemInfoLayout.txtItemLongDescription.AccessibleLabel" - } - ], - "physicalLocation": { - "address": { - "fullyQualifiedName": "'Extra Screen'.conItemDetails.conItemExtraInfo.conItemInfoLayout.txtItemLongDescription.AccessibleLabel", - "relativeAddress": 0 - } - }, - "properties": { - "member": "AccessibleLabel", - "module": "Extra Screen", - "type": "'Extra Screen'.conItemDetails.conItemExtraInfo.conItemInfoLayout.txtItemLongDescription" - } - } - ], - "message": { - "id": "issue" - }, - "properties": { - "level": "Medium" - }, - "ruleId": "acc-AccessibleLabelNeeded", - "ruleIndex": 1 - }, - { - "locations": [ - { - "logicalLocations": [ - { - "fullyQualifiedName": "'Extra Screen'.conItemDetails.conItemExtraInfo.recItemQuantityOverlayExtraInfo.AccessibleLabel" + "fullyQualifiedName": "'Extras List Screen'.conTop.galItemGroups.conItemGroupcontent.recItemGroupUnderline.AccessibleLabel" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Extra Screen'.conItemDetails.conItemExtraInfo.recItemQuantityOverlayExtraInfo.AccessibleLabel", + "fullyQualifiedName": "'Extras List Screen'.conTop.galItemGroups.conItemGroupcontent.recItemGroupUnderline.AccessibleLabel", "relativeAddress": 0 } }, "properties": { "member": "AccessibleLabel", - "module": "Extra Screen", - "type": "'Extra Screen'.conItemDetails.conItemExtraInfo.recItemQuantityOverlayExtraInfo" + "module": "Extras List Screen", + "type": "'Extras List Screen'.conTop.galItemGroups.conItemGroupcontent.recItemGroupUnderline" } } ], @@ -1154,19 +1064,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Extra Screen'.conItemDetails.conItemExtraInfo.recItemQuantityOverlayExtraInfo.TabIndex" + "fullyQualifiedName": "'Extras List Screen'.conTop.galItemGroups.conItemGroupcontent.recItemGroupUnderline.TabIndex" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Extra Screen'.conItemDetails.conItemExtraInfo.recItemQuantityOverlayExtraInfo.TabIndex", + "fullyQualifiedName": "'Extras List Screen'.conTop.galItemGroups.conItemGroupcontent.recItemGroupUnderline.TabIndex", "relativeAddress": 0 } }, "properties": { "member": "TabIndex", - "module": "Extra Screen", - "type": "'Extra Screen'.conItemDetails.conItemExtraInfo.recItemQuantityOverlayExtraInfo" + "module": "Extras List Screen", + "type": "'Extras List Screen'.conTop.galItemGroups.conItemGroupcontent.recItemGroupUnderline" } } ], @@ -1184,19 +1094,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Start Screen'.conStartContent.icnLearnMore.AccessibleLabel" + "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.AccessibleLabel" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Start Screen'.conStartContent.icnLearnMore.AccessibleLabel", + "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.AccessibleLabel", "relativeAddress": 0 } }, "properties": { "member": "AccessibleLabel", - "module": "Start Screen", - "type": "'Start Screen'.conStartContent.icnLearnMore" + "module": "Extras List Screen", + "type": "'Extras List Screen'.conMid.galItems" } } ], @@ -1214,19 +1124,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Start Screen'.conStartContent.icnLearnMore.TabIndex" + "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.TabIndex" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Start Screen'.conStartContent.icnLearnMore.TabIndex", + "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.TabIndex", "relativeAddress": 0 } }, "properties": { "member": "TabIndex", - "module": "Start Screen", - "type": "'Start Screen'.conStartContent.icnLearnMore" + "module": "Extras List Screen", + "type": "'Extras List Screen'.conMid.galItems" } } ], @@ -1244,19 +1154,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Info Screen'.icnCloseInfoPage.AccessibleLabel" + "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.figItemOverlay.AccessibleLabel" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Info Screen'.icnCloseInfoPage.AccessibleLabel", + "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.figItemOverlay.AccessibleLabel", "relativeAddress": 0 } }, "properties": { "member": "AccessibleLabel", - "module": "Info Screen", - "type": "'Info Screen'.icnCloseInfoPage" + "module": "Extras List Screen", + "type": "'Extras List Screen'.conMid.galItems.figItemOverlay" } } ], @@ -1274,19 +1184,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Info Screen'.icnCloseInfoPage.TabIndex" + "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.figItemOverlay.TabIndex" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Info Screen'.icnCloseInfoPage.TabIndex", + "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.figItemOverlay.TabIndex", "relativeAddress": 0 } }, "properties": { "member": "TabIndex", - "module": "Info Screen", - "type": "'Info Screen'.icnCloseInfoPage" + "module": "Extras List Screen", + "type": "'Extras List Screen'.conMid.galItems.figItemOverlay" } } ], @@ -1304,49 +1214,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Info Screen'.Icon2.AccessibleLabel" - } - ], - "physicalLocation": { - "address": { - "fullyQualifiedName": "'Info Screen'.Icon2.AccessibleLabel", - "relativeAddress": 0 - } - }, - "properties": { - "member": "AccessibleLabel", - "module": "Info Screen", - "type": "'Info Screen'.Icon2" - } - } - ], - "message": { - "id": "issue" - }, - "properties": { - "level": "Medium" - }, - "ruleId": "acc-AccessibleLabelNeeded", - "ruleIndex": 1 - }, - { - "locations": [ - { - "logicalLocations": [ - { - "fullyQualifiedName": "'Info Screen'.Icon2.TabIndex" + "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.icnAddItem.FocusedBorderThickness" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Info Screen'.Icon2.TabIndex", + "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.icnAddItem.FocusedBorderThickness", "relativeAddress": 0 } }, "properties": { - "member": "TabIndex", - "module": "Info Screen", - "type": "'Info Screen'.Icon2" + "member": "FocusedBorderThickness", + "module": "Extras List Screen", + "type": "'Extras List Screen'.conMid.galItems.icnAddItem" } } ], @@ -1356,27 +1236,27 @@ "properties": { "level": "Medium" }, - "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", - "ruleIndex": 0 + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 }, { "locations": [ { "logicalLocations": [ { - "fullyQualifiedName": "'Start Measure Screen'.icnCloseActionScreen.AccessibleLabel" + "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.conQuantityControl.icnQCRemoveItem.FocusedBorderThickness" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Start Measure Screen'.icnCloseActionScreen.AccessibleLabel", + "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.conQuantityControl.icnQCRemoveItem.FocusedBorderThickness", "relativeAddress": 0 } }, "properties": { - "member": "AccessibleLabel", - "module": "Start Measure Screen", - "type": "'Start Measure Screen'.icnCloseActionScreen" + "member": "FocusedBorderThickness", + "module": "Extras List Screen", + "type": "'Extras List Screen'.conMid.galItems.conQuantityControl.icnQCRemoveItem" } } ], @@ -1386,27 +1266,27 @@ "properties": { "level": "Medium" }, - "ruleId": "acc-AccessibleLabelNeeded", - "ruleIndex": 1 + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 }, { "locations": [ { "logicalLocations": [ { - "fullyQualifiedName": "'Start Measure Screen'.icnCloseActionScreen.TabIndex" + "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.conQuantityControl.icnQCAddItem.FocusedBorderThickness" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Start Measure Screen'.icnCloseActionScreen.TabIndex", + "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.conQuantityControl.icnQCAddItem.FocusedBorderThickness", "relativeAddress": 0 } }, "properties": { - "member": "TabIndex", - "module": "Start Measure Screen", - "type": "'Start Measure Screen'.icnCloseActionScreen" + "member": "FocusedBorderThickness", + "module": "Extras List Screen", + "type": "'Extras List Screen'.conMid.galItems.conQuantityControl.icnQCAddItem" } } ], @@ -1416,27 +1296,27 @@ "properties": { "level": "Medium" }, - "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", - "ruleIndex": 0 + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 }, { "locations": [ { "logicalLocations": [ { - "fullyQualifiedName": "'Measurement Screen'.conMeasurementContent.conMeasurementHeader.Icon3.AccessibleLabel" + "fullyQualifiedName": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListHeader.imgCoffeeMachineListBack.AccessibleLabel" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Measurement Screen'.conMeasurementContent.conMeasurementHeader.Icon3.AccessibleLabel", + "fullyQualifiedName": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListHeader.imgCoffeeMachineListBack.AccessibleLabel", "relativeAddress": 0 } }, "properties": { "member": "AccessibleLabel", - "module": "Measurement Screen", - "type": "'Measurement Screen'.conMeasurementContent.conMeasurementHeader.Icon3" + "module": "Coffee Machines List Screen", + "type": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListHeader.imgCoffeeMachineListBack" } } ], @@ -1454,19 +1334,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Measurement Screen'.conMeasurementContent.conMeasurementHeader.Icon3.TabIndex" + "fullyQualifiedName": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListHeader.conCoffeeFilter.imgRemoveFilter.AccessibleLabel" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Measurement Screen'.conMeasurementContent.conMeasurementHeader.Icon3.TabIndex", + "fullyQualifiedName": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListHeader.conCoffeeFilter.imgRemoveFilter.AccessibleLabel", "relativeAddress": 0 } }, "properties": { - "member": "TabIndex", - "module": "Measurement Screen", - "type": "'Measurement Screen'.conMeasurementContent.conMeasurementHeader.Icon3" + "member": "AccessibleLabel", + "module": "Coffee Machines List Screen", + "type": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListHeader.conCoffeeFilter.imgRemoveFilter" } } ], @@ -1476,27 +1356,27 @@ "properties": { "level": "Medium" }, - "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", - "ruleIndex": 0 + "ruleId": "acc-AccessibleLabelNeeded", + "ruleIndex": 1 }, { "locations": [ { "logicalLocations": [ { - "fullyQualifiedName": "'Measurement Screen'.conMeasurementContent.galMeasurements.AccessibleLabel" + "fullyQualifiedName": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListContent.galCoffeeMachine.AccessibleLabel" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Measurement Screen'.conMeasurementContent.galMeasurements.AccessibleLabel", + "fullyQualifiedName": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListContent.galCoffeeMachine.AccessibleLabel", "relativeAddress": 0 } }, "properties": { "member": "AccessibleLabel", - "module": "Measurement Screen", - "type": "'Measurement Screen'.conMeasurementContent.galMeasurements" + "module": "Coffee Machines List Screen", + "type": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListContent.galCoffeeMachine" } } ], @@ -1514,19 +1394,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Measurement Screen'.conMeasurementContent.galMeasurements.TabIndex" + "fullyQualifiedName": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListContent.galCoffeeMachine.TabIndex" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Measurement Screen'.conMeasurementContent.galMeasurements.TabIndex", + "fullyQualifiedName": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListContent.galCoffeeMachine.TabIndex", "relativeAddress": 0 } }, "properties": { "member": "TabIndex", - "module": "Measurement Screen", - "type": "'Measurement Screen'.conMeasurementContent.galMeasurements" + "module": "Coffee Machines List Screen", + "type": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListContent.galCoffeeMachine" } } ], @@ -1544,19 +1424,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Measurement Screen'.conEditOverlay.icnCloseMeasurement.AccessibleLabel" + "fullyQualifiedName": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListContent.galCoffeeMachine.figCoffeeMachineOverlay.AccessibleLabel" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Measurement Screen'.conEditOverlay.icnCloseMeasurement.AccessibleLabel", + "fullyQualifiedName": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListContent.galCoffeeMachine.figCoffeeMachineOverlay.AccessibleLabel", "relativeAddress": 0 } }, "properties": { "member": "AccessibleLabel", - "module": "Measurement Screen", - "type": "'Measurement Screen'.conEditOverlay.icnCloseMeasurement" + "module": "Coffee Machines List Screen", + "type": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListContent.galCoffeeMachine.figCoffeeMachineOverlay" } } ], @@ -1574,19 +1454,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Measurement Screen'.conEditOverlay.icnCloseMeasurement.TabIndex" + "fullyQualifiedName": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListContent.galCoffeeMachine.figCoffeeMachineOverlay.TabIndex" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Measurement Screen'.conEditOverlay.icnCloseMeasurement.TabIndex", + "fullyQualifiedName": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListContent.galCoffeeMachine.figCoffeeMachineOverlay.TabIndex", "relativeAddress": 0 } }, "properties": { "member": "TabIndex", - "module": "Measurement Screen", - "type": "'Measurement Screen'.conEditOverlay.icnCloseMeasurement" + "module": "Coffee Machines List Screen", + "type": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListContent.galCoffeeMachine.figCoffeeMachineOverlay" } } ], @@ -1604,19 +1484,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Measurement Screen'.conEditOverlay.inpMeasurementValue.AccessibleLabel" + "fullyQualifiedName": "'Customer List Screen'.conCustomerList.conCustomerListHeader.imgCloseCustomerPage.AccessibleLabel" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Measurement Screen'.conEditOverlay.inpMeasurementValue.AccessibleLabel", + "fullyQualifiedName": "'Customer List Screen'.conCustomerList.conCustomerListHeader.imgCloseCustomerPage.AccessibleLabel", "relativeAddress": 0 } }, "properties": { "member": "AccessibleLabel", - "module": "Measurement Screen", - "type": "'Measurement Screen'.conEditOverlay.inpMeasurementValue" + "module": "Customer List Screen", + "type": "'Customer List Screen'.conCustomerList.conCustomerListHeader.imgCloseCustomerPage" } } ], @@ -1634,19 +1514,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Debug screen'.Image1_1.AccessibleLabel" + "fullyQualifiedName": "'Customer List Screen'.conCustomerList.conCustomerListContent.galCustomers.AccessibleLabel" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Debug screen'.Image1_1.AccessibleLabel", + "fullyQualifiedName": "'Customer List Screen'.conCustomerList.conCustomerListContent.galCustomers.AccessibleLabel", "relativeAddress": 0 } }, "properties": { "member": "AccessibleLabel", - "module": "Debug screen", - "type": "'Debug screen'.Image1_1" + "module": "Customer List Screen", + "type": "'Customer List Screen'.conCustomerList.conCustomerListContent.galCustomers" } } ], @@ -1664,19 +1544,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Debug screen'.Image1_1.TabIndex" + "fullyQualifiedName": "'Customer List Screen'.conCustomerList.conCustomerListContent.galCustomers.TabIndex" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Debug screen'.Image1_1.TabIndex", + "fullyQualifiedName": "'Customer List Screen'.conCustomerList.conCustomerListContent.galCustomers.TabIndex", "relativeAddress": 0 } }, "properties": { "member": "TabIndex", - "module": "Debug screen", - "type": "'Debug screen'.Image1_1" + "module": "Customer List Screen", + "type": "'Customer List Screen'.conCustomerList.conCustomerListContent.galCustomers" } } ], @@ -1694,19 +1574,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Extras List Screen'.conTop.icnDeleteSelection.AccessibleLabel" + "fullyQualifiedName": "'Customer List Screen'.conCustomerList.conCustomerListContent.galCustomers.conCustomerContent.imgSelectCustomer.AccessibleLabel" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Extras List Screen'.conTop.icnDeleteSelection.AccessibleLabel", + "fullyQualifiedName": "'Customer List Screen'.conCustomerList.conCustomerListContent.galCustomers.conCustomerContent.imgSelectCustomer.AccessibleLabel", "relativeAddress": 0 } }, "properties": { "member": "AccessibleLabel", - "module": "Extras List Screen", - "type": "'Extras List Screen'.conTop.icnDeleteSelection" + "module": "Customer List Screen", + "type": "'Customer List Screen'.conCustomerList.conCustomerListContent.galCustomers.conCustomerContent.imgSelectCustomer" } } ], @@ -1724,19 +1604,19 @@ { "logicalLocations": [ { - "fullyQualifiedName": "'Extras List Screen'.conTop.icnDeleteSelection.TabIndex" + "fullyQualifiedName": "'Extras List Screen'.conTop.galItemGroups.conItemGroupcontent.lblItemGroup.FocusedBorderThickness" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Extras List Screen'.conTop.icnDeleteSelection.TabIndex", + "fullyQualifiedName": "'Extras List Screen'.conTop.galItemGroups.conItemGroupcontent.lblItemGroup.FocusedBorderThickness", "relativeAddress": 0 } }, "properties": { - "member": "TabIndex", + "member": "FocusedBorderThickness", "module": "Extras List Screen", - "type": "'Extras List Screen'.conTop.icnDeleteSelection" + "type": "'Extras List Screen'.conTop.galItemGroups.conItemGroupcontent.lblItemGroup" } } ], @@ -1746,27 +1626,27 @@ "properties": { "level": "Medium" }, - "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", - "ruleIndex": 0 + "ruleId": "acc-FocusBorderShouldBeVisible", + "ruleIndex": 2 }, { "locations": [ { "logicalLocations": [ { - "fullyQualifiedName": "'Extras List Screen'.conTop.galItemGroups.AccessibleLabel" + "fullyQualifiedName": "App.varMeasurement" } ], "physicalLocation": { "address": { - "fullyQualifiedName": "'Extras List Screen'.conTop.galItemGroups.AccessibleLabel", + "fullyQualifiedName": "App.varMeasurement", "relativeAddress": 0 } }, "properties": { - "member": "AccessibleLabel", - "module": "Extras List Screen", - "type": "'Extras List Screen'.conTop.galItemGroups" + "member": "varMeasurement", + "module": "App", + "type": "App" } } ], @@ -1776,428 +1656,8 @@ "properties": { "level": "Medium" }, - "ruleId": "acc-AccessibleLabelNeeded", - "ruleIndex": 1 - }, - { - "locations": [ - { - "logicalLocations": [ - { - "fullyQualifiedName": "'Extras List Screen'.conTop.galItemGroups.TabIndex" - } - ], - "physicalLocation": { - "address": { - "fullyQualifiedName": "'Extras List Screen'.conTop.galItemGroups.TabIndex", - "relativeAddress": 0 - } - }, - "properties": { - "member": "TabIndex", - "module": "Extras List Screen", - "type": "'Extras List Screen'.conTop.galItemGroups" - } - } - ], - "message": { - "id": "issue" - }, - "properties": { - "level": "Medium" - }, - "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", - "ruleIndex": 0 - }, - { - "locations": [ - { - "logicalLocations": [ - { - "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.AccessibleLabel" - } - ], - "physicalLocation": { - "address": { - "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.AccessibleLabel", - "relativeAddress": 0 - } - }, - "properties": { - "member": "AccessibleLabel", - "module": "Extras List Screen", - "type": "'Extras List Screen'.conMid.galItems" - } - } - ], - "message": { - "id": "issue" - }, - "properties": { - "level": "Medium" - }, - "ruleId": "acc-AccessibleLabelNeeded", - "ruleIndex": 1 - }, - { - "locations": [ - { - "logicalLocations": [ - { - "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.TabIndex" - } - ], - "physicalLocation": { - "address": { - "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.TabIndex", - "relativeAddress": 0 - } - }, - "properties": { - "member": "TabIndex", - "module": "Extras List Screen", - "type": "'Extras List Screen'.conMid.galItems" - } - } - ], - "message": { - "id": "issue" - }, - "properties": { - "level": "Medium" - }, - "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", - "ruleIndex": 0 - }, - { - "locations": [ - { - "logicalLocations": [ - { - "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.figItemOverlay.AccessibleLabel" - } - ], - "physicalLocation": { - "address": { - "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.figItemOverlay.AccessibleLabel", - "relativeAddress": 0 - } - }, - "properties": { - "member": "AccessibleLabel", - "module": "Extras List Screen", - "type": "'Extras List Screen'.conMid.galItems.figItemOverlay" - } - } - ], - "message": { - "id": "issue" - }, - "properties": { - "level": "Medium" - }, - "ruleId": "acc-AccessibleLabelNeeded", - "ruleIndex": 1 - }, - { - "locations": [ - { - "logicalLocations": [ - { - "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.figItemOverlay.TabIndex" - } - ], - "physicalLocation": { - "address": { - "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.figItemOverlay.TabIndex", - "relativeAddress": 0 - } - }, - "properties": { - "member": "TabIndex", - "module": "Extras List Screen", - "type": "'Extras List Screen'.conMid.galItems.figItemOverlay" - } - } - ], - "message": { - "id": "issue" - }, - "properties": { - "level": "Medium" - }, - "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", - "ruleIndex": 0 - }, - { - "locations": [ - { - "logicalLocations": [ - { - "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.icnAddItem.FocusedBorderThickness" - } - ], - "physicalLocation": { - "address": { - "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.icnAddItem.FocusedBorderThickness", - "relativeAddress": 0 - } - }, - "properties": { - "member": "FocusedBorderThickness", - "module": "Extras List Screen", - "type": "'Extras List Screen'.conMid.galItems.icnAddItem" - } - } - ], - "message": { - "id": "issue" - }, - "properties": { - "level": "Medium" - }, - "ruleId": "acc-FocusBorderShouldBeVisible", - "ruleIndex": 2 - }, - { - "locations": [ - { - "logicalLocations": [ - { - "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.conQuantityControl.icnQCRemoveItem.FocusedBorderThickness" - } - ], - "physicalLocation": { - "address": { - "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.conQuantityControl.icnQCRemoveItem.FocusedBorderThickness", - "relativeAddress": 0 - } - }, - "properties": { - "member": "FocusedBorderThickness", - "module": "Extras List Screen", - "type": "'Extras List Screen'.conMid.galItems.conQuantityControl.icnQCRemoveItem" - } - } - ], - "message": { - "id": "issue" - }, - "properties": { - "level": "Medium" - }, - "ruleId": "acc-FocusBorderShouldBeVisible", - "ruleIndex": 2 - }, - { - "locations": [ - { - "logicalLocations": [ - { - "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.conQuantityControl.icnQCAddItem.FocusedBorderThickness" - } - ], - "physicalLocation": { - "address": { - "fullyQualifiedName": "'Extras List Screen'.conMid.galItems.conQuantityControl.icnQCAddItem.FocusedBorderThickness", - "relativeAddress": 0 - } - }, - "properties": { - "member": "FocusedBorderThickness", - "module": "Extras List Screen", - "type": "'Extras List Screen'.conMid.galItems.conQuantityControl.icnQCAddItem" - } - } - ], - "message": { - "id": "issue" - }, - "properties": { - "level": "Medium" - }, - "ruleId": "acc-FocusBorderShouldBeVisible", - "ruleIndex": 2 - }, - { - "locations": [ - { - "logicalLocations": [ - { - "fullyQualifiedName": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListHeader.icnCoffeeListHeaderBack.AccessibleLabel" - } - ], - "physicalLocation": { - "address": { - "fullyQualifiedName": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListHeader.icnCoffeeListHeaderBack.AccessibleLabel", - "relativeAddress": 0 - } - }, - "properties": { - "member": "AccessibleLabel", - "module": "Coffee Machines List Screen", - "type": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListHeader.icnCoffeeListHeaderBack" - } - } - ], - "message": { - "id": "issue" - }, - "properties": { - "level": "Medium" - }, - "ruleId": "acc-AccessibleLabelNeeded", - "ruleIndex": 1 - }, - { - "locations": [ - { - "logicalLocations": [ - { - "fullyQualifiedName": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListHeader.icnCoffeeListHeaderBack.TabIndex" - } - ], - "physicalLocation": { - "address": { - "fullyQualifiedName": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListHeader.icnCoffeeListHeaderBack.TabIndex", - "relativeAddress": 0 - } - }, - "properties": { - "member": "TabIndex", - "module": "Coffee Machines List Screen", - "type": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListHeader.icnCoffeeListHeaderBack" - } - } - ], - "message": { - "id": "issue" - }, - "properties": { - "level": "Medium" - }, - "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", - "ruleIndex": 0 - }, - { - "locations": [ - { - "logicalLocations": [ - { - "fullyQualifiedName": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListHeader.conCoffeeFilter.icnRemoveFilter.AccessibleLabel" - } - ], - "physicalLocation": { - "address": { - "fullyQualifiedName": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListHeader.conCoffeeFilter.icnRemoveFilter.AccessibleLabel", - "relativeAddress": 0 - } - }, - "properties": { - "member": "AccessibleLabel", - "module": "Coffee Machines List Screen", - "type": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListHeader.conCoffeeFilter.icnRemoveFilter" - } - } - ], - "message": { - "id": "issue" - }, - "properties": { - "level": "Medium" - }, - "ruleId": "acc-AccessibleLabelNeeded", - "ruleIndex": 1 - }, - { - "locations": [ - { - "logicalLocations": [ - { - "fullyQualifiedName": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListHeader.conCoffeeFilter.icnRemoveFilter.TabIndex" - } - ], - "physicalLocation": { - "address": { - "fullyQualifiedName": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListHeader.conCoffeeFilter.icnRemoveFilter.TabIndex", - "relativeAddress": 0 - } - }, - "properties": { - "member": "TabIndex", - "module": "Coffee Machines List Screen", - "type": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListHeader.conCoffeeFilter.icnRemoveFilter" - } - } - ], - "message": { - "id": "issue" - }, - "properties": { - "level": "Medium" - }, - "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", - "ruleIndex": 0 - }, - { - "locations": [ - { - "logicalLocations": [ - { - "fullyQualifiedName": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListContent.galCoffeeMachine.AccessibleLabel" - } - ], - "physicalLocation": { - "address": { - "fullyQualifiedName": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListContent.galCoffeeMachine.AccessibleLabel", - "relativeAddress": 0 - } - }, - "properties": { - "member": "AccessibleLabel", - "module": "Coffee Machines List Screen", - "type": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListContent.galCoffeeMachine" - } - } - ], - "message": { - "id": "issue" - }, - "properties": { - "level": "Medium" - }, - "ruleId": "acc-AccessibleLabelNeeded", - "ruleIndex": 1 - }, - { - "locations": [ - { - "logicalLocations": [ - { - "fullyQualifiedName": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListContent.galCoffeeMachine.TabIndex" - } - ], - "physicalLocation": { - "address": { - "fullyQualifiedName": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListContent.galCoffeeMachine.TabIndex", - "relativeAddress": 0 - } - }, - "properties": { - "member": "TabIndex", - "module": "Coffee Machines List Screen", - "type": "'Coffee Machines List Screen'.conCoffeeList.conCoffeeListContent.galCoffeeMachine" - } - } - ], - "message": { - "id": "issue" - }, - "properties": { - "level": "Medium" - }, - "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", - "ruleIndex": 0 + "ruleId": "app-UnusedVariables", + "ruleIndex": 4 }, { "locations": [ @@ -2228,36 +1688,6 @@ }, "ruleId": "app-UnusedVariables", "ruleIndex": 4 - }, - { - "locations": [ - { - "logicalLocations": [ - { - "fullyQualifiedName": "'Debug screen'.ctxShowCapturedImage" - } - ], - "physicalLocation": { - "address": { - "fullyQualifiedName": "'Debug screen'.ctxShowCapturedImage", - "relativeAddress": 0 - } - }, - "properties": { - "member": "ctxShowCapturedImage", - "module": "Debug screen", - "type": "'Debug screen'" - } - } - ], - "message": { - "id": "issue" - }, - "properties": { - "level": "Medium" - }, - "ruleId": "app-UnusedVariables", - "ruleIndex": 4 } ], "tool": { @@ -2351,7 +1781,7 @@ } } ], - "version": "1.335" + "version": "1.337" } } } diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Entropy/Entropy.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Entropy/Entropy.json index 20cf2ba..e6497eb 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Entropy/Entropy.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Entropy/Entropy.json @@ -1,252 +1,286 @@ { "ComponentIndexes": { - "comBigDivider": 11, - "comBigDivider_1": 12, - "comBigDivider_2": 11, - "comBigDividerBottom": 12, + "comBigDivider": 9, + "comBigDividerBlack": 10, + "comBigDividerBottom": 11, "comBigDividerBottomSummary": 11, - "comLoadingOverlay": 14, + "comBigDividerSummeryTop": 11, + "comCustomerListBigDividerBlack": 12, + "comLoadingOverlay": 13, "comLoadingOverlaySummaryScreen": 9, "comSelectItemDividerButton": 13, "comSelectItemsDivider": 12, "comSelectItemsDividerCoffee": 12, "comSelectItemsDividerCoffeePage": 12, - "comYesNoDialog": 13, + "comYesNoDialog": 12, "comYesNoDialogCheckout": 13, "comYesNoDialogDeleteDraft": 13 }, "ControlUniqueGuids": {}, "ControlUniqueIds": { "App": 1, - "btnBackground": 13, - "btnCoffeeOverLay": 186, - "btnFilter": 180, - "btnItemGroup": 144, - "btnLoadOrderSummary": 19, - "btnMeasurementOverlay": 126, - "btnNo": 16, - "btnPickFromList": 114, - "btnQCAddItemBackground": 163, - "btnQCAddItemBackItemDetails": 81, - "btnQCAddItemBackOS": 42, - "btnQCBackground": 158, - "btnQCBackgroundItemDetails": 78, - "btnQCBackgroundOS": 39, - "btnQCQuantity": 162, - "btnQCQuantityItemDetails": 80, - "btnQCQuantityOS": 41, - "btnQCRemoveItemBack": 161, - "btnQCRemoveItemBackgroundItemDetails": 79, - "btnQCRemoveItemBackOS": 40, - "btnQuantity": 164, - "btnQuantityItemDetails": 85, - "btnQuantityOrderSummary": 47, - "btnReviewSelectedItems": 146, - "btnSaveMeasurement": 133, - "btnScanItem": 102, - "btnSubmitOrder": 21, - "btnUseAsFilter": 127, - "btnYes": 17, - "Button2": 137, - "Button3_1": 67, - "Coffee Machine screen": 59, - "Coffee Machines List Screen": 174, - "comBigDivider": 6, - "comBigDivider_1": 73, - "comBigDivider_2": 25, - "comBigDividerBottom": 8, - "comBigDividerBottomSummary": 20, + "btnBackground": 16, + "btnCustomerOverlay": 193, + "btnFilter": 162, + "btnFunctionLoadOrderSummary": 29, + "btnLearnMore": 87, + "btnMeasurementOverlay": 108, + "btnMRMeasure": 194, + "btnNo": 19, + "btnQCAddItemBackground": 145, + "btnQCAddItemBackOS": 43, + "btnQCBackground": 140, + "btnQCBackgroundOS": 40, + "btnQCQuantity": 144, + "btnQCQuantityOS": 42, + "btnQCRemoveItemBack": 143, + "btnQCRemoveItemBackOS": 41, + "btnQuantity": 146, + "btnQuantityOrderSummary": 48, + "btnReviewSelectedItems": 150, + "btnSaveMeasurement": 118, + "btnSelectCoffeeMachine": 77, + "btnStartMeasure&Select": 92, + "btnStartSelect": 93, + "btnSubmitOrder": 56, + "btnUseAsFilter": 111, + "btnYes": 20, + "Coffee Machine screen": 62, + "Coffee Machines List Screen": 156, + "comBigDivider": 7, + "comBigDividerBlack": 11, + "comBigDividerBottom": 9, + "comBigDividerBottomSummary": 57, + "comBigDividerSummeryTop": 25, + "comCustomerListBigDividerBlack": 184, "comLoadingOverlay": 4, "comLoadingOverlaySummaryScreen": 28, - "comSelectItemDividerButton": 168, - "comSelectItemsDivider": 167, - "comSelectItemsDividerCoffee": 189, - "comSelectItemsDividerCoffeePage": 64, - "comYesNoDialog": 10, + "comSelectItemDividerButton": 149, + "comSelectItemsDivider": 130, + "comSelectItemsDividerCoffee": 165, + "comSelectItemsDividerCoffeePage": 67, + "comYesNoDialog": 13, "comYesNoDialogCheckout": 27, - "comYesNoDialogDeleteDraft": 147, - "conActions": 112, - "conButtom": 169, - "conButtons": 15, - "conCoffeeFilter": 179, - "conCoffeeHeader": 60, - "conCoffeeList": 175, - "conCoffeeListContent": 182, - "conCoffeeListHeader": 176, - "conCoffeeMachine": 185, - "conContent": 34, - "conDialog": 12, - "conEditOverlay": 128, - "conHeader": 49, - "conInfoContent": 104, - "conInfoTitle": 105, - "conItemDetails": 69, - "conItemDetailsTop": 70, - "conItemExtraInfo": 92, - "conItemImage": 87, - "conItemInfoLayout": 93, - "conItemInformation": 44, - "conItemMainInfo": 74, - "conMeasurementContainer": 124, - "conMeasurementContent": 117, - "conMeasurementHeader": 118, - "conMid": 148, + "comYesNoDialogDeleteDraft": 128, + "conAboutHeader": 81, + "conButtom": 151, + "conButtons": 18, + "conCoffeeActions": 75, + "conCoffeeFilter": 161, + "conCoffeeHeader": 64, + "conCoffeeList": 157, + "conCoffeeListContent": 164, + "conCoffeeListHeader": 158, + "conCoffeeMachine": 63, + "conCoffeeMachineContent": 169, + "conCoffeeMachineImage": 170, + "conCoffeeMachineTexts": 173, + "conCoffeeMainDetails": 68, + "conCoffeeSubDetails": 72, + "conContent": 35, + "conCustomerContent": 187, + "conCustomerLayout": 189, + "conCustomerList": 179, + "conCustomerListContent": 183, + "conCustomerListHeader": 180, + "conDialog": 15, + "conEditMeasurement": 113, + "conEditOverlay": 112, + "conHeader": 50, + "conInfoScreenContent": 80, + "conItemGroupcontent": 125, + "conItemInformation": 45, + "conLearnMore": 85, + "conMeasureEditButton": 117, + "conMeasurement": 103, + "conMeasurementContent": 96, + "conMeasurementHeader": 97, + "conMeasurementValue": 104, + "conMid": 129, "conOrderSummaryHeader": 22, - "conQuantityControl": 157, - "conQuantityControlItemDetails": 77, - "conQuantityControlOrderSummary": 36, - "conStartContent": 97, - "conSuccessContent": 56, - "Container3": 99, - "conTop": 139, - "conTotal": 31, - "Debug screen": 134, - "Extra Screen": 68, - "Extras List Screen": 138, - "figItemOverlay": 151, - "figItemOverlayOrderSummary": 35, - "figItemSeparator": 166, - "figItemSeparatorOrderSummary": 48, - "galCoffeeMachine": 183, - "galItemGroups": 142, - "galItems": 149, - "galleryTemplate1": 184, - "galleryTemplate1_2": 150, - "galleryTemplate1_3": 30, - "galleryTemplate2": 123, - "galleryTemplate4_3": 143, - "galMeasurements": 122, - "galOrderSummary": 29, + "conQuantityControl": 139, + "conQuantityControlOrderSummary": 37, + "conStartButtons": 91, + "conStartSubContent": 89, + "conSuccessContent": 59, + "Container2": 110, + "conTop": 120, + "conTotal": 32, + "Customer List Screen": 178, + "Extras List Screen": 119, + "figCoffeeMachineOverlay": 168, + "figCoffeeMachineSeperator": 177, + "figCustomerListSeperator": 195, + "figItemOverlay": 133, + "figItemOverlayOrderSummary": 36, + "figItemSeparator": 148, + "figItemSeparatorOrderSummary": 49, + "figMeasurementSeparator": 109, + "galCoffeeMachine": 166, + "galCustomers": 185, + "galItemGroups": 123, + "galItems": 131, + "galleryTemplate1": 167, + "galleryTemplate1_1": 186, + "galleryTemplate1_2": 132, + "galleryTemplate1_3": 31, + "galleryTemplate2": 102, + "galleryTemplate4_3": 124, + "galMeasurements": 101, + "galOrderSummary": 30, "Host": 3, - "HTMLDivider_1": 7, - "HTMLDivider_2": 9, - "htmlItemDetailsImageShadow": 89, - "htmlItemImageShadow": 152, - "icnAddItem": 156, - "icnAddItemDetails": 84, - "icnBack": 23, - "icnCloseActionScreen": 115, - "icnCloseInfoPage": 109, - "icnCloseItemDetails": 72, - "icnCloseMeasurement": 130, - "icnCoffeeListHeaderBack": 178, - "icnDeleteSelection": 141, - "icnHeaderExpandedState": 53, - "icnInfoIcon": 107, - "icnLearnMore": 98, - "icnLogoPlaceholder": 100, - "icnQCAddItem": 160, - "icnQCAddItemItemDetails": 83, - "icnQCAddItemOS": 38, - "icnQCRemoveItem": 159, - "icnQCRemoveItemItemDetails": 82, - "icnQCRemoveItemOS": 37, - "icnRemoveFilter": 181, - "icnSuccess": 57, - "Icon2": 110, - "Icon3": 120, - "Icon4_2": 62, - "Image1": 63, - "Image1_1": 135, - "Image2": 5, - "Image6": 65, - "imgCoffeeMachine": 187, - "imgItemDetailsImage": 90, - "imgItemImage": 154, - "imgItemImageOrderSummary": 43, - "imgMeasurements": 121, - "Info Screen": 103, - "inpMeasurementValue": 132, - "Label1": 101, - "Label2": 119, - "Label4_7": 61, - "lblCoffeeListHeader": 177, + "htmlCoffeeMachineImageShadow": 171, + "HTMLDivider_1": 8, + "HTMLDivider_2": 10, + "HTMLDivider_3": 12, + "htmlItemImageShadow": 134, + "icnAddItem": 138, + "icnCloseMeasurement": 114, + "icnHeaderExpandedState": 54, + "icnQCAddItem": 142, + "icnQCAddItemOS": 39, + "icnQCRemoveItem": 141, + "icnQCRemoveItemOS": 38, + "icnSelectCoffeeMachine": 176, + "imgCloseCustomerPage": 182, + "imgCloseInfoPage": 79, + "imgCoffeeMachineBack": 66, + "imgCoffeeMachineImage": 172, + "imgCoffeeMachineListBack": 160, + "imgCustomerIcon": 188, + "imgEdit": 107, + "imgInfoIcon": 83, + "imgItemImage": 137, + "imgItemImageOrderSummary": 44, + "imgLearnMore": 94, + "imgLoadingSpinner": 5, + "imgLogo": 90, + "imgMeasurements": 100, + "imgRelatedProductsBack": 122, + "imgRemoveFilter": 163, + "imgSelectCustomer": 192, + "imgSelectCustomer_1": 99, + "imgSelectedCoffeeMachine": 71, + "imgSuccess": 60, + "ImgSummaryBack": 24, + "Info Screen": 78, + "inpMeasurementValue": 116, + "lblCoffeeListHeader": 159, + "lblCoffeeMachineDetailsName": 69, + "lblCoffeeMachineDetailsPrice": 70, + "lblCoffeeMachineDisplayName": 174, + "lblCoffeeMachineName": 65, + "lblCoffeeMachinePrice": 175, "lblCurrentOrderNumber": 26, - "lblCurrentOrderTable": 24, - "lblDescription": 188, - "lblDialogMessage": 14, - "lblGroupNameExtra": 52, - "lblInfoHeader": 106, - "lblInfoText": 108, - "lblItemDetailsHeader": 71, - "lblItemDisplayName": 155, - "lblItemDisplayName_1": 45, - "lblItemPrice": 165, - "lblItemPrice_1": 46, - "lblItemTotalSum": 33, - "lblMeasurement": 125, - "lblMeasurementName": 131, - "lblSelectedItemName": 76, - "lblSelectedItemPrice": 86, - "lblSelectedItemsSumValue": 172, - "lblSelectedItemSum": 170, - "lblSelectedTotal": 171, - "lblSelectedTotalValue": 173, - "lblSelectItemsHeader": 140, - "lblSumCost": 51, - "lblTotalOrder": 32, - "Measurement Screen": 116, - "mrStartMeasure": 113, - "recBackgroundOverlay": 11, - "recCurrentOrderDivider": 54, - "recDialogBackground": 129, - "recImageOverlay": 91, - "recItemGroupUnderline": 145, - "recItemImageOverlay": 153, - "recItemQuantityOverlayExtraInfo": 95, - "recItemQuantityOverlayMiddel": 88, - "recItemQuantityOverlayTop": 75, - "recOverLay": 50, - "Start Measure Screen": 111, - "Start Screen": 96, - "Success Screen": 55, - "Summary Screen": 18, - "Timer1": 58, - "txtItemLongDescription": 94, - "ViewInMR1": 66, - "ViewInMR1_1": 136 + "lblCurrentOrderTable": 23, + "lblCustomerContact": 191, + "lblCustomerListHeader": 181, + "lblCustomerName": 190, + "lblDialogMessage": 17, + "lblGroupNameExtra": 53, + "lblInfoHeader": 82, + "lblInfoText": 84, + "lblItemDisplayName": 135, + "lblItemGroup": 196, + "lblItemPrice": 147, + "lblItemSummaryDisplayName": 46, + "lblItemSummaryPrice": 47, + "lblItemTotalSum": 34, + "lblLearnMoreText": 86, + "lblLoadingMessage": 6, + "lblMeasurement": 106, + "lblMeasurementLabel": 105, + "lblMeasurementName": 115, + "lblMRMeasurementTitle": 98, + "lblSelectedItemsSumValue": 154, + "lblSelectedItemSum": 152, + "lblSelectedTotal": 153, + "lblSelectedTotalValue": 155, + "lblSelectItemsHeader": 121, + "lblSubDetailsHeader": 73, + "lblSubDetailsValue": 74, + "lblSumCost": 52, + "lblTotalOrder": 33, + "Measurement Screen": 95, + "recBackgroundOverlay": 14, + "recCurrentOrderDivider": 55, + "recItemGroupUnderline": 127, + "recItemImageOverlay": 136, + "recOverLay": 51, + "Start Screen": 88, + "Success Screen": 58, + "Summary Screen": 21, + "timeSuccess": 61, + "ViewInMRControl": 76 }, "FunctionParamsInvariantScripts": {}, "FunctionParamsInvariantScriptsOnInstances": {}, - "HeaderLastSavedDateTimeUTC": "11/01/2023 11:46:34", + "HeaderLastSavedDateTimeUTC": "02/28/2024 15:04:57", "IsLegacyComponentAllowGlobalScopeCase": false, "LocalConnectionIDReferences": { - "0ff5df45-9575-4f2b-8cac-8ae027644295": "\"/providers/microsoft.powerapps/apis/shared_dynamicssmbsaas/connections/shared-dynamicssmbsa-084acaa4-64a2-4271-a61f-63e722489ce8\"" + "0ff5df45-9575-4f2b-8cac-8ae027644295": "\"/providers/microsoft.powerapps/apis/shared_dynamicssmbsaas/connections/624a8fbc28a14ff29f75d412ab08ac95\"", + "ea874b1a-7601-47f4-8e74-74b9da7b451c": "\"/providers/microsoft.powerapps/apis/shared_logicflows/connections/62f16ea4443437b5e6efb23b30363474-19ab818e9829ccd1\"" }, - "LocalDatabaseReferencesAsEmpty": false, + "LocalDatabaseReferencesAsEmpty": true, "LocalResourceFileNames": { - "loading-spinner": "a8380748-623c-40a8-ab3e-c250bfa57f03.gif", + "Coffee MR customer icon": "3c3815d9-b67b-4b58-ac96-39ad0fe950e7.svg", + "Coffee MR customerlist dismiss icon": "8b798777-ec50-4612-8fff-64aa9c09c704.png", + "Coffee MR customerlist select icon": "34439065-9f94-42d4-ab76-5b7bd72040d1.svg", + "Coffee MR edit icon": "88fa0b75-e761-41f1-b95e-5e73f5ac1f5d.svg", + "Coffee MR general top back arrow": "bb887973-c9fa-4300-856a-2c60416d778c.svg", + "Coffee MR info screen dismiss icon": "871d7ff9-d9c4-4a6e-aa91-9dc0024069f3.svg", + "Coffee MR info screen info icon": "fbb1c9df-04d4-4ab1-be71-2072671a83d1.svg", + "Coffee MR start screen info icon": "5245a325-56ad-4090-9b7d-19fe0d256bab.svg", + "Coffee MR succes icon": "17a7b356-a3a5-4a54-852f-ce15075a724b.svg", + "Coffee MR top measurement dismiss icon": "c99256fe-a1f0-4ccb-b418-a0836f2eb2c7.svg", + "Coffee MR_Dimensions illustration_X2": "88bc3f07-882f-440d-9394-9fdacafd1ab1.png", + "Coffee MR_logotype and logo_x2": "a33a4fcb-fc20-4e37-862d-e83f7b9acab1.png", + "Coffee-MR_spinner_light-aqua_X2": "667aaf2c-3750-45c9-9188-f6f47248f2cd.gif", "placeholder": "c940736a-1400-4426-9ca0-082919baf7a1.png" }, "LocalResourceRootPaths": { - "loading-spinner": "https://docserverpwaprodwus.blob.core.windows.net/33019f38-a386-467a-a856-b3664a069e85-1/resource/Assets0Images0a8380748-623c-40a8-ab3e-c250bfa57f03.gif?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2023-11-01T11%3A27%3A43Z&ske=2023-11-02T11%3A42%3A43Z&sks=b&skv=2021-12-02&sv=2021-12-02&spr=https&se=2023-11-02T11%3A42%3A43Z&sr=b&sp=r&sig=vl%2BpptpKPYSxdJKXEzZbOAFIkNE%2FyIrThy3oUJMXtyI%3D", - "placeholder": "https://docserverpwaprodwus.blob.core.windows.net/33019f38-a386-467a-a856-b3664a069e85-1/resource/Assets0Images0c940736a-1400-4426-9ca0-082919baf7a1.png?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2023-11-01T11%3A27%3A43Z&ske=2023-11-02T11%3A42%3A43Z&sks=b&skv=2021-12-02&sv=2021-12-02&spr=https&se=2023-11-02T11%3A42%3A43Z&sr=b&sp=r&sig=DmHfZODSKwzqaj%2FsBaatY8QysToEa0YV5dNPt6AzFig%3D" + "Coffee MR customer icon": "https://docserverpwaprodwus.blob.core.windows.net/601b4308-c354-4271-af6e-0fe4c0d1623e-1/resource/Assets0Images03c3815d9-b67b-4b58-ac96-39ad0fe950e7.svg?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2024-02-28T14%3A40%3A53Z&ske=2024-02-29T14%3A55%3A53Z&sks=b&skv=2022-11-02&sv=2022-11-02&spr=https&se=2024-02-29T14%3A55%3A53Z&sr=b&sp=r&sig=g3hNf6%2B6g2IpvLVVjc9cJm5FCWqMJMadKdf0DexoFSk%3D", + "Coffee MR customerlist dismiss icon": "https://docserverpwaprodwus.blob.core.windows.net/601b4308-c354-4271-af6e-0fe4c0d1623e-1/resource/Assets0Images08b798777-ec50-4612-8fff-64aa9c09c704.png?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2024-02-28T14%3A40%3A53Z&ske=2024-02-29T14%3A55%3A53Z&sks=b&skv=2022-11-02&sv=2022-11-02&spr=https&se=2024-02-29T14%3A55%3A53Z&sr=b&sp=r&sig=dswYWBqcNzQdsNenl%2F%2Byv9b6aGcD73Ba1YqMWuIJCqY%3D", + "Coffee MR customerlist select icon": "https://docserverpwaprodwus.blob.core.windows.net/601b4308-c354-4271-af6e-0fe4c0d1623e-1/resource/Assets0Images034439065-9f94-42d4-ab76-5b7bd72040d1.svg?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2024-02-28T14%3A40%3A53Z&ske=2024-02-29T14%3A55%3A53Z&sks=b&skv=2022-11-02&sv=2022-11-02&spr=https&se=2024-02-29T14%3A55%3A53Z&sr=b&sp=r&sig=cTXRRcOVVlGOGjoOWgiUs1VCp523la8mduyvUV7XjWc%3D", + "Coffee MR edit icon": "https://docserverpwaprodwus.blob.core.windows.net/601b4308-c354-4271-af6e-0fe4c0d1623e-1/resource/Assets0Images088fa0b75-e761-41f1-b95e-5e73f5ac1f5d.svg?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2024-02-28T14%3A40%3A53Z&ske=2024-02-29T14%3A55%3A53Z&sks=b&skv=2022-11-02&sv=2022-11-02&spr=https&se=2024-02-29T14%3A55%3A53Z&sr=b&sp=r&sig=iNYImeAXBd3D2syAfHyvOzeXFhndMf7RVQ%2BReZEwY4c%3D", + "Coffee MR general top back arrow": "https://docserverpwaprodwus.blob.core.windows.net/601b4308-c354-4271-af6e-0fe4c0d1623e-1/resource/Assets0Images0bb887973-c9fa-4300-856a-2c60416d778c.svg?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2024-02-28T14%3A40%3A53Z&ske=2024-02-29T14%3A55%3A53Z&sks=b&skv=2022-11-02&sv=2022-11-02&spr=https&se=2024-02-29T14%3A55%3A53Z&sr=b&sp=r&sig=nRsKmgl5bgerMPSimIe%2BorFkzWzsG%2BUlIQa1Ao34trQ%3D", + "Coffee MR info screen dismiss icon": "https://docserverpwaprodwus.blob.core.windows.net/601b4308-c354-4271-af6e-0fe4c0d1623e-1/resource/Assets0Images0871d7ff9-d9c4-4a6e-aa91-9dc0024069f3.svg?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2024-02-28T14%3A40%3A53Z&ske=2024-02-29T14%3A55%3A53Z&sks=b&skv=2022-11-02&sv=2022-11-02&spr=https&se=2024-02-29T14%3A55%3A53Z&sr=b&sp=r&sig=nBQVq7T9aXB0W0eBMM7idlto2acKXHkSgLGQq9wYo1s%3D", + "Coffee MR info screen info icon": "https://docserverpwaprodwus.blob.core.windows.net/601b4308-c354-4271-af6e-0fe4c0d1623e-1/resource/Assets0Images0fbb1c9df-04d4-4ab1-be71-2072671a83d1.svg?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2024-02-28T14%3A40%3A53Z&ske=2024-02-29T14%3A55%3A53Z&sks=b&skv=2022-11-02&sv=2022-11-02&spr=https&se=2024-02-29T14%3A55%3A53Z&sr=b&sp=r&sig=C%2FjUMQuSmXyEfq1btLTKw0riFTBu06tqlekBVwJgub4%3D", + "Coffee MR start screen info icon": "https://docserverpwaprodwus.blob.core.windows.net/601b4308-c354-4271-af6e-0fe4c0d1623e-1/resource/Assets0Images05245a325-56ad-4090-9b7d-19fe0d256bab.svg?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2024-02-28T14%3A40%3A53Z&ske=2024-02-29T14%3A55%3A53Z&sks=b&skv=2022-11-02&sv=2022-11-02&spr=https&se=2024-02-29T14%3A55%3A53Z&sr=b&sp=r&sig=HOY00H3PO9ygc6vPOmRtqJvd5JGysNX41f6E2eav8Hk%3D", + "Coffee MR succes icon": "https://docserverpwaprodwus.blob.core.windows.net/601b4308-c354-4271-af6e-0fe4c0d1623e-1/resource/Assets0Images017a7b356-a3a5-4a54-852f-ce15075a724b.svg?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2024-02-28T14%3A40%3A53Z&ske=2024-02-29T14%3A55%3A53Z&sks=b&skv=2022-11-02&sv=2022-11-02&spr=https&se=2024-02-29T14%3A55%3A53Z&sr=b&sp=r&sig=gcLJewTDkbpyheHMV6MFhjgSQkHQyVCjSMyaUyVXHYc%3D", + "Coffee MR top measurement dismiss icon": "https://docserverpwaprodwus.blob.core.windows.net/601b4308-c354-4271-af6e-0fe4c0d1623e-1/resource/Assets0Images0c99256fe-a1f0-4ccb-b418-a0836f2eb2c7.svg?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2024-02-28T14%3A40%3A53Z&ske=2024-02-29T14%3A55%3A53Z&sks=b&skv=2022-11-02&sv=2022-11-02&spr=https&se=2024-02-29T14%3A55%3A53Z&sr=b&sp=r&sig=MVLSqDPbFsC6IuQ1dGdBUkJA%2BJtKHRzXgcgs9qv%2Br0k%3D", + "Coffee MR_Dimensions illustration_X2": "https://docserverpwaprodwus.blob.core.windows.net/601b4308-c354-4271-af6e-0fe4c0d1623e-1/resource/Assets0Images088bc3f07-882f-440d-9394-9fdacafd1ab1.png?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2024-02-28T14%3A40%3A53Z&ske=2024-02-29T14%3A55%3A53Z&sks=b&skv=2022-11-02&sv=2022-11-02&spr=https&se=2024-02-29T14%3A55%3A53Z&sr=b&sp=r&sig=%2Blcd%2F8MgGGSaVxjmSdMHYQ3m%2Bd5psNhOZxjbF7coiZo%3D", + "Coffee MR_logotype and logo_x2": "https://docserverpwaprodwus.blob.core.windows.net/601b4308-c354-4271-af6e-0fe4c0d1623e-1/resource/Assets0Images0a33a4fcb-fc20-4e37-862d-e83f7b9acab1.png?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2024-02-28T14%3A40%3A53Z&ske=2024-02-29T14%3A55%3A53Z&sks=b&skv=2022-11-02&sv=2022-11-02&spr=https&se=2024-02-29T14%3A55%3A53Z&sr=b&sp=r&sig=rSqR6Mx4M9JqKLsz6otVVwHYuUCLGYePJ124yfW%2FUKE%3D", + "Coffee-MR_spinner_light-aqua_X2": "https://docserverpwaprodwus.blob.core.windows.net/601b4308-c354-4271-af6e-0fe4c0d1623e-1/resource/Assets0Images0667aaf2c-3750-45c9-9188-f6f47248f2cd.gif?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2024-02-28T14%3A40%3A53Z&ske=2024-02-29T14%3A55%3A53Z&sks=b&skv=2022-11-02&sv=2022-11-02&spr=https&se=2024-02-29T14%3A55%3A53Z&sr=b&sp=r&sig=7sXMMFy5a7z0HxMt1N6bb3bvnrwR38CkqcQOdbFDHlg%3D", + "placeholder": "https://docserverpwaprodwus.blob.core.windows.net/601b4308-c354-4271-af6e-0fe4c0d1623e-1/resource/Assets0Images0c940736a-1400-4426-9ca0-082919baf7a1.png?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2024-02-28T14%3A40%3A53Z&ske=2024-02-29T14%3A55%3A53Z&sks=b&skv=2022-11-02&sv=2022-11-02&spr=https&se=2024-02-29T14%3A55%3A53Z&sr=b&sp=r&sig=kSHnz5jBXAU9NPLs9YDd8y69z6G05s6fzkfa5M6XP0M%3D" }, - "OldLogoFileName": "ezlshsrl.jpg", + "OldLogoFileName": "14ijgi54.jpg", "OrderComponentMetadata": { - "3c030ee18d5d4acdb0591f7d2f3b76c5": 3, + "3c030ee18d5d4acdb0591f7d2f3b76c5": 4, + "67013d32c0a14aebbe9675e8fecfc8ea": 3, "6fb90aa8ffd54e19b18c457ebdeb2dc1": 2, "915e100f11f94a0788a92a9b222034eb": 0, "de7c539bf4c442168c2b65f992559846": 1 }, "OrderComponentTemplate": { - "3c030ee18d5d4acdb0591f7d2f3b76c5": 3, + "3c030ee18d5d4acdb0591f7d2f3b76c5": 4, + "67013d32c0a14aebbe9675e8fecfc8ea": 3, "6fb90aa8ffd54e19b18c457ebdeb2dc1": 2, "915e100f11f94a0788a92a9b222034eb": 0, "de7c539bf4c442168c2b65f992559846": 1 }, "OrderDataSource": { - "coffeeItems (microsoft/powerApps/beta)": 5, + "coffeeItems (microsoft/powerApps/beta)": 3, "colCurrentOrderState_CollapsedGroups": 7, - "colExtraItems": 9, - "colExtraItemsCatagory": 11, + "colExtraItems": 11, + "colExtraItemsCatagory": 9, "colMeasurements": 10, "colOrderSummary": 8, "colSelectedItems": 6, - "customers (v2.0)": 3, + "customers (v2.0)": 2, "CustomGallerySample": 1, - "salesOrderLines (v2.0)": 4, - "salesOrders (v2.0)": 2, + "salesOrderLines (v2.0)": 5, + "salesOrders (v2.0)": 4, "UploadImageToSalesOrder": 0 }, "OrderGroupControls": {}, @@ -256,188 +290,26 @@ }, "OrderTemplate": {}, "OrderXMLTemplate": { - "button": 0, - "gallery": 7, - "groupContainer": 2, - "htmlViewer": 1, - "icon": 3, - "image": 6, - "label": 4, - "rectangle": 5, + "button": 5, + "gallery": 6, + "groupContainer": 0, + "htmlViewer": 3, + "icon": 7, + "image": 2, + "label": 1, + "rectangle": 4, "text": 9, "timer": 8 }, "OverridablePropertiesEntry": { "App": {}, "btnBackground": {}, - "btnCoffeeOverLay": {}, + "btnCustomerOverlay": {}, "btnFilter": {}, - "btnItemGroup": {}, - "btnLoadOrderSummary": {}, + "btnFunctionLoadOrderSummary": {}, + "btnLearnMore": {}, "btnMeasurementOverlay": {}, - "btnNo": {}, - "btnPickFromList": {}, - "btnQCAddItemBackground": {}, - "btnQCAddItemBackItemDetails": {}, - "btnQCAddItemBackOS": {}, - "btnQCBackground": {}, - "btnQCBackgroundItemDetails": {}, - "btnQCBackgroundOS": {}, - "btnQCQuantity": {}, - "btnQCQuantityItemDetails": {}, - "btnQCQuantityOS": {}, - "btnQCRemoveItemBack": {}, - "btnQCRemoveItemBackgroundItemDetails": {}, - "btnQCRemoveItemBackOS": {}, - "btnQuantity": {}, - "btnQuantityItemDetails": {}, - "btnQuantityOrderSummary": {}, - "btnReviewSelectedItems": {}, - "btnSaveMeasurement": {}, - "btnScanItem": {}, - "btnSubmitOrder": {}, - "btnUseAsFilter": {}, - "btnYes": {}, - "Button2": {}, - "Button3_1": {}, - "Coffee Machine screen": {}, - "Coffee Machines List Screen": {}, - "comBigDivider": {}, - "comBigDivider_1": {}, - "comBigDivider_2": {}, - "comBigDividerBottom": {}, - "comBigDividerBottomSummary": {}, - "comLoadingOverlay": {}, - "comLoadingOverlaySummaryScreen": {}, - "comSelectItemDividerButton": {}, - "comSelectItemsDivider": {}, - "comSelectItemsDividerCoffee": {}, - "comSelectItemsDividerCoffeePage": {}, - "comYesNoDialog": {}, - "comYesNoDialogCheckout": {}, - "comYesNoDialogDeleteDraft": {}, - "conActions": {}, - "conButtom": {}, - "conButtons": {}, - "conCoffeeFilter": {}, - "conCoffeeHeader": {}, - "conCoffeeList": {}, - "conCoffeeListContent": {}, - "conCoffeeListHeader": {}, - "conCoffeeMachine": {}, - "conContent": {}, - "conDialog": {}, - "conEditOverlay": {}, - "conHeader": {}, - "conInfoContent": {}, - "conInfoTitle": {}, - "conItemDetails": {}, - "conItemDetailsTop": {}, - "conItemExtraInfo": {}, - "conItemImage": {}, - "conItemInfoLayout": {}, - "conItemInformation": {}, - "conItemMainInfo": {}, - "conMeasurementContainer": {}, - "conMeasurementContent": {}, - "conMeasurementHeader": {}, - "conMid": {}, - "conOrderSummaryHeader": {}, - "conQuantityControl": {}, - "conQuantityControlItemDetails": {}, - "conQuantityControlOrderSummary": {}, - "conStartContent": {}, - "conSuccessContent": {}, - "Container3": {}, - "conTop": {}, - "conTotal": {}, - "Debug screen": {}, - "Extra Screen": {}, - "Extras List Screen": {}, - "figItemOverlay": {}, - "figItemOverlayOrderSummary": {}, - "figItemSeparator": {}, - "figItemSeparatorOrderSummary": {}, - "galCoffeeMachine": {}, - "galItemGroups": {}, - "galItems": {}, - "galleryTemplate1": {}, - "galleryTemplate1_2": {}, - "galleryTemplate1_3": {}, - "galleryTemplate2": {}, - "galleryTemplate4_3": {}, - "galMeasurements": {}, - "galOrderSummary": {}, - "Host": {}, - "HTMLDivider_1": {}, - "HTMLDivider_2": {}, - "htmlItemDetailsImageShadow": {}, - "htmlItemImageShadow": {}, - "icnAddItem": {}, - "icnAddItemDetails": {}, - "icnBack": {}, - "icnCloseActionScreen": {}, - "icnCloseInfoPage": {}, - "icnCloseItemDetails": {}, - "icnCloseMeasurement": {}, - "icnCoffeeListHeaderBack": {}, - "icnDeleteSelection": {}, - "icnHeaderExpandedState": {}, - "icnInfoIcon": {}, - "icnLearnMore": {}, - "icnLogoPlaceholder": {}, - "icnQCAddItem": {}, - "icnQCAddItemItemDetails": {}, - "icnQCAddItemOS": {}, - "icnQCRemoveItem": {}, - "icnQCRemoveItemItemDetails": {}, - "icnQCRemoveItemOS": {}, - "icnRemoveFilter": {}, - "icnSuccess": {}, - "Icon2": {}, - "Icon3": {}, - "Icon4_2": {}, - "Image1": {}, - "Image1_1": {}, - "Image2": {}, - "Image6": {}, - "imgCoffeeMachine": {}, - "imgItemDetailsImage": {}, - "imgItemImage": {}, - "imgItemImageOrderSummary": {}, - "imgMeasurements": {}, - "Info Screen": {}, - "inpMeasurementValue": {}, - "Label1": {}, - "Label2": {}, - "Label4_7": {}, - "lblCoffeeListHeader": {}, - "lblCurrentOrderNumber": {}, - "lblCurrentOrderTable": {}, - "lblDescription": {}, - "lblDialogMessage": {}, - "lblGroupNameExtra": {}, - "lblInfoHeader": {}, - "lblInfoText": {}, - "lblItemDetailsHeader": {}, - "lblItemDisplayName": {}, - "lblItemDisplayName_1": {}, - "lblItemPrice": {}, - "lblItemPrice_1": {}, - "lblItemTotalSum": {}, - "lblMeasurement": {}, - "lblMeasurementName": {}, - "lblSelectedItemName": {}, - "lblSelectedItemPrice": {}, - "lblSelectedItemsSumValue": {}, - "lblSelectedItemSum": {}, - "lblSelectedTotal": {}, - "lblSelectedTotalValue": {}, - "lblSelectItemsHeader": {}, - "lblSumCost": {}, - "lblTotalOrder": {}, - "Measurement Screen": {}, - "mrStartMeasure": { + "btnMRMeasure": { "Measurements": { "Type": { "EnumString": "", @@ -531,7 +403,7 @@ } ] }, - "Version": "1.335" + "Version": "1.337" }, "Photos": { "Type": { @@ -565,26 +437,195 @@ } ] }, - "Version": "1.335" + "Version": "1.337" } }, + "btnNo": {}, + "btnQCAddItemBackground": {}, + "btnQCAddItemBackOS": {}, + "btnQCBackground": {}, + "btnQCBackgroundOS": {}, + "btnQCQuantity": {}, + "btnQCQuantityOS": {}, + "btnQCRemoveItemBack": {}, + "btnQCRemoveItemBackOS": {}, + "btnQuantity": {}, + "btnQuantityOrderSummary": {}, + "btnReviewSelectedItems": {}, + "btnSaveMeasurement": {}, + "btnSelectCoffeeMachine": {}, + "btnStartMeasure&Select": {}, + "btnStartSelect": {}, + "btnSubmitOrder": {}, + "btnUseAsFilter": {}, + "btnYes": {}, + "Coffee Machine screen": {}, + "Coffee Machines List Screen": {}, + "comBigDivider": {}, + "comBigDividerBlack": {}, + "comBigDividerBottom": {}, + "comBigDividerBottomSummary": {}, + "comBigDividerSummeryTop": {}, + "comCustomerListBigDividerBlack": {}, + "comLoadingOverlay": {}, + "comLoadingOverlaySummaryScreen": {}, + "comSelectItemDividerButton": {}, + "comSelectItemsDivider": {}, + "comSelectItemsDividerCoffee": {}, + "comSelectItemsDividerCoffeePage": {}, + "comYesNoDialog": {}, + "comYesNoDialogCheckout": {}, + "comYesNoDialogDeleteDraft": {}, + "conAboutHeader": {}, + "conButtom": {}, + "conButtons": {}, + "conCoffeeActions": {}, + "conCoffeeFilter": {}, + "conCoffeeHeader": {}, + "conCoffeeList": {}, + "conCoffeeListContent": {}, + "conCoffeeListHeader": {}, + "conCoffeeMachine": {}, + "conCoffeeMachineContent": {}, + "conCoffeeMachineImage": {}, + "conCoffeeMachineTexts": {}, + "conCoffeeMainDetails": {}, + "conCoffeeSubDetails": {}, + "conContent": {}, + "conCustomerContent": {}, + "conCustomerLayout": {}, + "conCustomerList": {}, + "conCustomerListContent": {}, + "conCustomerListHeader": {}, + "conDialog": {}, + "conEditMeasurement": {}, + "conEditOverlay": {}, + "conHeader": {}, + "conInfoScreenContent": {}, + "conItemGroupcontent": {}, + "conItemInformation": {}, + "conLearnMore": {}, + "conMeasureEditButton": {}, + "conMeasurement": {}, + "conMeasurementContent": {}, + "conMeasurementHeader": {}, + "conMeasurementValue": {}, + "conMid": {}, + "conOrderSummaryHeader": {}, + "conQuantityControl": {}, + "conQuantityControlOrderSummary": {}, + "conStartButtons": {}, + "conStartSubContent": {}, + "conSuccessContent": {}, + "Container2": {}, + "conTop": {}, + "conTotal": {}, + "Customer List Screen": {}, + "Extras List Screen": {}, + "figCoffeeMachineOverlay": {}, + "figCoffeeMachineSeperator": {}, + "figCustomerListSeperator": {}, + "figItemOverlay": {}, + "figItemOverlayOrderSummary": {}, + "figItemSeparator": {}, + "figItemSeparatorOrderSummary": {}, + "figMeasurementSeparator": {}, + "galCoffeeMachine": {}, + "galCustomers": {}, + "galItemGroups": {}, + "galItems": {}, + "galleryTemplate1": {}, + "galleryTemplate1_1": {}, + "galleryTemplate1_2": {}, + "galleryTemplate1_3": {}, + "galleryTemplate2": {}, + "galleryTemplate4_3": {}, + "galMeasurements": {}, + "galOrderSummary": {}, + "Host": {}, + "htmlCoffeeMachineImageShadow": {}, + "HTMLDivider_1": {}, + "HTMLDivider_2": {}, + "HTMLDivider_3": {}, + "htmlItemImageShadow": {}, + "icnAddItem": {}, + "icnCloseMeasurement": {}, + "icnHeaderExpandedState": {}, + "icnQCAddItem": {}, + "icnQCAddItemOS": {}, + "icnQCRemoveItem": {}, + "icnQCRemoveItemOS": {}, + "icnSelectCoffeeMachine": {}, + "imgCloseCustomerPage": {}, + "imgCloseInfoPage": {}, + "imgCoffeeMachineBack": {}, + "imgCoffeeMachineImage": {}, + "imgCoffeeMachineListBack": {}, + "imgCustomerIcon": {}, + "imgEdit": {}, + "imgInfoIcon": {}, + "imgItemImage": {}, + "imgItemImageOrderSummary": {}, + "imgLearnMore": {}, + "imgLoadingSpinner": {}, + "imgLogo": {}, + "imgMeasurements": {}, + "imgRelatedProductsBack": {}, + "imgRemoveFilter": {}, + "imgSelectCustomer": {}, + "imgSelectCustomer_1": {}, + "imgSelectedCoffeeMachine": {}, + "imgSuccess": {}, + "ImgSummaryBack": {}, + "Info Screen": {}, + "inpMeasurementValue": {}, + "lblCoffeeListHeader": {}, + "lblCoffeeMachineDetailsName": {}, + "lblCoffeeMachineDetailsPrice": {}, + "lblCoffeeMachineDisplayName": {}, + "lblCoffeeMachineName": {}, + "lblCoffeeMachinePrice": {}, + "lblCurrentOrderNumber": {}, + "lblCurrentOrderTable": {}, + "lblCustomerContact": {}, + "lblCustomerListHeader": {}, + "lblCustomerName": {}, + "lblDialogMessage": {}, + "lblGroupNameExtra": {}, + "lblInfoHeader": {}, + "lblInfoText": {}, + "lblItemDisplayName": {}, + "lblItemGroup": {}, + "lblItemPrice": {}, + "lblItemSummaryDisplayName": {}, + "lblItemSummaryPrice": {}, + "lblItemTotalSum": {}, + "lblLearnMoreText": {}, + "lblLoadingMessage": {}, + "lblMeasurement": {}, + "lblMeasurementLabel": {}, + "lblMeasurementName": {}, + "lblMRMeasurementTitle": {}, + "lblSelectedItemsSumValue": {}, + "lblSelectedItemSum": {}, + "lblSelectedTotal": {}, + "lblSelectedTotalValue": {}, + "lblSelectItemsHeader": {}, + "lblSubDetailsHeader": {}, + "lblSubDetailsValue": {}, + "lblSumCost": {}, + "lblTotalOrder": {}, + "Measurement Screen": {}, "recBackgroundOverlay": {}, "recCurrentOrderDivider": {}, - "recDialogBackground": {}, - "recImageOverlay": {}, "recItemGroupUnderline": {}, "recItemImageOverlay": {}, - "recItemQuantityOverlayExtraInfo": {}, - "recItemQuantityOverlayMiddel": {}, - "recItemQuantityOverlayTop": {}, "recOverLay": {}, - "Start Measure Screen": {}, "Start Screen": {}, "Success Screen": {}, "Summary Screen": {}, - "Timer1": {}, - "txtItemLongDescription": {}, - "ViewInMR1": { + "timeSuccess": {}, + "ViewInMRControl": { "Photos": { "Type": { "EnumString": "", @@ -611,42 +652,12 @@ } ] }, - "Version": "1.335" - } - }, - "ViewInMR1_1": { - "Photos": { - "Type": { - "EnumString": "", - "Kind": "Table", - "Name": "Root", - "Type": [ - { - "EnumString": "", - "Kind": "Number", - "Name": "FileSize", - "Type": [] - }, - { - "EnumString": "", - "Kind": "Image", - "Name": "ImageURI", - "Type": [] - }, - { - "EnumString": "", - "Kind": "String", - "Name": "MimeType", - "Type": [] - } - ] - }, - "Version": "1.335" + "Version": "1.337" } } }, "PCFDynamicSchemaForIRRetrievalEntry": { - "mrStartMeasure": { + "btnMRMeasure": { "Measurements": { "DynamicSchema": "{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"Label\":{\"type\":\"string\"},\"Id\":{\"type\":\"number\"},\"Length\":{\"type\":\"number\"},\"Height\":{\"type\":\"number\"},\"Unit\":{\"type\":\"string\"},\"Segments\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"Length\":{\"type\":\"number\"},\"DirectionX\":{\"type\":\"number\"},\"DirectionY\":{\"type\":\"number\"},\"DirectionZ\":{\"type\":\"number\"}}}},\"Area\":{\"type\":\"number\"},\"Volume\":{\"type\":\"number\"},\"BoundingWidth\":{\"type\":\"number\"},\"BoundingDepth\":{\"type\":\"number\"}}}}", "PCFSkipValidation": false @@ -656,13 +667,7 @@ "PCFSkipValidation": false } }, - "ViewInMR1": { - "Photos": { - "DynamicSchema": "{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"ImageURI\":{\"type\":\"string\",\"format\":\"uri\",\"x-ms-media-kind\":\"image\"},\"MimeType\":{\"type\":\"string\"},\"FileSize\":{\"type\":\"number\"}}}}", - "PCFSkipValidation": false - } - }, - "ViewInMR1_1": { + "ViewInMRControl": { "Photos": { "DynamicSchema": "{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"ImageURI\":{\"type\":\"string\",\"format\":\"uri\",\"x-ms-media-kind\":\"image\"},\"MimeType\":{\"type\":\"string\"},\"FileSize\":{\"type\":\"number\"}}}}", "PCFSkipValidation": false @@ -670,9 +675,9 @@ } }, "PCFTemplateEntry": { - "mrStartMeasure": { + "btnMRMeasure": { "CustomGroupControlTemplateName": "", - "DynamicControlDefinitionJson": "{\"ControlNamespace\":\"Microsoft\",\"ControlConstructor\":\"MeasureInMR\",\"DisplayNameKey\":\"PCF_MeasureButton\",\"Resources\":\"[{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/prop-types.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":1,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/react-fela.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":2,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/fela.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":3,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/fela-dom.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":4,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/ctrllib/PCFControls/js/PCFControlWrapper.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":6,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/ctrllib/PcfControlProxy/js/PcfControlProxy.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":7,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"ManifestTemplate\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"ConstructorName\\\\\\\":\\\\\\\"Microsoft.MeasureInMR\\\\\\\",\\\\\\\"CustomControlId\\\\\\\":\\\\\\\"Microsoft.MeasureInMR\\\\\\\",\\\\\\\"IsVirtual\\\\\\\":false,\\\\\\\"Properties\\\\\\\":{\\\\\\\"Resources\\\\\\\":[{\\\\\\\"Name\\\\\\\":\\\\\\\"/PCF/prop-types.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":1,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/PCF/react-fela.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":2,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/PCF/fela.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":3,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/PCF/fela-dom.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":4,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/ctrllib/PCFControls/js/PCFControlWrapper.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":6,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/ctrllib/PcfControlProxy/js/PcfControlProxy.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":7,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null}],\\\\\\\"GroupDefinitions\\\\\\\":null,\\\\\\\"DataSetDefinitions\\\\\\\":{\\\\\\\"Items\\\\\\\":{\\\\\\\"DisplayName\\\\\\\":\\\\\\\"Expected measurements (preview)\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Grid\\\\\\\",\\\\\\\"Columns\\\\\\\":{\\\\\\\"0\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsLabels\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\"},\\\\\\\"1\\\\\\\":{\\\\\\\"Required\\\\\\\":false,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsMeasurementType\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Enum\\\\\\\"},\\\\\\\"2\\\\\\\":{\\\\\\\"Required\\\\\\\":false,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsBoxDraw\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\"}},\\\\\\\"Primary\\\\\\\":true,\\\\\\\"InitialDataSetFetch\\\\\\\":true,\\\\\\\"CDSDataSetOptions\\\\\\\":null}},\\\\\\\"Properties\\\\\\\":{\\\\\\\"Text\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"Measure in MR\\\\\\\"},\\\\\\\"Units\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"Meters\\\\\\\"},\\\\\\\"BoxDraw\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"EnableShadows\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"MeasurementType\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"Freeform\\\\\\\"},\\\\\\\"Measurements\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"Photos\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"DisplayType\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"IconText\\\\\\\"},\\\\\\\"PaddingTop\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"5\\\\\\\"},\\\\\\\"PaddingBottom\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"5\\\\\\\"},\\\\\\\"PaddingLeft\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"5\\\\\\\"},\\\\\\\"PaddingRight\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"5\\\\\\\"},\\\\\\\"FillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#3860B2\\\\\\\"},\\\\\\\"TextColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"BorderStyle\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"solid\\\\\\\"},\\\\\\\"BorderThickness\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"2\\\\\\\"},\\\\\\\"BorderFillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#2f5197\\\\\\\"},\\\\\\\"BorderRadius\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"10\\\\\\\"},\\\\\\\"Font\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"'Open Sans', sans-serif\\\\\\\"},\\\\\\\"FontSize\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"20\\\\\\\"},\\\\\\\"FontWeight\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"600\\\\\\\"},\\\\\\\"Italic\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"Underline\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"Strikethrough\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"TextAlignment\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"center\\\\\\\"},\\\\\\\"VerticalAlign\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"middle\\\\\\\"},\\\\\\\"Disabled\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"DisabledContentColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#A6A6A6\\\\\\\"},\\\\\\\"DisabledFillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#F4F4F4\\\\\\\"},\\\\\\\"DisabledBorderColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#A6A6A6\\\\\\\"},\\\\\\\"PressedContentColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#3860b2\\\\\\\"},\\\\\\\"PressedFillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"PressedBorderColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#3860b2\\\\\\\"},\\\\\\\"HoverContentColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"HoverFillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#2f5197\\\\\\\"},\\\\\\\"HoverBorderColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#5873ab\\\\\\\"},\\\\\\\"Items\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"Selected\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"SelectedItems\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ItemsLabels\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ItemsMeasurementType\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ItemsBoxDraw\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"}},\\\\\\\"FeatureUsage\\\\\\\":[{\\\\\\\"IsRequired\\\\\\\":true,\\\\\\\"Name\\\\\\\":\\\\\\\"Device.openARViewer\\\\\\\"}]},\\\\\\\"Events\\\\\\\":{\\\\\\\"OnMixedRealitySelect\\\\\\\":{\\\\\\\"EventName\\\\\\\":\\\\\\\"OnMixedRealitySelect\\\\\\\"}},\\\\\\\"CommonEvents\\\\\\\":null,\\\\\\\"DesignMap\\\\\\\":null,\\\\\\\"PropertyDependencies\\\\\\\":[{\\\\\\\"Input\\\\\\\":\\\\\\\"Text\\\\\\\",\\\\\\\"Output\\\\\\\":\\\\\\\"Measurements\\\\\\\",\\\\\\\"RequiredFor\\\\\\\":\\\\\\\"schema\\\\\\\"},{\\\\\\\"Input\\\\\\\":\\\\\\\"Text\\\\\\\",\\\\\\\"Output\\\\\\\":\\\\\\\"Photos\\\\\\\",\\\\\\\"RequiredFor\\\\\\\":\\\\\\\"schema\\\\\\\"},{\\\\\\\"Input\\\\\\\":\\\\\\\"Items\\\\\\\",\\\\\\\"Output\\\\\\\":\\\\\\\"Selected\\\\\\\",\\\\\\\"RequiredFor\\\\\\\":\\\\\\\"\\\\\\\"},{\\\\\\\"Input\\\\\\\":\\\\\\\"Items\\\\\\\",\\\\\\\"Output\\\\\\\":\\\\\\\"SelectedItems\\\\\\\",\\\\\\\"RequiredFor\\\\\\\":\\\\\\\"\\\\\\\"}],\\\\\\\"Children\\\\\\\":null}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":7,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"ManifestPropertyTypes\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"Properties\\\\\\\":[{\\\\\\\"Name\\\\\\\":\\\\\\\"Text\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Units\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Enum\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"BoxDraw\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"EnableShadows\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"MeasurementType\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Enum\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Measurements\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Object\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Photos\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Object\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisplayType\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Enum\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PaddingTop\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PaddingBottom\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PaddingLeft\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PaddingRight\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"TextColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"BorderStyle\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"BorderStyle\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"BorderThickness\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"BorderFillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Color\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"BorderRadius\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Font\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Font\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"FontSize\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"FontWeight\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontWeight\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Italic\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Italics\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Underline\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Underline\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Strikethrough\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Strikethrough\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"TextAlignment\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Align\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"VerticalAlign\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"VerticalAlign\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Disabled\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisabledContentColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisabledFillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisabledBorderColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Color\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PressedContentColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PressedFillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PressedBorderColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Color\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"HoverContentColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"HoverFillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"HoverBorderColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Color\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Items\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"DataSet\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":true,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Selected\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Object\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"SelectedItems\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"DataSet\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsLabels\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsMeasurementType\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsBoxDraw\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PCFTeamsTheme\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"X\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Y\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Width\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Height\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Visible\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Boolean\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisplayMode\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"DisplayMode\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"TabIndex\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Tooltip\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true}]}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":8,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"PowerAppsControlInfo\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"TemplateVersion\\\\\\\":1,\\\\\\\"Version\\\\\\\":\\\\\\\"1.0.23\\\\\\\",\\\\\\\"IsFirstParty\\\\\\\":true}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":9,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/bundle.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":11,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/libs/babylon.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":10,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":2,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1033.resx\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":9,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"FormattingData\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"timeZoneUtcOffsetMinutes\\\\\\\":0,\\\\\\\"dateTimeFormatInfo\\\\\\\":{\\\\\\\"AMDesignator\\\\\\\":\\\\\\\"AM\\\\\\\",\\\\\\\"Calendar\\\\\\\":{\\\\\\\"MinSupportedDateTime\\\\\\\":\\\\\\\"0001-01-01T00:00:00\\\\\\\",\\\\\\\"MaxSupportedDateTime\\\\\\\":\\\\\\\"9999-12-31T23:59:59.9999999\\\\\\\",\\\\\\\"AlgorithmType\\\\\\\":1,\\\\\\\"CalendarType\\\\\\\":1,\\\\\\\"Eras\\\\\\\":[1],\\\\\\\"TwoDigitYearMax\\\\\\\":2049,\\\\\\\"IsReadOnly\\\\\\\":false},\\\\\\\"DateSeparator\\\\\\\":\\\\\\\"/\\\\\\\",\\\\\\\"FirstDayOfWeek\\\\\\\":0,\\\\\\\"CalendarWeekRule\\\\\\\":0,\\\\\\\"FullDateTimePattern\\\\\\\":\\\\\\\"dddd, MMMM d, yyyy h:mm:ss tt\\\\\\\",\\\\\\\"LongDatePattern\\\\\\\":\\\\\\\"dddd, MMMM d, yyyy\\\\\\\",\\\\\\\"LongTimePattern\\\\\\\":\\\\\\\"h:mm:ss tt\\\\\\\",\\\\\\\"MonthDayPattern\\\\\\\":\\\\\\\"MMMM d\\\\\\\",\\\\\\\"PMDesignator\\\\\\\":\\\\\\\"PM\\\\\\\",\\\\\\\"RFC1123Pattern\\\\\\\":\\\\\\\"ddd, dd MMM yyyy HH':'mm':'ss 'GMT'\\\\\\\",\\\\\\\"ShortDatePattern\\\\\\\":\\\\\\\"M/d/yyyy\\\\\\\",\\\\\\\"ShortTimePattern\\\\\\\":\\\\\\\"h:mm tt\\\\\\\",\\\\\\\"SortableDateTimePattern\\\\\\\":\\\\\\\"yyyy'-'MM'-'dd'T'HH':'mm':'ss\\\\\\\",\\\\\\\"TimeSeparator\\\\\\\":\\\\\\\":\\\\\\\",\\\\\\\"UniversalSortableDateTimePattern\\\\\\\":\\\\\\\"yyyy'-'MM'-'dd HH':'mm':'ss'Z'\\\\\\\",\\\\\\\"YearMonthPattern\\\\\\\":\\\\\\\"MMMM yyyy\\\\\\\",\\\\\\\"AbbreviatedDayNames\\\\\\\":[\\\\\\\"Sun\\\\\\\",\\\\\\\"Mon\\\\\\\",\\\\\\\"Tue\\\\\\\",\\\\\\\"Wed\\\\\\\",\\\\\\\"Thu\\\\\\\",\\\\\\\"Fri\\\\\\\",\\\\\\\"Sat\\\\\\\"],\\\\\\\"ShortestDayNames\\\\\\\":[\\\\\\\"Su\\\\\\\",\\\\\\\"Mo\\\\\\\",\\\\\\\"Tu\\\\\\\",\\\\\\\"We\\\\\\\",\\\\\\\"Th\\\\\\\",\\\\\\\"Fr\\\\\\\",\\\\\\\"Sa\\\\\\\"],\\\\\\\"DayNames\\\\\\\":[\\\\\\\"Sunday\\\\\\\",\\\\\\\"Monday\\\\\\\",\\\\\\\"Tuesday\\\\\\\",\\\\\\\"Wednesday\\\\\\\",\\\\\\\"Thursday\\\\\\\",\\\\\\\"Friday\\\\\\\",\\\\\\\"Saturday\\\\\\\"],\\\\\\\"AbbreviatedMonthNames\\\\\\\":[\\\\\\\"Jan\\\\\\\",\\\\\\\"Feb\\\\\\\",\\\\\\\"Mar\\\\\\\",\\\\\\\"Apr\\\\\\\",\\\\\\\"May\\\\\\\",\\\\\\\"Jun\\\\\\\",\\\\\\\"Jul\\\\\\\",\\\\\\\"Aug\\\\\\\",\\\\\\\"Sep\\\\\\\",\\\\\\\"Oct\\\\\\\",\\\\\\\"Nov\\\\\\\",\\\\\\\"Dec\\\\\\\",\\\\\\\"\\\\\\\"],\\\\\\\"MonthNames\\\\\\\":[\\\\\\\"January\\\\\\\",\\\\\\\"February\\\\\\\",\\\\\\\"March\\\\\\\",\\\\\\\"April\\\\\\\",\\\\\\\"May\\\\\\\",\\\\\\\"June\\\\\\\",\\\\\\\"July\\\\\\\",\\\\\\\"August\\\\\\\",\\\\\\\"September\\\\\\\",\\\\\\\"October\\\\\\\",\\\\\\\"November\\\\\\\",\\\\\\\"December\\\\\\\",\\\\\\\"\\\\\\\"],\\\\\\\"IsReadOnly\\\\\\\":false,\\\\\\\"NativeCalendarName\\\\\\\":\\\\\\\"Gregorian Calendar\\\\\\\",\\\\\\\"AbbreviatedMonthGenitiveNames\\\\\\\":[\\\\\\\"Jan\\\\\\\",\\\\\\\"Feb\\\\\\\",\\\\\\\"Mar\\\\\\\",\\\\\\\"Apr\\\\\\\",\\\\\\\"May\\\\\\\",\\\\\\\"Jun\\\\\\\",\\\\\\\"Jul\\\\\\\",\\\\\\\"Aug\\\\\\\",\\\\\\\"Sep\\\\\\\",\\\\\\\"Oct\\\\\\\",\\\\\\\"Nov\\\\\\\",\\\\\\\"Dec\\\\\\\",\\\\\\\"\\\\\\\"],\\\\\\\"MonthGenitiveNames\\\\\\\":[\\\\\\\"January\\\\\\\",\\\\\\\"February\\\\\\\",\\\\\\\"March\\\\\\\",\\\\\\\"April\\\\\\\",\\\\\\\"May\\\\\\\",\\\\\\\"June\\\\\\\",\\\\\\\"July\\\\\\\",\\\\\\\"August\\\\\\\",\\\\\\\"September\\\\\\\",\\\\\\\"October\\\\\\\",\\\\\\\"November\\\\\\\",\\\\\\\"December\\\\\\\",\\\\\\\"\\\\\\\"]},\\\\\\\"numberFormatInfo\\\\\\\":{\\\\\\\"CurrencyDecimalDigits\\\\\\\":2,\\\\\\\"CurrencyDecimalSeparator\\\\\\\":\\\\\\\".\\\\\\\",\\\\\\\"IsReadOnly\\\\\\\":false,\\\\\\\"CurrencyGroupSizes\\\\\\\":[3],\\\\\\\"NumberGroupSizes\\\\\\\":[3],\\\\\\\"PercentGroupSizes\\\\\\\":[3],\\\\\\\"CurrencyGroupSeparator\\\\\\\":\\\\\\\",\\\\\\\",\\\\\\\"CurrencySymbol\\\\\\\":\\\\\\\"$\\\\\\\",\\\\\\\"NaNSymbol\\\\\\\":\\\\\\\"NaN\\\\\\\",\\\\\\\"CurrencyNegativePattern\\\\\\\":0,\\\\\\\"NumberNegativePattern\\\\\\\":1,\\\\\\\"PercentPositivePattern\\\\\\\":1,\\\\\\\"PercentNegativePattern\\\\\\\":1,\\\\\\\"NegativeInfinitySymbol\\\\\\\":\\\\\\\"-∞\\\\\\\",\\\\\\\"NegativeSign\\\\\\\":\\\\\\\"-\\\\\\\",\\\\\\\"NumberDecimalDigits\\\\\\\":2,\\\\\\\"NumberDecimalSeparator\\\\\\\":\\\\\\\".\\\\\\\",\\\\\\\"NumberGroupSeparator\\\\\\\":\\\\\\\",\\\\\\\",\\\\\\\"CurrencyPositivePattern\\\\\\\":0,\\\\\\\"PositiveInfinitySymbol\\\\\\\":\\\\\\\"∞\\\\\\\",\\\\\\\"PositiveSign\\\\\\\":\\\\\\\"+\\\\\\\",\\\\\\\"PercentDecimalDigits\\\\\\\":2,\\\\\\\"PercentDecimalSeparator\\\\\\\":\\\\\\\".\\\\\\\",\\\\\\\"PercentGroupSeparator\\\\\\\":\\\\\\\",\\\\\\\",\\\\\\\"PercentSymbol\\\\\\\":\\\\\\\"%\\\\\\\",\\\\\\\"PerMilleSymbol\\\\\\\":\\\\\\\"‰\\\\\\\",\\\\\\\"NativeDigits\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"2\\\\\\\",\\\\\\\"3\\\\\\\",\\\\\\\"4\\\\\\\",\\\\\\\"5\\\\\\\",\\\\\\\"6\\\\\\\",\\\\\\\"7\\\\\\\",\\\\\\\"8\\\\\\\",\\\\\\\"9\\\\\\\"],\\\\\\\"DigitSubstitution\\\\\\\":1},\\\\\\\"timeZoneAdjusters\\\\\\\":[],\\\\\\\"formatInfoCultureName\\\\\\\":\\\\\\\"en-US\\\\\\\",\\\\\\\"formatter\\\\\\\":null,\\\\\\\"languagesByCode\\\\\\\":{\\\\\\\"1033\\\\\\\":\\\\\\\"English (United States)\\\\\\\",\\\\\\\"-1\\\\\\\":\\\\\\\"All Languages\\\\\\\"}}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":13,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1025.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1026.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1027.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1028.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1029.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1030.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1031.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1032.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1033.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1035.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1036.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1037.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1038.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1040.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1041.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1042.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1043.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1044.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1045.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1046.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1048.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1049.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1050.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1051.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1053.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1054.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1055.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1057.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1058.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1060.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1061.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1062.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1063.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1066.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1069.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1081.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1086.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1087.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1110.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.2052.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.2070.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.2074.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.3076.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.3082.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.3098.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"LocalizedStrings\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"LocStrings\\\\\\\":{\\\\\\\"PCF_MeasureButton\\\\\\\":\\\\\\\"Measure in MR (preview)\\\\\\\",\\\\\\\"PCF_MeasureButton_description\\\\\\\":\\\\\\\"Measure the real world using your device\\\\\\\",\\\\\\\"PCF_MeasureButton_Measurements\\\\\\\":\\\\\\\"Measurements\\\\\\\",\\\\\\\"PCF_MeasureButton_DetailedMeasurements_Description\\\\\\\":\\\\\\\"Details for each measurement taken.\\\\\\\",\\\\\\\"PCF_images_name\\\\\\\":\\\\\\\"Photos\\\\\\\",\\\\\\\"PCF_images_description\\\\\\\":\\\\\\\"Photos from the last mixed reality session\\\\\\\",\\\\\\\"PCF_Units\\\\\\\":\\\\\\\"Unit of measurement\\\\\\\",\\\\\\\"PCF_MeasureButton_Units_Description\\\\\\\":\\\\\\\"Base units to use for measurement: meters, centimeters, feet, inches\\\\\\\",\\\\\\\"Units_Meters\\\\\\\":\\\\\\\"Meters\\\\\\\",\\\\\\\"Units_Meters_Description\\\\\\\":\\\\\\\"Equal to 100 centimeters\\\\\\\",\\\\\\\"Units_Centimeters\\\\\\\":\\\\\\\"Centimeters\\\\\\\",\\\\\\\"Units_Centimeters_Description\\\\\\\":\\\\\\\"Equal to 1/100 of a meter\\\\\\\",\\\\\\\"Units_Feet\\\\\\\":\\\\\\\"Feet\\\\\\\",\\\\\\\"Units_Feet_Description\\\\\\\":\\\\\\\"Equal to 12 inches\\\\\\\",\\\\\\\"Units_Inches\\\\\\\":\\\\\\\"Inches\\\\\\\",\\\\\\\"Units_Inches_Description\\\\\\\":\\\\\\\"Equal to 1/12 of a foot\\\\\\\",\\\\\\\"PCF_MeasurementType\\\\\\\":\\\\\\\"Measurement type\\\\\\\",\\\\\\\"PCF_MeasurementType_Description\\\\\\\":\\\\\\\"Type of measurement to perform: distance, area, volume, freeform\\\\\\\",\\\\\\\"Measure_Volume\\\\\\\":\\\\\\\"Volume\\\\\\\",\\\\\\\"Measure_Volume_Description\\\\\\\":\\\\\\\"Allow measurement of volumes\\\\\\\",\\\\\\\"Measure_Area\\\\\\\":\\\\\\\"Area\\\\\\\",\\\\\\\"Measure_Area_Description\\\\\\\":\\\\\\\"Allow measurement of 2D areas\\\\\\\",\\\\\\\"Measure_AreaAndVolume\\\\\\\":\\\\\\\"Freeform\\\\\\\",\\\\\\\"Measure_AreaAndVolume_Description\\\\\\\":\\\\\\\"Allow measurements of any type: distance, area, and volume\\\\\\\",\\\\\\\"Measure_Box\\\\\\\":\\\\\\\"Box draw\\\\\\\",\\\\\\\"Measure_Box_Description\\\\\\\":\\\\\\\"Lock captured measurements to rectangular shapes by specifying only a width and a depth\\\\\\\",\\\\\\\"Measure_Distance\\\\\\\":\\\\\\\"Distance\\\\\\\",\\\\\\\"Measure_Distance_Description\\\\\\\":\\\\\\\"Allow measurement of distances\\\\\\\",\\\\\\\"PCF_ErrorHelper_ArErrorMessage\\\\\\\":\\\\\\\"To measure in your space, open this app in the Power Apps mobile app on a Mixed Reality capable device. \\\\\\\",\\\\\\\"PCF_ErrorHelper_ArErrorMessageLearnMore\\\\\\\":\\\\\\\"Click here to view device requirements and learn more.\\\\\\\",\\\\\\\"PCF_ErrorHelper_GenericArError\\\\\\\":\\\\\\\"Error encountered while attempting to measure in mixed reality\\\\\\\",\\\\\\\"PCF_ErrorHelper_ArAppUpdateRequired\\\\\\\":\\\\\\\"The version of Power Apps installed on your device does not support this functionality. Please install the latest version from the store and try again.\\\\\\\",\\\\\\\"PCF_ErrorHelper_ArControlUpdateRequired\\\\\\\":\\\\\\\"This MR functionality is no longer supported. Ask the creator of this PowerApp to update it to use the latest MR controls.\\\\\\\",\\\\\\\"Button_Base_DefaultText\\\\\\\":\\\\\\\"Measure in mixed reality\\\\\\\",\\\\\\\"Button_Base_Text\\\\\\\":\\\\\\\"Text\\\\\\\",\\\\\\\"Button_Base_Text_description\\\\\\\":\\\\\\\"Button text\\\\\\\",\\\\\\\"Button_Base_DisplayType\\\\\\\":\\\\\\\"Display type\\\\\\\",\\\\\\\"Button_Base_DisplayType_description\\\\\\\":\\\\\\\"Button display type: Icon, Text, IconText\\\\\\\",\\\\\\\"DisplayType_Icon_Text\\\\\\\":\\\\\\\"Icon + text\\\\\\\",\\\\\\\"Display_Type_Icon_Text_Description\\\\\\\":\\\\\\\"Display both an icon and text\\\\\\\",\\\\\\\"Display_Type_Text\\\\\\\":\\\\\\\"Text\\\\\\\",\\\\\\\"Display_Type_Text_Description\\\\\\\":\\\\\\\"Display text only\\\\\\\",\\\\\\\"Display_Type_Icon\\\\\\\":\\\\\\\"Icon\\\\\\\",\\\\\\\"Display_Type_Icon_Description\\\\\\\":\\\\\\\"Display icon only\\\\\\\",\\\\\\\"Button_Base_PaddingTop\\\\\\\":\\\\\\\"Padding top\\\\\\\",\\\\\\\"Button_Base_PaddingTop_description\\\\\\\":\\\\\\\"Button padding top\\\\\\\",\\\\\\\"Button_Base_PaddingBottom\\\\\\\":\\\\\\\"Padding bottom\\\\\\\",\\\\\\\"Button_Base_PaddingBottom_description\\\\\\\":\\\\\\\"Button padding bottom\\\\\\\",\\\\\\\"Button_Base_PaddingLeft\\\\\\\":\\\\\\\"Padding left\\\\\\\",\\\\\\\"Button_Base_PaddingLeft_description\\\\\\\":\\\\\\\"Button padding left\\\\\\\",\\\\\\\"Button_Base_PaddingRight\\\\\\\":\\\\\\\"Padding right\\\\\\\",\\\\\\\"Button_Base_PaddingRight_description\\\\\\\":\\\\\\\"Button padding right\\\\\\\",\\\\\\\"Button_Base_FillColor\\\\\\\":\\\\\\\"Fill color\\\\\\\",\\\\\\\"Button_Base_FillColor_description\\\\\\\":\\\\\\\"Button fill color\\\\\\\",\\\\\\\"Button_Base_TextColor\\\\\\\":\\\\\\\"Text color\\\\\\\",\\\\\\\"Button_Base_TextColor_description\\\\\\\":\\\\\\\"Button text color\\\\\\\",\\\\\\\"Button_Base_BorderStyle\\\\\\\":\\\\\\\"Border style\\\\\\\",\\\\\\\"Button_Base_BorderStyle_description\\\\\\\":\\\\\\\"Button border style: solid, dashed, dotted, none\\\\\\\",\\\\\\\"Button_Base_BorderThickness\\\\\\\":\\\\\\\"Border thickness\\\\\\\",\\\\\\\"Button_Base_BorderThickness_description\\\\\\\":\\\\\\\"Button border thickness (width)\\\\\\\",\\\\\\\"Button_Base_BorderFillColor\\\\\\\":\\\\\\\"Border fill color\\\\\\\",\\\\\\\"Button_Base_BorderFillColor_description\\\\\\\":\\\\\\\"Border fill color of the button\\\\\\\",\\\\\\\"Button_Base_BorderRadius\\\\\\\":\\\\\\\"Border radius\\\\\\\",\\\\\\\"Button_Base_BorderRadius_description\\\\\\\":\\\\\\\"Border radius of the button: 0 creates a rectangular button, 100 creates a circular button\\\\\\\",\\\\\\\"Button_Base_Font\\\\\\\":\\\\\\\"Font\\\\\\\",\\\\\\\"Button_Base_Font_description\\\\\\\":\\\\\\\"Font of the text on the button\\\\\\\",\\\\\\\"Button_Base_FontSize\\\\\\\":\\\\\\\"Font size\\\\\\\",\\\\\\\"Button_Base_FontSize_description\\\\\\\":\\\\\\\"Font size of the text on the button\\\\\\\",\\\\\\\"Button_Base_FontWeight\\\\\\\":\\\\\\\"Font weight\\\\\\\",\\\\\\\"Button_Base_FontWeight_description\\\\\\\":\\\\\\\"Font weight of the text on the button\\\\\\\",\\\\\\\"Button_Base_FontStyle\\\\\\\":\\\\\\\"Font style\\\\\\\",\\\\\\\"Button_Base_FontStyle_description\\\\\\\":\\\\\\\"Font style of the text on the button\\\\\\\",\\\\\\\"Button_Base_TextAlignment\\\\\\\":\\\\\\\"Text alignment\\\\\\\",\\\\\\\"Button_Base_TextAlignment_description\\\\\\\":\\\\\\\"Text alignment of the text on the button\\\\\\\",\\\\\\\"Button_Base_VerticalAlign\\\\\\\":\\\\\\\"Vertical alignment\\\\\\\",\\\\\\\"Button_Base_VerticalAlign_description\\\\\\\":\\\\\\\"Vertical alignment of the text on the button\\\\\\\",\\\\\\\"Button_Base_Disabled\\\\\\\":\\\\\\\"Disabled\\\\\\\",\\\\\\\"Button_Base_Disabled_description\\\\\\\":\\\\\\\"Sets the button as disabled\\\\\\\",\\\\\\\"Button_Base_DisabledColor\\\\\\\":\\\\\\\"Disabled color\\\\\\\",\\\\\\\"Button_Base_DisabledColor_description\\\\\\\":\\\\\\\"Sets the disabled button content color\\\\\\\",\\\\\\\"Button_Base_DisabledFillColor\\\\\\\":\\\\\\\"Disabled fill color\\\\\\\",\\\\\\\"Button_Base_DisabledFillColor_description\\\\\\\":\\\\\\\"Sets the disabled button fill color\\\\\\\",\\\\\\\"Button_Base_DisabledBorderColor\\\\\\\":\\\\\\\"Disabled border color\\\\\\\",\\\\\\\"Button_Base_DisabledBorderColor_description\\\\\\\":\\\\\\\"Sets the disabled button border color\\\\\\\",\\\\\\\"Button_Base_PressedColor\\\\\\\":\\\\\\\"Pressed color\\\\\\\",\\\\\\\"Button_Base_PressedColor_description\\\\\\\":\\\\\\\"Sets the pressed button content color\\\\\\\",\\\\\\\"Button_Base_PressedFillColor\\\\\\\":\\\\\\\"Pressed fill color\\\\\\\",\\\\\\\"Button_Base_PressedFillColor_description\\\\\\\":\\\\\\\"Sets the pressed button fill color\\\\\\\",\\\\\\\"Button_Base_PressedBorderColor\\\\\\\":\\\\\\\"Pressed border color\\\\\\\",\\\\\\\"Button_Base_PressedBorderColor_description\\\\\\\":\\\\\\\"Sets the pressed button border color\\\\\\\",\\\\\\\"Button_Base_HoverColor\\\\\\\":\\\\\\\"Hover color\\\\\\\",\\\\\\\"Button_Base_HoverColor_description\\\\\\\":\\\\\\\"Sets the hover button content color\\\\\\\",\\\\\\\"Button_Base_HoverFillColor\\\\\\\":\\\\\\\"Hover fill color\\\\\\\",\\\\\\\"Button_Base_HoverFillColor_description\\\\\\\":\\\\\\\"Sets the hover button fill color\\\\\\\",\\\\\\\"Button_Base_HoverBorderColor\\\\\\\":\\\\\\\"Hover border color\\\\\\\",\\\\\\\"Button_Base_HoverBorderColor_description\\\\\\\":\\\\\\\"Sets the hover button border color\\\\\\\",\\\\\\\"Button_Base\\\\\\\":\\\\\\\"Measure in MR (preview)\\\\\\\",\\\\\\\"Button_Base_description\\\\\\\":\\\\\\\"Measure the real world using your device\\\\\\\",\\\\\\\"Button_Base_Loading\\\\\\\":\\\\\\\"Loading...\\\\\\\",\\\\\\\"Italic_Display_Key\\\\\\\":\\\\\\\"Italic\\\\\\\",\\\\\\\"Italic_Desc_Key\\\\\\\":\\\\\\\"Italic\\\\\\\",\\\\\\\"Underline_Display_Key\\\\\\\":\\\\\\\"Underline\\\\\\\",\\\\\\\"Underline_Desc_Key\\\\\\\":\\\\\\\"Underline\\\\\\\",\\\\\\\"Strikethrough_Display_Key\\\\\\\":\\\\\\\"Strikethrough\\\\\\\",\\\\\\\"Strikethrough_Desc_Key\\\\\\\":\\\\\\\"Strikethrough\\\\\\\",\\\\\\\"MeasureButton_OnMixedRealitySelect\\\\\\\":\\\\\\\"On Mixed Reality Select\\\\\\\",\\\\\\\"MeasureButton_OnMixedRealitySelect_description\\\\\\\":\\\\\\\"Event to be triggered after the user returns from the Measure in MR screen\\\\\\\",\\\\\\\"Expected_Measurements_Display_Key\\\\\\\":\\\\\\\"Expected measurements (preview)\\\\\\\",\\\\\\\"Expected_Measurements_Desc_Key\\\\\\\":\\\\\\\"The set of measurements that should be captured by the user\\\\\\\",\\\\\\\"Expected_Measurements_Labels_Display_Key\\\\\\\":\\\\\\\"Expected measurement labels (preview)\\\\\\\",\\\\\\\"Expected_Measurements_Labels_Desc_Key\\\\\\\":\\\\\\\"The string column in the Items data source that specifies the labels for the measurements\\\\\\\",\\\\\\\"Expected_Measurements_Measurement_Type_Display_Key\\\\\\\":\\\\\\\"Expected measurement type (preview)\\\\\\\",\\\\\\\"Expected_Measurements_Measurement_Type_Desc_Key\\\\\\\":\\\\\\\"The string column in the Items data source that specifies measurement type overrides (distance, area, volume, freeform, or not specified) for each expected measurement\\\\\\\",\\\\\\\"Expected_Measurements_Box_Draw_Display_Key\\\\\\\":\\\\\\\"Expected measurement box draw (preview)\\\\\\\",\\\\\\\"Expected_Measurements_Box_Draw_Desc_Key\\\\\\\":\\\\\\\"The boolean column in the Items data source that specifies box draw overrides (true, false, or not specified) for each expected measurement\\\\\\\",\\\\\\\"MeasureButton_EnableShadows\\\\\\\":\\\\\\\"Enable Shadows\\\\\\\",\\\\\\\"MeasureButton_EnableShadows_Description\\\\\\\":\\\\\\\"Enable Shadows for your models\\\\\\\",\\\\\\\"MeasureButton_Sample_Data_Prompt\\\\\\\":\\\\\\\"Taking measurements with your camera is available on Mixed Reality capable devices. Sample results are provided to help test your app during authoring. Click to learn more.\\\\\\\"}}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/fluentui-react.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":5,\\\"IsControlSpecific\\\":false}]\",\"Properties\":\"[{\\\"Name\\\":\\\"Text\\\",\\\"DisplayName\\\":\\\"Text\\\",\\\"Description\\\":\\\"Button text\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"Measure in MR\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_Text\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_Text_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Units\\\",\\\"DisplayName\\\":\\\"Unit of measurement\\\",\\\"Description\\\":\\\"Base units to use for measurement: meters, centimeters, feet, inches\\\",\\\"Type\\\":1,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"Meters\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"Meters\\\",\\\"WebDefaultValue\\\":\\\"Meters\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[{\\\"Name\\\":\\\"MSR_Meters\\\",\\\"DisplayName\\\":\\\"Meters\\\",\\\"Description\\\":\\\"Equal to 100 centimeters\\\",\\\"IsDefaultValue\\\":true,\\\"Value\\\":\\\"Meters\\\"},{\\\"Name\\\":\\\"MSR_Centimeters\\\",\\\"DisplayName\\\":\\\"Centimeters\\\",\\\"Description\\\":\\\"Equal to 1/100 of a meter\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Centimeters\\\"},{\\\"Name\\\":\\\"MSR_Feet\\\",\\\"DisplayName\\\":\\\"Feet\\\",\\\"Description\\\":\\\"Equal to 12 inches\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Feet\\\"},{\\\"Name\\\":\\\"MSR_Inches\\\",\\\"DisplayName\\\":\\\"Inches\\\",\\\"Description\\\":\\\"Equal to 1/12 of a foot\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Inches\\\"}],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_Units\\\",\\\"DescriptionResourceString\\\":\\\"PCF_MeasureButton_Units_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"BoxDraw\\\",\\\"DisplayName\\\":\\\"Box draw\\\",\\\"Description\\\":\\\"Lock captured measurements to rectangular shapes by specifying only a width and a depth\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Measure_Box\\\",\\\"DescriptionResourceString\\\":\\\"Measure_Box_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"EnableShadows\\\",\\\"DisplayName\\\":\\\"Enable Shadows\\\",\\\"Description\\\":\\\"Enable Shadows for your models\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"MeasureButton_EnableShadows\\\",\\\"DescriptionResourceString\\\":\\\"MeasureButton_EnableShadows_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"MeasurementType\\\",\\\"DisplayName\\\":\\\"Measurement type\\\",\\\"Description\\\":\\\"Type of measurement to perform: distance, area, volume, freeform\\\",\\\"Type\\\":1,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"Freeform\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"Freeform\\\",\\\"WebDefaultValue\\\":\\\"Freeform\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[{\\\"Name\\\":\\\"Distance\\\",\\\"DisplayName\\\":\\\"Distance\\\",\\\"Description\\\":\\\"Allow measurement of distances\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Distance\\\"},{\\\"Name\\\":\\\"Area\\\",\\\"DisplayName\\\":\\\"Area\\\",\\\"Description\\\":\\\"Allow measurement of 2D areas\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Area\\\"},{\\\"Name\\\":\\\"Volume\\\",\\\"DisplayName\\\":\\\"Volume\\\",\\\"Description\\\":\\\"Allow measurement of volumes\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Volume\\\"},{\\\"Name\\\":\\\"Freeform\\\",\\\"DisplayName\\\":\\\"Freeform\\\",\\\"Description\\\":\\\"Allow measurements of any type: distance, area, and volume\\\",\\\"IsDefaultValue\\\":true,\\\"Value\\\":\\\"Freeform\\\"}],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_MeasurementType\\\",\\\"DescriptionResourceString\\\":\\\"PCF_MeasurementType_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Measurements\\\",\\\"DisplayName\\\":\\\"Measurements\\\",\\\"Description\\\":\\\"Details for each measurement taken.\\\",\\\"Type\\\":5,\\\"Usage\\\":1,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_MeasureButton_Measurements\\\",\\\"DescriptionResourceString\\\":\\\"PCF_MeasureButton_DetailedMeasurements_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Photos\\\",\\\"DisplayName\\\":\\\"Photos\\\",\\\"Description\\\":\\\"Photos from the last mixed reality session\\\",\\\"Type\\\":5,\\\"Usage\\\":1,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_images_name\\\",\\\"DescriptionResourceString\\\":\\\"PCF_images_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisplayType\\\",\\\"DisplayName\\\":\\\"Display type\\\",\\\"Description\\\":\\\"Button display type: Icon, Text, IconText\\\",\\\"Type\\\":1,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"IconText\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"IconText\\\",\\\"WebDefaultValue\\\":\\\"IconText\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[{\\\"Name\\\":\\\"MSR_IconText\\\",\\\"DisplayName\\\":\\\"Icon + text\\\",\\\"Description\\\":\\\"Display both an icon and text\\\",\\\"IsDefaultValue\\\":true,\\\"Value\\\":\\\"IconText\\\"},{\\\"Name\\\":\\\"MSR_Text\\\",\\\"DisplayName\\\":\\\"Text\\\",\\\"Description\\\":\\\"Display text only\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Text\\\"},{\\\"Name\\\":\\\"MSR_Icon\\\",\\\"DisplayName\\\":\\\"Icon\\\",\\\"Description\\\":\\\"Display icon only\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Icon\\\"}],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_DisplayType\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_DisplayType_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PaddingTop\\\",\\\"DisplayName\\\":\\\"Padding top\\\",\\\"Description\\\":\\\"Button padding top\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"5\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PaddingTop\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PaddingTop_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PaddingBottom\\\",\\\"DisplayName\\\":\\\"Padding bottom\\\",\\\"Description\\\":\\\"Button padding bottom\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"5\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PaddingBottom\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PaddingBottom_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PaddingLeft\\\",\\\"DisplayName\\\":\\\"Padding left\\\",\\\"Description\\\":\\\"Button padding left\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"5\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PaddingLeft\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PaddingLeft_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PaddingRight\\\",\\\"DisplayName\\\":\\\"Padding right\\\",\\\"Description\\\":\\\"Button padding right\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"5\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PaddingRight\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PaddingRight_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"FillColor\\\",\\\"DisplayName\\\":\\\"Fill color\\\",\\\"Description\\\":\\\"Button fill color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#3860B2\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_FillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_FillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"TextColor\\\",\\\"DisplayName\\\":\\\"Text color\\\",\\\"Description\\\":\\\"Button text color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#FFFFFF\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_TextColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_TextColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"BorderStyle\\\",\\\"DisplayName\\\":\\\"Border style\\\",\\\"Description\\\":\\\"Button border style: solid, dashed, dotted, none\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"solid\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_BorderStyle\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_BorderStyle_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"BorderThickness\\\",\\\"DisplayName\\\":\\\"Border thickness\\\",\\\"Description\\\":\\\"Button border thickness (width)\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"2\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_BorderThickness\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_BorderThickness_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"BorderFillColor\\\",\\\"DisplayName\\\":\\\"Border fill color\\\",\\\"Description\\\":\\\"Border fill color of the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#2f5197\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_BorderFillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_BorderFillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"BorderRadius\\\",\\\"DisplayName\\\":\\\"Border radius\\\",\\\"Description\\\":\\\"Border radius of the button: 0 creates a rectangular button, 100 creates a circular button\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"10\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_BorderRadius\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_BorderRadius_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Font\\\",\\\"DisplayName\\\":\\\"Font\\\",\\\"Description\\\":\\\"Font of the text on the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"'Open Sans', sans-serif\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_Font\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_Font_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"FontSize\\\",\\\"DisplayName\\\":\\\"Font size\\\",\\\"Description\\\":\\\"Font size of the text on the button\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"20\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_FontSize\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_FontSize_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"FontWeight\\\",\\\"DisplayName\\\":\\\"Font weight\\\",\\\"Description\\\":\\\"Font weight of the text on the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"600\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_FontWeight\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_FontWeight_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Italic\\\",\\\"DisplayName\\\":\\\"Italic\\\",\\\"Description\\\":\\\"Italic\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Italic_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Italic_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Underline\\\",\\\"DisplayName\\\":\\\"Underline\\\",\\\"Description\\\":\\\"Underline\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Underline_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Underline_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Strikethrough\\\",\\\"DisplayName\\\":\\\"Strikethrough\\\",\\\"Description\\\":\\\"Strikethrough\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Strikethrough_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Strikethrough_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"TextAlignment\\\",\\\"DisplayName\\\":\\\"Text alignment\\\",\\\"Description\\\":\\\"Text alignment of the text on the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"center\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_TextAlignment\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_TextAlignment_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"VerticalAlign\\\",\\\"DisplayName\\\":\\\"Vertical alignment\\\",\\\"Description\\\":\\\"Vertical alignment of the text on the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"middle\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_VerticalAlign\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_VerticalAlign_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Disabled\\\",\\\"DisplayName\\\":\\\"Disabled\\\",\\\"Description\\\":\\\"Sets the button as disabled\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_Disabled\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_Disabled_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisabledContentColor\\\",\\\"DisplayName\\\":\\\"Disabled color\\\",\\\"Description\\\":\\\"Sets the disabled button content color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#A6A6A6\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_DisabledColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_DisabledColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisabledFillColor\\\",\\\"DisplayName\\\":\\\"Disabled fill color\\\",\\\"Description\\\":\\\"Sets the disabled button fill color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#F4F4F4\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_DisabledFillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_DisabledFillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisabledBorderColor\\\",\\\"DisplayName\\\":\\\"Disabled border color\\\",\\\"Description\\\":\\\"Sets the disabled button border color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#A6A6A6\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_DisabledBorderColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_DisabledBorderColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PressedContentColor\\\",\\\"DisplayName\\\":\\\"Pressed color\\\",\\\"Description\\\":\\\"Sets the pressed button content color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#3860b2\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PressedColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PressedColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PressedFillColor\\\",\\\"DisplayName\\\":\\\"Pressed fill color\\\",\\\"Description\\\":\\\"Sets the pressed button fill color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#FFFFFF\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PressedFillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PressedFillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PressedBorderColor\\\",\\\"DisplayName\\\":\\\"Pressed border color\\\",\\\"Description\\\":\\\"Sets the pressed button border color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#3860b2\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PressedBorderColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PressedBorderColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"HoverContentColor\\\",\\\"DisplayName\\\":\\\"Hover color\\\",\\\"Description\\\":\\\"Sets the hover button content color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#FFFFFF\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_HoverColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_HoverColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"HoverFillColor\\\",\\\"DisplayName\\\":\\\"Hover fill color\\\",\\\"Description\\\":\\\"Sets the hover button fill color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#2f5197\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_HoverFillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_HoverFillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"HoverBorderColor\\\",\\\"DisplayName\\\":\\\"Hover border color\\\",\\\"Description\\\":\\\"Sets the hover button border color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#5873ab\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_HoverBorderColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_HoverBorderColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Items\\\",\\\"DisplayName\\\":\\\"Expected measurements (preview)(##PCFDatasetItems##)\\\",\\\"Description\\\":\\\"The set of measurements that should be captured by the user\\\",\\\"Type\\\":26,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":true,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":true,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Expected measurements (preview)\\\",\\\"DescriptionResourceString\\\":\\\"The set of measurements that should be captured by the user\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Selected\\\",\\\"DisplayName\\\":\\\"Expected measurements (preview)(##PCFDatasetSelected##)\\\",\\\"Description\\\":\\\"The set of measurements that should be captured by the user\\\",\\\"Type\\\":5,\\\"Usage\\\":1,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"Items\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Expected measurements (preview)\\\",\\\"DescriptionResourceString\\\":\\\"The set of measurements that should be captured by the user\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"SelectedItems\\\",\\\"DisplayName\\\":\\\"Expected measurements (preview)(##PCFDatasetSelectedItems##)\\\",\\\"Description\\\":\\\"The set of measurements that should be captured by the user\\\",\\\"Type\\\":26,\\\"Usage\\\":1,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"Items\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Expected measurements (preview)\\\",\\\"DescriptionResourceString\\\":\\\"The set of measurements that should be captured by the user\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ItemsLabels\\\",\\\"DisplayName\\\":\\\"Expected measurement labels (preview)\\\",\\\"Description\\\":\\\"The string column in the Items data source that specifies the labels for the measurements\\\",\\\"Type\\\":3,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":true,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"Items\\\",\\\"DisplayNameResourceString\\\":\\\"Expected_Measurements_Labels_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Expected_Measurements_Labels_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ItemsMeasurementType\\\",\\\"DisplayName\\\":\\\"Expected measurement type (preview)\\\",\\\"Description\\\":\\\"The string column in the Items data source that specifies measurement type overrides (distance, area, volume, freeform, or not specified) for each expected measurement\\\",\\\"Type\\\":3,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"Items\\\",\\\"DisplayNameResourceString\\\":\\\"Expected_Measurements_Measurement_Type_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Expected_Measurements_Measurement_Type_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ItemsBoxDraw\\\",\\\"DisplayName\\\":\\\"Expected measurement box draw (preview)\\\",\\\"Description\\\":\\\"The boolean column in the Items data source that specifies box draw overrides (true, false, or not specified) for each expected measurement\\\",\\\"Type\\\":3,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"Items\\\",\\\"DisplayNameResourceString\\\":\\\"Expected_Measurements_Box_Draw_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Expected_Measurements_Box_Draw_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PCFTeamsTheme\\\",\\\"DisplayName\\\":\\\"PCFTeamsTheme\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":3,\\\"Usage\\\":0,\\\"Hidden\\\":true,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false}]\",\"IncludedProperties\":\"[{\\\"Name\\\":\\\"X\\\",\\\"DisplayName\\\":\\\"CC_X\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"CC_X\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Y\\\",\\\"DisplayName\\\":\\\"CC_Y\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"CC_Y\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Width\\\",\\\"DisplayName\\\":\\\"Width\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"280\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"280\\\",\\\"WebDefaultValue\\\":\\\"280\\\",\\\"NullDefaultValue\\\":\\\"0\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Width\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Height\\\",\\\"DisplayName\\\":\\\"Height\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"70\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"70\\\",\\\"WebDefaultValue\\\":\\\"70\\\",\\\"NullDefaultValue\\\":\\\"0\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Height\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Visible\\\",\\\"DisplayName\\\":\\\"Visible\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":4,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"true\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Visible\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisplayMode\\\",\\\"DisplayName\\\":\\\"DisplayMode\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":27,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"DisplayMode\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"TabIndex\\\",\\\"DisplayName\\\":\\\"TabIndex\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"0\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"TabIndex\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Tooltip\\\",\\\"DisplayName\\\":\\\"Tooltip\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":3,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Tooltip\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false}]\",\"Events\":\"[{\\\"Name\\\":\\\"OnMixedRealitySelect\\\",\\\"DisplayName\\\":\\\"On Mixed Reality Select\\\",\\\"Description\\\":\\\"Event to be triggered after the user returns from the Measure in MR screen\\\",\\\"Hidden\\\":false,\\\"IsPrimaryInput\\\":false}]\",\"CommonEvents\":\"[{\\\"Name\\\":\\\"OnChange\\\",\\\"DisplayName\\\":\\\"OnChange\\\",\\\"Description\\\":\\\"\\\",\\\"Hidden\\\":false,\\\"IsPrimaryInput\\\":false},{\\\"Name\\\":\\\"OnSelect\\\",\\\"DisplayName\\\":\\\"OnSelect\\\",\\\"Description\\\":\\\"\\\",\\\"Hidden\\\":false,\\\"IsPrimaryInput\\\":false}]\",\"PropertyDependencies\":\"[{\\\"Input\\\":\\\"Text\\\",\\\"Output\\\":\\\"Measurements\\\",\\\"RequiredFor\\\":\\\"schema\\\"},{\\\"Input\\\":\\\"Text\\\",\\\"Output\\\":\\\"Photos\\\",\\\"RequiredFor\\\":\\\"schema\\\"},{\\\"Input\\\":\\\"Items\\\",\\\"Output\\\":\\\"Selected\\\",\\\"RequiredFor\\\":\\\"\\\"},{\\\"Input\\\":\\\"Items\\\",\\\"Output\\\":\\\"SelectedItems\\\",\\\"RequiredFor\\\":\\\"\\\"}]\",\"SubscribedFunctionalities\":\"{\\\"sharedTemplate\\\":\\\"false\\\",\\\"requiresCameraAccess\\\":\\\"true\\\"}\",\"AuthConfigProperties\":\"[{\\\"Text\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"DisplayType\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Units\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"MeasurementType\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BoxDraw\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"EnableShadows\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Items\\\":{\\\"SectionIndex\\\":2,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Visible\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"X\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Position\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Y\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Position\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Width\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Size\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Height\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Size\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PaddingTop\\\":{\\\"SectionIndex\\\":4,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PaddingBottom\\\":{\\\"SectionIndex\\\":4,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PaddingLeft\\\":{\\\"SectionIndex\\\":4,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PaddingRight\\\":{\\\"SectionIndex\\\":4,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Font\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":33,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"FontSize\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"FontWeight\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":34,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"TextAlignment\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":40,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"VerticalAlign\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":42,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Italic\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Style\\\",\\\"SectionName\\\":null,\\\"Type\\\":35,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Underline\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Style\\\",\\\"SectionName\\\":null,\\\"Type\\\":36,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Strikethrough\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Style\\\",\\\"SectionName\\\":null,\\\"Type\\\":37,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BorderRadius\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"TextColor\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"Color\\\",\\\"SectionName\\\":null,\\\"Type\\\":31,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"FillColor\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"Color\\\",\\\"SectionName\\\":null,\\\"Type\\\":32,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BorderStyle\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Border\\\",\\\"SectionName\\\":null,\\\"Type\\\":30,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BorderThickness\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Border\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BorderFillColor\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"Border\\\",\\\"SectionName\\\":null,\\\"Type\\\":29,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Disabled\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"DisabledContentColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"DisabledColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":31,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"DisabledFillColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"DisabledColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":32,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"DisabledBorderColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"DisabledColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":29,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PressedContentColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"PressedColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":31,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PressedFillColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"PressedColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":32,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PressedBorderColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"PressedColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":29,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"HoverContentColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"HoverColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":31,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"HoverFillColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"HoverColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":32,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"HoverBorderColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"HoverColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":29,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false}},{\\\"Font\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"FontSize\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"FontWeight\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Italic\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Underline\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Strikethrough\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"TextAlignment\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"VerticalAlign\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Visible\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Disabled\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PaddingTop\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PaddingBottom\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PaddingLeft\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PaddingRight\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"X\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Y\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Width\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Height\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BorderRadius\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"TextColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"FillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BorderStyle\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BorderThickness\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BorderFillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"HoverContentColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"HoverFillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"HoverBorderColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"DisabledContentColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"DisabledFillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"DisabledBorderColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PressedContentColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PressedFillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PressedBorderColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false}}]\"}", + "DynamicControlDefinitionJson": "{\"ControlNamespace\":\"Microsoft\",\"ControlConstructor\":\"MeasureInMR\",\"DisplayNameKey\":\"PCF_MeasureButton\",\"Resources\":\"[{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/prop-types.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":1,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/react-fela.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":2,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/fela.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":3,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/fela-dom.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":4,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/ctrllib/common/js/container.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":5,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/ctrllib/PCFControls/js/PCFControlWrapper.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":6,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/ctrllib/PcfControlProxy/js/PcfControlProxy.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":7,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"ManifestTemplate\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"ConstructorName\\\\\\\":\\\\\\\"Microsoft.MeasureInMR\\\\\\\",\\\\\\\"CustomControlId\\\\\\\":\\\\\\\"Microsoft.MeasureInMR\\\\\\\",\\\\\\\"IsVirtual\\\\\\\":false,\\\\\\\"Properties\\\\\\\":{\\\\\\\"Resources\\\\\\\":[{\\\\\\\"Name\\\\\\\":\\\\\\\"/PCF/prop-types.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":1,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/PCF/react-fela.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":2,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/PCF/fela.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":3,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/PCF/fela-dom.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":4,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/ctrllib/common/js/container.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":5,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/ctrllib/PCFControls/js/PCFControlWrapper.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":6,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/ctrllib/PcfControlProxy/js/PcfControlProxy.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":7,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null}],\\\\\\\"GroupDefinitions\\\\\\\":null,\\\\\\\"DataSetDefinitions\\\\\\\":{\\\\\\\"Items\\\\\\\":{\\\\\\\"DisplayName\\\\\\\":\\\\\\\"Expected measurements (preview)\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Grid\\\\\\\",\\\\\\\"Columns\\\\\\\":{\\\\\\\"0\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsLabels\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\"},\\\\\\\"1\\\\\\\":{\\\\\\\"Required\\\\\\\":false,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsMeasurementType\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Enum\\\\\\\"},\\\\\\\"2\\\\\\\":{\\\\\\\"Required\\\\\\\":false,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsBoxDraw\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\"}},\\\\\\\"Primary\\\\\\\":true,\\\\\\\"InitialDataSetFetch\\\\\\\":true,\\\\\\\"CDSDataSetOptions\\\\\\\":null}},\\\\\\\"Properties\\\\\\\":{\\\\\\\"Text\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"Measure in MR\\\\\\\"},\\\\\\\"Units\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"Meters\\\\\\\"},\\\\\\\"BoxDraw\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"EnableShadows\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"MeasurementType\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"Freeform\\\\\\\"},\\\\\\\"Measurements\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"Photos\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"DisplayType\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"IconText\\\\\\\"},\\\\\\\"PaddingTop\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"5\\\\\\\"},\\\\\\\"PaddingBottom\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"5\\\\\\\"},\\\\\\\"PaddingLeft\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"5\\\\\\\"},\\\\\\\"PaddingRight\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"5\\\\\\\"},\\\\\\\"FillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#3860B2\\\\\\\"},\\\\\\\"TextColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"BorderStyle\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"solid\\\\\\\"},\\\\\\\"BorderThickness\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"2\\\\\\\"},\\\\\\\"BorderFillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#2f5197\\\\\\\"},\\\\\\\"BorderRadius\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"10\\\\\\\"},\\\\\\\"Font\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"'Open Sans', sans-serif\\\\\\\"},\\\\\\\"FontSize\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"20\\\\\\\"},\\\\\\\"FontWeight\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"600\\\\\\\"},\\\\\\\"Italic\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"Underline\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"Strikethrough\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"TextAlignment\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"center\\\\\\\"},\\\\\\\"VerticalAlign\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"middle\\\\\\\"},\\\\\\\"Disabled\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"DisabledContentColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#A6A6A6\\\\\\\"},\\\\\\\"DisabledFillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#F4F4F4\\\\\\\"},\\\\\\\"DisabledBorderColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#A6A6A6\\\\\\\"},\\\\\\\"PressedContentColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#3860b2\\\\\\\"},\\\\\\\"PressedFillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"PressedBorderColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#3860b2\\\\\\\"},\\\\\\\"HoverContentColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"HoverFillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#2f5197\\\\\\\"},\\\\\\\"HoverBorderColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#5873ab\\\\\\\"},\\\\\\\"Items\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"Selected\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"SelectedItems\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ItemsLabels\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ItemsMeasurementType\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ItemsBoxDraw\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"}},\\\\\\\"FeatureUsage\\\\\\\":[{\\\\\\\"IsRequired\\\\\\\":true,\\\\\\\"Name\\\\\\\":\\\\\\\"Device.openARViewer\\\\\\\"}]},\\\\\\\"Events\\\\\\\":{\\\\\\\"OnMixedRealitySelect\\\\\\\":{\\\\\\\"EventName\\\\\\\":\\\\\\\"OnMixedRealitySelect\\\\\\\"}},\\\\\\\"CommonEvents\\\\\\\":null,\\\\\\\"DesignMap\\\\\\\":null,\\\\\\\"PropertyDependencies\\\\\\\":[{\\\\\\\"Input\\\\\\\":\\\\\\\"Text\\\\\\\",\\\\\\\"Output\\\\\\\":\\\\\\\"Measurements\\\\\\\",\\\\\\\"RequiredFor\\\\\\\":\\\\\\\"schema\\\\\\\"},{\\\\\\\"Input\\\\\\\":\\\\\\\"Text\\\\\\\",\\\\\\\"Output\\\\\\\":\\\\\\\"Photos\\\\\\\",\\\\\\\"RequiredFor\\\\\\\":\\\\\\\"schema\\\\\\\"},{\\\\\\\"Input\\\\\\\":\\\\\\\"Items\\\\\\\",\\\\\\\"Output\\\\\\\":\\\\\\\"Selected\\\\\\\",\\\\\\\"RequiredFor\\\\\\\":\\\\\\\"\\\\\\\"},{\\\\\\\"Input\\\\\\\":\\\\\\\"Items\\\\\\\",\\\\\\\"Output\\\\\\\":\\\\\\\"SelectedItems\\\\\\\",\\\\\\\"RequiredFor\\\\\\\":\\\\\\\"\\\\\\\"}],\\\\\\\"Children\\\\\\\":null}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":8,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"ManifestPropertyTypes\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"Properties\\\\\\\":[{\\\\\\\"Name\\\\\\\":\\\\\\\"Text\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Units\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Enum\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"BoxDraw\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"EnableShadows\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"MeasurementType\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Enum\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Measurements\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Object\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Photos\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Object\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisplayType\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Enum\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PaddingTop\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PaddingBottom\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PaddingLeft\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PaddingRight\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"TextColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"BorderStyle\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"BorderStyle\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"BorderThickness\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"BorderFillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Color\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"BorderRadius\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Font\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Font\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"FontSize\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"FontWeight\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontWeight\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Italic\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Italics\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Underline\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Underline\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Strikethrough\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Strikethrough\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"TextAlignment\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Align\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"VerticalAlign\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"VerticalAlign\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Disabled\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisabledContentColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisabledFillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisabledBorderColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Color\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PressedContentColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PressedFillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PressedBorderColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Color\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"HoverContentColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"HoverFillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"HoverBorderColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Color\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Items\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"DataSet\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":true,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Selected\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Object\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"SelectedItems\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"DataSet\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsLabels\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsMeasurementType\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsBoxDraw\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PCFTeamsTheme\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"X\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Y\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Width\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Height\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Visible\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Boolean\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisplayMode\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"DisplayMode\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"TabIndex\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Tooltip\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true}]}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":9,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"PowerAppsControlInfo\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"TemplateVersion\\\\\\\":1,\\\\\\\"Version\\\\\\\":\\\\\\\"1.0.23\\\\\\\",\\\\\\\"IsFirstParty\\\\\\\":true}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":10,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/bundle.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":12,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/libs/babylon.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":11,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":2,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1033.resx\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":10,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"FormattingData\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"timeZoneUtcOffsetMinutes\\\\\\\":0,\\\\\\\"dateTimeFormatInfo\\\\\\\":{\\\\\\\"AMDesignator\\\\\\\":\\\\\\\"AM\\\\\\\",\\\\\\\"Calendar\\\\\\\":{\\\\\\\"MinSupportedDateTime\\\\\\\":\\\\\\\"0001-01-01T00:00:00\\\\\\\",\\\\\\\"MaxSupportedDateTime\\\\\\\":\\\\\\\"9999-12-31T23:59:59.9999999\\\\\\\",\\\\\\\"AlgorithmType\\\\\\\":1,\\\\\\\"CalendarType\\\\\\\":1,\\\\\\\"Eras\\\\\\\":[1],\\\\\\\"TwoDigitYearMax\\\\\\\":2049,\\\\\\\"IsReadOnly\\\\\\\":false},\\\\\\\"DateSeparator\\\\\\\":\\\\\\\"/\\\\\\\",\\\\\\\"FirstDayOfWeek\\\\\\\":0,\\\\\\\"CalendarWeekRule\\\\\\\":0,\\\\\\\"FullDateTimePattern\\\\\\\":\\\\\\\"dddd, MMMM d, yyyy h:mm:ss tt\\\\\\\",\\\\\\\"LongDatePattern\\\\\\\":\\\\\\\"dddd, MMMM d, yyyy\\\\\\\",\\\\\\\"LongTimePattern\\\\\\\":\\\\\\\"h:mm:ss tt\\\\\\\",\\\\\\\"MonthDayPattern\\\\\\\":\\\\\\\"MMMM d\\\\\\\",\\\\\\\"PMDesignator\\\\\\\":\\\\\\\"PM\\\\\\\",\\\\\\\"RFC1123Pattern\\\\\\\":\\\\\\\"ddd, dd MMM yyyy HH':'mm':'ss 'GMT'\\\\\\\",\\\\\\\"ShortDatePattern\\\\\\\":\\\\\\\"M/d/yyyy\\\\\\\",\\\\\\\"ShortTimePattern\\\\\\\":\\\\\\\"h:mm tt\\\\\\\",\\\\\\\"SortableDateTimePattern\\\\\\\":\\\\\\\"yyyy'-'MM'-'dd'T'HH':'mm':'ss\\\\\\\",\\\\\\\"TimeSeparator\\\\\\\":\\\\\\\":\\\\\\\",\\\\\\\"UniversalSortableDateTimePattern\\\\\\\":\\\\\\\"yyyy'-'MM'-'dd HH':'mm':'ss'Z'\\\\\\\",\\\\\\\"YearMonthPattern\\\\\\\":\\\\\\\"MMMM yyyy\\\\\\\",\\\\\\\"AbbreviatedDayNames\\\\\\\":[\\\\\\\"Sun\\\\\\\",\\\\\\\"Mon\\\\\\\",\\\\\\\"Tue\\\\\\\",\\\\\\\"Wed\\\\\\\",\\\\\\\"Thu\\\\\\\",\\\\\\\"Fri\\\\\\\",\\\\\\\"Sat\\\\\\\"],\\\\\\\"ShortestDayNames\\\\\\\":[\\\\\\\"Su\\\\\\\",\\\\\\\"Mo\\\\\\\",\\\\\\\"Tu\\\\\\\",\\\\\\\"We\\\\\\\",\\\\\\\"Th\\\\\\\",\\\\\\\"Fr\\\\\\\",\\\\\\\"Sa\\\\\\\"],\\\\\\\"DayNames\\\\\\\":[\\\\\\\"Sunday\\\\\\\",\\\\\\\"Monday\\\\\\\",\\\\\\\"Tuesday\\\\\\\",\\\\\\\"Wednesday\\\\\\\",\\\\\\\"Thursday\\\\\\\",\\\\\\\"Friday\\\\\\\",\\\\\\\"Saturday\\\\\\\"],\\\\\\\"AbbreviatedMonthNames\\\\\\\":[\\\\\\\"Jan\\\\\\\",\\\\\\\"Feb\\\\\\\",\\\\\\\"Mar\\\\\\\",\\\\\\\"Apr\\\\\\\",\\\\\\\"May\\\\\\\",\\\\\\\"Jun\\\\\\\",\\\\\\\"Jul\\\\\\\",\\\\\\\"Aug\\\\\\\",\\\\\\\"Sep\\\\\\\",\\\\\\\"Oct\\\\\\\",\\\\\\\"Nov\\\\\\\",\\\\\\\"Dec\\\\\\\",\\\\\\\"\\\\\\\"],\\\\\\\"MonthNames\\\\\\\":[\\\\\\\"January\\\\\\\",\\\\\\\"February\\\\\\\",\\\\\\\"March\\\\\\\",\\\\\\\"April\\\\\\\",\\\\\\\"May\\\\\\\",\\\\\\\"June\\\\\\\",\\\\\\\"July\\\\\\\",\\\\\\\"August\\\\\\\",\\\\\\\"September\\\\\\\",\\\\\\\"October\\\\\\\",\\\\\\\"November\\\\\\\",\\\\\\\"December\\\\\\\",\\\\\\\"\\\\\\\"],\\\\\\\"IsReadOnly\\\\\\\":false,\\\\\\\"NativeCalendarName\\\\\\\":\\\\\\\"Gregorian Calendar\\\\\\\",\\\\\\\"AbbreviatedMonthGenitiveNames\\\\\\\":[\\\\\\\"Jan\\\\\\\",\\\\\\\"Feb\\\\\\\",\\\\\\\"Mar\\\\\\\",\\\\\\\"Apr\\\\\\\",\\\\\\\"May\\\\\\\",\\\\\\\"Jun\\\\\\\",\\\\\\\"Jul\\\\\\\",\\\\\\\"Aug\\\\\\\",\\\\\\\"Sep\\\\\\\",\\\\\\\"Oct\\\\\\\",\\\\\\\"Nov\\\\\\\",\\\\\\\"Dec\\\\\\\",\\\\\\\"\\\\\\\"],\\\\\\\"MonthGenitiveNames\\\\\\\":[\\\\\\\"January\\\\\\\",\\\\\\\"February\\\\\\\",\\\\\\\"March\\\\\\\",\\\\\\\"April\\\\\\\",\\\\\\\"May\\\\\\\",\\\\\\\"June\\\\\\\",\\\\\\\"July\\\\\\\",\\\\\\\"August\\\\\\\",\\\\\\\"September\\\\\\\",\\\\\\\"October\\\\\\\",\\\\\\\"November\\\\\\\",\\\\\\\"December\\\\\\\",\\\\\\\"\\\\\\\"]},\\\\\\\"numberFormatInfo\\\\\\\":{\\\\\\\"CurrencyDecimalDigits\\\\\\\":2,\\\\\\\"CurrencyDecimalSeparator\\\\\\\":\\\\\\\".\\\\\\\",\\\\\\\"IsReadOnly\\\\\\\":false,\\\\\\\"CurrencyGroupSizes\\\\\\\":[3],\\\\\\\"NumberGroupSizes\\\\\\\":[3],\\\\\\\"PercentGroupSizes\\\\\\\":[3],\\\\\\\"CurrencyGroupSeparator\\\\\\\":\\\\\\\",\\\\\\\",\\\\\\\"CurrencySymbol\\\\\\\":\\\\\\\"$\\\\\\\",\\\\\\\"NaNSymbol\\\\\\\":\\\\\\\"NaN\\\\\\\",\\\\\\\"CurrencyNegativePattern\\\\\\\":0,\\\\\\\"NumberNegativePattern\\\\\\\":1,\\\\\\\"PercentPositivePattern\\\\\\\":1,\\\\\\\"PercentNegativePattern\\\\\\\":1,\\\\\\\"NegativeInfinitySymbol\\\\\\\":\\\\\\\"-∞\\\\\\\",\\\\\\\"NegativeSign\\\\\\\":\\\\\\\"-\\\\\\\",\\\\\\\"NumberDecimalDigits\\\\\\\":2,\\\\\\\"NumberDecimalSeparator\\\\\\\":\\\\\\\".\\\\\\\",\\\\\\\"NumberGroupSeparator\\\\\\\":\\\\\\\",\\\\\\\",\\\\\\\"CurrencyPositivePattern\\\\\\\":0,\\\\\\\"PositiveInfinitySymbol\\\\\\\":\\\\\\\"∞\\\\\\\",\\\\\\\"PositiveSign\\\\\\\":\\\\\\\"+\\\\\\\",\\\\\\\"PercentDecimalDigits\\\\\\\":2,\\\\\\\"PercentDecimalSeparator\\\\\\\":\\\\\\\".\\\\\\\",\\\\\\\"PercentGroupSeparator\\\\\\\":\\\\\\\",\\\\\\\",\\\\\\\"PercentSymbol\\\\\\\":\\\\\\\"%\\\\\\\",\\\\\\\"PerMilleSymbol\\\\\\\":\\\\\\\"‰\\\\\\\",\\\\\\\"NativeDigits\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"2\\\\\\\",\\\\\\\"3\\\\\\\",\\\\\\\"4\\\\\\\",\\\\\\\"5\\\\\\\",\\\\\\\"6\\\\\\\",\\\\\\\"7\\\\\\\",\\\\\\\"8\\\\\\\",\\\\\\\"9\\\\\\\"],\\\\\\\"DigitSubstitution\\\\\\\":1},\\\\\\\"timeZoneAdjusters\\\\\\\":[],\\\\\\\"formatInfoCultureName\\\\\\\":\\\\\\\"en-US\\\\\\\",\\\\\\\"formatter\\\\\\\":null,\\\\\\\"languagesByCode\\\\\\\":{\\\\\\\"1033\\\\\\\":\\\\\\\"English (United States)\\\\\\\",\\\\\\\"-1\\\\\\\":\\\\\\\"All Languages\\\\\\\"}}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1025.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1026.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1027.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1028.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1029.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1030.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1031.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1032.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1033.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1035.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1036.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1037.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1038.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1040.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1041.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1042.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1043.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1044.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1045.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1046.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1048.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1049.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1050.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1051.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1053.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1054.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1055.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1057.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1058.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1060.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1061.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1062.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1063.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1066.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1069.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1081.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1086.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1087.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.1110.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.2052.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.2070.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.2074.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.3076.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.3082.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/MeasureInMR/strings/MeasureButton.3098.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"LocalizedStrings\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"LocStrings\\\\\\\":{\\\\\\\"PCF_MeasureButton\\\\\\\":\\\\\\\"Measure in MR (preview)\\\\\\\",\\\\\\\"PCF_MeasureButton_description\\\\\\\":\\\\\\\"Measure the real world using your device\\\\\\\",\\\\\\\"PCF_MeasureButton_Measurements\\\\\\\":\\\\\\\"Measurements\\\\\\\",\\\\\\\"PCF_MeasureButton_DetailedMeasurements_Description\\\\\\\":\\\\\\\"Details for each measurement taken.\\\\\\\",\\\\\\\"PCF_images_name\\\\\\\":\\\\\\\"Photos\\\\\\\",\\\\\\\"PCF_images_description\\\\\\\":\\\\\\\"Photos from the last mixed reality session\\\\\\\",\\\\\\\"PCF_Units\\\\\\\":\\\\\\\"Unit of measurement\\\\\\\",\\\\\\\"PCF_MeasureButton_Units_Description\\\\\\\":\\\\\\\"Base units to use for measurement: meters, centimeters, feet, inches\\\\\\\",\\\\\\\"Units_Meters\\\\\\\":\\\\\\\"Meters\\\\\\\",\\\\\\\"Units_Meters_Description\\\\\\\":\\\\\\\"Equal to 100 centimeters\\\\\\\",\\\\\\\"Units_Centimeters\\\\\\\":\\\\\\\"Centimeters\\\\\\\",\\\\\\\"Units_Centimeters_Description\\\\\\\":\\\\\\\"Equal to 1/100 of a meter\\\\\\\",\\\\\\\"Units_Feet\\\\\\\":\\\\\\\"Feet\\\\\\\",\\\\\\\"Units_Feet_Description\\\\\\\":\\\\\\\"Equal to 12 inches\\\\\\\",\\\\\\\"Units_Inches\\\\\\\":\\\\\\\"Inches\\\\\\\",\\\\\\\"Units_Inches_Description\\\\\\\":\\\\\\\"Equal to 1/12 of a foot\\\\\\\",\\\\\\\"PCF_MeasurementType\\\\\\\":\\\\\\\"Measurement type\\\\\\\",\\\\\\\"PCF_MeasurementType_Description\\\\\\\":\\\\\\\"Type of measurement to perform: distance, area, volume, freeform\\\\\\\",\\\\\\\"Measure_Volume\\\\\\\":\\\\\\\"Volume\\\\\\\",\\\\\\\"Measure_Volume_Description\\\\\\\":\\\\\\\"Allow measurement of volumes\\\\\\\",\\\\\\\"Measure_Area\\\\\\\":\\\\\\\"Area\\\\\\\",\\\\\\\"Measure_Area_Description\\\\\\\":\\\\\\\"Allow measurement of 2D areas\\\\\\\",\\\\\\\"Measure_AreaAndVolume\\\\\\\":\\\\\\\"Freeform\\\\\\\",\\\\\\\"Measure_AreaAndVolume_Description\\\\\\\":\\\\\\\"Allow measurements of any type: distance, area, and volume\\\\\\\",\\\\\\\"Measure_Box\\\\\\\":\\\\\\\"Box draw\\\\\\\",\\\\\\\"Measure_Box_Description\\\\\\\":\\\\\\\"Lock captured measurements to rectangular shapes by specifying only a width and a depth\\\\\\\",\\\\\\\"Measure_Distance\\\\\\\":\\\\\\\"Distance\\\\\\\",\\\\\\\"Measure_Distance_Description\\\\\\\":\\\\\\\"Allow measurement of distances\\\\\\\",\\\\\\\"PCF_ErrorHelper_ArErrorMessage\\\\\\\":\\\\\\\"To measure in your space, open this app in the Power Apps mobile app on a Mixed Reality capable device. \\\\\\\",\\\\\\\"PCF_ErrorHelper_ArErrorMessageLearnMore\\\\\\\":\\\\\\\"Click here to view device requirements and learn more.\\\\\\\",\\\\\\\"PCF_ErrorHelper_GenericArError\\\\\\\":\\\\\\\"Error encountered while attempting to measure in mixed reality\\\\\\\",\\\\\\\"PCF_ErrorHelper_ArAppUpdateRequired\\\\\\\":\\\\\\\"The version of Power Apps installed on your device does not support this functionality. Please install the latest version from the store and try again.\\\\\\\",\\\\\\\"PCF_ErrorHelper_ArControlUpdateRequired\\\\\\\":\\\\\\\"This MR functionality is no longer supported. Ask the creator of this PowerApp to update it to use the latest MR controls.\\\\\\\",\\\\\\\"Button_Base_DefaultText\\\\\\\":\\\\\\\"Measure in mixed reality\\\\\\\",\\\\\\\"Button_Base_Text\\\\\\\":\\\\\\\"Text\\\\\\\",\\\\\\\"Button_Base_Text_description\\\\\\\":\\\\\\\"Button text\\\\\\\",\\\\\\\"Button_Base_DisplayType\\\\\\\":\\\\\\\"Display type\\\\\\\",\\\\\\\"Button_Base_DisplayType_description\\\\\\\":\\\\\\\"Button display type: Icon, Text, IconText\\\\\\\",\\\\\\\"DisplayType_Icon_Text\\\\\\\":\\\\\\\"Icon + text\\\\\\\",\\\\\\\"Display_Type_Icon_Text_Description\\\\\\\":\\\\\\\"Display both an icon and text\\\\\\\",\\\\\\\"Display_Type_Text\\\\\\\":\\\\\\\"Text\\\\\\\",\\\\\\\"Display_Type_Text_Description\\\\\\\":\\\\\\\"Display text only\\\\\\\",\\\\\\\"Display_Type_Icon\\\\\\\":\\\\\\\"Icon\\\\\\\",\\\\\\\"Display_Type_Icon_Description\\\\\\\":\\\\\\\"Display icon only\\\\\\\",\\\\\\\"Button_Base_PaddingTop\\\\\\\":\\\\\\\"Padding top\\\\\\\",\\\\\\\"Button_Base_PaddingTop_description\\\\\\\":\\\\\\\"Button padding top\\\\\\\",\\\\\\\"Button_Base_PaddingBottom\\\\\\\":\\\\\\\"Padding bottom\\\\\\\",\\\\\\\"Button_Base_PaddingBottom_description\\\\\\\":\\\\\\\"Button padding bottom\\\\\\\",\\\\\\\"Button_Base_PaddingLeft\\\\\\\":\\\\\\\"Padding left\\\\\\\",\\\\\\\"Button_Base_PaddingLeft_description\\\\\\\":\\\\\\\"Button padding left\\\\\\\",\\\\\\\"Button_Base_PaddingRight\\\\\\\":\\\\\\\"Padding right\\\\\\\",\\\\\\\"Button_Base_PaddingRight_description\\\\\\\":\\\\\\\"Button padding right\\\\\\\",\\\\\\\"Button_Base_FillColor\\\\\\\":\\\\\\\"Fill color\\\\\\\",\\\\\\\"Button_Base_FillColor_description\\\\\\\":\\\\\\\"Button fill color\\\\\\\",\\\\\\\"Button_Base_TextColor\\\\\\\":\\\\\\\"Text color\\\\\\\",\\\\\\\"Button_Base_TextColor_description\\\\\\\":\\\\\\\"Button text color\\\\\\\",\\\\\\\"Button_Base_BorderStyle\\\\\\\":\\\\\\\"Border style\\\\\\\",\\\\\\\"Button_Base_BorderStyle_description\\\\\\\":\\\\\\\"Button border style: solid, dashed, dotted, none\\\\\\\",\\\\\\\"Button_Base_BorderThickness\\\\\\\":\\\\\\\"Border thickness\\\\\\\",\\\\\\\"Button_Base_BorderThickness_description\\\\\\\":\\\\\\\"Button border thickness (width)\\\\\\\",\\\\\\\"Button_Base_BorderFillColor\\\\\\\":\\\\\\\"Border fill color\\\\\\\",\\\\\\\"Button_Base_BorderFillColor_description\\\\\\\":\\\\\\\"Border fill color of the button\\\\\\\",\\\\\\\"Button_Base_BorderRadius\\\\\\\":\\\\\\\"Border radius\\\\\\\",\\\\\\\"Button_Base_BorderRadius_description\\\\\\\":\\\\\\\"Border radius of the button: 0 creates a rectangular button, 100 creates a circular button\\\\\\\",\\\\\\\"Button_Base_Font\\\\\\\":\\\\\\\"Font\\\\\\\",\\\\\\\"Button_Base_Font_description\\\\\\\":\\\\\\\"Font of the text on the button\\\\\\\",\\\\\\\"Button_Base_FontSize\\\\\\\":\\\\\\\"Font size\\\\\\\",\\\\\\\"Button_Base_FontSize_description\\\\\\\":\\\\\\\"Font size of the text on the button\\\\\\\",\\\\\\\"Button_Base_FontWeight\\\\\\\":\\\\\\\"Font weight\\\\\\\",\\\\\\\"Button_Base_FontWeight_description\\\\\\\":\\\\\\\"Font weight of the text on the button\\\\\\\",\\\\\\\"Button_Base_FontStyle\\\\\\\":\\\\\\\"Font style\\\\\\\",\\\\\\\"Button_Base_FontStyle_description\\\\\\\":\\\\\\\"Font style of the text on the button\\\\\\\",\\\\\\\"Button_Base_TextAlignment\\\\\\\":\\\\\\\"Text alignment\\\\\\\",\\\\\\\"Button_Base_TextAlignment_description\\\\\\\":\\\\\\\"Text alignment of the text on the button\\\\\\\",\\\\\\\"Button_Base_VerticalAlign\\\\\\\":\\\\\\\"Vertical alignment\\\\\\\",\\\\\\\"Button_Base_VerticalAlign_description\\\\\\\":\\\\\\\"Vertical alignment of the text on the button\\\\\\\",\\\\\\\"Button_Base_Disabled\\\\\\\":\\\\\\\"Disabled\\\\\\\",\\\\\\\"Button_Base_Disabled_description\\\\\\\":\\\\\\\"Sets the button as disabled\\\\\\\",\\\\\\\"Button_Base_DisabledColor\\\\\\\":\\\\\\\"Disabled color\\\\\\\",\\\\\\\"Button_Base_DisabledColor_description\\\\\\\":\\\\\\\"Sets the disabled button content color\\\\\\\",\\\\\\\"Button_Base_DisabledFillColor\\\\\\\":\\\\\\\"Disabled fill color\\\\\\\",\\\\\\\"Button_Base_DisabledFillColor_description\\\\\\\":\\\\\\\"Sets the disabled button fill color\\\\\\\",\\\\\\\"Button_Base_DisabledBorderColor\\\\\\\":\\\\\\\"Disabled border color\\\\\\\",\\\\\\\"Button_Base_DisabledBorderColor_description\\\\\\\":\\\\\\\"Sets the disabled button border color\\\\\\\",\\\\\\\"Button_Base_PressedColor\\\\\\\":\\\\\\\"Pressed color\\\\\\\",\\\\\\\"Button_Base_PressedColor_description\\\\\\\":\\\\\\\"Sets the pressed button content color\\\\\\\",\\\\\\\"Button_Base_PressedFillColor\\\\\\\":\\\\\\\"Pressed fill color\\\\\\\",\\\\\\\"Button_Base_PressedFillColor_description\\\\\\\":\\\\\\\"Sets the pressed button fill color\\\\\\\",\\\\\\\"Button_Base_PressedBorderColor\\\\\\\":\\\\\\\"Pressed border color\\\\\\\",\\\\\\\"Button_Base_PressedBorderColor_description\\\\\\\":\\\\\\\"Sets the pressed button border color\\\\\\\",\\\\\\\"Button_Base_HoverColor\\\\\\\":\\\\\\\"Hover color\\\\\\\",\\\\\\\"Button_Base_HoverColor_description\\\\\\\":\\\\\\\"Sets the hover button content color\\\\\\\",\\\\\\\"Button_Base_HoverFillColor\\\\\\\":\\\\\\\"Hover fill color\\\\\\\",\\\\\\\"Button_Base_HoverFillColor_description\\\\\\\":\\\\\\\"Sets the hover button fill color\\\\\\\",\\\\\\\"Button_Base_HoverBorderColor\\\\\\\":\\\\\\\"Hover border color\\\\\\\",\\\\\\\"Button_Base_HoverBorderColor_description\\\\\\\":\\\\\\\"Sets the hover button border color\\\\\\\",\\\\\\\"Button_Base\\\\\\\":\\\\\\\"Measure in MR (preview)\\\\\\\",\\\\\\\"Button_Base_description\\\\\\\":\\\\\\\"Measure the real world using your device\\\\\\\",\\\\\\\"Button_Base_Loading\\\\\\\":\\\\\\\"Loading...\\\\\\\",\\\\\\\"Italic_Display_Key\\\\\\\":\\\\\\\"Italic\\\\\\\",\\\\\\\"Italic_Desc_Key\\\\\\\":\\\\\\\"Italic\\\\\\\",\\\\\\\"Underline_Display_Key\\\\\\\":\\\\\\\"Underline\\\\\\\",\\\\\\\"Underline_Desc_Key\\\\\\\":\\\\\\\"Underline\\\\\\\",\\\\\\\"Strikethrough_Display_Key\\\\\\\":\\\\\\\"Strikethrough\\\\\\\",\\\\\\\"Strikethrough_Desc_Key\\\\\\\":\\\\\\\"Strikethrough\\\\\\\",\\\\\\\"MeasureButton_OnMixedRealitySelect\\\\\\\":\\\\\\\"On Mixed Reality Select\\\\\\\",\\\\\\\"MeasureButton_OnMixedRealitySelect_description\\\\\\\":\\\\\\\"Event to be triggered after the user returns from the Measure in MR screen\\\\\\\",\\\\\\\"Expected_Measurements_Display_Key\\\\\\\":\\\\\\\"Expected measurements (preview)\\\\\\\",\\\\\\\"Expected_Measurements_Desc_Key\\\\\\\":\\\\\\\"The set of measurements that should be captured by the user\\\\\\\",\\\\\\\"Expected_Measurements_Labels_Display_Key\\\\\\\":\\\\\\\"Expected measurement labels (preview)\\\\\\\",\\\\\\\"Expected_Measurements_Labels_Desc_Key\\\\\\\":\\\\\\\"The string column in the Items data source that specifies the labels for the measurements\\\\\\\",\\\\\\\"Expected_Measurements_Measurement_Type_Display_Key\\\\\\\":\\\\\\\"Expected measurement type (preview)\\\\\\\",\\\\\\\"Expected_Measurements_Measurement_Type_Desc_Key\\\\\\\":\\\\\\\"The string column in the Items data source that specifies measurement type overrides (distance, area, volume, freeform, or not specified) for each expected measurement\\\\\\\",\\\\\\\"Expected_Measurements_Box_Draw_Display_Key\\\\\\\":\\\\\\\"Expected measurement box draw (preview)\\\\\\\",\\\\\\\"Expected_Measurements_Box_Draw_Desc_Key\\\\\\\":\\\\\\\"The boolean column in the Items data source that specifies box draw overrides (true, false, or not specified) for each expected measurement\\\\\\\",\\\\\\\"MeasureButton_EnableShadows\\\\\\\":\\\\\\\"Enable Shadows\\\\\\\",\\\\\\\"MeasureButton_EnableShadows_Description\\\\\\\":\\\\\\\"Enable Shadows for your models\\\\\\\",\\\\\\\"MeasureButton_Sample_Data_Prompt\\\\\\\":\\\\\\\"Taking measurements with your camera is available on Mixed Reality capable devices. Sample results are provided to help test your app during authoring. Click to learn more.\\\\\\\"}}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/fluentui-react.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":5,\\\"IsControlSpecific\\\":false}]\",\"Properties\":\"[{\\\"Name\\\":\\\"Text\\\",\\\"DisplayName\\\":\\\"Text\\\",\\\"Description\\\":\\\"Button text\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"Measure in MR\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_Text\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_Text_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Units\\\",\\\"DisplayName\\\":\\\"Unit of measurement\\\",\\\"Description\\\":\\\"Base units to use for measurement: meters, centimeters, feet, inches\\\",\\\"Type\\\":1,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"Meters\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"Meters\\\",\\\"WebDefaultValue\\\":\\\"Meters\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[{\\\"Name\\\":\\\"MSR_Meters\\\",\\\"DisplayName\\\":\\\"Meters\\\",\\\"Description\\\":\\\"Equal to 100 centimeters\\\",\\\"IsDefaultValue\\\":true,\\\"Value\\\":\\\"Meters\\\"},{\\\"Name\\\":\\\"MSR_Centimeters\\\",\\\"DisplayName\\\":\\\"Centimeters\\\",\\\"Description\\\":\\\"Equal to 1/100 of a meter\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Centimeters\\\"},{\\\"Name\\\":\\\"MSR_Feet\\\",\\\"DisplayName\\\":\\\"Feet\\\",\\\"Description\\\":\\\"Equal to 12 inches\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Feet\\\"},{\\\"Name\\\":\\\"MSR_Inches\\\",\\\"DisplayName\\\":\\\"Inches\\\",\\\"Description\\\":\\\"Equal to 1/12 of a foot\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Inches\\\"}],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_Units\\\",\\\"DescriptionResourceString\\\":\\\"PCF_MeasureButton_Units_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"BoxDraw\\\",\\\"DisplayName\\\":\\\"Box draw\\\",\\\"Description\\\":\\\"Lock captured measurements to rectangular shapes by specifying only a width and a depth\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Measure_Box\\\",\\\"DescriptionResourceString\\\":\\\"Measure_Box_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"EnableShadows\\\",\\\"DisplayName\\\":\\\"Enable Shadows\\\",\\\"Description\\\":\\\"Enable Shadows for your models\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"MeasureButton_EnableShadows\\\",\\\"DescriptionResourceString\\\":\\\"MeasureButton_EnableShadows_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"MeasurementType\\\",\\\"DisplayName\\\":\\\"Measurement type\\\",\\\"Description\\\":\\\"Type of measurement to perform: distance, area, volume, freeform\\\",\\\"Type\\\":1,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"Freeform\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"Freeform\\\",\\\"WebDefaultValue\\\":\\\"Freeform\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[{\\\"Name\\\":\\\"Distance\\\",\\\"DisplayName\\\":\\\"Distance\\\",\\\"Description\\\":\\\"Allow measurement of distances\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Distance\\\"},{\\\"Name\\\":\\\"Area\\\",\\\"DisplayName\\\":\\\"Area\\\",\\\"Description\\\":\\\"Allow measurement of 2D areas\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Area\\\"},{\\\"Name\\\":\\\"Volume\\\",\\\"DisplayName\\\":\\\"Volume\\\",\\\"Description\\\":\\\"Allow measurement of volumes\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Volume\\\"},{\\\"Name\\\":\\\"Freeform\\\",\\\"DisplayName\\\":\\\"Freeform\\\",\\\"Description\\\":\\\"Allow measurements of any type: distance, area, and volume\\\",\\\"IsDefaultValue\\\":true,\\\"Value\\\":\\\"Freeform\\\"}],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_MeasurementType\\\",\\\"DescriptionResourceString\\\":\\\"PCF_MeasurementType_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Measurements\\\",\\\"DisplayName\\\":\\\"Measurements\\\",\\\"Description\\\":\\\"Details for each measurement taken.\\\",\\\"Type\\\":5,\\\"Usage\\\":1,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_MeasureButton_Measurements\\\",\\\"DescriptionResourceString\\\":\\\"PCF_MeasureButton_DetailedMeasurements_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Photos\\\",\\\"DisplayName\\\":\\\"Photos\\\",\\\"Description\\\":\\\"Photos from the last mixed reality session\\\",\\\"Type\\\":5,\\\"Usage\\\":1,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_images_name\\\",\\\"DescriptionResourceString\\\":\\\"PCF_images_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisplayType\\\",\\\"DisplayName\\\":\\\"Display type\\\",\\\"Description\\\":\\\"Button display type: Icon, Text, IconText\\\",\\\"Type\\\":1,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"IconText\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"IconText\\\",\\\"WebDefaultValue\\\":\\\"IconText\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[{\\\"Name\\\":\\\"MSR_IconText\\\",\\\"DisplayName\\\":\\\"Icon + text\\\",\\\"Description\\\":\\\"Display both an icon and text\\\",\\\"IsDefaultValue\\\":true,\\\"Value\\\":\\\"IconText\\\"},{\\\"Name\\\":\\\"MSR_Text\\\",\\\"DisplayName\\\":\\\"Text\\\",\\\"Description\\\":\\\"Display text only\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Text\\\"},{\\\"Name\\\":\\\"MSR_Icon\\\",\\\"DisplayName\\\":\\\"Icon\\\",\\\"Description\\\":\\\"Display icon only\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Icon\\\"}],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_DisplayType\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_DisplayType_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PaddingTop\\\",\\\"DisplayName\\\":\\\"Padding top\\\",\\\"Description\\\":\\\"Button padding top\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"5\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PaddingTop\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PaddingTop_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PaddingBottom\\\",\\\"DisplayName\\\":\\\"Padding bottom\\\",\\\"Description\\\":\\\"Button padding bottom\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"5\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PaddingBottom\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PaddingBottom_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PaddingLeft\\\",\\\"DisplayName\\\":\\\"Padding left\\\",\\\"Description\\\":\\\"Button padding left\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"5\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PaddingLeft\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PaddingLeft_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PaddingRight\\\",\\\"DisplayName\\\":\\\"Padding right\\\",\\\"Description\\\":\\\"Button padding right\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"5\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PaddingRight\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PaddingRight_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"FillColor\\\",\\\"DisplayName\\\":\\\"Fill color\\\",\\\"Description\\\":\\\"Button fill color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#3860B2\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_FillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_FillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"TextColor\\\",\\\"DisplayName\\\":\\\"Text color\\\",\\\"Description\\\":\\\"Button text color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#FFFFFF\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_TextColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_TextColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"BorderStyle\\\",\\\"DisplayName\\\":\\\"Border style\\\",\\\"Description\\\":\\\"Button border style: solid, dashed, dotted, none\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"solid\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_BorderStyle\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_BorderStyle_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"BorderThickness\\\",\\\"DisplayName\\\":\\\"Border thickness\\\",\\\"Description\\\":\\\"Button border thickness (width)\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"2\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_BorderThickness\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_BorderThickness_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"BorderFillColor\\\",\\\"DisplayName\\\":\\\"Border fill color\\\",\\\"Description\\\":\\\"Border fill color of the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#2f5197\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_BorderFillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_BorderFillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"BorderRadius\\\",\\\"DisplayName\\\":\\\"Border radius\\\",\\\"Description\\\":\\\"Border radius of the button: 0 creates a rectangular button, 100 creates a circular button\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"10\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_BorderRadius\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_BorderRadius_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Font\\\",\\\"DisplayName\\\":\\\"Font\\\",\\\"Description\\\":\\\"Font of the text on the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"'Open Sans', sans-serif\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_Font\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_Font_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"FontSize\\\",\\\"DisplayName\\\":\\\"Font size\\\",\\\"Description\\\":\\\"Font size of the text on the button\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"20\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_FontSize\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_FontSize_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"FontWeight\\\",\\\"DisplayName\\\":\\\"Font weight\\\",\\\"Description\\\":\\\"Font weight of the text on the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"600\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_FontWeight\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_FontWeight_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Italic\\\",\\\"DisplayName\\\":\\\"Italic\\\",\\\"Description\\\":\\\"Italic\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Italic_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Italic_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Underline\\\",\\\"DisplayName\\\":\\\"Underline\\\",\\\"Description\\\":\\\"Underline\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Underline_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Underline_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Strikethrough\\\",\\\"DisplayName\\\":\\\"Strikethrough\\\",\\\"Description\\\":\\\"Strikethrough\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Strikethrough_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Strikethrough_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"TextAlignment\\\",\\\"DisplayName\\\":\\\"Text alignment\\\",\\\"Description\\\":\\\"Text alignment of the text on the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"center\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_TextAlignment\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_TextAlignment_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"VerticalAlign\\\",\\\"DisplayName\\\":\\\"Vertical alignment\\\",\\\"Description\\\":\\\"Vertical alignment of the text on the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"middle\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_VerticalAlign\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_VerticalAlign_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Disabled\\\",\\\"DisplayName\\\":\\\"Disabled\\\",\\\"Description\\\":\\\"Sets the button as disabled\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_Disabled\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_Disabled_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisabledContentColor\\\",\\\"DisplayName\\\":\\\"Disabled color\\\",\\\"Description\\\":\\\"Sets the disabled button content color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#A6A6A6\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_DisabledColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_DisabledColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisabledFillColor\\\",\\\"DisplayName\\\":\\\"Disabled fill color\\\",\\\"Description\\\":\\\"Sets the disabled button fill color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#F4F4F4\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_DisabledFillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_DisabledFillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisabledBorderColor\\\",\\\"DisplayName\\\":\\\"Disabled border color\\\",\\\"Description\\\":\\\"Sets the disabled button border color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#A6A6A6\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_DisabledBorderColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_DisabledBorderColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PressedContentColor\\\",\\\"DisplayName\\\":\\\"Pressed color\\\",\\\"Description\\\":\\\"Sets the pressed button content color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#3860b2\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PressedColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PressedColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PressedFillColor\\\",\\\"DisplayName\\\":\\\"Pressed fill color\\\",\\\"Description\\\":\\\"Sets the pressed button fill color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#FFFFFF\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PressedFillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PressedFillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PressedBorderColor\\\",\\\"DisplayName\\\":\\\"Pressed border color\\\",\\\"Description\\\":\\\"Sets the pressed button border color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#3860b2\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PressedBorderColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PressedBorderColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"HoverContentColor\\\",\\\"DisplayName\\\":\\\"Hover color\\\",\\\"Description\\\":\\\"Sets the hover button content color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#FFFFFF\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_HoverColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_HoverColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"HoverFillColor\\\",\\\"DisplayName\\\":\\\"Hover fill color\\\",\\\"Description\\\":\\\"Sets the hover button fill color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#2f5197\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_HoverFillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_HoverFillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"HoverBorderColor\\\",\\\"DisplayName\\\":\\\"Hover border color\\\",\\\"Description\\\":\\\"Sets the hover button border color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#5873ab\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_HoverBorderColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_HoverBorderColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Items\\\",\\\"DisplayName\\\":\\\"Expected measurements (preview)(##PCFDatasetItems##)\\\",\\\"Description\\\":\\\"The set of measurements that should be captured by the user\\\",\\\"Type\\\":26,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":true,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":true,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Expected measurements (preview)\\\",\\\"DescriptionResourceString\\\":\\\"The set of measurements that should be captured by the user\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Selected\\\",\\\"DisplayName\\\":\\\"Expected measurements (preview)(##PCFDatasetSelected##)\\\",\\\"Description\\\":\\\"The set of measurements that should be captured by the user\\\",\\\"Type\\\":5,\\\"Usage\\\":1,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"Items\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Expected measurements (preview)\\\",\\\"DescriptionResourceString\\\":\\\"The set of measurements that should be captured by the user\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"SelectedItems\\\",\\\"DisplayName\\\":\\\"Expected measurements (preview)(##PCFDatasetSelectedItems##)\\\",\\\"Description\\\":\\\"The set of measurements that should be captured by the user\\\",\\\"Type\\\":26,\\\"Usage\\\":1,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"Items\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Expected measurements (preview)\\\",\\\"DescriptionResourceString\\\":\\\"The set of measurements that should be captured by the user\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ItemsLabels\\\",\\\"DisplayName\\\":\\\"Expected measurement labels (preview)\\\",\\\"Description\\\":\\\"The string column in the Items data source that specifies the labels for the measurements\\\",\\\"Type\\\":3,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":true,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"Items\\\",\\\"DisplayNameResourceString\\\":\\\"Expected_Measurements_Labels_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Expected_Measurements_Labels_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ItemsMeasurementType\\\",\\\"DisplayName\\\":\\\"Expected measurement type (preview)\\\",\\\"Description\\\":\\\"The string column in the Items data source that specifies measurement type overrides (distance, area, volume, freeform, or not specified) for each expected measurement\\\",\\\"Type\\\":3,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"Items\\\",\\\"DisplayNameResourceString\\\":\\\"Expected_Measurements_Measurement_Type_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Expected_Measurements_Measurement_Type_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ItemsBoxDraw\\\",\\\"DisplayName\\\":\\\"Expected measurement box draw (preview)\\\",\\\"Description\\\":\\\"The boolean column in the Items data source that specifies box draw overrides (true, false, or not specified) for each expected measurement\\\",\\\"Type\\\":3,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"Items\\\",\\\"DisplayNameResourceString\\\":\\\"Expected_Measurements_Box_Draw_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Expected_Measurements_Box_Draw_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PCFTeamsTheme\\\",\\\"DisplayName\\\":\\\"PCFTeamsTheme\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":3,\\\"Usage\\\":0,\\\"Hidden\\\":true,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false}]\",\"IncludedProperties\":\"[{\\\"Name\\\":\\\"X\\\",\\\"DisplayName\\\":\\\"CC_X\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"CC_X\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Y\\\",\\\"DisplayName\\\":\\\"CC_Y\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"CC_Y\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Width\\\",\\\"DisplayName\\\":\\\"Width\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"280\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"280\\\",\\\"WebDefaultValue\\\":\\\"280\\\",\\\"NullDefaultValue\\\":\\\"0\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Width\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Height\\\",\\\"DisplayName\\\":\\\"Height\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"70\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"70\\\",\\\"WebDefaultValue\\\":\\\"70\\\",\\\"NullDefaultValue\\\":\\\"0\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Height\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Visible\\\",\\\"DisplayName\\\":\\\"Visible\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":4,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"true\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Visible\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisplayMode\\\",\\\"DisplayName\\\":\\\"DisplayMode\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":27,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"DisplayMode\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"TabIndex\\\",\\\"DisplayName\\\":\\\"TabIndex\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"0\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"TabIndex\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Tooltip\\\",\\\"DisplayName\\\":\\\"Tooltip\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":3,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Tooltip\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false}]\",\"Events\":\"[{\\\"Name\\\":\\\"OnMixedRealitySelect\\\",\\\"DisplayName\\\":\\\"On Mixed Reality Select\\\",\\\"Description\\\":\\\"Event to be triggered after the user returns from the Measure in MR screen\\\",\\\"PfxDefaultValue\\\":null,\\\"Hidden\\\":false,\\\"IsPrimaryInput\\\":false}]\",\"CommonEvents\":\"[{\\\"Name\\\":\\\"OnChange\\\",\\\"DisplayName\\\":\\\"OnChange\\\",\\\"Description\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"Hidden\\\":false,\\\"IsPrimaryInput\\\":false},{\\\"Name\\\":\\\"OnSelect\\\",\\\"DisplayName\\\":\\\"OnSelect\\\",\\\"Description\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"Hidden\\\":false,\\\"IsPrimaryInput\\\":false}]\",\"PropertyDependencies\":\"[{\\\"Input\\\":\\\"Text\\\",\\\"Output\\\":\\\"Measurements\\\",\\\"RequiredFor\\\":\\\"schema\\\"},{\\\"Input\\\":\\\"Text\\\",\\\"Output\\\":\\\"Photos\\\",\\\"RequiredFor\\\":\\\"schema\\\"},{\\\"Input\\\":\\\"Items\\\",\\\"Output\\\":\\\"Selected\\\",\\\"RequiredFor\\\":\\\"\\\"},{\\\"Input\\\":\\\"Items\\\",\\\"Output\\\":\\\"SelectedItems\\\",\\\"RequiredFor\\\":\\\"\\\"}]\",\"SubscribedFunctionalities\":\"{\\\"sharedTemplate\\\":\\\"false\\\",\\\"requiresCameraAccess\\\":\\\"true\\\"}\",\"AuthConfigProperties\":\"[{\\\"Text\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"DisplayType\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Units\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"MeasurementType\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"BoxDraw\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"EnableShadows\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Items\\\":{\\\"SectionIndex\\\":2,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Visible\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"X\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Position\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Y\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Position\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Width\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Size\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Height\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Size\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PaddingTop\\\":{\\\"SectionIndex\\\":4,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PaddingBottom\\\":{\\\"SectionIndex\\\":4,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PaddingLeft\\\":{\\\"SectionIndex\\\":4,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PaddingRight\\\":{\\\"SectionIndex\\\":4,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Font\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":33,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"FontSize\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"FontWeight\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":34,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"TextAlignment\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":40,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"VerticalAlign\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":42,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Italic\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Style\\\",\\\"SectionName\\\":null,\\\"Type\\\":35,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Underline\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Style\\\",\\\"SectionName\\\":null,\\\"Type\\\":36,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Strikethrough\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Style\\\",\\\"SectionName\\\":null,\\\"Type\\\":37,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"BorderRadius\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"TextColor\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"Color\\\",\\\"SectionName\\\":null,\\\"Type\\\":31,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"FillColor\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"Color\\\",\\\"SectionName\\\":null,\\\"Type\\\":32,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"BorderStyle\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Border\\\",\\\"SectionName\\\":null,\\\"Type\\\":30,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"BorderThickness\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Border\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"BorderFillColor\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"Border\\\",\\\"SectionName\\\":null,\\\"Type\\\":29,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Disabled\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"DisabledContentColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"DisabledColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":31,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"DisabledFillColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"DisabledColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":32,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"DisabledBorderColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"DisabledColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":29,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PressedContentColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"PressedColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":31,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PressedFillColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"PressedColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":32,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PressedBorderColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"PressedColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":29,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"HoverContentColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"HoverColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":31,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"HoverFillColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"HoverColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":32,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"HoverBorderColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"HoverColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":29,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null}},{\\\"Font\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"FontSize\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"FontWeight\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Italic\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Underline\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Strikethrough\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"TextAlignment\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"VerticalAlign\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Visible\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Disabled\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PaddingTop\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PaddingBottom\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PaddingLeft\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PaddingRight\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"X\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Y\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Width\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Height\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"BorderRadius\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"TextColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"FillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"BorderStyle\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"BorderThickness\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"BorderFillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"HoverContentColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"HoverFillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"HoverBorderColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"DisabledContentColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"DisabledFillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"DisabledBorderColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PressedContentColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PressedFillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PressedBorderColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null}}]\"}", "FirstParty": true, "Id": "http://microsoft.com/appmagic/powercontrol/MeasureInMR", "IsComponentDefinition": false, @@ -774,7 +779,7 @@ } ] }, - "Version": "1.335" + "Version": "1.337" }, "Photos": { "Type": { @@ -808,7 +813,7 @@ } ] }, - "Version": "1.335" + "Version": "1.337" } }, "PCFDynamicSchemaForIRRetrieval": { @@ -824,58 +829,9 @@ "TemplateDisplayName": "Measure in MR (preview)", "Version": "1.0.23" }, - "ViewInMR1": { - "CustomGroupControlTemplateName": "", - "DynamicControlDefinitionJson": "{\"ControlNamespace\":\"Microsoft\",\"ControlConstructor\":\"ViewInMR\",\"DisplayNameKey\":\"PCF_ArButton\",\"Resources\":\"[{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/prop-types.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":1,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/react-fela.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":2,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/fela.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":3,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/fela-dom.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":4,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/ctrllib/PCFControls/js/PCFControlWrapper.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":6,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/ctrllib/PcfControlProxy/js/PcfControlProxy.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":7,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"ManifestTemplate\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"ConstructorName\\\\\\\":\\\\\\\"Microsoft.ViewInMR\\\\\\\",\\\\\\\"CustomControlId\\\\\\\":\\\\\\\"Microsoft.ViewInMR\\\\\\\",\\\\\\\"IsVirtual\\\\\\\":false,\\\\\\\"Properties\\\\\\\":{\\\\\\\"Resources\\\\\\\":[{\\\\\\\"Name\\\\\\\":\\\\\\\"/PCF/prop-types.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":1,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/PCF/react-fela.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":2,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/PCF/fela.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":3,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/PCF/fela-dom.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":4,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/ctrllib/PCFControls/js/PCFControlWrapper.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":6,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/ctrllib/PcfControlProxy/js/PcfControlProxy.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":7,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null}],\\\\\\\"GroupDefinitions\\\\\\\":null,\\\\\\\"DataSetDefinitions\\\\\\\":{\\\\\\\"Items\\\\\\\":{\\\\\\\"DisplayName\\\\\\\":\\\\\\\"Sources List\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Grid\\\\\\\",\\\\\\\"Columns\\\\\\\":{\\\\\\\"0\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsSource\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\"},\\\\\\\"1\\\\\\\":{\\\\\\\"Required\\\\\\\":false,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsLabel\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\"},\\\\\\\"2\\\\\\\":{\\\\\\\"Required\\\\\\\":false,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsThumbnail\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\"},\\\\\\\"3\\\\\\\":{\\\\\\\"Required\\\\\\\":false,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsObjectWidth\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Decimal\\\\\\\"},\\\\\\\"4\\\\\\\":{\\\\\\\"Required\\\\\\\":false,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsObjectHeight\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Decimal\\\\\\\"},\\\\\\\"5\\\\\\\":{\\\\\\\"Required\\\\\\\":false,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsObjectDepth\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Decimal\\\\\\\"}},\\\\\\\"Primary\\\\\\\":true,\\\\\\\"InitialDataSetFetch\\\\\\\":true,\\\\\\\"CDSDataSetOptions\\\\\\\":null}},\\\\\\\"Properties\\\\\\\":{\\\\\\\"Source\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"https://raw.githubusercontent.com/microsoft/experimental-pcf-control-assets/master/default_cube.glb\\\\\\\"},\\\\\\\"ObjectWidth\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ObjectHeight\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ObjectDepth\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"Units\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"Meters\\\\\\\"},\\\\\\\"EnableShadows\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"true\\\\\\\"},\\\\\\\"EnableMarkerDetection\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"EnableOcclusion\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"true\\\\\\\"},\\\\\\\"Text\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"View in MR\\\\\\\"},\\\\\\\"AltText\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"Photos\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"DisplayType\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"IconText\\\\\\\"},\\\\\\\"PaddingTop\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"5\\\\\\\"},\\\\\\\"PaddingBottom\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"5\\\\\\\"},\\\\\\\"PaddingLeft\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"5\\\\\\\"},\\\\\\\"PaddingRight\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"5\\\\\\\"},\\\\\\\"FillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#3860B2\\\\\\\"},\\\\\\\"TextColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"BorderStyle\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"solid\\\\\\\"},\\\\\\\"BorderThickness\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"2\\\\\\\"},\\\\\\\"BorderFillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#2f5197\\\\\\\"},\\\\\\\"BorderRadius\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"10\\\\\\\"},\\\\\\\"Font\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"'Open Sans', sans-serif\\\\\\\"},\\\\\\\"FontSize\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"20\\\\\\\"},\\\\\\\"FontWeight\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"600\\\\\\\"},\\\\\\\"Italic\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"Underline\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"Strikethrough\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"TextAlignment\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"center\\\\\\\"},\\\\\\\"VerticalAlign\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"middle\\\\\\\"},\\\\\\\"Disabled\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"DisabledContentColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#A6A6A6\\\\\\\"},\\\\\\\"DisabledFillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#F4F4F4\\\\\\\"},\\\\\\\"DisabledBorderColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#A6A6A6\\\\\\\"},\\\\\\\"PressedContentColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#3860b2\\\\\\\"},\\\\\\\"PressedFillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"PressedBorderColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#3860b2\\\\\\\"},\\\\\\\"HoverContentColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"HoverFillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#2f5197\\\\\\\"},\\\\\\\"HoverBorderColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#5873ab\\\\\\\"},\\\\\\\"Items\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"Selected\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"SelectedItems\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ItemsSource\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ItemsLabel\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ItemsThumbnail\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ItemsObjectWidth\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ItemsObjectHeight\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ItemsObjectDepth\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"}},\\\\\\\"FeatureUsage\\\\\\\":[{\\\\\\\"IsRequired\\\\\\\":true,\\\\\\\"Name\\\\\\\":\\\\\\\"Device.openARViewer\\\\\\\"},{\\\\\\\"IsRequired\\\\\\\":true,\\\\\\\"Name\\\\\\\":\\\\\\\"WebAPI\\\\\\\"}]},\\\\\\\"Events\\\\\\\":{\\\\\\\"OnMixedRealitySelect\\\\\\\":{\\\\\\\"EventName\\\\\\\":\\\\\\\"OnMixedRealitySelect\\\\\\\"}},\\\\\\\"CommonEvents\\\\\\\":null,\\\\\\\"DesignMap\\\\\\\":null,\\\\\\\"PropertyDependencies\\\\\\\":[{\\\\\\\"Input\\\\\\\":\\\\\\\"Text\\\\\\\",\\\\\\\"Output\\\\\\\":\\\\\\\"Photos\\\\\\\",\\\\\\\"RequiredFor\\\\\\\":\\\\\\\"schema\\\\\\\"},{\\\\\\\"Input\\\\\\\":\\\\\\\"Items\\\\\\\",\\\\\\\"Output\\\\\\\":\\\\\\\"Selected\\\\\\\",\\\\\\\"RequiredFor\\\\\\\":\\\\\\\"\\\\\\\"},{\\\\\\\"Input\\\\\\\":\\\\\\\"Items\\\\\\\",\\\\\\\"Output\\\\\\\":\\\\\\\"SelectedItems\\\\\\\",\\\\\\\"RequiredFor\\\\\\\":\\\\\\\"\\\\\\\"}],\\\\\\\"Children\\\\\\\":null}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":7,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"ManifestPropertyTypes\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"Properties\\\\\\\":[{\\\\\\\"Name\\\\\\\":\\\\\\\"Source\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":true,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ObjectWidth\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Decimal\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ObjectHeight\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Decimal\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ObjectDepth\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Decimal\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Units\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Enum\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"EnableShadows\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"EnableMarkerDetection\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"EnableOcclusion\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Text\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"AltText\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Photos\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Object\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisplayType\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Enum\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PaddingTop\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PaddingBottom\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PaddingLeft\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PaddingRight\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"TextColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"BorderStyle\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"BorderStyle\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"BorderThickness\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"BorderFillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Color\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"BorderRadius\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Font\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Font\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"FontSize\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"FontWeight\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontWeight\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Italic\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Italics\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Underline\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Underline\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Strikethrough\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Strikethrough\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"TextAlignment\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Align\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"VerticalAlign\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"VerticalAlign\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Disabled\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisabledContentColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisabledFillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisabledBorderColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Color\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PressedContentColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PressedFillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PressedBorderColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Color\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"HoverContentColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"HoverFillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"HoverBorderColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Color\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Items\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"DataSet\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Selected\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Object\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"SelectedItems\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"DataSet\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsSource\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsLabel\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsThumbnail\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsObjectWidth\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsObjectHeight\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsObjectDepth\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PCFTeamsTheme\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"X\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Y\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Width\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Height\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Visible\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Boolean\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisplayMode\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"DisplayMode\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"TabIndex\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Tooltip\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true}]}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":8,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"PowerAppsControlInfo\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"TemplateVersion\\\\\\\":1,\\\\\\\"Version\\\\\\\":\\\\\\\"1.0.29\\\\\\\",\\\\\\\"IsFirstParty\\\\\\\":true}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":9,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCFControls/ViewInMR/bundle.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":11,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCFControls/ViewInMR/libs/babylon.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":10,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":2,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1033.resx\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":9,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":2,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1033.resx\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":9,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"FormattingData\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"timeZoneUtcOffsetMinutes\\\\\\\":0,\\\\\\\"dateTimeFormatInfo\\\\\\\":{\\\\\\\"AMDesignator\\\\\\\":\\\\\\\"AM\\\\\\\",\\\\\\\"Calendar\\\\\\\":{\\\\\\\"MinSupportedDateTime\\\\\\\":\\\\\\\"0001-01-01T00:00:00\\\\\\\",\\\\\\\"MaxSupportedDateTime\\\\\\\":\\\\\\\"9999-12-31T23:59:59.9999999\\\\\\\",\\\\\\\"AlgorithmType\\\\\\\":1,\\\\\\\"CalendarType\\\\\\\":1,\\\\\\\"Eras\\\\\\\":[1],\\\\\\\"TwoDigitYearMax\\\\\\\":2049,\\\\\\\"IsReadOnly\\\\\\\":false},\\\\\\\"DateSeparator\\\\\\\":\\\\\\\"/\\\\\\\",\\\\\\\"FirstDayOfWeek\\\\\\\":0,\\\\\\\"CalendarWeekRule\\\\\\\":0,\\\\\\\"FullDateTimePattern\\\\\\\":\\\\\\\"dddd, MMMM d, yyyy h:mm:ss tt\\\\\\\",\\\\\\\"LongDatePattern\\\\\\\":\\\\\\\"dddd, MMMM d, yyyy\\\\\\\",\\\\\\\"LongTimePattern\\\\\\\":\\\\\\\"h:mm:ss tt\\\\\\\",\\\\\\\"MonthDayPattern\\\\\\\":\\\\\\\"MMMM d\\\\\\\",\\\\\\\"PMDesignator\\\\\\\":\\\\\\\"PM\\\\\\\",\\\\\\\"RFC1123Pattern\\\\\\\":\\\\\\\"ddd, dd MMM yyyy HH':'mm':'ss 'GMT'\\\\\\\",\\\\\\\"ShortDatePattern\\\\\\\":\\\\\\\"M/d/yyyy\\\\\\\",\\\\\\\"ShortTimePattern\\\\\\\":\\\\\\\"h:mm tt\\\\\\\",\\\\\\\"SortableDateTimePattern\\\\\\\":\\\\\\\"yyyy'-'MM'-'dd'T'HH':'mm':'ss\\\\\\\",\\\\\\\"TimeSeparator\\\\\\\":\\\\\\\":\\\\\\\",\\\\\\\"UniversalSortableDateTimePattern\\\\\\\":\\\\\\\"yyyy'-'MM'-'dd HH':'mm':'ss'Z'\\\\\\\",\\\\\\\"YearMonthPattern\\\\\\\":\\\\\\\"MMMM yyyy\\\\\\\",\\\\\\\"AbbreviatedDayNames\\\\\\\":[\\\\\\\"Sun\\\\\\\",\\\\\\\"Mon\\\\\\\",\\\\\\\"Tue\\\\\\\",\\\\\\\"Wed\\\\\\\",\\\\\\\"Thu\\\\\\\",\\\\\\\"Fri\\\\\\\",\\\\\\\"Sat\\\\\\\"],\\\\\\\"ShortestDayNames\\\\\\\":[\\\\\\\"Su\\\\\\\",\\\\\\\"Mo\\\\\\\",\\\\\\\"Tu\\\\\\\",\\\\\\\"We\\\\\\\",\\\\\\\"Th\\\\\\\",\\\\\\\"Fr\\\\\\\",\\\\\\\"Sa\\\\\\\"],\\\\\\\"DayNames\\\\\\\":[\\\\\\\"Sunday\\\\\\\",\\\\\\\"Monday\\\\\\\",\\\\\\\"Tuesday\\\\\\\",\\\\\\\"Wednesday\\\\\\\",\\\\\\\"Thursday\\\\\\\",\\\\\\\"Friday\\\\\\\",\\\\\\\"Saturday\\\\\\\"],\\\\\\\"AbbreviatedMonthNames\\\\\\\":[\\\\\\\"Jan\\\\\\\",\\\\\\\"Feb\\\\\\\",\\\\\\\"Mar\\\\\\\",\\\\\\\"Apr\\\\\\\",\\\\\\\"May\\\\\\\",\\\\\\\"Jun\\\\\\\",\\\\\\\"Jul\\\\\\\",\\\\\\\"Aug\\\\\\\",\\\\\\\"Sep\\\\\\\",\\\\\\\"Oct\\\\\\\",\\\\\\\"Nov\\\\\\\",\\\\\\\"Dec\\\\\\\",\\\\\\\"\\\\\\\"],\\\\\\\"MonthNames\\\\\\\":[\\\\\\\"January\\\\\\\",\\\\\\\"February\\\\\\\",\\\\\\\"March\\\\\\\",\\\\\\\"April\\\\\\\",\\\\\\\"May\\\\\\\",\\\\\\\"June\\\\\\\",\\\\\\\"July\\\\\\\",\\\\\\\"August\\\\\\\",\\\\\\\"September\\\\\\\",\\\\\\\"October\\\\\\\",\\\\\\\"November\\\\\\\",\\\\\\\"December\\\\\\\",\\\\\\\"\\\\\\\"],\\\\\\\"IsReadOnly\\\\\\\":false,\\\\\\\"NativeCalendarName\\\\\\\":\\\\\\\"Gregorian Calendar\\\\\\\",\\\\\\\"AbbreviatedMonthGenitiveNames\\\\\\\":[\\\\\\\"Jan\\\\\\\",\\\\\\\"Feb\\\\\\\",\\\\\\\"Mar\\\\\\\",\\\\\\\"Apr\\\\\\\",\\\\\\\"May\\\\\\\",\\\\\\\"Jun\\\\\\\",\\\\\\\"Jul\\\\\\\",\\\\\\\"Aug\\\\\\\",\\\\\\\"Sep\\\\\\\",\\\\\\\"Oct\\\\\\\",\\\\\\\"Nov\\\\\\\",\\\\\\\"Dec\\\\\\\",\\\\\\\"\\\\\\\"],\\\\\\\"MonthGenitiveNames\\\\\\\":[\\\\\\\"January\\\\\\\",\\\\\\\"February\\\\\\\",\\\\\\\"March\\\\\\\",\\\\\\\"April\\\\\\\",\\\\\\\"May\\\\\\\",\\\\\\\"June\\\\\\\",\\\\\\\"July\\\\\\\",\\\\\\\"August\\\\\\\",\\\\\\\"September\\\\\\\",\\\\\\\"October\\\\\\\",\\\\\\\"November\\\\\\\",\\\\\\\"December\\\\\\\",\\\\\\\"\\\\\\\"]},\\\\\\\"numberFormatInfo\\\\\\\":{\\\\\\\"CurrencyDecimalDigits\\\\\\\":2,\\\\\\\"CurrencyDecimalSeparator\\\\\\\":\\\\\\\".\\\\\\\",\\\\\\\"IsReadOnly\\\\\\\":false,\\\\\\\"CurrencyGroupSizes\\\\\\\":[3],\\\\\\\"NumberGroupSizes\\\\\\\":[3],\\\\\\\"PercentGroupSizes\\\\\\\":[3],\\\\\\\"CurrencyGroupSeparator\\\\\\\":\\\\\\\",\\\\\\\",\\\\\\\"CurrencySymbol\\\\\\\":\\\\\\\"$\\\\\\\",\\\\\\\"NaNSymbol\\\\\\\":\\\\\\\"NaN\\\\\\\",\\\\\\\"CurrencyNegativePattern\\\\\\\":0,\\\\\\\"NumberNegativePattern\\\\\\\":1,\\\\\\\"PercentPositivePattern\\\\\\\":1,\\\\\\\"PercentNegativePattern\\\\\\\":1,\\\\\\\"NegativeInfinitySymbol\\\\\\\":\\\\\\\"-∞\\\\\\\",\\\\\\\"NegativeSign\\\\\\\":\\\\\\\"-\\\\\\\",\\\\\\\"NumberDecimalDigits\\\\\\\":2,\\\\\\\"NumberDecimalSeparator\\\\\\\":\\\\\\\".\\\\\\\",\\\\\\\"NumberGroupSeparator\\\\\\\":\\\\\\\",\\\\\\\",\\\\\\\"CurrencyPositivePattern\\\\\\\":0,\\\\\\\"PositiveInfinitySymbol\\\\\\\":\\\\\\\"∞\\\\\\\",\\\\\\\"PositiveSign\\\\\\\":\\\\\\\"+\\\\\\\",\\\\\\\"PercentDecimalDigits\\\\\\\":2,\\\\\\\"PercentDecimalSeparator\\\\\\\":\\\\\\\".\\\\\\\",\\\\\\\"PercentGroupSeparator\\\\\\\":\\\\\\\",\\\\\\\",\\\\\\\"PercentSymbol\\\\\\\":\\\\\\\"%\\\\\\\",\\\\\\\"PerMilleSymbol\\\\\\\":\\\\\\\"‰\\\\\\\",\\\\\\\"NativeDigits\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"2\\\\\\\",\\\\\\\"3\\\\\\\",\\\\\\\"4\\\\\\\",\\\\\\\"5\\\\\\\",\\\\\\\"6\\\\\\\",\\\\\\\"7\\\\\\\",\\\\\\\"8\\\\\\\",\\\\\\\"9\\\\\\\"],\\\\\\\"DigitSubstitution\\\\\\\":1},\\\\\\\"timeZoneAdjusters\\\\\\\":[],\\\\\\\"formatInfoCultureName\\\\\\\":\\\\\\\"en-US\\\\\\\",\\\\\\\"formatter\\\\\\\":null,\\\\\\\"languagesByCode\\\\\\\":{\\\\\\\"1033\\\\\\\":\\\\\\\"English (United States)\\\\\\\",\\\\\\\"-1\\\\\\\":\\\\\\\"All Languages\\\\\\\"}}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1025.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1026.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1027.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1028.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1029.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1030.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1031.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1032.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1033.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1035.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1036.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1037.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1038.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1040.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1041.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1042.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1043.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1044.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1045.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1046.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1048.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1049.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1050.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1051.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1053.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1054.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1055.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1057.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1058.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1060.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1061.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1062.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1063.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1066.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1069.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1081.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1086.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1087.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1110.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.2052.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.2070.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.2074.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.3076.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.3082.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.3098.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1025.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1026.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1027.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1028.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1029.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1030.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1031.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1032.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1033.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1035.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1036.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1037.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1038.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1040.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1041.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1042.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1043.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1044.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1045.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1046.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1048.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1049.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1050.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1051.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1053.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1054.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1055.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1057.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1058.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1060.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1061.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1062.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1063.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1066.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1069.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1081.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1086.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1087.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1110.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.2052.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.2070.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.2074.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.3076.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.3082.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.3098.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"LocalizedStrings\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"LocStrings\\\\\\\":{\\\\\\\"PCF_ArButton\\\\\\\":\\\\\\\"View in MR (preview)\\\\\\\",\\\\\\\"PCF_ArButton_description\\\\\\\":\\\\\\\"View content in mixed reality\\\\\\\",\\\\\\\"PCF_ArButton_Source\\\\\\\":\\\\\\\"Source\\\\\\\",\\\\\\\"PCF_ArButton_Source_description\\\\\\\":\\\\\\\"Content source (.glb for 3D objects, .png or .jpg for 2D images) of what to display in mixed reality\\\\\\\",\\\\\\\"PCF_ArButton_WrongType\\\\\\\":\\\\\\\"Failed to load or parse file. Click here to learn more about supported file types.\\\\\\\",\\\\\\\"PCF_ArButton_UrlIssue\\\\\\\":\\\\\\\"URL issue. Make sure your source is coming from an HTTPS link and points to a GLB, OBJ, STL, PNG, or JPG file.\\\\\\\",\\\\\\\"PCF_ArButton_EmptySource\\\\\\\":\\\\\\\"Missing source location. To view an object in mixed reality, add the object's source.\\\\\\\",\\\\\\\"PCF_ArButton_ConnectionIssue\\\\\\\":\\\\\\\"Cannot access your content. Check your internet connection and try again.\\\\\\\",\\\\\\\"PCF_ArButton_CorsIssue\\\\\\\":\\\\\\\"CORS policy issue. Make sure your source is coming from an HTTPS link. Learn more about CORS. \\\\\\\",\\\\\\\"PCF_ArButton_Length\\\\\\\":\\\\\\\"Object depth\\\\\\\",\\\\\\\"Pcf_ArButton_Length_Description\\\\\\\":\\\\\\\"Depth of the object to be placed (Z-axis); enter 0 to auto-size\\\\\\\",\\\\\\\"PCF_ArButton_Width\\\\\\\":\\\\\\\"Object width\\\\\\\",\\\\\\\"Pcf_ArButton_Width_Description\\\\\\\":\\\\\\\"Width of the object to be placed (X-axis)\\\\\\\",\\\\\\\"PCF_ArButton_Height\\\\\\\":\\\\\\\"Object height\\\\\\\",\\\\\\\"Pcf_ArButton_Height_Description\\\\\\\":\\\\\\\"Height of the object to be placed (Y-axis)\\\\\\\",\\\\\\\"PCF_ArButton_Default_Length\\\\\\\":\\\\\\\"Object default depth\\\\\\\",\\\\\\\"Pcf_ArButton_Default_Length_Description\\\\\\\":\\\\\\\"Default depth of the object to be placed (Z-axis); enter 0 to auto-size\\\\\\\",\\\\\\\"PCF_ArButton_Default_Width\\\\\\\":\\\\\\\"Object default width\\\\\\\",\\\\\\\"Pcf_ArButton_Default_Width_Description\\\\\\\":\\\\\\\"Default width of the object to be placed (X-axis); enter 0 to auto-size\\\\\\\",\\\\\\\"PCF_ArButton_Default_Height\\\\\\\":\\\\\\\"Object default height\\\\\\\",\\\\\\\"Pcf_ArButton_Default_Height_Description\\\\\\\":\\\\\\\"Default height of the object to be placed (Y-axis); enter 0 to auto-size\\\\\\\",\\\\\\\"PCF_Units\\\\\\\":\\\\\\\"Unit of measurement\\\\\\\",\\\\\\\"PCF_AR_Units_Description\\\\\\\":\\\\\\\"Base units to use for setting the size of the placed object: meters, centimeters, feet, inches\\\\\\\",\\\\\\\"Units_Meters\\\\\\\":\\\\\\\"Meters\\\\\\\",\\\\\\\"Units_Meters_Description\\\\\\\":\\\\\\\"Equal to 100 centimeters\\\\\\\",\\\\\\\"Units_Centimeters\\\\\\\":\\\\\\\"Centimeters\\\\\\\",\\\\\\\"Units_Centimeters_Description\\\\\\\":\\\\\\\"Equal to 1/100 of a meter\\\\\\\",\\\\\\\"Units_Feet\\\\\\\":\\\\\\\"Feet\\\\\\\",\\\\\\\"Units_Feet_Description\\\\\\\":\\\\\\\"Equal to 12 inches\\\\\\\",\\\\\\\"Units_Inches\\\\\\\":\\\\\\\"Inches\\\\\\\",\\\\\\\"Units_Inches_Description\\\\\\\":\\\\\\\"Equal to 1/12 of a foot\\\\\\\",\\\\\\\"PCF_images_name\\\\\\\":\\\\\\\"Photos\\\\\\\",\\\\\\\"PCF_images_description\\\\\\\":\\\\\\\"The photos from the last mixed reality session.\\\\\\\",\\\\\\\"PCF_ErrorHelper_ArErrorMessage\\\\\\\":\\\\\\\"To view this object in your space, open this app in the Power Apps mobile app on a Mixed Reality capable device. \\\\\\\",\\\\\\\"PCF_ErrorHelper_ArErrorMessageLearnMore\\\\\\\":\\\\\\\"Click here to view device requirements and learn more.\\\\\\\",\\\\\\\"PCF_ErrorHelper_GenericArError\\\\\\\":\\\\\\\"Error encountered while trying to display content in mixed reality\\\\\\\",\\\\\\\"PCF_ErrorHelper_ArAppUpdateRequired\\\\\\\":\\\\\\\"The version of Power Apps installed on your device does not support this functionality. Please install the latest version from the store and try again.\\\\\\\",\\\\\\\"PCF_ErrorHelper_ArControlUpdateRequired\\\\\\\":\\\\\\\"This MR functionality is no longer supported. Ask the creator of this PowerApp to update it to use the latest MR controls.\\\\\\\",\\\\\\\"PCF_ErrorHelper_LongLoad\\\\\\\":\\\\\\\"Your model is taking a bit longer to load than expected.\\\\\\\",\\\\\\\"PCF_ArButton_SourceIntroMessage\\\\\\\":\\\\\\\"Set the Source property to interact with 3D content. Source can be a URL, an attachment, or media from a data connector. Click to learn more.\\\\\\\",\\\\\\\"Button_Base_DefaultText\\\\\\\":\\\\\\\"View in MR\\\\\\\",\\\\\\\"Button_Base_Text\\\\\\\":\\\\\\\"Text\\\\\\\",\\\\\\\"Button_Base_Text_description\\\\\\\":\\\\\\\"Button text\\\\\\\",\\\\\\\"Button_Base_AltText\\\\\\\":\\\\\\\"Alternative text\\\\\\\",\\\\\\\"Button_Base_AltText_description\\\\\\\":\\\\\\\"Alternative text for describing the mixed reality object\\\\\\\",\\\\\\\"Button_Base_DisplayType\\\\\\\":\\\\\\\"Display type\\\\\\\",\\\\\\\"Button_Base_DisplayType_description\\\\\\\":\\\\\\\"Button display type: Icon, Text, IconText\\\\\\\",\\\\\\\"DisplayType_Icon_Text\\\\\\\":\\\\\\\"Icon + text\\\\\\\",\\\\\\\"Display_Type_Icon_Text_Description\\\\\\\":\\\\\\\"Display both an icon and text\\\\\\\",\\\\\\\"Display_Type_Text\\\\\\\":\\\\\\\"Text\\\\\\\",\\\\\\\"Display_Type_Text_Description\\\\\\\":\\\\\\\"Display text only\\\\\\\",\\\\\\\"Display_Type_Icon\\\\\\\":\\\\\\\"Icon\\\\\\\",\\\\\\\"Display_Type_Icon_Description\\\\\\\":\\\\\\\"Display icon only\\\\\\\",\\\\\\\"Button_Base_PaddingTop\\\\\\\":\\\\\\\"Padding top\\\\\\\",\\\\\\\"Button_Base_PaddingTop_description\\\\\\\":\\\\\\\"Button padding top\\\\\\\",\\\\\\\"Button_Base_PaddingBottom\\\\\\\":\\\\\\\"Padding bottom\\\\\\\",\\\\\\\"Button_Base_PaddingBottom_description\\\\\\\":\\\\\\\"Button padding bottom\\\\\\\",\\\\\\\"Button_Base_PaddingLeft\\\\\\\":\\\\\\\"Padding left\\\\\\\",\\\\\\\"Button_Base_PaddingLeft_description\\\\\\\":\\\\\\\"Button padding left\\\\\\\",\\\\\\\"Button_Base_PaddingRight\\\\\\\":\\\\\\\"Padding right\\\\\\\",\\\\\\\"Button_Base_PaddingRight_description\\\\\\\":\\\\\\\"Button padding right\\\\\\\",\\\\\\\"Button_Base_FillColor\\\\\\\":\\\\\\\"Fill color\\\\\\\",\\\\\\\"Button_Base_FillColor_description\\\\\\\":\\\\\\\"Button fill color\\\\\\\",\\\\\\\"Button_Base_TextColor\\\\\\\":\\\\\\\"Text color\\\\\\\",\\\\\\\"Button_Base_TextColor_description\\\\\\\":\\\\\\\"Button text color\\\\\\\",\\\\\\\"Button_Base_BorderStyle\\\\\\\":\\\\\\\"Border style\\\\\\\",\\\\\\\"Button_Base_BorderStyle_description\\\\\\\":\\\\\\\"Button border style: solid, dashed, dotted, none\\\\\\\",\\\\\\\"Button_Base_BorderThickness\\\\\\\":\\\\\\\"Border thickness\\\\\\\",\\\\\\\"Button_Base_BorderThickness_description\\\\\\\":\\\\\\\"Button border thickness (width)\\\\\\\",\\\\\\\"Button_Base_BorderFillColor\\\\\\\":\\\\\\\"Border fill color\\\\\\\",\\\\\\\"Button_Base_BorderFillColor_description\\\\\\\":\\\\\\\"Border fill color of the button\\\\\\\",\\\\\\\"Button_Base_BorderRadius\\\\\\\":\\\\\\\"Border radius\\\\\\\",\\\\\\\"Button_Base_BorderRadius_description\\\\\\\":\\\\\\\"Border radius of the button: 0 creates a rectangular button, 100 creates a circular button\\\\\\\",\\\\\\\"Button_Base_Font\\\\\\\":\\\\\\\"Font\\\\\\\",\\\\\\\"Button_Base_Font_description\\\\\\\":\\\\\\\"Font of the text on the button\\\\\\\",\\\\\\\"Button_Base_FontSize\\\\\\\":\\\\\\\"Font size\\\\\\\",\\\\\\\"Button_Base_FontSize_description\\\\\\\":\\\\\\\"Font size of the text on the button\\\\\\\",\\\\\\\"Button_Base_FontWeight\\\\\\\":\\\\\\\"Font weight\\\\\\\",\\\\\\\"Button_Base_FontWeight_description\\\\\\\":\\\\\\\"Font weight of the text on the button\\\\\\\",\\\\\\\"Button_Base_FontStyle\\\\\\\":\\\\\\\"Font style\\\\\\\",\\\\\\\"Button_Base_FontStyle_description\\\\\\\":\\\\\\\"Font style of the text on the button\\\\\\\",\\\\\\\"Button_Base_TextAlignment\\\\\\\":\\\\\\\"Text alignment\\\\\\\",\\\\\\\"Button_Base_TextAlignment_description\\\\\\\":\\\\\\\"Text alignment of the text on the button\\\\\\\",\\\\\\\"Button_Base_VerticalAlign\\\\\\\":\\\\\\\"Vertical alignment\\\\\\\",\\\\\\\"Button_Base_VerticalAlign_description\\\\\\\":\\\\\\\"Vertical alignment of the text on the button\\\\\\\",\\\\\\\"Button_Base_Disabled\\\\\\\":\\\\\\\"Disabled\\\\\\\",\\\\\\\"Button_Base_Disabled_description\\\\\\\":\\\\\\\"Sets the button as disabled\\\\\\\",\\\\\\\"Button_Base_DisabledColor\\\\\\\":\\\\\\\"Disabled color\\\\\\\",\\\\\\\"Button_Base_DisabledColor_description\\\\\\\":\\\\\\\"Sets the disabled button content color\\\\\\\",\\\\\\\"Button_Base_DisabledFillColor\\\\\\\":\\\\\\\"Disabled fill color\\\\\\\",\\\\\\\"Button_Base_DisabledFillColor_description\\\\\\\":\\\\\\\"Sets the disabled button fill color\\\\\\\",\\\\\\\"Button_Base_DisabledBorderColor\\\\\\\":\\\\\\\"Disabled border color\\\\\\\",\\\\\\\"Button_Base_DisabledBorderColor_description\\\\\\\":\\\\\\\"Sets the disabled button border color\\\\\\\",\\\\\\\"Button_Base_PressedColor\\\\\\\":\\\\\\\"Pressed color\\\\\\\",\\\\\\\"Button_Base_PressedColor_description\\\\\\\":\\\\\\\"Sets the pressed button content color\\\\\\\",\\\\\\\"Button_Base_PressedFillColor\\\\\\\":\\\\\\\"Pressed fill color\\\\\\\",\\\\\\\"Button_Base_PressedFillColor_description\\\\\\\":\\\\\\\"Sets the pressed button fill color\\\\\\\",\\\\\\\"Button_Base_PressedBorderColor\\\\\\\":\\\\\\\"Pressed border color\\\\\\\",\\\\\\\"Button_Base_PressedBorderColor_description\\\\\\\":\\\\\\\"Sets the pressed button border color\\\\\\\",\\\\\\\"Button_Base_HoverColor\\\\\\\":\\\\\\\"Hover color\\\\\\\",\\\\\\\"Button_Base_HoverColor_description\\\\\\\":\\\\\\\"Sets the hover button content color\\\\\\\",\\\\\\\"Button_Base_HoverFillColor\\\\\\\":\\\\\\\"Hover fill color\\\\\\\",\\\\\\\"Button_Base_HoverFillColor_description\\\\\\\":\\\\\\\"Sets the hover button fill color\\\\\\\",\\\\\\\"Button_Base_HoverBorderColor\\\\\\\":\\\\\\\"Hover border color\\\\\\\",\\\\\\\"Button_Base_HoverBorderColor_description\\\\\\\":\\\\\\\"Sets the hover button border color\\\\\\\",\\\\\\\"Button_Base\\\\\\\":\\\\\\\"MR measure button (preview)\\\\\\\",\\\\\\\"Button_Base_description\\\\\\\":\\\\\\\"Measure the real world using your device\\\\\\\",\\\\\\\"Button_Base_Loading\\\\\\\":\\\\\\\"Loading...\\\\\\\",\\\\\\\"Italic_Display_Key\\\\\\\":\\\\\\\"Italic\\\\\\\",\\\\\\\"Italic_Desc_Key\\\\\\\":\\\\\\\"Italic\\\\\\\",\\\\\\\"Underline_Display_Key\\\\\\\":\\\\\\\"Underline\\\\\\\",\\\\\\\"Underline_Desc_Key\\\\\\\":\\\\\\\"Underline\\\\\\\",\\\\\\\"Strikethrough_Display_Key\\\\\\\":\\\\\\\"Strikethrough\\\\\\\",\\\\\\\"Strikethrough_Desc_Key\\\\\\\":\\\\\\\"Strikethrough\\\\\\\",\\\\\\\"ArButton_OnMixedRealitySelect\\\\\\\":\\\\\\\"On Mixed Reality Select\\\\\\\",\\\\\\\"ArButton_OnMixedRealitySelect_description\\\\\\\":\\\\\\\"Event to be triggered after the user returns from the View in MR screen\\\\\\\",\\\\\\\"ArButton_EnableShadows\\\\\\\":\\\\\\\"Enable shadows\\\\\\\",\\\\\\\"ArButton_EnableShadows_Description\\\\\\\":\\\\\\\"Enable shadows for your models\\\\\\\",\\\\\\\"ArButton_EnableOcclusion\\\\\\\":\\\\\\\"Enable occlusion\\\\\\\",\\\\\\\"ArButton_EnableOcclusion_Description\\\\\\\":\\\\\\\"3D virtual objects are hidden behind real physical surfaces\\\\\\\",\\\\\\\"Sources_Property_Display_Key\\\\\\\":\\\\\\\"Sources List\\\\\\\",\\\\\\\"Sources_Property_Description_Key\\\\\\\":\\\\\\\"Provide multiple sources to be placed in mixed reality\\\\\\\",\\\\\\\"Sources_Property_Source_Display_Key\\\\\\\":\\\\\\\"Source\\\\\\\",\\\\\\\"Sources_Property_Source_Description_Key\\\\\\\":\\\\\\\"Content source (3D models or images) of what to display in mixed reality\\\\\\\",\\\\\\\"Sources_Property_Label_Display_Key\\\\\\\":\\\\\\\"Label\\\\\\\",\\\\\\\"Sources_Property_Label_Description_Key\\\\\\\":\\\\\\\"Label used when showing the source in a list\\\\\\\",\\\\\\\"Sources_Property_Thumbnail_Display_Key\\\\\\\":\\\\\\\"Thumbnail\\\\\\\",\\\\\\\"Sources_Property_Thumbnail_Description_Key\\\\\\\":\\\\\\\"Thumbnail displayed when showing the source in a list\\\\\\\",\\\\\\\"Sources_Property_Width_Display_Key\\\\\\\":\\\\\\\"Object width\\\\\\\",\\\\\\\"Sources_Property_Width_Description_Key\\\\\\\":\\\\\\\"Width of the object to be placed (X-axis)\\\\\\\",\\\\\\\"Sources_Property_Height_Display_Key\\\\\\\":\\\\\\\"Object height\\\\\\\",\\\\\\\"Sources_Property_Height_Description_Key\\\\\\\":\\\\\\\"Height of the object to be placed (Y-axis)\\\\\\\",\\\\\\\"Sources_Property_Depth_Display_Key\\\\\\\":\\\\\\\"Object depth\\\\\\\",\\\\\\\"Sources_Property_Depth_Description_Key\\\\\\\":\\\\\\\"Depth of the object to be placed (Z-axis)\\\\\\\",\\\\\\\"Multi_Model_Update_Required\\\\\\\":\\\\\\\"Viewing multiple items in mixed reality is not supported on this version of Power Apps. Only the first item will be shown. Install the latest version from the store to enable this feature.\\\\\\\",\\\\\\\"PCF_3DViewer_LoadingObject\\\\\\\":\\\\\\\"Loading 3D content ({0} downloaded)\\\\\\\",\\\\\\\"PCF_3DViewer_Error_EmptySource\\\\\\\":\\\\\\\"Empty Source\\\\\\\",\\\\\\\"PCF_3DViewer_Error_EmptySourceDescription\\\\\\\":\\\\\\\"To view content in 3D, add your GLB source location in the properties pane on the right hand side. ##LINK0## Read our documentation ##/LINK0## for more information.\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CannotViewContent\\\\\\\":\\\\\\\"Cannot view content\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CannotViewContentDescription\\\\\\\":\\\\\\\"View in 3D can only display 3D content in the GLB, OBJ, or STL formats, ##LINK0## learn how to convert your content. ##/LINK0##\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CannotAccess\\\\\\\":\\\\\\\"Cannot access your content\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CannotAccessDescription\\\\\\\":\\\\\\\"Check your internet connection or ##LINK0## read our documentation ##/LINK0## for more information. \\\\\\\",\\\\\\\"PCF_3DViewer_Error_CORSIssue\\\\\\\":\\\\\\\"CORS policy issue\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CORSIssueDescription\\\\\\\":\\\\\\\"Make sure your source is coming from an HTTPS link. ##LINK0## Learn more about CORS here. ##/LINK0##\\\\\\\",\\\\\\\"PCF_3DViewer_Error_Babylon\\\\\\\":\\\\\\\"Cannot view content\\\\\\\",\\\\\\\"PCF_3DViewer_Error_BabylonDescription\\\\\\\":\\\\\\\"Something went wrong while displaying the content.\\\\\\\",\\\\\\\"PCF_3DViewer_Error_TooManyInstances\\\\\\\":\\\\\\\"Too many 3D viewers\\\\\\\",\\\\\\\"PCF_3DViewer_Error_TooManyInstancesDescription\\\\\\\":\\\\\\\"There are too many View in 3D controls currently being shown. ##LINK0## Read our documentation ##/LINK0## for more information.\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CannotUseCompressedFolders\\\\\\\":\\\\\\\"Compressed folders are not supported\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CannotUseCompressedFoldersDescription\\\\\\\":\\\\\\\"3D models must be in the GLB, OBJ, or STL formats.\\\\\\\",\\\\\\\"PCF_3DViewer_Error_UnexpectedMagicNumber\\\\\\\":\\\\\\\"Invalid 3D model\\\\\\\",\\\\\\\"PCF_3DViewer_Error_UnexpectedMagicNumberDescription\\\\\\\":\\\\\\\"Check your model source file. The file is corrupt or not a valid GLB file.\\\\\\\",\\\\\\\"PCF_3DViewer_Error_ZeroFileSize\\\\\\\":\\\\\\\"File is empty\\\\\\\",\\\\\\\"PCF_3DViewer_Error_ZeroFileSizeDescription\\\\\\\":\\\\\\\"The 3D model file is empty.\\\\\\\",\\\\\\\"PCF_3DViewer_SourceIntroMessage\\\\\\\":\\\\\\\"Set the Source property to easily add 3D content. Source can be a URL, an attachment, or media from a data connector. Click to learn more.\\\\\\\",\\\\\\\"PCF_3DViewer_AriaSVGImage\\\\\\\":\\\\\\\"Error Cube with an X\\\\\\\",\\\\\\\"PCF_3DViewer_BabylonCanvasAriaLabel\\\\\\\":\\\\\\\"Interactive canvas to view and manipulate a 3D model, with alt text: {0}.\\\\\\\",\\\\\\\"PCF_3DViewer_PercentSign\\\\\\\":\\\\\\\"%\\\\\\\",\\\\\\\"PCF_3DViewer_Reset\\\\\\\":\\\\\\\"Reset\\\\\\\",\\\\\\\"PCF_3DViewer_ResetDescription\\\\\\\":\\\\\\\"Reset the model back to the initial position\\\\\\\",\\\\\\\"PCF_3DViewer_Error_Offline\\\\\\\":\\\\\\\"Offline\\\\\\\",\\\\\\\"PCF_3DViewer_Error_OfflineDescription\\\\\\\":\\\\\\\"Cannot access your content. Check your internet connection.\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CreateForm\\\\\\\":\\\\\\\"Upload File\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CreateFormDescription\\\\\\\":\\\\\\\"This record hasn't been created yet. To view content, create this record\\\\\\\",\\\\\\\"PCF_3DViewer_Error_FileTooLarge\\\\\\\":\\\\\\\"File Too Large\\\\\\\",\\\\\\\"PCF_3DViewer_Error_FileTooLargeDescription\\\\\\\":\\\\\\\"The uploaded file is too large, ##LINK0## learn how to optimize your content. ##/LINK0##\\\\\\\",\\\\\\\"PCF_3DViewer_LongLoadLearnMore\\\\\\\":\\\\\\\"We're loading your model. If this is taking longer than expected, you might need to optimize your model for mixed reality. Click here to learn more.\\\\\\\",\\\\\\\"PCF_3DViewer_HangOnLargeFile\\\\\\\":\\\\\\\"Hang on, we are loading a large file ({0} downloaded)\\\\\\\",\\\\\\\"PCF_3DViewer_FinishingUp\\\\\\\":\\\\\\\"Finishing up ({0} downloaded)\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_PanLeft\\\\\\\":\\\\\\\"Move model right\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_PanRight\\\\\\\":\\\\\\\"Move model left\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_PanUp\\\\\\\":\\\\\\\"Move model down\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_PanDown\\\\\\\":\\\\\\\"Move model up\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_RotateLeft\\\\\\\":\\\\\\\"Rotate model clockwise\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_RotateRight\\\\\\\":\\\\\\\"Rotate model counter clockwise\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_TumbleUp\\\\\\\":\\\\\\\"Rotate model backward\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_TumbleDown\\\\\\\":\\\\\\\"Rotate model forward\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_ZoomIn\\\\\\\":\\\\\\\"Zoom in on model\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_ZoomOut\\\\\\\":\\\\\\\"Zoom out on model\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_Reset\\\\\\\":\\\\\\\"Resetting camera on model\\\\\\\",\\\\\\\"Pin_Select_Aria\\\\\\\":\\\\\\\"Pin selected at coordinate X {0}. Y {1}. Z {2}.\\\\\\\",\\\\\\\"Enable_Marker_Detection\\\\\\\":\\\\\\\"Enable marker detection\\\\\\\",\\\\\\\"Enable_Marker_Detection_Description\\\\\\\":\\\\\\\"Detect markers placed in your physical space for accurate placement of media\\\\\\\",\\\\\\\"Marker_Detection_LearnMore\\\\\\\":\\\\\\\"Marker detection requires that you put a physical marker in your space. Click here to get the marker.\\\\\\\",\\\\\\\"Marker_Detection_Update_Required\\\\\\\":\\\\\\\"Marker detection in mixed reality is not supported on this version of Power Apps. Install the latest version from the store to enable this feature.\\\\\\\",\\\\\\\"PCF_3DViewer_Bytes\\\\\\\":\\\\\\\"bytes\\\\\\\",\\\\\\\"PCF_3DViewer_KB\\\\\\\":\\\\\\\"KB\\\\\\\",\\\\\\\"PCF_3DViewer_MB\\\\\\\":\\\\\\\"MB\\\\\\\",\\\\\\\"PCF_3DViewer_GB\\\\\\\":\\\\\\\"GB\\\\\\\",\\\\\\\"StudioPreview_NavBar_Title\\\\\\\":\\\\\\\"View {0}\\\\\\\",\\\\\\\"StudioPreview_NavBar_CloseButton_AccessibilityLabel\\\\\\\":\\\\\\\"Close\\\\\\\",\\\\\\\"PCF_3DViewer_Media\\\\\\\":\\\\\\\"Media\\\\\\\"}}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/fluentui-react.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":5,\\\"IsControlSpecific\\\":false}]\",\"Properties\":\"[{\\\"Name\\\":\\\"Source\\\",\\\"DisplayName\\\":\\\"Source\\\",\\\"Description\\\":\\\"Content source (.glb for 3D objects, .png or .jpg for 2D images) of what to display in mixed reality\\\",\\\"Type\\\":6,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"https://raw.githubusercontent.com/microsoft/experimental-pcf-control-assets/master/default_cube.glb\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":true,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_ArButton_Source\\\",\\\"DescriptionResourceString\\\":\\\"PCF_ArButton_Source_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ObjectWidth\\\",\\\"DisplayName\\\":\\\"Object default width\\\",\\\"Description\\\":\\\"Default width of the object to be placed (X-axis); enter 0 to auto-size\\\",\\\"Type\\\":14,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_ArButton_Default_Width\\\",\\\"DescriptionResourceString\\\":\\\"Pcf_ArButton_Default_Width_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ObjectHeight\\\",\\\"DisplayName\\\":\\\"Object default height\\\",\\\"Description\\\":\\\"Default height of the object to be placed (Y-axis); enter 0 to auto-size\\\",\\\"Type\\\":14,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_ArButton_Default_Height\\\",\\\"DescriptionResourceString\\\":\\\"Pcf_ArButton_Default_Height_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ObjectDepth\\\",\\\"DisplayName\\\":\\\"Object default depth\\\",\\\"Description\\\":\\\"Default depth of the object to be placed (Z-axis); enter 0 to auto-size\\\",\\\"Type\\\":14,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_ArButton_Default_Length\\\",\\\"DescriptionResourceString\\\":\\\"Pcf_ArButton_Default_Length_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Units\\\",\\\"DisplayName\\\":\\\"Unit of measurement\\\",\\\"Description\\\":\\\"Base units to use for setting the size of the placed object: meters, centimeters, feet, inches\\\",\\\"Type\\\":1,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"Meters\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"Meters\\\",\\\"WebDefaultValue\\\":\\\"Meters\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[{\\\"Name\\\":\\\"AR_Meters\\\",\\\"DisplayName\\\":\\\"Meters\\\",\\\"Description\\\":\\\"Equal to 100 centimeters\\\",\\\"IsDefaultValue\\\":true,\\\"Value\\\":\\\"Meters\\\"},{\\\"Name\\\":\\\"AR_Centimeters\\\",\\\"DisplayName\\\":\\\"Centimeters\\\",\\\"Description\\\":\\\"Equal to 1/100 of a meter\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Centimeters\\\"},{\\\"Name\\\":\\\"AR_Feet\\\",\\\"DisplayName\\\":\\\"Feet\\\",\\\"Description\\\":\\\"Equal to 12 inches\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Feet\\\"},{\\\"Name\\\":\\\"AR_Inches\\\",\\\"DisplayName\\\":\\\"Inches\\\",\\\"Description\\\":\\\"Equal to 1/12 of a foot\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Inches\\\"}],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_Units\\\",\\\"DescriptionResourceString\\\":\\\"PCF_AR_Units_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"EnableShadows\\\",\\\"DisplayName\\\":\\\"Enable shadows\\\",\\\"Description\\\":\\\"Enable shadows for your models\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"true\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"ArButton_EnableShadows\\\",\\\"DescriptionResourceString\\\":\\\"ArButton_EnableShadows_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"EnableMarkerDetection\\\",\\\"DisplayName\\\":\\\"Enable marker detection\\\",\\\"Description\\\":\\\"Detect markers placed in your physical space for accurate placement of media\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Enable_Marker_Detection\\\",\\\"DescriptionResourceString\\\":\\\"Enable_Marker_Detection_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"EnableOcclusion\\\",\\\"DisplayName\\\":\\\"Enable occlusion\\\",\\\"Description\\\":\\\"3D virtual objects are hidden behind real physical surfaces\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"true\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"ArButton_EnableOcclusion\\\",\\\"DescriptionResourceString\\\":\\\"ArButton_EnableOcclusion_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Text\\\",\\\"DisplayName\\\":\\\"Text\\\",\\\"Description\\\":\\\"Button text\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"View in MR\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_Text\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_Text_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"AltText\\\",\\\"DisplayName\\\":\\\"Alternative text\\\",\\\"Description\\\":\\\"Alternative text for describing the mixed reality object\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_AltText\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_AltText_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Photos\\\",\\\"DisplayName\\\":\\\"Photos\\\",\\\"Description\\\":\\\"The photos from the last mixed reality session.\\\",\\\"Type\\\":5,\\\"Usage\\\":1,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_images_name\\\",\\\"DescriptionResourceString\\\":\\\"PCF_images_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisplayType\\\",\\\"DisplayName\\\":\\\"Display type\\\",\\\"Description\\\":\\\"Button display type: Icon, Text, IconText\\\",\\\"Type\\\":1,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"IconText\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"IconText\\\",\\\"WebDefaultValue\\\":\\\"IconText\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[{\\\"Name\\\":\\\"ARV_IconText\\\",\\\"DisplayName\\\":\\\"Icon + text\\\",\\\"Description\\\":\\\"Display both an icon and text\\\",\\\"IsDefaultValue\\\":true,\\\"Value\\\":\\\"IconText\\\"},{\\\"Name\\\":\\\"ARV_Text\\\",\\\"DisplayName\\\":\\\"Text\\\",\\\"Description\\\":\\\"Display text only\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Text\\\"},{\\\"Name\\\":\\\"ARV_Icon\\\",\\\"DisplayName\\\":\\\"Icon\\\",\\\"Description\\\":\\\"Display icon only\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Icon\\\"}],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_DisplayType\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_DisplayType_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PaddingTop\\\",\\\"DisplayName\\\":\\\"Padding top\\\",\\\"Description\\\":\\\"Button padding top\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"5\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PaddingTop\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PaddingTop_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PaddingBottom\\\",\\\"DisplayName\\\":\\\"Padding bottom\\\",\\\"Description\\\":\\\"Button padding bottom\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"5\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PaddingBottom\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PaddingBottom_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PaddingLeft\\\",\\\"DisplayName\\\":\\\"Padding left\\\",\\\"Description\\\":\\\"Button padding left\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"5\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PaddingLeft\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PaddingLeft_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PaddingRight\\\",\\\"DisplayName\\\":\\\"Padding right\\\",\\\"Description\\\":\\\"Button padding right\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"5\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PaddingRight\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PaddingRight_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"FillColor\\\",\\\"DisplayName\\\":\\\"Fill color\\\",\\\"Description\\\":\\\"Button fill color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#3860B2\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_FillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_FillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"TextColor\\\",\\\"DisplayName\\\":\\\"Text color\\\",\\\"Description\\\":\\\"Button text color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#FFFFFF\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_TextColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_TextColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"BorderStyle\\\",\\\"DisplayName\\\":\\\"Border style\\\",\\\"Description\\\":\\\"Button border style: solid, dashed, dotted, none\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"solid\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_BorderStyle\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_BorderStyle_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"BorderThickness\\\",\\\"DisplayName\\\":\\\"Border thickness\\\",\\\"Description\\\":\\\"Button border thickness (width)\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"2\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_BorderThickness\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_BorderThickness_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"BorderFillColor\\\",\\\"DisplayName\\\":\\\"Border fill color\\\",\\\"Description\\\":\\\"Border fill color of the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#2f5197\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_BorderFillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_BorderFillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"BorderRadius\\\",\\\"DisplayName\\\":\\\"Border radius\\\",\\\"Description\\\":\\\"Border radius of the button: 0 creates a rectangular button, 100 creates a circular button\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"10\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_BorderRadius\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_BorderRadius_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Font\\\",\\\"DisplayName\\\":\\\"Font\\\",\\\"Description\\\":\\\"Font of the text on the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"'Open Sans', sans-serif\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_Font\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_Font_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"FontSize\\\",\\\"DisplayName\\\":\\\"Font size\\\",\\\"Description\\\":\\\"Font size of the text on the button\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"20\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_FontSize\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_FontSize_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"FontWeight\\\",\\\"DisplayName\\\":\\\"Font weight\\\",\\\"Description\\\":\\\"Font weight of the text on the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"600\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_FontWeight\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_FontWeight_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Italic\\\",\\\"DisplayName\\\":\\\"Italic\\\",\\\"Description\\\":\\\"Italic\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Italic_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Italic_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Underline\\\",\\\"DisplayName\\\":\\\"Underline\\\",\\\"Description\\\":\\\"Underline\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Underline_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Underline_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Strikethrough\\\",\\\"DisplayName\\\":\\\"Strikethrough\\\",\\\"Description\\\":\\\"Strikethrough\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Strikethrough_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Strikethrough_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"TextAlignment\\\",\\\"DisplayName\\\":\\\"Text alignment\\\",\\\"Description\\\":\\\"Text alignment of the text on the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"center\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_TextAlignment\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_TextAlignment_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"VerticalAlign\\\",\\\"DisplayName\\\":\\\"Vertical alignment\\\",\\\"Description\\\":\\\"Vertical alignment of the text on the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"middle\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_VerticalAlign\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_VerticalAlign_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Disabled\\\",\\\"DisplayName\\\":\\\"Disabled\\\",\\\"Description\\\":\\\"Sets the button as disabled\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_Disabled\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_Disabled_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisabledContentColor\\\",\\\"DisplayName\\\":\\\"Disabled color\\\",\\\"Description\\\":\\\"Sets the disabled button content color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#A6A6A6\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_DisabledColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_DisabledColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisabledFillColor\\\",\\\"DisplayName\\\":\\\"Disabled fill color\\\",\\\"Description\\\":\\\"Sets the disabled button fill color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#F4F4F4\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_DisabledFillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_DisabledFillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisabledBorderColor\\\",\\\"DisplayName\\\":\\\"Disabled border color\\\",\\\"Description\\\":\\\"Sets the disabled button border color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#A6A6A6\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_DisabledBorderColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_DisabledBorderColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PressedContentColor\\\",\\\"DisplayName\\\":\\\"Pressed color\\\",\\\"Description\\\":\\\"Sets the pressed button content color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#3860b2\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PressedColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PressedColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PressedFillColor\\\",\\\"DisplayName\\\":\\\"Pressed fill color\\\",\\\"Description\\\":\\\"Sets the pressed button fill color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#FFFFFF\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PressedFillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PressedFillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PressedBorderColor\\\",\\\"DisplayName\\\":\\\"Pressed border color\\\",\\\"Description\\\":\\\"Sets the pressed button border color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#3860b2\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PressedBorderColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PressedBorderColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"HoverContentColor\\\",\\\"DisplayName\\\":\\\"Hover color\\\",\\\"Description\\\":\\\"Sets the hover button content color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#FFFFFF\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_HoverColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_HoverColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"HoverFillColor\\\",\\\"DisplayName\\\":\\\"Hover fill color\\\",\\\"Description\\\":\\\"Sets the hover button fill color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#2f5197\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_HoverFillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_HoverFillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"HoverBorderColor\\\",\\\"DisplayName\\\":\\\"Hover border color\\\",\\\"Description\\\":\\\"Sets the hover button border color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#5873ab\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_HoverBorderColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_HoverBorderColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Items\\\",\\\"DisplayName\\\":\\\"Sources List(##PCFDatasetItems##)\\\",\\\"Description\\\":\\\"Provide multiple sources to be placed in mixed reality\\\",\\\"Type\\\":26,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Sources List\\\",\\\"DescriptionResourceString\\\":\\\"Provide multiple sources to be placed in mixed reality\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Selected\\\",\\\"DisplayName\\\":\\\"Sources List(##PCFDatasetSelected##)\\\",\\\"Description\\\":\\\"Provide multiple sources to be placed in mixed reality\\\",\\\"Type\\\":5,\\\"Usage\\\":1,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"Items\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Sources List\\\",\\\"DescriptionResourceString\\\":\\\"Provide multiple sources to be placed in mixed reality\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"SelectedItems\\\",\\\"DisplayName\\\":\\\"Sources List(##PCFDatasetSelectedItems##)\\\",\\\"Description\\\":\\\"Provide multiple sources to be placed in mixed reality\\\",\\\"Type\\\":26,\\\"Usage\\\":1,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"Items\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Sources List\\\",\\\"DescriptionResourceString\\\":\\\"Provide multiple sources to be placed in mixed reality\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ItemsSource\\\",\\\"DisplayName\\\":\\\"Source\\\",\\\"Description\\\":\\\"Content source (3D models or images) of what to display in mixed reality\\\",\\\"Type\\\":3,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":true,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"Items\\\",\\\"DisplayNameResourceString\\\":\\\"Sources_Property_Source_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Sources_Property_Source_Description_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ItemsLabel\\\",\\\"DisplayName\\\":\\\"Label\\\",\\\"Description\\\":\\\"Label used when showing the source in a list\\\",\\\"Type\\\":3,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"Items\\\",\\\"DisplayNameResourceString\\\":\\\"Sources_Property_Label_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Sources_Property_Label_Description_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ItemsThumbnail\\\",\\\"DisplayName\\\":\\\"Thumbnail\\\",\\\"Description\\\":\\\"Thumbnail displayed when showing the source in a list\\\",\\\"Type\\\":3,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"Items\\\",\\\"DisplayNameResourceString\\\":\\\"Sources_Property_Thumbnail_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Sources_Property_Thumbnail_Description_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ItemsObjectWidth\\\",\\\"DisplayName\\\":\\\"Object width\\\",\\\"Description\\\":\\\"Width of the object to be placed (X-axis)\\\",\\\"Type\\\":3,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"Items\\\",\\\"DisplayNameResourceString\\\":\\\"Sources_Property_Width_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Sources_Property_Width_Description_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ItemsObjectHeight\\\",\\\"DisplayName\\\":\\\"Object height\\\",\\\"Description\\\":\\\"Height of the object to be placed (Y-axis)\\\",\\\"Type\\\":3,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"Items\\\",\\\"DisplayNameResourceString\\\":\\\"Sources_Property_Height_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Sources_Property_Height_Description_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ItemsObjectDepth\\\",\\\"DisplayName\\\":\\\"Object depth\\\",\\\"Description\\\":\\\"Depth of the object to be placed (Z-axis)\\\",\\\"Type\\\":3,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"Items\\\",\\\"DisplayNameResourceString\\\":\\\"Sources_Property_Depth_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Sources_Property_Depth_Description_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PCFTeamsTheme\\\",\\\"DisplayName\\\":\\\"PCFTeamsTheme\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":3,\\\"Usage\\\":0,\\\"Hidden\\\":true,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false}]\",\"IncludedProperties\":\"[{\\\"Name\\\":\\\"X\\\",\\\"DisplayName\\\":\\\"CC_X\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"CC_X\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Y\\\",\\\"DisplayName\\\":\\\"CC_Y\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"CC_Y\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Width\\\",\\\"DisplayName\\\":\\\"Width\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"280\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"280\\\",\\\"WebDefaultValue\\\":\\\"280\\\",\\\"NullDefaultValue\\\":\\\"0\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Width\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Height\\\",\\\"DisplayName\\\":\\\"Height\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"70\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"70\\\",\\\"WebDefaultValue\\\":\\\"70\\\",\\\"NullDefaultValue\\\":\\\"0\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Height\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Visible\\\",\\\"DisplayName\\\":\\\"Visible\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":4,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"true\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Visible\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisplayMode\\\",\\\"DisplayName\\\":\\\"DisplayMode\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":27,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"DisplayMode\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"TabIndex\\\",\\\"DisplayName\\\":\\\"TabIndex\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"0\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"TabIndex\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Tooltip\\\",\\\"DisplayName\\\":\\\"Tooltip\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":3,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Tooltip\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false}]\",\"Events\":\"[{\\\"Name\\\":\\\"OnMixedRealitySelect\\\",\\\"DisplayName\\\":\\\"On Mixed Reality Select\\\",\\\"Description\\\":\\\"Event to be triggered after the user returns from the View in MR screen\\\",\\\"Hidden\\\":false,\\\"IsPrimaryInput\\\":false}]\",\"CommonEvents\":\"[{\\\"Name\\\":\\\"OnChange\\\",\\\"DisplayName\\\":\\\"OnChange\\\",\\\"Description\\\":\\\"\\\",\\\"Hidden\\\":false,\\\"IsPrimaryInput\\\":false},{\\\"Name\\\":\\\"OnSelect\\\",\\\"DisplayName\\\":\\\"OnSelect\\\",\\\"Description\\\":\\\"\\\",\\\"Hidden\\\":false,\\\"IsPrimaryInput\\\":false}]\",\"PropertyDependencies\":\"[{\\\"Input\\\":\\\"Text\\\",\\\"Output\\\":\\\"Photos\\\",\\\"RequiredFor\\\":\\\"schema\\\"},{\\\"Input\\\":\\\"Items\\\",\\\"Output\\\":\\\"Selected\\\",\\\"RequiredFor\\\":\\\"\\\"},{\\\"Input\\\":\\\"Items\\\",\\\"Output\\\":\\\"SelectedItems\\\",\\\"RequiredFor\\\":\\\"\\\"}]\",\"SubscribedFunctionalities\":\"{\\\"sharedTemplate\\\":\\\"false\\\",\\\"requiresCameraAccess\\\":\\\"true\\\"}\",\"AuthConfigProperties\":\"[{\\\"Text\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"AltText\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"DisplayType\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Source\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"ObjectWidth\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"ObjectHeight\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"ObjectDepth\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Units\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"EnableShadows\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"EnableMarkerDetection\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Items\\\":{\\\"SectionIndex\\\":2,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Visible\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"X\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Position\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Y\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Position\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Width\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Size\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Height\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Size\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PaddingTop\\\":{\\\"SectionIndex\\\":4,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PaddingBottom\\\":{\\\"SectionIndex\\\":4,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PaddingLeft\\\":{\\\"SectionIndex\\\":4,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PaddingRight\\\":{\\\"SectionIndex\\\":4,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Font\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":33,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"FontSize\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"FontWeight\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":34,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"TextAlignment\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":40,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"VerticalAlign\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":42,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Italic\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Style\\\",\\\"SectionName\\\":null,\\\"Type\\\":35,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Underline\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Style\\\",\\\"SectionName\\\":null,\\\"Type\\\":36,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Strikethrough\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Style\\\",\\\"SectionName\\\":null,\\\"Type\\\":37,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BorderRadius\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"TextColor\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"Color\\\",\\\"SectionName\\\":null,\\\"Type\\\":31,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"FillColor\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"Color\\\",\\\"SectionName\\\":null,\\\"Type\\\":32,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BorderStyle\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Border\\\",\\\"SectionName\\\":null,\\\"Type\\\":30,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BorderThickness\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Border\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BorderFillColor\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"Border\\\",\\\"SectionName\\\":null,\\\"Type\\\":29,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Disabled\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"DisabledContentColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"DisabledColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":31,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"DisabledFillColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"DisabledColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":32,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"DisabledBorderColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"DisabledColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":29,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PressedContentColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"PressedColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":31,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PressedFillColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"PressedColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":32,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PressedBorderColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"PressedColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":29,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"HoverContentColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"HoverColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":31,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"HoverFillColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"HoverColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":32,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"HoverBorderColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"HoverColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":29,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false}},{\\\"Font\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"FontSize\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"FontWeight\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Italic\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Underline\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Strikethrough\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"TextAlignment\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"VerticalAlign\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Visible\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Disabled\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PaddingTop\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PaddingBottom\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PaddingLeft\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PaddingRight\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"X\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Y\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Width\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Height\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BorderRadius\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"TextColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"FillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BorderStyle\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BorderThickness\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BorderFillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"HoverContentColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"HoverFillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"HoverBorderColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"DisabledContentColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"DisabledFillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"DisabledBorderColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PressedContentColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PressedFillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PressedBorderColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false}}]\"}", - "FirstParty": true, - "Id": "http://microsoft.com/appmagic/powercontrol/ViewInMR", - "IsComponentDefinition": false, - "IsCustomGroupControlTemplate": false, - "IsPremiumPcfControl": false, - "LastModifiedTimestamp": "0", - "Name": "ViewInMR", - "OverridableProperties": { - "Photos": { - "Type": { - "EnumString": "", - "Kind": "Table", - "Name": "Root", - "Type": [ - { - "EnumString": "", - "Kind": "Number", - "Name": "FileSize", - "Type": [] - }, - { - "EnumString": "", - "Kind": "Image", - "Name": "ImageURI", - "Type": [] - }, - { - "EnumString": "", - "Kind": "String", - "Name": "MimeType", - "Type": [] - } - ] - }, - "Version": "1.335" - } - }, - "PCFDynamicSchemaForIRRetrieval": { - "Photos": { - "DynamicSchema": "{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"ImageURI\":{\"type\":\"string\",\"format\":\"uri\",\"x-ms-media-kind\":\"image\"},\"MimeType\":{\"type\":\"string\"},\"FileSize\":{\"type\":\"number\"}}}}", - "PCFSkipValidation": false - } - }, - "TemplateDisplayName": "View in MR (preview)", - "Version": "1.0.29" - }, - "ViewInMR1_1": { + "ViewInMRControl": { "CustomGroupControlTemplateName": "", - "DynamicControlDefinitionJson": "{\"ControlNamespace\":\"Microsoft\",\"ControlConstructor\":\"ViewInMR\",\"DisplayNameKey\":\"PCF_ArButton\",\"Resources\":\"[{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/prop-types.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":1,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/react-fela.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":2,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/fela.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":3,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/fela-dom.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":4,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/ctrllib/PCFControls/js/PCFControlWrapper.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":6,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/ctrllib/PcfControlProxy/js/PcfControlProxy.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":7,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"ManifestTemplate\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"ConstructorName\\\\\\\":\\\\\\\"Microsoft.ViewInMR\\\\\\\",\\\\\\\"CustomControlId\\\\\\\":\\\\\\\"Microsoft.ViewInMR\\\\\\\",\\\\\\\"IsVirtual\\\\\\\":false,\\\\\\\"Properties\\\\\\\":{\\\\\\\"Resources\\\\\\\":[{\\\\\\\"Name\\\\\\\":\\\\\\\"/PCF/prop-types.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":1,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/PCF/react-fela.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":2,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/PCF/fela.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":3,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/PCF/fela-dom.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":4,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/ctrllib/PCFControls/js/PCFControlWrapper.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":6,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/ctrllib/PcfControlProxy/js/PcfControlProxy.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":7,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null}],\\\\\\\"GroupDefinitions\\\\\\\":null,\\\\\\\"DataSetDefinitions\\\\\\\":{\\\\\\\"Items\\\\\\\":{\\\\\\\"DisplayName\\\\\\\":\\\\\\\"Sources List\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Grid\\\\\\\",\\\\\\\"Columns\\\\\\\":{\\\\\\\"0\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsSource\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\"},\\\\\\\"1\\\\\\\":{\\\\\\\"Required\\\\\\\":false,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsLabel\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\"},\\\\\\\"2\\\\\\\":{\\\\\\\"Required\\\\\\\":false,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsThumbnail\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\"},\\\\\\\"3\\\\\\\":{\\\\\\\"Required\\\\\\\":false,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsObjectWidth\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Decimal\\\\\\\"},\\\\\\\"4\\\\\\\":{\\\\\\\"Required\\\\\\\":false,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsObjectHeight\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Decimal\\\\\\\"},\\\\\\\"5\\\\\\\":{\\\\\\\"Required\\\\\\\":false,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsObjectDepth\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Decimal\\\\\\\"}},\\\\\\\"Primary\\\\\\\":true,\\\\\\\"InitialDataSetFetch\\\\\\\":true,\\\\\\\"CDSDataSetOptions\\\\\\\":null}},\\\\\\\"Properties\\\\\\\":{\\\\\\\"Source\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"https://raw.githubusercontent.com/microsoft/experimental-pcf-control-assets/master/default_cube.glb\\\\\\\"},\\\\\\\"ObjectWidth\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ObjectHeight\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ObjectDepth\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"Units\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"Meters\\\\\\\"},\\\\\\\"EnableShadows\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"true\\\\\\\"},\\\\\\\"EnableMarkerDetection\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"EnableOcclusion\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"true\\\\\\\"},\\\\\\\"Text\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"View in MR\\\\\\\"},\\\\\\\"AltText\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"Photos\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"DisplayType\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"IconText\\\\\\\"},\\\\\\\"PaddingTop\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"5\\\\\\\"},\\\\\\\"PaddingBottom\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"5\\\\\\\"},\\\\\\\"PaddingLeft\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"5\\\\\\\"},\\\\\\\"PaddingRight\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"5\\\\\\\"},\\\\\\\"FillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#3860B2\\\\\\\"},\\\\\\\"TextColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"BorderStyle\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"solid\\\\\\\"},\\\\\\\"BorderThickness\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"2\\\\\\\"},\\\\\\\"BorderFillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#2f5197\\\\\\\"},\\\\\\\"BorderRadius\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"10\\\\\\\"},\\\\\\\"Font\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"'Open Sans', sans-serif\\\\\\\"},\\\\\\\"FontSize\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"20\\\\\\\"},\\\\\\\"FontWeight\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"600\\\\\\\"},\\\\\\\"Italic\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"Underline\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"Strikethrough\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"TextAlignment\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"center\\\\\\\"},\\\\\\\"VerticalAlign\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"middle\\\\\\\"},\\\\\\\"Disabled\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"DisabledContentColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#A6A6A6\\\\\\\"},\\\\\\\"DisabledFillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#F4F4F4\\\\\\\"},\\\\\\\"DisabledBorderColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#A6A6A6\\\\\\\"},\\\\\\\"PressedContentColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#3860b2\\\\\\\"},\\\\\\\"PressedFillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"PressedBorderColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#3860b2\\\\\\\"},\\\\\\\"HoverContentColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"HoverFillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#2f5197\\\\\\\"},\\\\\\\"HoverBorderColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#5873ab\\\\\\\"},\\\\\\\"Items\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"Selected\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"SelectedItems\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ItemsSource\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ItemsLabel\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ItemsThumbnail\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ItemsObjectWidth\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ItemsObjectHeight\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ItemsObjectDepth\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"}},\\\\\\\"FeatureUsage\\\\\\\":[{\\\\\\\"IsRequired\\\\\\\":true,\\\\\\\"Name\\\\\\\":\\\\\\\"Device.openARViewer\\\\\\\"},{\\\\\\\"IsRequired\\\\\\\":true,\\\\\\\"Name\\\\\\\":\\\\\\\"WebAPI\\\\\\\"}]},\\\\\\\"Events\\\\\\\":{\\\\\\\"OnMixedRealitySelect\\\\\\\":{\\\\\\\"EventName\\\\\\\":\\\\\\\"OnMixedRealitySelect\\\\\\\"}},\\\\\\\"CommonEvents\\\\\\\":null,\\\\\\\"DesignMap\\\\\\\":null,\\\\\\\"PropertyDependencies\\\\\\\":[{\\\\\\\"Input\\\\\\\":\\\\\\\"Text\\\\\\\",\\\\\\\"Output\\\\\\\":\\\\\\\"Photos\\\\\\\",\\\\\\\"RequiredFor\\\\\\\":\\\\\\\"schema\\\\\\\"},{\\\\\\\"Input\\\\\\\":\\\\\\\"Items\\\\\\\",\\\\\\\"Output\\\\\\\":\\\\\\\"Selected\\\\\\\",\\\\\\\"RequiredFor\\\\\\\":\\\\\\\"\\\\\\\"},{\\\\\\\"Input\\\\\\\":\\\\\\\"Items\\\\\\\",\\\\\\\"Output\\\\\\\":\\\\\\\"SelectedItems\\\\\\\",\\\\\\\"RequiredFor\\\\\\\":\\\\\\\"\\\\\\\"}],\\\\\\\"Children\\\\\\\":null}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":7,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"ManifestPropertyTypes\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"Properties\\\\\\\":[{\\\\\\\"Name\\\\\\\":\\\\\\\"Source\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":true,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ObjectWidth\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Decimal\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ObjectHeight\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Decimal\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ObjectDepth\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Decimal\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Units\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Enum\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"EnableShadows\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"EnableMarkerDetection\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"EnableOcclusion\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Text\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"AltText\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Photos\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Object\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisplayType\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Enum\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PaddingTop\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PaddingBottom\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PaddingLeft\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PaddingRight\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"TextColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"BorderStyle\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"BorderStyle\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"BorderThickness\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"BorderFillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Color\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"BorderRadius\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Font\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Font\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"FontSize\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"FontWeight\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontWeight\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Italic\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Italics\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Underline\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Underline\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Strikethrough\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Strikethrough\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"TextAlignment\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Align\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"VerticalAlign\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"VerticalAlign\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Disabled\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisabledContentColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisabledFillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisabledBorderColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Color\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PressedContentColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PressedFillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PressedBorderColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Color\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"HoverContentColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"HoverFillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"HoverBorderColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Color\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Items\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"DataSet\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Selected\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Object\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"SelectedItems\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"DataSet\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsSource\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsLabel\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsThumbnail\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsObjectWidth\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsObjectHeight\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsObjectDepth\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PCFTeamsTheme\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"X\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Y\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Width\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Height\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Visible\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Boolean\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisplayMode\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"DisplayMode\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"TabIndex\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Tooltip\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true}]}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":8,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"PowerAppsControlInfo\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"TemplateVersion\\\\\\\":1,\\\\\\\"Version\\\\\\\":\\\\\\\"1.0.29\\\\\\\",\\\\\\\"IsFirstParty\\\\\\\":true}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":9,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCFControls/ViewInMR/bundle.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":11,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCFControls/ViewInMR/libs/babylon.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":10,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":2,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1033.resx\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":9,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":2,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1033.resx\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":9,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"FormattingData\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"timeZoneUtcOffsetMinutes\\\\\\\":0,\\\\\\\"dateTimeFormatInfo\\\\\\\":{\\\\\\\"AMDesignator\\\\\\\":\\\\\\\"AM\\\\\\\",\\\\\\\"Calendar\\\\\\\":{\\\\\\\"MinSupportedDateTime\\\\\\\":\\\\\\\"0001-01-01T00:00:00\\\\\\\",\\\\\\\"MaxSupportedDateTime\\\\\\\":\\\\\\\"9999-12-31T23:59:59.9999999\\\\\\\",\\\\\\\"AlgorithmType\\\\\\\":1,\\\\\\\"CalendarType\\\\\\\":1,\\\\\\\"Eras\\\\\\\":[1],\\\\\\\"TwoDigitYearMax\\\\\\\":2049,\\\\\\\"IsReadOnly\\\\\\\":false},\\\\\\\"DateSeparator\\\\\\\":\\\\\\\"/\\\\\\\",\\\\\\\"FirstDayOfWeek\\\\\\\":0,\\\\\\\"CalendarWeekRule\\\\\\\":0,\\\\\\\"FullDateTimePattern\\\\\\\":\\\\\\\"dddd, MMMM d, yyyy h:mm:ss tt\\\\\\\",\\\\\\\"LongDatePattern\\\\\\\":\\\\\\\"dddd, MMMM d, yyyy\\\\\\\",\\\\\\\"LongTimePattern\\\\\\\":\\\\\\\"h:mm:ss tt\\\\\\\",\\\\\\\"MonthDayPattern\\\\\\\":\\\\\\\"MMMM d\\\\\\\",\\\\\\\"PMDesignator\\\\\\\":\\\\\\\"PM\\\\\\\",\\\\\\\"RFC1123Pattern\\\\\\\":\\\\\\\"ddd, dd MMM yyyy HH':'mm':'ss 'GMT'\\\\\\\",\\\\\\\"ShortDatePattern\\\\\\\":\\\\\\\"M/d/yyyy\\\\\\\",\\\\\\\"ShortTimePattern\\\\\\\":\\\\\\\"h:mm tt\\\\\\\",\\\\\\\"SortableDateTimePattern\\\\\\\":\\\\\\\"yyyy'-'MM'-'dd'T'HH':'mm':'ss\\\\\\\",\\\\\\\"TimeSeparator\\\\\\\":\\\\\\\":\\\\\\\",\\\\\\\"UniversalSortableDateTimePattern\\\\\\\":\\\\\\\"yyyy'-'MM'-'dd HH':'mm':'ss'Z'\\\\\\\",\\\\\\\"YearMonthPattern\\\\\\\":\\\\\\\"MMMM yyyy\\\\\\\",\\\\\\\"AbbreviatedDayNames\\\\\\\":[\\\\\\\"Sun\\\\\\\",\\\\\\\"Mon\\\\\\\",\\\\\\\"Tue\\\\\\\",\\\\\\\"Wed\\\\\\\",\\\\\\\"Thu\\\\\\\",\\\\\\\"Fri\\\\\\\",\\\\\\\"Sat\\\\\\\"],\\\\\\\"ShortestDayNames\\\\\\\":[\\\\\\\"Su\\\\\\\",\\\\\\\"Mo\\\\\\\",\\\\\\\"Tu\\\\\\\",\\\\\\\"We\\\\\\\",\\\\\\\"Th\\\\\\\",\\\\\\\"Fr\\\\\\\",\\\\\\\"Sa\\\\\\\"],\\\\\\\"DayNames\\\\\\\":[\\\\\\\"Sunday\\\\\\\",\\\\\\\"Monday\\\\\\\",\\\\\\\"Tuesday\\\\\\\",\\\\\\\"Wednesday\\\\\\\",\\\\\\\"Thursday\\\\\\\",\\\\\\\"Friday\\\\\\\",\\\\\\\"Saturday\\\\\\\"],\\\\\\\"AbbreviatedMonthNames\\\\\\\":[\\\\\\\"Jan\\\\\\\",\\\\\\\"Feb\\\\\\\",\\\\\\\"Mar\\\\\\\",\\\\\\\"Apr\\\\\\\",\\\\\\\"May\\\\\\\",\\\\\\\"Jun\\\\\\\",\\\\\\\"Jul\\\\\\\",\\\\\\\"Aug\\\\\\\",\\\\\\\"Sep\\\\\\\",\\\\\\\"Oct\\\\\\\",\\\\\\\"Nov\\\\\\\",\\\\\\\"Dec\\\\\\\",\\\\\\\"\\\\\\\"],\\\\\\\"MonthNames\\\\\\\":[\\\\\\\"January\\\\\\\",\\\\\\\"February\\\\\\\",\\\\\\\"March\\\\\\\",\\\\\\\"April\\\\\\\",\\\\\\\"May\\\\\\\",\\\\\\\"June\\\\\\\",\\\\\\\"July\\\\\\\",\\\\\\\"August\\\\\\\",\\\\\\\"September\\\\\\\",\\\\\\\"October\\\\\\\",\\\\\\\"November\\\\\\\",\\\\\\\"December\\\\\\\",\\\\\\\"\\\\\\\"],\\\\\\\"IsReadOnly\\\\\\\":false,\\\\\\\"NativeCalendarName\\\\\\\":\\\\\\\"Gregorian Calendar\\\\\\\",\\\\\\\"AbbreviatedMonthGenitiveNames\\\\\\\":[\\\\\\\"Jan\\\\\\\",\\\\\\\"Feb\\\\\\\",\\\\\\\"Mar\\\\\\\",\\\\\\\"Apr\\\\\\\",\\\\\\\"May\\\\\\\",\\\\\\\"Jun\\\\\\\",\\\\\\\"Jul\\\\\\\",\\\\\\\"Aug\\\\\\\",\\\\\\\"Sep\\\\\\\",\\\\\\\"Oct\\\\\\\",\\\\\\\"Nov\\\\\\\",\\\\\\\"Dec\\\\\\\",\\\\\\\"\\\\\\\"],\\\\\\\"MonthGenitiveNames\\\\\\\":[\\\\\\\"January\\\\\\\",\\\\\\\"February\\\\\\\",\\\\\\\"March\\\\\\\",\\\\\\\"April\\\\\\\",\\\\\\\"May\\\\\\\",\\\\\\\"June\\\\\\\",\\\\\\\"July\\\\\\\",\\\\\\\"August\\\\\\\",\\\\\\\"September\\\\\\\",\\\\\\\"October\\\\\\\",\\\\\\\"November\\\\\\\",\\\\\\\"December\\\\\\\",\\\\\\\"\\\\\\\"]},\\\\\\\"numberFormatInfo\\\\\\\":{\\\\\\\"CurrencyDecimalDigits\\\\\\\":2,\\\\\\\"CurrencyDecimalSeparator\\\\\\\":\\\\\\\".\\\\\\\",\\\\\\\"IsReadOnly\\\\\\\":false,\\\\\\\"CurrencyGroupSizes\\\\\\\":[3],\\\\\\\"NumberGroupSizes\\\\\\\":[3],\\\\\\\"PercentGroupSizes\\\\\\\":[3],\\\\\\\"CurrencyGroupSeparator\\\\\\\":\\\\\\\",\\\\\\\",\\\\\\\"CurrencySymbol\\\\\\\":\\\\\\\"$\\\\\\\",\\\\\\\"NaNSymbol\\\\\\\":\\\\\\\"NaN\\\\\\\",\\\\\\\"CurrencyNegativePattern\\\\\\\":0,\\\\\\\"NumberNegativePattern\\\\\\\":1,\\\\\\\"PercentPositivePattern\\\\\\\":1,\\\\\\\"PercentNegativePattern\\\\\\\":1,\\\\\\\"NegativeInfinitySymbol\\\\\\\":\\\\\\\"-∞\\\\\\\",\\\\\\\"NegativeSign\\\\\\\":\\\\\\\"-\\\\\\\",\\\\\\\"NumberDecimalDigits\\\\\\\":2,\\\\\\\"NumberDecimalSeparator\\\\\\\":\\\\\\\".\\\\\\\",\\\\\\\"NumberGroupSeparator\\\\\\\":\\\\\\\",\\\\\\\",\\\\\\\"CurrencyPositivePattern\\\\\\\":0,\\\\\\\"PositiveInfinitySymbol\\\\\\\":\\\\\\\"∞\\\\\\\",\\\\\\\"PositiveSign\\\\\\\":\\\\\\\"+\\\\\\\",\\\\\\\"PercentDecimalDigits\\\\\\\":2,\\\\\\\"PercentDecimalSeparator\\\\\\\":\\\\\\\".\\\\\\\",\\\\\\\"PercentGroupSeparator\\\\\\\":\\\\\\\",\\\\\\\",\\\\\\\"PercentSymbol\\\\\\\":\\\\\\\"%\\\\\\\",\\\\\\\"PerMilleSymbol\\\\\\\":\\\\\\\"‰\\\\\\\",\\\\\\\"NativeDigits\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"2\\\\\\\",\\\\\\\"3\\\\\\\",\\\\\\\"4\\\\\\\",\\\\\\\"5\\\\\\\",\\\\\\\"6\\\\\\\",\\\\\\\"7\\\\\\\",\\\\\\\"8\\\\\\\",\\\\\\\"9\\\\\\\"],\\\\\\\"DigitSubstitution\\\\\\\":1},\\\\\\\"timeZoneAdjusters\\\\\\\":[],\\\\\\\"formatInfoCultureName\\\\\\\":\\\\\\\"en-US\\\\\\\",\\\\\\\"formatter\\\\\\\":null,\\\\\\\"languagesByCode\\\\\\\":{\\\\\\\"1033\\\\\\\":\\\\\\\"English (United States)\\\\\\\",\\\\\\\"-1\\\\\\\":\\\\\\\"All Languages\\\\\\\"}}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":14,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1025.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1026.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1027.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1028.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1029.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1030.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1031.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1032.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1033.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1035.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1036.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1037.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1038.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1040.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1041.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1042.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1043.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1044.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1045.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1046.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1048.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1049.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1050.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1051.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1053.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1054.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1055.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1057.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1058.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1060.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1061.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1062.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1063.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1066.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1069.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1081.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1086.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1087.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1110.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.2052.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.2070.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.2074.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.3076.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.3082.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.3098.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1025.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1026.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1027.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1028.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1029.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1030.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1031.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1032.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1033.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1035.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1036.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1037.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1038.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1040.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1041.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1042.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1043.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1044.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1045.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1046.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1048.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1049.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1050.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1051.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1053.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1054.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1055.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1057.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1058.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1060.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1061.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1062.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1063.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1066.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1069.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1081.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1086.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1087.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1110.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.2052.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.2070.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.2074.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.3076.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.3082.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.3098.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"LocalizedStrings\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"LocStrings\\\\\\\":{\\\\\\\"PCF_ArButton\\\\\\\":\\\\\\\"View in MR (preview)\\\\\\\",\\\\\\\"PCF_ArButton_description\\\\\\\":\\\\\\\"View content in mixed reality\\\\\\\",\\\\\\\"PCF_ArButton_Source\\\\\\\":\\\\\\\"Source\\\\\\\",\\\\\\\"PCF_ArButton_Source_description\\\\\\\":\\\\\\\"Content source (.glb for 3D objects, .png or .jpg for 2D images) of what to display in mixed reality\\\\\\\",\\\\\\\"PCF_ArButton_WrongType\\\\\\\":\\\\\\\"Failed to load or parse file. Click here to learn more about supported file types.\\\\\\\",\\\\\\\"PCF_ArButton_UrlIssue\\\\\\\":\\\\\\\"URL issue. Make sure your source is coming from an HTTPS link and points to a GLB, OBJ, STL, PNG, or JPG file.\\\\\\\",\\\\\\\"PCF_ArButton_EmptySource\\\\\\\":\\\\\\\"Missing source location. To view an object in mixed reality, add the object's source.\\\\\\\",\\\\\\\"PCF_ArButton_ConnectionIssue\\\\\\\":\\\\\\\"Cannot access your content. Check your internet connection and try again.\\\\\\\",\\\\\\\"PCF_ArButton_CorsIssue\\\\\\\":\\\\\\\"CORS policy issue. Make sure your source is coming from an HTTPS link. Learn more about CORS. \\\\\\\",\\\\\\\"PCF_ArButton_Length\\\\\\\":\\\\\\\"Object depth\\\\\\\",\\\\\\\"Pcf_ArButton_Length_Description\\\\\\\":\\\\\\\"Depth of the object to be placed (Z-axis); enter 0 to auto-size\\\\\\\",\\\\\\\"PCF_ArButton_Width\\\\\\\":\\\\\\\"Object width\\\\\\\",\\\\\\\"Pcf_ArButton_Width_Description\\\\\\\":\\\\\\\"Width of the object to be placed (X-axis)\\\\\\\",\\\\\\\"PCF_ArButton_Height\\\\\\\":\\\\\\\"Object height\\\\\\\",\\\\\\\"Pcf_ArButton_Height_Description\\\\\\\":\\\\\\\"Height of the object to be placed (Y-axis)\\\\\\\",\\\\\\\"PCF_ArButton_Default_Length\\\\\\\":\\\\\\\"Object default depth\\\\\\\",\\\\\\\"Pcf_ArButton_Default_Length_Description\\\\\\\":\\\\\\\"Default depth of the object to be placed (Z-axis); enter 0 to auto-size\\\\\\\",\\\\\\\"PCF_ArButton_Default_Width\\\\\\\":\\\\\\\"Object default width\\\\\\\",\\\\\\\"Pcf_ArButton_Default_Width_Description\\\\\\\":\\\\\\\"Default width of the object to be placed (X-axis); enter 0 to auto-size\\\\\\\",\\\\\\\"PCF_ArButton_Default_Height\\\\\\\":\\\\\\\"Object default height\\\\\\\",\\\\\\\"Pcf_ArButton_Default_Height_Description\\\\\\\":\\\\\\\"Default height of the object to be placed (Y-axis); enter 0 to auto-size\\\\\\\",\\\\\\\"PCF_Units\\\\\\\":\\\\\\\"Unit of measurement\\\\\\\",\\\\\\\"PCF_AR_Units_Description\\\\\\\":\\\\\\\"Base units to use for setting the size of the placed object: meters, centimeters, feet, inches\\\\\\\",\\\\\\\"Units_Meters\\\\\\\":\\\\\\\"Meters\\\\\\\",\\\\\\\"Units_Meters_Description\\\\\\\":\\\\\\\"Equal to 100 centimeters\\\\\\\",\\\\\\\"Units_Centimeters\\\\\\\":\\\\\\\"Centimeters\\\\\\\",\\\\\\\"Units_Centimeters_Description\\\\\\\":\\\\\\\"Equal to 1/100 of a meter\\\\\\\",\\\\\\\"Units_Feet\\\\\\\":\\\\\\\"Feet\\\\\\\",\\\\\\\"Units_Feet_Description\\\\\\\":\\\\\\\"Equal to 12 inches\\\\\\\",\\\\\\\"Units_Inches\\\\\\\":\\\\\\\"Inches\\\\\\\",\\\\\\\"Units_Inches_Description\\\\\\\":\\\\\\\"Equal to 1/12 of a foot\\\\\\\",\\\\\\\"PCF_images_name\\\\\\\":\\\\\\\"Photos\\\\\\\",\\\\\\\"PCF_images_description\\\\\\\":\\\\\\\"The photos from the last mixed reality session.\\\\\\\",\\\\\\\"PCF_ErrorHelper_ArErrorMessage\\\\\\\":\\\\\\\"To view this object in your space, open this app in the Power Apps mobile app on a Mixed Reality capable device. \\\\\\\",\\\\\\\"PCF_ErrorHelper_ArErrorMessageLearnMore\\\\\\\":\\\\\\\"Click here to view device requirements and learn more.\\\\\\\",\\\\\\\"PCF_ErrorHelper_GenericArError\\\\\\\":\\\\\\\"Error encountered while trying to display content in mixed reality\\\\\\\",\\\\\\\"PCF_ErrorHelper_ArAppUpdateRequired\\\\\\\":\\\\\\\"The version of Power Apps installed on your device does not support this functionality. Please install the latest version from the store and try again.\\\\\\\",\\\\\\\"PCF_ErrorHelper_ArControlUpdateRequired\\\\\\\":\\\\\\\"This MR functionality is no longer supported. Ask the creator of this PowerApp to update it to use the latest MR controls.\\\\\\\",\\\\\\\"PCF_ErrorHelper_LongLoad\\\\\\\":\\\\\\\"Your model is taking a bit longer to load than expected.\\\\\\\",\\\\\\\"PCF_ArButton_SourceIntroMessage\\\\\\\":\\\\\\\"Set the Source property to interact with 3D content. Source can be a URL, an attachment, or media from a data connector. Click to learn more.\\\\\\\",\\\\\\\"Button_Base_DefaultText\\\\\\\":\\\\\\\"View in MR\\\\\\\",\\\\\\\"Button_Base_Text\\\\\\\":\\\\\\\"Text\\\\\\\",\\\\\\\"Button_Base_Text_description\\\\\\\":\\\\\\\"Button text\\\\\\\",\\\\\\\"Button_Base_AltText\\\\\\\":\\\\\\\"Alternative text\\\\\\\",\\\\\\\"Button_Base_AltText_description\\\\\\\":\\\\\\\"Alternative text for describing the mixed reality object\\\\\\\",\\\\\\\"Button_Base_DisplayType\\\\\\\":\\\\\\\"Display type\\\\\\\",\\\\\\\"Button_Base_DisplayType_description\\\\\\\":\\\\\\\"Button display type: Icon, Text, IconText\\\\\\\",\\\\\\\"DisplayType_Icon_Text\\\\\\\":\\\\\\\"Icon + text\\\\\\\",\\\\\\\"Display_Type_Icon_Text_Description\\\\\\\":\\\\\\\"Display both an icon and text\\\\\\\",\\\\\\\"Display_Type_Text\\\\\\\":\\\\\\\"Text\\\\\\\",\\\\\\\"Display_Type_Text_Description\\\\\\\":\\\\\\\"Display text only\\\\\\\",\\\\\\\"Display_Type_Icon\\\\\\\":\\\\\\\"Icon\\\\\\\",\\\\\\\"Display_Type_Icon_Description\\\\\\\":\\\\\\\"Display icon only\\\\\\\",\\\\\\\"Button_Base_PaddingTop\\\\\\\":\\\\\\\"Padding top\\\\\\\",\\\\\\\"Button_Base_PaddingTop_description\\\\\\\":\\\\\\\"Button padding top\\\\\\\",\\\\\\\"Button_Base_PaddingBottom\\\\\\\":\\\\\\\"Padding bottom\\\\\\\",\\\\\\\"Button_Base_PaddingBottom_description\\\\\\\":\\\\\\\"Button padding bottom\\\\\\\",\\\\\\\"Button_Base_PaddingLeft\\\\\\\":\\\\\\\"Padding left\\\\\\\",\\\\\\\"Button_Base_PaddingLeft_description\\\\\\\":\\\\\\\"Button padding left\\\\\\\",\\\\\\\"Button_Base_PaddingRight\\\\\\\":\\\\\\\"Padding right\\\\\\\",\\\\\\\"Button_Base_PaddingRight_description\\\\\\\":\\\\\\\"Button padding right\\\\\\\",\\\\\\\"Button_Base_FillColor\\\\\\\":\\\\\\\"Fill color\\\\\\\",\\\\\\\"Button_Base_FillColor_description\\\\\\\":\\\\\\\"Button fill color\\\\\\\",\\\\\\\"Button_Base_TextColor\\\\\\\":\\\\\\\"Text color\\\\\\\",\\\\\\\"Button_Base_TextColor_description\\\\\\\":\\\\\\\"Button text color\\\\\\\",\\\\\\\"Button_Base_BorderStyle\\\\\\\":\\\\\\\"Border style\\\\\\\",\\\\\\\"Button_Base_BorderStyle_description\\\\\\\":\\\\\\\"Button border style: solid, dashed, dotted, none\\\\\\\",\\\\\\\"Button_Base_BorderThickness\\\\\\\":\\\\\\\"Border thickness\\\\\\\",\\\\\\\"Button_Base_BorderThickness_description\\\\\\\":\\\\\\\"Button border thickness (width)\\\\\\\",\\\\\\\"Button_Base_BorderFillColor\\\\\\\":\\\\\\\"Border fill color\\\\\\\",\\\\\\\"Button_Base_BorderFillColor_description\\\\\\\":\\\\\\\"Border fill color of the button\\\\\\\",\\\\\\\"Button_Base_BorderRadius\\\\\\\":\\\\\\\"Border radius\\\\\\\",\\\\\\\"Button_Base_BorderRadius_description\\\\\\\":\\\\\\\"Border radius of the button: 0 creates a rectangular button, 100 creates a circular button\\\\\\\",\\\\\\\"Button_Base_Font\\\\\\\":\\\\\\\"Font\\\\\\\",\\\\\\\"Button_Base_Font_description\\\\\\\":\\\\\\\"Font of the text on the button\\\\\\\",\\\\\\\"Button_Base_FontSize\\\\\\\":\\\\\\\"Font size\\\\\\\",\\\\\\\"Button_Base_FontSize_description\\\\\\\":\\\\\\\"Font size of the text on the button\\\\\\\",\\\\\\\"Button_Base_FontWeight\\\\\\\":\\\\\\\"Font weight\\\\\\\",\\\\\\\"Button_Base_FontWeight_description\\\\\\\":\\\\\\\"Font weight of the text on the button\\\\\\\",\\\\\\\"Button_Base_FontStyle\\\\\\\":\\\\\\\"Font style\\\\\\\",\\\\\\\"Button_Base_FontStyle_description\\\\\\\":\\\\\\\"Font style of the text on the button\\\\\\\",\\\\\\\"Button_Base_TextAlignment\\\\\\\":\\\\\\\"Text alignment\\\\\\\",\\\\\\\"Button_Base_TextAlignment_description\\\\\\\":\\\\\\\"Text alignment of the text on the button\\\\\\\",\\\\\\\"Button_Base_VerticalAlign\\\\\\\":\\\\\\\"Vertical alignment\\\\\\\",\\\\\\\"Button_Base_VerticalAlign_description\\\\\\\":\\\\\\\"Vertical alignment of the text on the button\\\\\\\",\\\\\\\"Button_Base_Disabled\\\\\\\":\\\\\\\"Disabled\\\\\\\",\\\\\\\"Button_Base_Disabled_description\\\\\\\":\\\\\\\"Sets the button as disabled\\\\\\\",\\\\\\\"Button_Base_DisabledColor\\\\\\\":\\\\\\\"Disabled color\\\\\\\",\\\\\\\"Button_Base_DisabledColor_description\\\\\\\":\\\\\\\"Sets the disabled button content color\\\\\\\",\\\\\\\"Button_Base_DisabledFillColor\\\\\\\":\\\\\\\"Disabled fill color\\\\\\\",\\\\\\\"Button_Base_DisabledFillColor_description\\\\\\\":\\\\\\\"Sets the disabled button fill color\\\\\\\",\\\\\\\"Button_Base_DisabledBorderColor\\\\\\\":\\\\\\\"Disabled border color\\\\\\\",\\\\\\\"Button_Base_DisabledBorderColor_description\\\\\\\":\\\\\\\"Sets the disabled button border color\\\\\\\",\\\\\\\"Button_Base_PressedColor\\\\\\\":\\\\\\\"Pressed color\\\\\\\",\\\\\\\"Button_Base_PressedColor_description\\\\\\\":\\\\\\\"Sets the pressed button content color\\\\\\\",\\\\\\\"Button_Base_PressedFillColor\\\\\\\":\\\\\\\"Pressed fill color\\\\\\\",\\\\\\\"Button_Base_PressedFillColor_description\\\\\\\":\\\\\\\"Sets the pressed button fill color\\\\\\\",\\\\\\\"Button_Base_PressedBorderColor\\\\\\\":\\\\\\\"Pressed border color\\\\\\\",\\\\\\\"Button_Base_PressedBorderColor_description\\\\\\\":\\\\\\\"Sets the pressed button border color\\\\\\\",\\\\\\\"Button_Base_HoverColor\\\\\\\":\\\\\\\"Hover color\\\\\\\",\\\\\\\"Button_Base_HoverColor_description\\\\\\\":\\\\\\\"Sets the hover button content color\\\\\\\",\\\\\\\"Button_Base_HoverFillColor\\\\\\\":\\\\\\\"Hover fill color\\\\\\\",\\\\\\\"Button_Base_HoverFillColor_description\\\\\\\":\\\\\\\"Sets the hover button fill color\\\\\\\",\\\\\\\"Button_Base_HoverBorderColor\\\\\\\":\\\\\\\"Hover border color\\\\\\\",\\\\\\\"Button_Base_HoverBorderColor_description\\\\\\\":\\\\\\\"Sets the hover button border color\\\\\\\",\\\\\\\"Button_Base\\\\\\\":\\\\\\\"MR measure button (preview)\\\\\\\",\\\\\\\"Button_Base_description\\\\\\\":\\\\\\\"Measure the real world using your device\\\\\\\",\\\\\\\"Button_Base_Loading\\\\\\\":\\\\\\\"Loading...\\\\\\\",\\\\\\\"Italic_Display_Key\\\\\\\":\\\\\\\"Italic\\\\\\\",\\\\\\\"Italic_Desc_Key\\\\\\\":\\\\\\\"Italic\\\\\\\",\\\\\\\"Underline_Display_Key\\\\\\\":\\\\\\\"Underline\\\\\\\",\\\\\\\"Underline_Desc_Key\\\\\\\":\\\\\\\"Underline\\\\\\\",\\\\\\\"Strikethrough_Display_Key\\\\\\\":\\\\\\\"Strikethrough\\\\\\\",\\\\\\\"Strikethrough_Desc_Key\\\\\\\":\\\\\\\"Strikethrough\\\\\\\",\\\\\\\"ArButton_OnMixedRealitySelect\\\\\\\":\\\\\\\"On Mixed Reality Select\\\\\\\",\\\\\\\"ArButton_OnMixedRealitySelect_description\\\\\\\":\\\\\\\"Event to be triggered after the user returns from the View in MR screen\\\\\\\",\\\\\\\"ArButton_EnableShadows\\\\\\\":\\\\\\\"Enable shadows\\\\\\\",\\\\\\\"ArButton_EnableShadows_Description\\\\\\\":\\\\\\\"Enable shadows for your models\\\\\\\",\\\\\\\"ArButton_EnableOcclusion\\\\\\\":\\\\\\\"Enable occlusion\\\\\\\",\\\\\\\"ArButton_EnableOcclusion_Description\\\\\\\":\\\\\\\"3D virtual objects are hidden behind real physical surfaces\\\\\\\",\\\\\\\"Sources_Property_Display_Key\\\\\\\":\\\\\\\"Sources List\\\\\\\",\\\\\\\"Sources_Property_Description_Key\\\\\\\":\\\\\\\"Provide multiple sources to be placed in mixed reality\\\\\\\",\\\\\\\"Sources_Property_Source_Display_Key\\\\\\\":\\\\\\\"Source\\\\\\\",\\\\\\\"Sources_Property_Source_Description_Key\\\\\\\":\\\\\\\"Content source (3D models or images) of what to display in mixed reality\\\\\\\",\\\\\\\"Sources_Property_Label_Display_Key\\\\\\\":\\\\\\\"Label\\\\\\\",\\\\\\\"Sources_Property_Label_Description_Key\\\\\\\":\\\\\\\"Label used when showing the source in a list\\\\\\\",\\\\\\\"Sources_Property_Thumbnail_Display_Key\\\\\\\":\\\\\\\"Thumbnail\\\\\\\",\\\\\\\"Sources_Property_Thumbnail_Description_Key\\\\\\\":\\\\\\\"Thumbnail displayed when showing the source in a list\\\\\\\",\\\\\\\"Sources_Property_Width_Display_Key\\\\\\\":\\\\\\\"Object width\\\\\\\",\\\\\\\"Sources_Property_Width_Description_Key\\\\\\\":\\\\\\\"Width of the object to be placed (X-axis)\\\\\\\",\\\\\\\"Sources_Property_Height_Display_Key\\\\\\\":\\\\\\\"Object height\\\\\\\",\\\\\\\"Sources_Property_Height_Description_Key\\\\\\\":\\\\\\\"Height of the object to be placed (Y-axis)\\\\\\\",\\\\\\\"Sources_Property_Depth_Display_Key\\\\\\\":\\\\\\\"Object depth\\\\\\\",\\\\\\\"Sources_Property_Depth_Description_Key\\\\\\\":\\\\\\\"Depth of the object to be placed (Z-axis)\\\\\\\",\\\\\\\"Multi_Model_Update_Required\\\\\\\":\\\\\\\"Viewing multiple items in mixed reality is not supported on this version of Power Apps. Only the first item will be shown. Install the latest version from the store to enable this feature.\\\\\\\",\\\\\\\"PCF_3DViewer_LoadingObject\\\\\\\":\\\\\\\"Loading 3D content ({0} downloaded)\\\\\\\",\\\\\\\"PCF_3DViewer_Error_EmptySource\\\\\\\":\\\\\\\"Empty Source\\\\\\\",\\\\\\\"PCF_3DViewer_Error_EmptySourceDescription\\\\\\\":\\\\\\\"To view content in 3D, add your GLB source location in the properties pane on the right hand side. ##LINK0## Read our documentation ##/LINK0## for more information.\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CannotViewContent\\\\\\\":\\\\\\\"Cannot view content\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CannotViewContentDescription\\\\\\\":\\\\\\\"View in 3D can only display 3D content in the GLB, OBJ, or STL formats, ##LINK0## learn how to convert your content. ##/LINK0##\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CannotAccess\\\\\\\":\\\\\\\"Cannot access your content\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CannotAccessDescription\\\\\\\":\\\\\\\"Check your internet connection or ##LINK0## read our documentation ##/LINK0## for more information. \\\\\\\",\\\\\\\"PCF_3DViewer_Error_CORSIssue\\\\\\\":\\\\\\\"CORS policy issue\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CORSIssueDescription\\\\\\\":\\\\\\\"Make sure your source is coming from an HTTPS link. ##LINK0## Learn more about CORS here. ##/LINK0##\\\\\\\",\\\\\\\"PCF_3DViewer_Error_Babylon\\\\\\\":\\\\\\\"Cannot view content\\\\\\\",\\\\\\\"PCF_3DViewer_Error_BabylonDescription\\\\\\\":\\\\\\\"Something went wrong while displaying the content.\\\\\\\",\\\\\\\"PCF_3DViewer_Error_TooManyInstances\\\\\\\":\\\\\\\"Too many 3D viewers\\\\\\\",\\\\\\\"PCF_3DViewer_Error_TooManyInstancesDescription\\\\\\\":\\\\\\\"There are too many View in 3D controls currently being shown. ##LINK0## Read our documentation ##/LINK0## for more information.\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CannotUseCompressedFolders\\\\\\\":\\\\\\\"Compressed folders are not supported\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CannotUseCompressedFoldersDescription\\\\\\\":\\\\\\\"3D models must be in the GLB, OBJ, or STL formats.\\\\\\\",\\\\\\\"PCF_3DViewer_Error_UnexpectedMagicNumber\\\\\\\":\\\\\\\"Invalid 3D model\\\\\\\",\\\\\\\"PCF_3DViewer_Error_UnexpectedMagicNumberDescription\\\\\\\":\\\\\\\"Check your model source file. The file is corrupt or not a valid GLB file.\\\\\\\",\\\\\\\"PCF_3DViewer_Error_ZeroFileSize\\\\\\\":\\\\\\\"File is empty\\\\\\\",\\\\\\\"PCF_3DViewer_Error_ZeroFileSizeDescription\\\\\\\":\\\\\\\"The 3D model file is empty.\\\\\\\",\\\\\\\"PCF_3DViewer_SourceIntroMessage\\\\\\\":\\\\\\\"Set the Source property to easily add 3D content. Source can be a URL, an attachment, or media from a data connector. Click to learn more.\\\\\\\",\\\\\\\"PCF_3DViewer_AriaSVGImage\\\\\\\":\\\\\\\"Error Cube with an X\\\\\\\",\\\\\\\"PCF_3DViewer_BabylonCanvasAriaLabel\\\\\\\":\\\\\\\"Interactive canvas to view and manipulate a 3D model, with alt text: {0}.\\\\\\\",\\\\\\\"PCF_3DViewer_PercentSign\\\\\\\":\\\\\\\"%\\\\\\\",\\\\\\\"PCF_3DViewer_Reset\\\\\\\":\\\\\\\"Reset\\\\\\\",\\\\\\\"PCF_3DViewer_ResetDescription\\\\\\\":\\\\\\\"Reset the model back to the initial position\\\\\\\",\\\\\\\"PCF_3DViewer_Error_Offline\\\\\\\":\\\\\\\"Offline\\\\\\\",\\\\\\\"PCF_3DViewer_Error_OfflineDescription\\\\\\\":\\\\\\\"Cannot access your content. Check your internet connection.\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CreateForm\\\\\\\":\\\\\\\"Upload File\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CreateFormDescription\\\\\\\":\\\\\\\"This record hasn't been created yet. To view content, create this record\\\\\\\",\\\\\\\"PCF_3DViewer_Error_FileTooLarge\\\\\\\":\\\\\\\"File Too Large\\\\\\\",\\\\\\\"PCF_3DViewer_Error_FileTooLargeDescription\\\\\\\":\\\\\\\"The uploaded file is too large, ##LINK0## learn how to optimize your content. ##/LINK0##\\\\\\\",\\\\\\\"PCF_3DViewer_LongLoadLearnMore\\\\\\\":\\\\\\\"We're loading your model. If this is taking longer than expected, you might need to optimize your model for mixed reality. Click here to learn more.\\\\\\\",\\\\\\\"PCF_3DViewer_HangOnLargeFile\\\\\\\":\\\\\\\"Hang on, we are loading a large file ({0} downloaded)\\\\\\\",\\\\\\\"PCF_3DViewer_FinishingUp\\\\\\\":\\\\\\\"Finishing up ({0} downloaded)\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_PanLeft\\\\\\\":\\\\\\\"Move model right\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_PanRight\\\\\\\":\\\\\\\"Move model left\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_PanUp\\\\\\\":\\\\\\\"Move model down\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_PanDown\\\\\\\":\\\\\\\"Move model up\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_RotateLeft\\\\\\\":\\\\\\\"Rotate model clockwise\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_RotateRight\\\\\\\":\\\\\\\"Rotate model counter clockwise\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_TumbleUp\\\\\\\":\\\\\\\"Rotate model backward\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_TumbleDown\\\\\\\":\\\\\\\"Rotate model forward\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_ZoomIn\\\\\\\":\\\\\\\"Zoom in on model\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_ZoomOut\\\\\\\":\\\\\\\"Zoom out on model\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_Reset\\\\\\\":\\\\\\\"Resetting camera on model\\\\\\\",\\\\\\\"Pin_Select_Aria\\\\\\\":\\\\\\\"Pin selected at coordinate X {0}. Y {1}. Z {2}.\\\\\\\",\\\\\\\"Enable_Marker_Detection\\\\\\\":\\\\\\\"Enable marker detection\\\\\\\",\\\\\\\"Enable_Marker_Detection_Description\\\\\\\":\\\\\\\"Detect markers placed in your physical space for accurate placement of media\\\\\\\",\\\\\\\"Marker_Detection_LearnMore\\\\\\\":\\\\\\\"Marker detection requires that you put a physical marker in your space. Click here to get the marker.\\\\\\\",\\\\\\\"Marker_Detection_Update_Required\\\\\\\":\\\\\\\"Marker detection in mixed reality is not supported on this version of Power Apps. Install the latest version from the store to enable this feature.\\\\\\\",\\\\\\\"PCF_3DViewer_Bytes\\\\\\\":\\\\\\\"bytes\\\\\\\",\\\\\\\"PCF_3DViewer_KB\\\\\\\":\\\\\\\"KB\\\\\\\",\\\\\\\"PCF_3DViewer_MB\\\\\\\":\\\\\\\"MB\\\\\\\",\\\\\\\"PCF_3DViewer_GB\\\\\\\":\\\\\\\"GB\\\\\\\",\\\\\\\"StudioPreview_NavBar_Title\\\\\\\":\\\\\\\"View {0}\\\\\\\",\\\\\\\"StudioPreview_NavBar_CloseButton_AccessibilityLabel\\\\\\\":\\\\\\\"Close\\\\\\\",\\\\\\\"PCF_3DViewer_Media\\\\\\\":\\\\\\\"Media\\\\\\\"}}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/fluentui-react.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":5,\\\"IsControlSpecific\\\":false}]\",\"Properties\":\"[{\\\"Name\\\":\\\"Source\\\",\\\"DisplayName\\\":\\\"Source\\\",\\\"Description\\\":\\\"Content source (.glb for 3D objects, .png or .jpg for 2D images) of what to display in mixed reality\\\",\\\"Type\\\":6,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"https://raw.githubusercontent.com/microsoft/experimental-pcf-control-assets/master/default_cube.glb\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":true,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_ArButton_Source\\\",\\\"DescriptionResourceString\\\":\\\"PCF_ArButton_Source_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ObjectWidth\\\",\\\"DisplayName\\\":\\\"Object default width\\\",\\\"Description\\\":\\\"Default width of the object to be placed (X-axis); enter 0 to auto-size\\\",\\\"Type\\\":14,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_ArButton_Default_Width\\\",\\\"DescriptionResourceString\\\":\\\"Pcf_ArButton_Default_Width_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ObjectHeight\\\",\\\"DisplayName\\\":\\\"Object default height\\\",\\\"Description\\\":\\\"Default height of the object to be placed (Y-axis); enter 0 to auto-size\\\",\\\"Type\\\":14,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_ArButton_Default_Height\\\",\\\"DescriptionResourceString\\\":\\\"Pcf_ArButton_Default_Height_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ObjectDepth\\\",\\\"DisplayName\\\":\\\"Object default depth\\\",\\\"Description\\\":\\\"Default depth of the object to be placed (Z-axis); enter 0 to auto-size\\\",\\\"Type\\\":14,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_ArButton_Default_Length\\\",\\\"DescriptionResourceString\\\":\\\"Pcf_ArButton_Default_Length_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Units\\\",\\\"DisplayName\\\":\\\"Unit of measurement\\\",\\\"Description\\\":\\\"Base units to use for setting the size of the placed object: meters, centimeters, feet, inches\\\",\\\"Type\\\":1,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"Meters\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"Meters\\\",\\\"WebDefaultValue\\\":\\\"Meters\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[{\\\"Name\\\":\\\"AR_Meters\\\",\\\"DisplayName\\\":\\\"Meters\\\",\\\"Description\\\":\\\"Equal to 100 centimeters\\\",\\\"IsDefaultValue\\\":true,\\\"Value\\\":\\\"Meters\\\"},{\\\"Name\\\":\\\"AR_Centimeters\\\",\\\"DisplayName\\\":\\\"Centimeters\\\",\\\"Description\\\":\\\"Equal to 1/100 of a meter\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Centimeters\\\"},{\\\"Name\\\":\\\"AR_Feet\\\",\\\"DisplayName\\\":\\\"Feet\\\",\\\"Description\\\":\\\"Equal to 12 inches\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Feet\\\"},{\\\"Name\\\":\\\"AR_Inches\\\",\\\"DisplayName\\\":\\\"Inches\\\",\\\"Description\\\":\\\"Equal to 1/12 of a foot\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Inches\\\"}],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_Units\\\",\\\"DescriptionResourceString\\\":\\\"PCF_AR_Units_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"EnableShadows\\\",\\\"DisplayName\\\":\\\"Enable shadows\\\",\\\"Description\\\":\\\"Enable shadows for your models\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"true\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"ArButton_EnableShadows\\\",\\\"DescriptionResourceString\\\":\\\"ArButton_EnableShadows_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"EnableMarkerDetection\\\",\\\"DisplayName\\\":\\\"Enable marker detection\\\",\\\"Description\\\":\\\"Detect markers placed in your physical space for accurate placement of media\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Enable_Marker_Detection\\\",\\\"DescriptionResourceString\\\":\\\"Enable_Marker_Detection_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"EnableOcclusion\\\",\\\"DisplayName\\\":\\\"Enable occlusion\\\",\\\"Description\\\":\\\"3D virtual objects are hidden behind real physical surfaces\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"true\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"ArButton_EnableOcclusion\\\",\\\"DescriptionResourceString\\\":\\\"ArButton_EnableOcclusion_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Text\\\",\\\"DisplayName\\\":\\\"Text\\\",\\\"Description\\\":\\\"Button text\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"View in MR\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_Text\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_Text_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"AltText\\\",\\\"DisplayName\\\":\\\"Alternative text\\\",\\\"Description\\\":\\\"Alternative text for describing the mixed reality object\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_AltText\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_AltText_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Photos\\\",\\\"DisplayName\\\":\\\"Photos\\\",\\\"Description\\\":\\\"The photos from the last mixed reality session.\\\",\\\"Type\\\":5,\\\"Usage\\\":1,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_images_name\\\",\\\"DescriptionResourceString\\\":\\\"PCF_images_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisplayType\\\",\\\"DisplayName\\\":\\\"Display type\\\",\\\"Description\\\":\\\"Button display type: Icon, Text, IconText\\\",\\\"Type\\\":1,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"IconText\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"IconText\\\",\\\"WebDefaultValue\\\":\\\"IconText\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[{\\\"Name\\\":\\\"ARV_IconText\\\",\\\"DisplayName\\\":\\\"Icon + text\\\",\\\"Description\\\":\\\"Display both an icon and text\\\",\\\"IsDefaultValue\\\":true,\\\"Value\\\":\\\"IconText\\\"},{\\\"Name\\\":\\\"ARV_Text\\\",\\\"DisplayName\\\":\\\"Text\\\",\\\"Description\\\":\\\"Display text only\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Text\\\"},{\\\"Name\\\":\\\"ARV_Icon\\\",\\\"DisplayName\\\":\\\"Icon\\\",\\\"Description\\\":\\\"Display icon only\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Icon\\\"}],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_DisplayType\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_DisplayType_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PaddingTop\\\",\\\"DisplayName\\\":\\\"Padding top\\\",\\\"Description\\\":\\\"Button padding top\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"5\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PaddingTop\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PaddingTop_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PaddingBottom\\\",\\\"DisplayName\\\":\\\"Padding bottom\\\",\\\"Description\\\":\\\"Button padding bottom\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"5\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PaddingBottom\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PaddingBottom_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PaddingLeft\\\",\\\"DisplayName\\\":\\\"Padding left\\\",\\\"Description\\\":\\\"Button padding left\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"5\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PaddingLeft\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PaddingLeft_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PaddingRight\\\",\\\"DisplayName\\\":\\\"Padding right\\\",\\\"Description\\\":\\\"Button padding right\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"5\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PaddingRight\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PaddingRight_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"FillColor\\\",\\\"DisplayName\\\":\\\"Fill color\\\",\\\"Description\\\":\\\"Button fill color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#3860B2\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_FillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_FillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"TextColor\\\",\\\"DisplayName\\\":\\\"Text color\\\",\\\"Description\\\":\\\"Button text color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#FFFFFF\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_TextColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_TextColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"BorderStyle\\\",\\\"DisplayName\\\":\\\"Border style\\\",\\\"Description\\\":\\\"Button border style: solid, dashed, dotted, none\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"solid\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_BorderStyle\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_BorderStyle_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"BorderThickness\\\",\\\"DisplayName\\\":\\\"Border thickness\\\",\\\"Description\\\":\\\"Button border thickness (width)\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"2\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_BorderThickness\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_BorderThickness_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"BorderFillColor\\\",\\\"DisplayName\\\":\\\"Border fill color\\\",\\\"Description\\\":\\\"Border fill color of the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#2f5197\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_BorderFillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_BorderFillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"BorderRadius\\\",\\\"DisplayName\\\":\\\"Border radius\\\",\\\"Description\\\":\\\"Border radius of the button: 0 creates a rectangular button, 100 creates a circular button\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"10\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_BorderRadius\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_BorderRadius_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Font\\\",\\\"DisplayName\\\":\\\"Font\\\",\\\"Description\\\":\\\"Font of the text on the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"'Open Sans', sans-serif\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_Font\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_Font_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"FontSize\\\",\\\"DisplayName\\\":\\\"Font size\\\",\\\"Description\\\":\\\"Font size of the text on the button\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"20\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_FontSize\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_FontSize_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"FontWeight\\\",\\\"DisplayName\\\":\\\"Font weight\\\",\\\"Description\\\":\\\"Font weight of the text on the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"600\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_FontWeight\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_FontWeight_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Italic\\\",\\\"DisplayName\\\":\\\"Italic\\\",\\\"Description\\\":\\\"Italic\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Italic_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Italic_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Underline\\\",\\\"DisplayName\\\":\\\"Underline\\\",\\\"Description\\\":\\\"Underline\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Underline_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Underline_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Strikethrough\\\",\\\"DisplayName\\\":\\\"Strikethrough\\\",\\\"Description\\\":\\\"Strikethrough\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Strikethrough_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Strikethrough_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"TextAlignment\\\",\\\"DisplayName\\\":\\\"Text alignment\\\",\\\"Description\\\":\\\"Text alignment of the text on the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"center\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_TextAlignment\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_TextAlignment_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"VerticalAlign\\\",\\\"DisplayName\\\":\\\"Vertical alignment\\\",\\\"Description\\\":\\\"Vertical alignment of the text on the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"middle\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_VerticalAlign\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_VerticalAlign_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Disabled\\\",\\\"DisplayName\\\":\\\"Disabled\\\",\\\"Description\\\":\\\"Sets the button as disabled\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_Disabled\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_Disabled_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisabledContentColor\\\",\\\"DisplayName\\\":\\\"Disabled color\\\",\\\"Description\\\":\\\"Sets the disabled button content color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#A6A6A6\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_DisabledColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_DisabledColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisabledFillColor\\\",\\\"DisplayName\\\":\\\"Disabled fill color\\\",\\\"Description\\\":\\\"Sets the disabled button fill color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#F4F4F4\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_DisabledFillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_DisabledFillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisabledBorderColor\\\",\\\"DisplayName\\\":\\\"Disabled border color\\\",\\\"Description\\\":\\\"Sets the disabled button border color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#A6A6A6\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_DisabledBorderColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_DisabledBorderColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PressedContentColor\\\",\\\"DisplayName\\\":\\\"Pressed color\\\",\\\"Description\\\":\\\"Sets the pressed button content color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#3860b2\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PressedColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PressedColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PressedFillColor\\\",\\\"DisplayName\\\":\\\"Pressed fill color\\\",\\\"Description\\\":\\\"Sets the pressed button fill color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#FFFFFF\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PressedFillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PressedFillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PressedBorderColor\\\",\\\"DisplayName\\\":\\\"Pressed border color\\\",\\\"Description\\\":\\\"Sets the pressed button border color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#3860b2\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PressedBorderColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PressedBorderColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"HoverContentColor\\\",\\\"DisplayName\\\":\\\"Hover color\\\",\\\"Description\\\":\\\"Sets the hover button content color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#FFFFFF\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_HoverColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_HoverColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"HoverFillColor\\\",\\\"DisplayName\\\":\\\"Hover fill color\\\",\\\"Description\\\":\\\"Sets the hover button fill color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#2f5197\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_HoverFillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_HoverFillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"HoverBorderColor\\\",\\\"DisplayName\\\":\\\"Hover border color\\\",\\\"Description\\\":\\\"Sets the hover button border color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#5873ab\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_HoverBorderColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_HoverBorderColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Items\\\",\\\"DisplayName\\\":\\\"Sources List(##PCFDatasetItems##)\\\",\\\"Description\\\":\\\"Provide multiple sources to be placed in mixed reality\\\",\\\"Type\\\":26,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Sources List\\\",\\\"DescriptionResourceString\\\":\\\"Provide multiple sources to be placed in mixed reality\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Selected\\\",\\\"DisplayName\\\":\\\"Sources List(##PCFDatasetSelected##)\\\",\\\"Description\\\":\\\"Provide multiple sources to be placed in mixed reality\\\",\\\"Type\\\":5,\\\"Usage\\\":1,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"Items\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Sources List\\\",\\\"DescriptionResourceString\\\":\\\"Provide multiple sources to be placed in mixed reality\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"SelectedItems\\\",\\\"DisplayName\\\":\\\"Sources List(##PCFDatasetSelectedItems##)\\\",\\\"Description\\\":\\\"Provide multiple sources to be placed in mixed reality\\\",\\\"Type\\\":26,\\\"Usage\\\":1,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"Items\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Sources List\\\",\\\"DescriptionResourceString\\\":\\\"Provide multiple sources to be placed in mixed reality\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ItemsSource\\\",\\\"DisplayName\\\":\\\"Source\\\",\\\"Description\\\":\\\"Content source (3D models or images) of what to display in mixed reality\\\",\\\"Type\\\":3,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":true,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"Items\\\",\\\"DisplayNameResourceString\\\":\\\"Sources_Property_Source_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Sources_Property_Source_Description_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ItemsLabel\\\",\\\"DisplayName\\\":\\\"Label\\\",\\\"Description\\\":\\\"Label used when showing the source in a list\\\",\\\"Type\\\":3,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"Items\\\",\\\"DisplayNameResourceString\\\":\\\"Sources_Property_Label_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Sources_Property_Label_Description_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ItemsThumbnail\\\",\\\"DisplayName\\\":\\\"Thumbnail\\\",\\\"Description\\\":\\\"Thumbnail displayed when showing the source in a list\\\",\\\"Type\\\":3,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"Items\\\",\\\"DisplayNameResourceString\\\":\\\"Sources_Property_Thumbnail_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Sources_Property_Thumbnail_Description_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ItemsObjectWidth\\\",\\\"DisplayName\\\":\\\"Object width\\\",\\\"Description\\\":\\\"Width of the object to be placed (X-axis)\\\",\\\"Type\\\":3,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"Items\\\",\\\"DisplayNameResourceString\\\":\\\"Sources_Property_Width_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Sources_Property_Width_Description_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ItemsObjectHeight\\\",\\\"DisplayName\\\":\\\"Object height\\\",\\\"Description\\\":\\\"Height of the object to be placed (Y-axis)\\\",\\\"Type\\\":3,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"Items\\\",\\\"DisplayNameResourceString\\\":\\\"Sources_Property_Height_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Sources_Property_Height_Description_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ItemsObjectDepth\\\",\\\"DisplayName\\\":\\\"Object depth\\\",\\\"Description\\\":\\\"Depth of the object to be placed (Z-axis)\\\",\\\"Type\\\":3,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"Items\\\",\\\"DisplayNameResourceString\\\":\\\"Sources_Property_Depth_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Sources_Property_Depth_Description_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PCFTeamsTheme\\\",\\\"DisplayName\\\":\\\"PCFTeamsTheme\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":3,\\\"Usage\\\":0,\\\"Hidden\\\":true,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false}]\",\"IncludedProperties\":\"[{\\\"Name\\\":\\\"X\\\",\\\"DisplayName\\\":\\\"CC_X\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"CC_X\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Y\\\",\\\"DisplayName\\\":\\\"CC_Y\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"CC_Y\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Width\\\",\\\"DisplayName\\\":\\\"Width\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"280\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"280\\\",\\\"WebDefaultValue\\\":\\\"280\\\",\\\"NullDefaultValue\\\":\\\"0\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Width\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Height\\\",\\\"DisplayName\\\":\\\"Height\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"70\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"70\\\",\\\"WebDefaultValue\\\":\\\"70\\\",\\\"NullDefaultValue\\\":\\\"0\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Height\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Visible\\\",\\\"DisplayName\\\":\\\"Visible\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":4,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"true\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Visible\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisplayMode\\\",\\\"DisplayName\\\":\\\"DisplayMode\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":27,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"DisplayMode\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"TabIndex\\\",\\\"DisplayName\\\":\\\"TabIndex\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"0\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"TabIndex\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Tooltip\\\",\\\"DisplayName\\\":\\\"Tooltip\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":3,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Tooltip\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false}]\",\"Events\":\"[{\\\"Name\\\":\\\"OnMixedRealitySelect\\\",\\\"DisplayName\\\":\\\"On Mixed Reality Select\\\",\\\"Description\\\":\\\"Event to be triggered after the user returns from the View in MR screen\\\",\\\"Hidden\\\":false,\\\"IsPrimaryInput\\\":false}]\",\"CommonEvents\":\"[{\\\"Name\\\":\\\"OnChange\\\",\\\"DisplayName\\\":\\\"OnChange\\\",\\\"Description\\\":\\\"\\\",\\\"Hidden\\\":false,\\\"IsPrimaryInput\\\":false},{\\\"Name\\\":\\\"OnSelect\\\",\\\"DisplayName\\\":\\\"OnSelect\\\",\\\"Description\\\":\\\"\\\",\\\"Hidden\\\":false,\\\"IsPrimaryInput\\\":false}]\",\"PropertyDependencies\":\"[{\\\"Input\\\":\\\"Text\\\",\\\"Output\\\":\\\"Photos\\\",\\\"RequiredFor\\\":\\\"schema\\\"},{\\\"Input\\\":\\\"Items\\\",\\\"Output\\\":\\\"Selected\\\",\\\"RequiredFor\\\":\\\"\\\"},{\\\"Input\\\":\\\"Items\\\",\\\"Output\\\":\\\"SelectedItems\\\",\\\"RequiredFor\\\":\\\"\\\"}]\",\"SubscribedFunctionalities\":\"{\\\"sharedTemplate\\\":\\\"false\\\",\\\"requiresCameraAccess\\\":\\\"true\\\"}\",\"AuthConfigProperties\":\"[{\\\"Text\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"AltText\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"DisplayType\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Source\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"ObjectWidth\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"ObjectHeight\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"ObjectDepth\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Units\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"EnableShadows\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"EnableMarkerDetection\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Items\\\":{\\\"SectionIndex\\\":2,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Visible\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"X\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Position\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Y\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Position\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Width\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Size\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Height\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Size\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PaddingTop\\\":{\\\"SectionIndex\\\":4,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PaddingBottom\\\":{\\\"SectionIndex\\\":4,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PaddingLeft\\\":{\\\"SectionIndex\\\":4,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PaddingRight\\\":{\\\"SectionIndex\\\":4,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Font\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":33,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"FontSize\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"FontWeight\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":34,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"TextAlignment\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":40,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"VerticalAlign\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":42,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Italic\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Style\\\",\\\"SectionName\\\":null,\\\"Type\\\":35,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Underline\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Style\\\",\\\"SectionName\\\":null,\\\"Type\\\":36,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Strikethrough\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Style\\\",\\\"SectionName\\\":null,\\\"Type\\\":37,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BorderRadius\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"TextColor\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"Color\\\",\\\"SectionName\\\":null,\\\"Type\\\":31,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"FillColor\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"Color\\\",\\\"SectionName\\\":null,\\\"Type\\\":32,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BorderStyle\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Border\\\",\\\"SectionName\\\":null,\\\"Type\\\":30,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BorderThickness\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Border\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BorderFillColor\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"Border\\\",\\\"SectionName\\\":null,\\\"Type\\\":29,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Disabled\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"DisabledContentColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"DisabledColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":31,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"DisabledFillColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"DisabledColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":32,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"DisabledBorderColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"DisabledColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":29,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PressedContentColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"PressedColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":31,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PressedFillColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"PressedColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":32,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PressedBorderColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"PressedColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":29,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"HoverContentColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"HoverColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":31,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"HoverFillColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"HoverColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":32,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"HoverBorderColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"HoverColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":29,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false}},{\\\"Font\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"FontSize\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"FontWeight\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Italic\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Underline\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Strikethrough\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"TextAlignment\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"VerticalAlign\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Visible\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Disabled\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PaddingTop\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PaddingBottom\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PaddingLeft\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PaddingRight\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"X\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Y\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Width\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"Height\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BorderRadius\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"TextColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"FillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BorderStyle\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BorderThickness\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"BorderFillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"HoverContentColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"HoverFillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"HoverBorderColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"DisabledContentColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"DisabledFillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"DisabledBorderColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PressedContentColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PressedFillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false},\\\"PressedBorderColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false}}]\"}", + "DynamicControlDefinitionJson": "{\"ControlNamespace\":\"Microsoft\",\"ControlConstructor\":\"ViewInMR\",\"DisplayNameKey\":\"PCF_ArButton\",\"Resources\":\"[{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/prop-types.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":1,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/react-fela.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":2,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/fela.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":3,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/fela-dom.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":4,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/ctrllib/common/js/container.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":5,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/ctrllib/PCFControls/js/PCFControlWrapper.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":6,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/ctrllib/PcfControlProxy/js/PcfControlProxy.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":7,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"ManifestTemplate\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"ConstructorName\\\\\\\":\\\\\\\"Microsoft.ViewInMR\\\\\\\",\\\\\\\"CustomControlId\\\\\\\":\\\\\\\"Microsoft.ViewInMR\\\\\\\",\\\\\\\"IsVirtual\\\\\\\":false,\\\\\\\"Properties\\\\\\\":{\\\\\\\"Resources\\\\\\\":[{\\\\\\\"Name\\\\\\\":\\\\\\\"/PCF/prop-types.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":1,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/PCF/react-fela.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":2,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/PCF/fela.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":3,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/PCF/fela-dom.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":4,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/ctrllib/common/js/container.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":5,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/ctrllib/PCFControls/js/PCFControlWrapper.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":6,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null},{\\\\\\\"Name\\\\\\\":\\\\\\\"/ctrllib/PcfControlProxy/js/PcfControlProxy.js\\\\\\\",\\\\\\\"LoadOrder\\\\\\\":7,\\\\\\\"Type\\\\\\\":0,\\\\\\\"LibraryName\\\\\\\":null}],\\\\\\\"GroupDefinitions\\\\\\\":null,\\\\\\\"DataSetDefinitions\\\\\\\":{\\\\\\\"Items\\\\\\\":{\\\\\\\"DisplayName\\\\\\\":\\\\\\\"Sources List\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Grid\\\\\\\",\\\\\\\"Columns\\\\\\\":{\\\\\\\"0\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsSource\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\"},\\\\\\\"1\\\\\\\":{\\\\\\\"Required\\\\\\\":false,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsLabel\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\"},\\\\\\\"2\\\\\\\":{\\\\\\\"Required\\\\\\\":false,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsThumbnail\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\"},\\\\\\\"3\\\\\\\":{\\\\\\\"Required\\\\\\\":false,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsObjectWidth\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Decimal\\\\\\\"},\\\\\\\"4\\\\\\\":{\\\\\\\"Required\\\\\\\":false,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsObjectHeight\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Decimal\\\\\\\"},\\\\\\\"5\\\\\\\":{\\\\\\\"Required\\\\\\\":false,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsObjectDepth\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Decimal\\\\\\\"}},\\\\\\\"Primary\\\\\\\":true,\\\\\\\"InitialDataSetFetch\\\\\\\":true,\\\\\\\"CDSDataSetOptions\\\\\\\":null}},\\\\\\\"Properties\\\\\\\":{\\\\\\\"Source\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"https://raw.githubusercontent.com/microsoft/experimental-pcf-control-assets/master/default_cube.glb\\\\\\\"},\\\\\\\"ObjectWidth\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ObjectHeight\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ObjectDepth\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"Units\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"Meters\\\\\\\"},\\\\\\\"EnableShadows\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"true\\\\\\\"},\\\\\\\"EnableMarkerDetection\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"EnableOcclusion\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"true\\\\\\\"},\\\\\\\"Text\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"View in MR\\\\\\\"},\\\\\\\"AltText\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"Photos\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"DisplayType\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"IconText\\\\\\\"},\\\\\\\"PaddingTop\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"5\\\\\\\"},\\\\\\\"PaddingBottom\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"5\\\\\\\"},\\\\\\\"PaddingLeft\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"5\\\\\\\"},\\\\\\\"PaddingRight\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"5\\\\\\\"},\\\\\\\"FillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#3860B2\\\\\\\"},\\\\\\\"TextColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"BorderStyle\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"solid\\\\\\\"},\\\\\\\"BorderThickness\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"2\\\\\\\"},\\\\\\\"BorderFillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#2f5197\\\\\\\"},\\\\\\\"BorderRadius\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"10\\\\\\\"},\\\\\\\"Font\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"'Open Sans', sans-serif\\\\\\\"},\\\\\\\"FontSize\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"20\\\\\\\"},\\\\\\\"FontWeight\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"600\\\\\\\"},\\\\\\\"Italic\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"Underline\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"Strikethrough\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"TextAlignment\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"center\\\\\\\"},\\\\\\\"VerticalAlign\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"middle\\\\\\\"},\\\\\\\"Disabled\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"false\\\\\\\"},\\\\\\\"DisabledContentColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#A6A6A6\\\\\\\"},\\\\\\\"DisabledFillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#F4F4F4\\\\\\\"},\\\\\\\"DisabledBorderColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#A6A6A6\\\\\\\"},\\\\\\\"PressedContentColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#3860b2\\\\\\\"},\\\\\\\"PressedFillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"PressedBorderColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#3860b2\\\\\\\"},\\\\\\\"HoverContentColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#FFFFFF\\\\\\\"},\\\\\\\"HoverFillColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#2f5197\\\\\\\"},\\\\\\\"HoverBorderColor\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"#5873ab\\\\\\\"},\\\\\\\"Items\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":1,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"Selected\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"SelectedItems\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":2,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ItemsSource\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ItemsLabel\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ItemsThumbnail\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ItemsObjectWidth\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ItemsObjectHeight\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"ItemsObjectDepth\\\\\\\":{\\\\\\\"Required\\\\\\\":true,\\\\\\\"Usage\\\\\\\":0,\\\\\\\"DefaultValue\\\\\\\":\\\\\\\"\\\\\\\"}},\\\\\\\"FeatureUsage\\\\\\\":[{\\\\\\\"IsRequired\\\\\\\":true,\\\\\\\"Name\\\\\\\":\\\\\\\"Device.openARViewer\\\\\\\"},{\\\\\\\"IsRequired\\\\\\\":true,\\\\\\\"Name\\\\\\\":\\\\\\\"WebAPI\\\\\\\"}]},\\\\\\\"Events\\\\\\\":{\\\\\\\"OnMixedRealitySelect\\\\\\\":{\\\\\\\"EventName\\\\\\\":\\\\\\\"OnMixedRealitySelect\\\\\\\"}},\\\\\\\"CommonEvents\\\\\\\":null,\\\\\\\"DesignMap\\\\\\\":null,\\\\\\\"PropertyDependencies\\\\\\\":[{\\\\\\\"Input\\\\\\\":\\\\\\\"Text\\\\\\\",\\\\\\\"Output\\\\\\\":\\\\\\\"Photos\\\\\\\",\\\\\\\"RequiredFor\\\\\\\":\\\\\\\"schema\\\\\\\"},{\\\\\\\"Input\\\\\\\":\\\\\\\"Items\\\\\\\",\\\\\\\"Output\\\\\\\":\\\\\\\"Selected\\\\\\\",\\\\\\\"RequiredFor\\\\\\\":\\\\\\\"\\\\\\\"},{\\\\\\\"Input\\\\\\\":\\\\\\\"Items\\\\\\\",\\\\\\\"Output\\\\\\\":\\\\\\\"SelectedItems\\\\\\\",\\\\\\\"RequiredFor\\\\\\\":\\\\\\\"\\\\\\\"}],\\\\\\\"Children\\\\\\\":null}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":8,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"ManifestPropertyTypes\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"Properties\\\\\\\":[{\\\\\\\"Name\\\\\\\":\\\\\\\"Source\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":true,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ObjectWidth\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Decimal\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ObjectHeight\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Decimal\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ObjectDepth\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Decimal\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Units\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Enum\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"EnableShadows\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"EnableMarkerDetection\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"EnableOcclusion\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Text\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"AltText\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Photos\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Object\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisplayType\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Enum\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PaddingTop\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PaddingBottom\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PaddingLeft\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PaddingRight\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"TextColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"BorderStyle\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"BorderStyle\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"BorderThickness\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"BorderFillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Color\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"BorderRadius\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Font\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Font\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"FontSize\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Whole_None\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"FontWeight\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontWeight\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Italic\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Italics\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Underline\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Underline\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Strikethrough\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Strikethrough\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"TextAlignment\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Align\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"VerticalAlign\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"VerticalAlign\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Disabled\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"TwoOptions\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisabledContentColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisabledFillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisabledBorderColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Color\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PressedContentColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PressedFillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PressedBorderColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Color\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"HoverContentColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FontColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"HoverFillColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"FillColor\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"HoverBorderColor\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"SingleLine_Text\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"Color\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Items\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"DataSet\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"None\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"Selected\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Object\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"SelectedItems\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"DataSet\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsSource\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsLabel\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsThumbnail\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsObjectWidth\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsObjectHeight\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"ItemsObjectDepth\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":false},{\\\\\\\"Name\\\\\\\":\\\\\\\"PCFTeamsTheme\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"X\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Y\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Width\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Height\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Visible\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Boolean\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"DisplayMode\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"DisplayMode\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"TabIndex\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"Number\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true},{\\\\\\\"Name\\\\\\\":\\\\\\\"Tooltip\\\\\\\",\\\\\\\"Type\\\\\\\":\\\\\\\"String\\\\\\\",\\\\\\\"ComplexType\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"IsPrimary\\\\\\\":false,\\\\\\\"IsIncluded\\\\\\\":true}]}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":9,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"PowerAppsControlInfo\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"TemplateVersion\\\\\\\":1,\\\\\\\"Version\\\\\\\":\\\\\\\"1.0.29\\\\\\\",\\\\\\\"IsFirstParty\\\\\\\":true}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":10,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCFControls/ViewInMR/bundle.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":12,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCFControls/ViewInMR/libs/babylon.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":11,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":2,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1033.resx\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":10,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":2,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1033.resx\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":10,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"FormattingData\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"timeZoneUtcOffsetMinutes\\\\\\\":0,\\\\\\\"dateTimeFormatInfo\\\\\\\":{\\\\\\\"AMDesignator\\\\\\\":\\\\\\\"AM\\\\\\\",\\\\\\\"Calendar\\\\\\\":{\\\\\\\"MinSupportedDateTime\\\\\\\":\\\\\\\"0001-01-01T00:00:00\\\\\\\",\\\\\\\"MaxSupportedDateTime\\\\\\\":\\\\\\\"9999-12-31T23:59:59.9999999\\\\\\\",\\\\\\\"AlgorithmType\\\\\\\":1,\\\\\\\"CalendarType\\\\\\\":1,\\\\\\\"Eras\\\\\\\":[1],\\\\\\\"TwoDigitYearMax\\\\\\\":2049,\\\\\\\"IsReadOnly\\\\\\\":false},\\\\\\\"DateSeparator\\\\\\\":\\\\\\\"/\\\\\\\",\\\\\\\"FirstDayOfWeek\\\\\\\":0,\\\\\\\"CalendarWeekRule\\\\\\\":0,\\\\\\\"FullDateTimePattern\\\\\\\":\\\\\\\"dddd, MMMM d, yyyy h:mm:ss tt\\\\\\\",\\\\\\\"LongDatePattern\\\\\\\":\\\\\\\"dddd, MMMM d, yyyy\\\\\\\",\\\\\\\"LongTimePattern\\\\\\\":\\\\\\\"h:mm:ss tt\\\\\\\",\\\\\\\"MonthDayPattern\\\\\\\":\\\\\\\"MMMM d\\\\\\\",\\\\\\\"PMDesignator\\\\\\\":\\\\\\\"PM\\\\\\\",\\\\\\\"RFC1123Pattern\\\\\\\":\\\\\\\"ddd, dd MMM yyyy HH':'mm':'ss 'GMT'\\\\\\\",\\\\\\\"ShortDatePattern\\\\\\\":\\\\\\\"M/d/yyyy\\\\\\\",\\\\\\\"ShortTimePattern\\\\\\\":\\\\\\\"h:mm tt\\\\\\\",\\\\\\\"SortableDateTimePattern\\\\\\\":\\\\\\\"yyyy'-'MM'-'dd'T'HH':'mm':'ss\\\\\\\",\\\\\\\"TimeSeparator\\\\\\\":\\\\\\\":\\\\\\\",\\\\\\\"UniversalSortableDateTimePattern\\\\\\\":\\\\\\\"yyyy'-'MM'-'dd HH':'mm':'ss'Z'\\\\\\\",\\\\\\\"YearMonthPattern\\\\\\\":\\\\\\\"MMMM yyyy\\\\\\\",\\\\\\\"AbbreviatedDayNames\\\\\\\":[\\\\\\\"Sun\\\\\\\",\\\\\\\"Mon\\\\\\\",\\\\\\\"Tue\\\\\\\",\\\\\\\"Wed\\\\\\\",\\\\\\\"Thu\\\\\\\",\\\\\\\"Fri\\\\\\\",\\\\\\\"Sat\\\\\\\"],\\\\\\\"ShortestDayNames\\\\\\\":[\\\\\\\"Su\\\\\\\",\\\\\\\"Mo\\\\\\\",\\\\\\\"Tu\\\\\\\",\\\\\\\"We\\\\\\\",\\\\\\\"Th\\\\\\\",\\\\\\\"Fr\\\\\\\",\\\\\\\"Sa\\\\\\\"],\\\\\\\"DayNames\\\\\\\":[\\\\\\\"Sunday\\\\\\\",\\\\\\\"Monday\\\\\\\",\\\\\\\"Tuesday\\\\\\\",\\\\\\\"Wednesday\\\\\\\",\\\\\\\"Thursday\\\\\\\",\\\\\\\"Friday\\\\\\\",\\\\\\\"Saturday\\\\\\\"],\\\\\\\"AbbreviatedMonthNames\\\\\\\":[\\\\\\\"Jan\\\\\\\",\\\\\\\"Feb\\\\\\\",\\\\\\\"Mar\\\\\\\",\\\\\\\"Apr\\\\\\\",\\\\\\\"May\\\\\\\",\\\\\\\"Jun\\\\\\\",\\\\\\\"Jul\\\\\\\",\\\\\\\"Aug\\\\\\\",\\\\\\\"Sep\\\\\\\",\\\\\\\"Oct\\\\\\\",\\\\\\\"Nov\\\\\\\",\\\\\\\"Dec\\\\\\\",\\\\\\\"\\\\\\\"],\\\\\\\"MonthNames\\\\\\\":[\\\\\\\"January\\\\\\\",\\\\\\\"February\\\\\\\",\\\\\\\"March\\\\\\\",\\\\\\\"April\\\\\\\",\\\\\\\"May\\\\\\\",\\\\\\\"June\\\\\\\",\\\\\\\"July\\\\\\\",\\\\\\\"August\\\\\\\",\\\\\\\"September\\\\\\\",\\\\\\\"October\\\\\\\",\\\\\\\"November\\\\\\\",\\\\\\\"December\\\\\\\",\\\\\\\"\\\\\\\"],\\\\\\\"IsReadOnly\\\\\\\":false,\\\\\\\"NativeCalendarName\\\\\\\":\\\\\\\"Gregorian Calendar\\\\\\\",\\\\\\\"AbbreviatedMonthGenitiveNames\\\\\\\":[\\\\\\\"Jan\\\\\\\",\\\\\\\"Feb\\\\\\\",\\\\\\\"Mar\\\\\\\",\\\\\\\"Apr\\\\\\\",\\\\\\\"May\\\\\\\",\\\\\\\"Jun\\\\\\\",\\\\\\\"Jul\\\\\\\",\\\\\\\"Aug\\\\\\\",\\\\\\\"Sep\\\\\\\",\\\\\\\"Oct\\\\\\\",\\\\\\\"Nov\\\\\\\",\\\\\\\"Dec\\\\\\\",\\\\\\\"\\\\\\\"],\\\\\\\"MonthGenitiveNames\\\\\\\":[\\\\\\\"January\\\\\\\",\\\\\\\"February\\\\\\\",\\\\\\\"March\\\\\\\",\\\\\\\"April\\\\\\\",\\\\\\\"May\\\\\\\",\\\\\\\"June\\\\\\\",\\\\\\\"July\\\\\\\",\\\\\\\"August\\\\\\\",\\\\\\\"September\\\\\\\",\\\\\\\"October\\\\\\\",\\\\\\\"November\\\\\\\",\\\\\\\"December\\\\\\\",\\\\\\\"\\\\\\\"]},\\\\\\\"numberFormatInfo\\\\\\\":{\\\\\\\"CurrencyDecimalDigits\\\\\\\":2,\\\\\\\"CurrencyDecimalSeparator\\\\\\\":\\\\\\\".\\\\\\\",\\\\\\\"IsReadOnly\\\\\\\":false,\\\\\\\"CurrencyGroupSizes\\\\\\\":[3],\\\\\\\"NumberGroupSizes\\\\\\\":[3],\\\\\\\"PercentGroupSizes\\\\\\\":[3],\\\\\\\"CurrencyGroupSeparator\\\\\\\":\\\\\\\",\\\\\\\",\\\\\\\"CurrencySymbol\\\\\\\":\\\\\\\"$\\\\\\\",\\\\\\\"NaNSymbol\\\\\\\":\\\\\\\"NaN\\\\\\\",\\\\\\\"CurrencyNegativePattern\\\\\\\":0,\\\\\\\"NumberNegativePattern\\\\\\\":1,\\\\\\\"PercentPositivePattern\\\\\\\":1,\\\\\\\"PercentNegativePattern\\\\\\\":1,\\\\\\\"NegativeInfinitySymbol\\\\\\\":\\\\\\\"-∞\\\\\\\",\\\\\\\"NegativeSign\\\\\\\":\\\\\\\"-\\\\\\\",\\\\\\\"NumberDecimalDigits\\\\\\\":2,\\\\\\\"NumberDecimalSeparator\\\\\\\":\\\\\\\".\\\\\\\",\\\\\\\"NumberGroupSeparator\\\\\\\":\\\\\\\",\\\\\\\",\\\\\\\"CurrencyPositivePattern\\\\\\\":0,\\\\\\\"PositiveInfinitySymbol\\\\\\\":\\\\\\\"∞\\\\\\\",\\\\\\\"PositiveSign\\\\\\\":\\\\\\\"+\\\\\\\",\\\\\\\"PercentDecimalDigits\\\\\\\":2,\\\\\\\"PercentDecimalSeparator\\\\\\\":\\\\\\\".\\\\\\\",\\\\\\\"PercentGroupSeparator\\\\\\\":\\\\\\\",\\\\\\\",\\\\\\\"PercentSymbol\\\\\\\":\\\\\\\"%\\\\\\\",\\\\\\\"PerMilleSymbol\\\\\\\":\\\\\\\"‰\\\\\\\",\\\\\\\"NativeDigits\\\\\\\":[\\\\\\\"0\\\\\\\",\\\\\\\"1\\\\\\\",\\\\\\\"2\\\\\\\",\\\\\\\"3\\\\\\\",\\\\\\\"4\\\\\\\",\\\\\\\"5\\\\\\\",\\\\\\\"6\\\\\\\",\\\\\\\"7\\\\\\\",\\\\\\\"8\\\\\\\",\\\\\\\"9\\\\\\\"],\\\\\\\"DigitSubstitution\\\\\\\":1},\\\\\\\"timeZoneAdjusters\\\\\\\":[],\\\\\\\"formatInfoCultureName\\\\\\\":\\\\\\\"en-US\\\\\\\",\\\\\\\"formatter\\\\\\\":null,\\\\\\\"languagesByCode\\\\\\\":{\\\\\\\"1033\\\\\\\":\\\\\\\"English (United States)\\\\\\\",\\\\\\\"-1\\\\\\\":\\\\\\\"All Languages\\\\\\\"}}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":15,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1025.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1026.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1027.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1028.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1029.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1030.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1031.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1032.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1033.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1035.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1036.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1037.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1038.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1040.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1041.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1042.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1043.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1044.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1045.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1046.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1048.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1049.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1050.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1051.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1053.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1054.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1055.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1057.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1058.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1060.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1061.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1062.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1063.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1066.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1069.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1081.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1086.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1087.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.1110.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.2052.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.2070.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.2074.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.3076.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.3082.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ArButton.3098.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1025.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1026.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1027.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1028.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1029.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1030.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1031.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1032.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1033.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1035.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1036.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1037.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1038.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1040.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1041.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1042.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1043.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1044.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1045.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1046.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1048.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1049.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1050.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1051.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1053.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1054.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1055.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1057.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1058.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1060.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1061.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1062.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1063.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1066.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1069.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1081.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1086.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1087.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.1110.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.2052.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.2070.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.2074.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.3076.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.3082.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":5,\\\"Path\\\":\\\"/PCFControls/ViewInMR/strings/ViewIn3DBase.3098.json\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":true},{\\\"Type\\\":3,\\\"Path\\\":\\\"{\\\\\\\"Id\\\\\\\":\\\\\\\"LocalizedStrings\\\\\\\",\\\\\\\"Data\\\\\\\":{\\\\\\\"LocStrings\\\\\\\":{\\\\\\\"PCF_ArButton\\\\\\\":\\\\\\\"View in MR (preview)\\\\\\\",\\\\\\\"PCF_ArButton_description\\\\\\\":\\\\\\\"View content in mixed reality\\\\\\\",\\\\\\\"PCF_ArButton_Source\\\\\\\":\\\\\\\"Source\\\\\\\",\\\\\\\"PCF_ArButton_Source_description\\\\\\\":\\\\\\\"Content source (.glb for 3D objects, .png or .jpg for 2D images) of what to display in mixed reality\\\\\\\",\\\\\\\"PCF_ArButton_WrongType\\\\\\\":\\\\\\\"Failed to load or parse file. Click here to learn more about supported file types.\\\\\\\",\\\\\\\"PCF_ArButton_UrlIssue\\\\\\\":\\\\\\\"URL issue. Make sure your source is coming from an HTTPS link and points to a GLB, OBJ, STL, PNG, or JPG file.\\\\\\\",\\\\\\\"PCF_ArButton_EmptySource\\\\\\\":\\\\\\\"Missing source location. To view an object in mixed reality, add the object's source.\\\\\\\",\\\\\\\"PCF_ArButton_ConnectionIssue\\\\\\\":\\\\\\\"Cannot access your content. Check your internet connection and try again.\\\\\\\",\\\\\\\"PCF_ArButton_CorsIssue\\\\\\\":\\\\\\\"CORS policy issue. Make sure your source is coming from an HTTPS link. Learn more about CORS. \\\\\\\",\\\\\\\"PCF_ArButton_Length\\\\\\\":\\\\\\\"Object depth\\\\\\\",\\\\\\\"Pcf_ArButton_Length_Description\\\\\\\":\\\\\\\"Depth of the object to be placed (Z-axis); enter 0 to auto-size\\\\\\\",\\\\\\\"PCF_ArButton_Width\\\\\\\":\\\\\\\"Object width\\\\\\\",\\\\\\\"Pcf_ArButton_Width_Description\\\\\\\":\\\\\\\"Width of the object to be placed (X-axis)\\\\\\\",\\\\\\\"PCF_ArButton_Height\\\\\\\":\\\\\\\"Object height\\\\\\\",\\\\\\\"Pcf_ArButton_Height_Description\\\\\\\":\\\\\\\"Height of the object to be placed (Y-axis)\\\\\\\",\\\\\\\"PCF_ArButton_Default_Length\\\\\\\":\\\\\\\"Object default depth\\\\\\\",\\\\\\\"Pcf_ArButton_Default_Length_Description\\\\\\\":\\\\\\\"Default depth of the object to be placed (Z-axis); enter 0 to auto-size\\\\\\\",\\\\\\\"PCF_ArButton_Default_Width\\\\\\\":\\\\\\\"Object default width\\\\\\\",\\\\\\\"Pcf_ArButton_Default_Width_Description\\\\\\\":\\\\\\\"Default width of the object to be placed (X-axis); enter 0 to auto-size\\\\\\\",\\\\\\\"PCF_ArButton_Default_Height\\\\\\\":\\\\\\\"Object default height\\\\\\\",\\\\\\\"Pcf_ArButton_Default_Height_Description\\\\\\\":\\\\\\\"Default height of the object to be placed (Y-axis); enter 0 to auto-size\\\\\\\",\\\\\\\"PCF_Units\\\\\\\":\\\\\\\"Unit of measurement\\\\\\\",\\\\\\\"PCF_AR_Units_Description\\\\\\\":\\\\\\\"Base units to use for setting the size of the placed object: meters, centimeters, feet, inches\\\\\\\",\\\\\\\"Units_Meters\\\\\\\":\\\\\\\"Meters\\\\\\\",\\\\\\\"Units_Meters_Description\\\\\\\":\\\\\\\"Equal to 100 centimeters\\\\\\\",\\\\\\\"Units_Centimeters\\\\\\\":\\\\\\\"Centimeters\\\\\\\",\\\\\\\"Units_Centimeters_Description\\\\\\\":\\\\\\\"Equal to 1/100 of a meter\\\\\\\",\\\\\\\"Units_Feet\\\\\\\":\\\\\\\"Feet\\\\\\\",\\\\\\\"Units_Feet_Description\\\\\\\":\\\\\\\"Equal to 12 inches\\\\\\\",\\\\\\\"Units_Inches\\\\\\\":\\\\\\\"Inches\\\\\\\",\\\\\\\"Units_Inches_Description\\\\\\\":\\\\\\\"Equal to 1/12 of a foot\\\\\\\",\\\\\\\"PCF_images_name\\\\\\\":\\\\\\\"Photos\\\\\\\",\\\\\\\"PCF_images_description\\\\\\\":\\\\\\\"The photos from the last mixed reality session.\\\\\\\",\\\\\\\"PCF_ErrorHelper_ArErrorMessage\\\\\\\":\\\\\\\"To view this object in your space, open this app in the Power Apps mobile app on a Mixed Reality capable device. \\\\\\\",\\\\\\\"PCF_ErrorHelper_ArErrorMessageLearnMore\\\\\\\":\\\\\\\"Click here to view device requirements and learn more.\\\\\\\",\\\\\\\"PCF_ErrorHelper_GenericArError\\\\\\\":\\\\\\\"Error encountered while trying to display content in mixed reality\\\\\\\",\\\\\\\"PCF_ErrorHelper_ArAppUpdateRequired\\\\\\\":\\\\\\\"The version of Power Apps installed on your device does not support this functionality. Please install the latest version from the store and try again.\\\\\\\",\\\\\\\"PCF_ErrorHelper_ArControlUpdateRequired\\\\\\\":\\\\\\\"This MR functionality is no longer supported. Ask the creator of this PowerApp to update it to use the latest MR controls.\\\\\\\",\\\\\\\"PCF_ErrorHelper_LongLoad\\\\\\\":\\\\\\\"Your model is taking a bit longer to load than expected.\\\\\\\",\\\\\\\"PCF_ArButton_SourceIntroMessage\\\\\\\":\\\\\\\"Set the Source property to interact with 3D content. Source can be a URL, an attachment, or media from a data connector. Click to learn more.\\\\\\\",\\\\\\\"Button_Base_DefaultText\\\\\\\":\\\\\\\"View in MR\\\\\\\",\\\\\\\"Button_Base_Text\\\\\\\":\\\\\\\"Text\\\\\\\",\\\\\\\"Button_Base_Text_description\\\\\\\":\\\\\\\"Button text\\\\\\\",\\\\\\\"Button_Base_AltText\\\\\\\":\\\\\\\"Alternative text\\\\\\\",\\\\\\\"Button_Base_AltText_description\\\\\\\":\\\\\\\"Alternative text for describing the mixed reality object\\\\\\\",\\\\\\\"Button_Base_DisplayType\\\\\\\":\\\\\\\"Display type\\\\\\\",\\\\\\\"Button_Base_DisplayType_description\\\\\\\":\\\\\\\"Button display type: Icon, Text, IconText\\\\\\\",\\\\\\\"DisplayType_Icon_Text\\\\\\\":\\\\\\\"Icon + text\\\\\\\",\\\\\\\"Display_Type_Icon_Text_Description\\\\\\\":\\\\\\\"Display both an icon and text\\\\\\\",\\\\\\\"Display_Type_Text\\\\\\\":\\\\\\\"Text\\\\\\\",\\\\\\\"Display_Type_Text_Description\\\\\\\":\\\\\\\"Display text only\\\\\\\",\\\\\\\"Display_Type_Icon\\\\\\\":\\\\\\\"Icon\\\\\\\",\\\\\\\"Display_Type_Icon_Description\\\\\\\":\\\\\\\"Display icon only\\\\\\\",\\\\\\\"Button_Base_PaddingTop\\\\\\\":\\\\\\\"Padding top\\\\\\\",\\\\\\\"Button_Base_PaddingTop_description\\\\\\\":\\\\\\\"Button padding top\\\\\\\",\\\\\\\"Button_Base_PaddingBottom\\\\\\\":\\\\\\\"Padding bottom\\\\\\\",\\\\\\\"Button_Base_PaddingBottom_description\\\\\\\":\\\\\\\"Button padding bottom\\\\\\\",\\\\\\\"Button_Base_PaddingLeft\\\\\\\":\\\\\\\"Padding left\\\\\\\",\\\\\\\"Button_Base_PaddingLeft_description\\\\\\\":\\\\\\\"Button padding left\\\\\\\",\\\\\\\"Button_Base_PaddingRight\\\\\\\":\\\\\\\"Padding right\\\\\\\",\\\\\\\"Button_Base_PaddingRight_description\\\\\\\":\\\\\\\"Button padding right\\\\\\\",\\\\\\\"Button_Base_FillColor\\\\\\\":\\\\\\\"Fill color\\\\\\\",\\\\\\\"Button_Base_FillColor_description\\\\\\\":\\\\\\\"Button fill color\\\\\\\",\\\\\\\"Button_Base_TextColor\\\\\\\":\\\\\\\"Text color\\\\\\\",\\\\\\\"Button_Base_TextColor_description\\\\\\\":\\\\\\\"Button text color\\\\\\\",\\\\\\\"Button_Base_BorderStyle\\\\\\\":\\\\\\\"Border style\\\\\\\",\\\\\\\"Button_Base_BorderStyle_description\\\\\\\":\\\\\\\"Button border style: solid, dashed, dotted, none\\\\\\\",\\\\\\\"Button_Base_BorderThickness\\\\\\\":\\\\\\\"Border thickness\\\\\\\",\\\\\\\"Button_Base_BorderThickness_description\\\\\\\":\\\\\\\"Button border thickness (width)\\\\\\\",\\\\\\\"Button_Base_BorderFillColor\\\\\\\":\\\\\\\"Border fill color\\\\\\\",\\\\\\\"Button_Base_BorderFillColor_description\\\\\\\":\\\\\\\"Border fill color of the button\\\\\\\",\\\\\\\"Button_Base_BorderRadius\\\\\\\":\\\\\\\"Border radius\\\\\\\",\\\\\\\"Button_Base_BorderRadius_description\\\\\\\":\\\\\\\"Border radius of the button: 0 creates a rectangular button, 100 creates a circular button\\\\\\\",\\\\\\\"Button_Base_Font\\\\\\\":\\\\\\\"Font\\\\\\\",\\\\\\\"Button_Base_Font_description\\\\\\\":\\\\\\\"Font of the text on the button\\\\\\\",\\\\\\\"Button_Base_FontSize\\\\\\\":\\\\\\\"Font size\\\\\\\",\\\\\\\"Button_Base_FontSize_description\\\\\\\":\\\\\\\"Font size of the text on the button\\\\\\\",\\\\\\\"Button_Base_FontWeight\\\\\\\":\\\\\\\"Font weight\\\\\\\",\\\\\\\"Button_Base_FontWeight_description\\\\\\\":\\\\\\\"Font weight of the text on the button\\\\\\\",\\\\\\\"Button_Base_FontStyle\\\\\\\":\\\\\\\"Font style\\\\\\\",\\\\\\\"Button_Base_FontStyle_description\\\\\\\":\\\\\\\"Font style of the text on the button\\\\\\\",\\\\\\\"Button_Base_TextAlignment\\\\\\\":\\\\\\\"Text alignment\\\\\\\",\\\\\\\"Button_Base_TextAlignment_description\\\\\\\":\\\\\\\"Text alignment of the text on the button\\\\\\\",\\\\\\\"Button_Base_VerticalAlign\\\\\\\":\\\\\\\"Vertical alignment\\\\\\\",\\\\\\\"Button_Base_VerticalAlign_description\\\\\\\":\\\\\\\"Vertical alignment of the text on the button\\\\\\\",\\\\\\\"Button_Base_Disabled\\\\\\\":\\\\\\\"Disabled\\\\\\\",\\\\\\\"Button_Base_Disabled_description\\\\\\\":\\\\\\\"Sets the button as disabled\\\\\\\",\\\\\\\"Button_Base_DisabledColor\\\\\\\":\\\\\\\"Disabled color\\\\\\\",\\\\\\\"Button_Base_DisabledColor_description\\\\\\\":\\\\\\\"Sets the disabled button content color\\\\\\\",\\\\\\\"Button_Base_DisabledFillColor\\\\\\\":\\\\\\\"Disabled fill color\\\\\\\",\\\\\\\"Button_Base_DisabledFillColor_description\\\\\\\":\\\\\\\"Sets the disabled button fill color\\\\\\\",\\\\\\\"Button_Base_DisabledBorderColor\\\\\\\":\\\\\\\"Disabled border color\\\\\\\",\\\\\\\"Button_Base_DisabledBorderColor_description\\\\\\\":\\\\\\\"Sets the disabled button border color\\\\\\\",\\\\\\\"Button_Base_PressedColor\\\\\\\":\\\\\\\"Pressed color\\\\\\\",\\\\\\\"Button_Base_PressedColor_description\\\\\\\":\\\\\\\"Sets the pressed button content color\\\\\\\",\\\\\\\"Button_Base_PressedFillColor\\\\\\\":\\\\\\\"Pressed fill color\\\\\\\",\\\\\\\"Button_Base_PressedFillColor_description\\\\\\\":\\\\\\\"Sets the pressed button fill color\\\\\\\",\\\\\\\"Button_Base_PressedBorderColor\\\\\\\":\\\\\\\"Pressed border color\\\\\\\",\\\\\\\"Button_Base_PressedBorderColor_description\\\\\\\":\\\\\\\"Sets the pressed button border color\\\\\\\",\\\\\\\"Button_Base_HoverColor\\\\\\\":\\\\\\\"Hover color\\\\\\\",\\\\\\\"Button_Base_HoverColor_description\\\\\\\":\\\\\\\"Sets the hover button content color\\\\\\\",\\\\\\\"Button_Base_HoverFillColor\\\\\\\":\\\\\\\"Hover fill color\\\\\\\",\\\\\\\"Button_Base_HoverFillColor_description\\\\\\\":\\\\\\\"Sets the hover button fill color\\\\\\\",\\\\\\\"Button_Base_HoverBorderColor\\\\\\\":\\\\\\\"Hover border color\\\\\\\",\\\\\\\"Button_Base_HoverBorderColor_description\\\\\\\":\\\\\\\"Sets the hover button border color\\\\\\\",\\\\\\\"Button_Base\\\\\\\":\\\\\\\"MR measure button (preview)\\\\\\\",\\\\\\\"Button_Base_description\\\\\\\":\\\\\\\"Measure the real world using your device\\\\\\\",\\\\\\\"Button_Base_Loading\\\\\\\":\\\\\\\"Loading...\\\\\\\",\\\\\\\"Italic_Display_Key\\\\\\\":\\\\\\\"Italic\\\\\\\",\\\\\\\"Italic_Desc_Key\\\\\\\":\\\\\\\"Italic\\\\\\\",\\\\\\\"Underline_Display_Key\\\\\\\":\\\\\\\"Underline\\\\\\\",\\\\\\\"Underline_Desc_Key\\\\\\\":\\\\\\\"Underline\\\\\\\",\\\\\\\"Strikethrough_Display_Key\\\\\\\":\\\\\\\"Strikethrough\\\\\\\",\\\\\\\"Strikethrough_Desc_Key\\\\\\\":\\\\\\\"Strikethrough\\\\\\\",\\\\\\\"ArButton_OnMixedRealitySelect\\\\\\\":\\\\\\\"On Mixed Reality Select\\\\\\\",\\\\\\\"ArButton_OnMixedRealitySelect_description\\\\\\\":\\\\\\\"Event to be triggered after the user returns from the View in MR screen\\\\\\\",\\\\\\\"ArButton_EnableShadows\\\\\\\":\\\\\\\"Enable shadows\\\\\\\",\\\\\\\"ArButton_EnableShadows_Description\\\\\\\":\\\\\\\"Enable shadows for your models\\\\\\\",\\\\\\\"ArButton_EnableOcclusion\\\\\\\":\\\\\\\"Enable occlusion\\\\\\\",\\\\\\\"ArButton_EnableOcclusion_Description\\\\\\\":\\\\\\\"3D virtual objects are hidden behind real physical surfaces\\\\\\\",\\\\\\\"Sources_Property_Display_Key\\\\\\\":\\\\\\\"Sources List\\\\\\\",\\\\\\\"Sources_Property_Description_Key\\\\\\\":\\\\\\\"Provide multiple sources to be placed in mixed reality\\\\\\\",\\\\\\\"Sources_Property_Source_Display_Key\\\\\\\":\\\\\\\"Source\\\\\\\",\\\\\\\"Sources_Property_Source_Description_Key\\\\\\\":\\\\\\\"Content source (3D models or images) of what to display in mixed reality\\\\\\\",\\\\\\\"Sources_Property_Label_Display_Key\\\\\\\":\\\\\\\"Label\\\\\\\",\\\\\\\"Sources_Property_Label_Description_Key\\\\\\\":\\\\\\\"Label used when showing the source in a list\\\\\\\",\\\\\\\"Sources_Property_Thumbnail_Display_Key\\\\\\\":\\\\\\\"Thumbnail\\\\\\\",\\\\\\\"Sources_Property_Thumbnail_Description_Key\\\\\\\":\\\\\\\"Thumbnail displayed when showing the source in a list\\\\\\\",\\\\\\\"Sources_Property_Width_Display_Key\\\\\\\":\\\\\\\"Object width\\\\\\\",\\\\\\\"Sources_Property_Width_Description_Key\\\\\\\":\\\\\\\"Width of the object to be placed (X-axis)\\\\\\\",\\\\\\\"Sources_Property_Height_Display_Key\\\\\\\":\\\\\\\"Object height\\\\\\\",\\\\\\\"Sources_Property_Height_Description_Key\\\\\\\":\\\\\\\"Height of the object to be placed (Y-axis)\\\\\\\",\\\\\\\"Sources_Property_Depth_Display_Key\\\\\\\":\\\\\\\"Object depth\\\\\\\",\\\\\\\"Sources_Property_Depth_Description_Key\\\\\\\":\\\\\\\"Depth of the object to be placed (Z-axis)\\\\\\\",\\\\\\\"Multi_Model_Update_Required\\\\\\\":\\\\\\\"Viewing multiple items in mixed reality is not supported on this version of Power Apps. Only the first item will be shown. Install the latest version from the store to enable this feature.\\\\\\\",\\\\\\\"PCF_3DViewer_LoadingObject\\\\\\\":\\\\\\\"Loading 3D content ({0} downloaded)\\\\\\\",\\\\\\\"PCF_3DViewer_Error_EmptySource\\\\\\\":\\\\\\\"Empty Source\\\\\\\",\\\\\\\"PCF_3DViewer_Error_EmptySourceDescription\\\\\\\":\\\\\\\"To view content in 3D, add your GLB source location in the properties pane on the right hand side. ##LINK0## Read our documentation ##/LINK0## for more information.\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CannotViewContent\\\\\\\":\\\\\\\"Cannot view content\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CannotViewContentDescription\\\\\\\":\\\\\\\"View in 3D can only display 3D content in the GLB, OBJ, or STL formats, ##LINK0## learn how to convert your content. ##/LINK0##\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CannotAccess\\\\\\\":\\\\\\\"Cannot access your content\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CannotAccessDescription\\\\\\\":\\\\\\\"Check your internet connection or ##LINK0## read our documentation ##/LINK0## for more information. \\\\\\\",\\\\\\\"PCF_3DViewer_Error_CORSIssue\\\\\\\":\\\\\\\"CORS policy issue\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CORSIssueDescription\\\\\\\":\\\\\\\"Make sure your source is coming from an HTTPS link. ##LINK0## Learn more about CORS here. ##/LINK0##\\\\\\\",\\\\\\\"PCF_3DViewer_Error_Babylon\\\\\\\":\\\\\\\"Cannot view content\\\\\\\",\\\\\\\"PCF_3DViewer_Error_BabylonDescription\\\\\\\":\\\\\\\"Something went wrong while displaying the content.\\\\\\\",\\\\\\\"PCF_3DViewer_Error_TooManyInstances\\\\\\\":\\\\\\\"Too many 3D viewers\\\\\\\",\\\\\\\"PCF_3DViewer_Error_TooManyInstancesDescription\\\\\\\":\\\\\\\"There are too many View in 3D controls currently being shown. ##LINK0## Read our documentation ##/LINK0## for more information.\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CannotUseCompressedFolders\\\\\\\":\\\\\\\"Compressed folders are not supported\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CannotUseCompressedFoldersDescription\\\\\\\":\\\\\\\"3D models must be in the GLB, OBJ, or STL formats.\\\\\\\",\\\\\\\"PCF_3DViewer_Error_UnexpectedMagicNumber\\\\\\\":\\\\\\\"Invalid 3D model\\\\\\\",\\\\\\\"PCF_3DViewer_Error_UnexpectedMagicNumberDescription\\\\\\\":\\\\\\\"Check your model source file. The file is corrupt or not a valid GLB file.\\\\\\\",\\\\\\\"PCF_3DViewer_Error_ZeroFileSize\\\\\\\":\\\\\\\"File is empty\\\\\\\",\\\\\\\"PCF_3DViewer_Error_ZeroFileSizeDescription\\\\\\\":\\\\\\\"The 3D model file is empty.\\\\\\\",\\\\\\\"PCF_3DViewer_SourceIntroMessage\\\\\\\":\\\\\\\"Set the Source property to easily add 3D content. Source can be a URL, an attachment, or media from a data connector. Click to learn more.\\\\\\\",\\\\\\\"PCF_3DViewer_AriaSVGImage\\\\\\\":\\\\\\\"Error Cube with an X\\\\\\\",\\\\\\\"PCF_3DViewer_BabylonCanvasAriaLabel\\\\\\\":\\\\\\\"Interactive canvas to view and manipulate a 3D model, with alt text: {0}.\\\\\\\",\\\\\\\"PCF_3DViewer_PercentSign\\\\\\\":\\\\\\\"%\\\\\\\",\\\\\\\"PCF_3DViewer_Reset\\\\\\\":\\\\\\\"Reset\\\\\\\",\\\\\\\"PCF_3DViewer_ResetDescription\\\\\\\":\\\\\\\"Reset the model back to the initial position\\\\\\\",\\\\\\\"PCF_3DViewer_Error_Offline\\\\\\\":\\\\\\\"Offline\\\\\\\",\\\\\\\"PCF_3DViewer_Error_OfflineDescription\\\\\\\":\\\\\\\"Cannot access your content. Check your internet connection.\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CreateForm\\\\\\\":\\\\\\\"Upload File\\\\\\\",\\\\\\\"PCF_3DViewer_Error_CreateFormDescription\\\\\\\":\\\\\\\"This record hasn't been created yet. To view content, create this record\\\\\\\",\\\\\\\"PCF_3DViewer_Error_FileTooLarge\\\\\\\":\\\\\\\"File Too Large\\\\\\\",\\\\\\\"PCF_3DViewer_Error_FileTooLargeDescription\\\\\\\":\\\\\\\"The uploaded file is too large, ##LINK0## learn how to optimize your content. ##/LINK0##\\\\\\\",\\\\\\\"PCF_3DViewer_LongLoadLearnMore\\\\\\\":\\\\\\\"We're loading your model. If this is taking longer than expected, you might need to optimize your model for mixed reality. Click here to learn more.\\\\\\\",\\\\\\\"PCF_3DViewer_HangOnLargeFile\\\\\\\":\\\\\\\"Hang on, we are loading a large file ({0} downloaded)\\\\\\\",\\\\\\\"PCF_3DViewer_FinishingUp\\\\\\\":\\\\\\\"Finishing up ({0} downloaded)\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_PanLeft\\\\\\\":\\\\\\\"Move model right\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_PanRight\\\\\\\":\\\\\\\"Move model left\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_PanUp\\\\\\\":\\\\\\\"Move model down\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_PanDown\\\\\\\":\\\\\\\"Move model up\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_RotateLeft\\\\\\\":\\\\\\\"Rotate model clockwise\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_RotateRight\\\\\\\":\\\\\\\"Rotate model counter clockwise\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_TumbleUp\\\\\\\":\\\\\\\"Rotate model backward\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_TumbleDown\\\\\\\":\\\\\\\"Rotate model forward\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_ZoomIn\\\\\\\":\\\\\\\"Zoom in on model\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_ZoomOut\\\\\\\":\\\\\\\"Zoom out on model\\\\\\\",\\\\\\\"Keyboard_Camera_Aria_Reset\\\\\\\":\\\\\\\"Resetting camera on model\\\\\\\",\\\\\\\"Pin_Select_Aria\\\\\\\":\\\\\\\"Pin selected at coordinate X {0}. Y {1}. Z {2}.\\\\\\\",\\\\\\\"Enable_Marker_Detection\\\\\\\":\\\\\\\"Enable marker detection\\\\\\\",\\\\\\\"Enable_Marker_Detection_Description\\\\\\\":\\\\\\\"Detect markers placed in your physical space for accurate placement of media\\\\\\\",\\\\\\\"Marker_Detection_LearnMore\\\\\\\":\\\\\\\"Marker detection requires that you put a physical marker in your space. Click here to get the marker.\\\\\\\",\\\\\\\"Marker_Detection_Update_Required\\\\\\\":\\\\\\\"Marker detection in mixed reality is not supported on this version of Power Apps. Install the latest version from the store to enable this feature.\\\\\\\",\\\\\\\"PCF_3DViewer_Bytes\\\\\\\":\\\\\\\"bytes\\\\\\\",\\\\\\\"PCF_3DViewer_KB\\\\\\\":\\\\\\\"KB\\\\\\\",\\\\\\\"PCF_3DViewer_MB\\\\\\\":\\\\\\\"MB\\\\\\\",\\\\\\\"PCF_3DViewer_GB\\\\\\\":\\\\\\\"GB\\\\\\\",\\\\\\\"StudioPreview_NavBar_Title\\\\\\\":\\\\\\\"View {0}\\\\\\\",\\\\\\\"StudioPreview_NavBar_CloseButton_AccessibilityLabel\\\\\\\":\\\\\\\"Close\\\\\\\",\\\\\\\"PCF_3DViewer_Media\\\\\\\":\\\\\\\"Media\\\\\\\"}}}\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":16,\\\"IsControlSpecific\\\":false},{\\\"Type\\\":0,\\\"Path\\\":\\\"/PCF/fluentui-react.js\\\",\\\"ModifiedPath\\\":\\\"\\\",\\\"LoadingOrder\\\":5,\\\"IsControlSpecific\\\":false}]\",\"Properties\":\"[{\\\"Name\\\":\\\"Source\\\",\\\"DisplayName\\\":\\\"Source\\\",\\\"Description\\\":\\\"Content source (.glb for 3D objects, .png or .jpg for 2D images) of what to display in mixed reality\\\",\\\"Type\\\":6,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"https://raw.githubusercontent.com/microsoft/experimental-pcf-control-assets/master/default_cube.glb\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":true,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_ArButton_Source\\\",\\\"DescriptionResourceString\\\":\\\"PCF_ArButton_Source_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ObjectWidth\\\",\\\"DisplayName\\\":\\\"Object default width\\\",\\\"Description\\\":\\\"Default width of the object to be placed (X-axis); enter 0 to auto-size\\\",\\\"Type\\\":14,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_ArButton_Default_Width\\\",\\\"DescriptionResourceString\\\":\\\"Pcf_ArButton_Default_Width_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ObjectHeight\\\",\\\"DisplayName\\\":\\\"Object default height\\\",\\\"Description\\\":\\\"Default height of the object to be placed (Y-axis); enter 0 to auto-size\\\",\\\"Type\\\":14,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_ArButton_Default_Height\\\",\\\"DescriptionResourceString\\\":\\\"Pcf_ArButton_Default_Height_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ObjectDepth\\\",\\\"DisplayName\\\":\\\"Object default depth\\\",\\\"Description\\\":\\\"Default depth of the object to be placed (Z-axis); enter 0 to auto-size\\\",\\\"Type\\\":14,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_ArButton_Default_Length\\\",\\\"DescriptionResourceString\\\":\\\"Pcf_ArButton_Default_Length_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Units\\\",\\\"DisplayName\\\":\\\"Unit of measurement\\\",\\\"Description\\\":\\\"Base units to use for setting the size of the placed object: meters, centimeters, feet, inches\\\",\\\"Type\\\":1,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"Meters\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"Meters\\\",\\\"WebDefaultValue\\\":\\\"Meters\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[{\\\"Name\\\":\\\"AR_Meters\\\",\\\"DisplayName\\\":\\\"Meters\\\",\\\"Description\\\":\\\"Equal to 100 centimeters\\\",\\\"IsDefaultValue\\\":true,\\\"Value\\\":\\\"Meters\\\"},{\\\"Name\\\":\\\"AR_Centimeters\\\",\\\"DisplayName\\\":\\\"Centimeters\\\",\\\"Description\\\":\\\"Equal to 1/100 of a meter\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Centimeters\\\"},{\\\"Name\\\":\\\"AR_Feet\\\",\\\"DisplayName\\\":\\\"Feet\\\",\\\"Description\\\":\\\"Equal to 12 inches\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Feet\\\"},{\\\"Name\\\":\\\"AR_Inches\\\",\\\"DisplayName\\\":\\\"Inches\\\",\\\"Description\\\":\\\"Equal to 1/12 of a foot\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Inches\\\"}],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_Units\\\",\\\"DescriptionResourceString\\\":\\\"PCF_AR_Units_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"EnableShadows\\\",\\\"DisplayName\\\":\\\"Enable shadows\\\",\\\"Description\\\":\\\"Enable shadows for your models\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"true\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"ArButton_EnableShadows\\\",\\\"DescriptionResourceString\\\":\\\"ArButton_EnableShadows_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"EnableMarkerDetection\\\",\\\"DisplayName\\\":\\\"Enable marker detection\\\",\\\"Description\\\":\\\"Detect markers placed in your physical space for accurate placement of media\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Enable_Marker_Detection\\\",\\\"DescriptionResourceString\\\":\\\"Enable_Marker_Detection_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"EnableOcclusion\\\",\\\"DisplayName\\\":\\\"Enable occlusion\\\",\\\"Description\\\":\\\"3D virtual objects are hidden behind real physical surfaces\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"true\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"ArButton_EnableOcclusion\\\",\\\"DescriptionResourceString\\\":\\\"ArButton_EnableOcclusion_Description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Text\\\",\\\"DisplayName\\\":\\\"Text\\\",\\\"Description\\\":\\\"Button text\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"View in MR\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_Text\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_Text_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"AltText\\\",\\\"DisplayName\\\":\\\"Alternative text\\\",\\\"Description\\\":\\\"Alternative text for describing the mixed reality object\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_AltText\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_AltText_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Photos\\\",\\\"DisplayName\\\":\\\"Photos\\\",\\\"Description\\\":\\\"The photos from the last mixed reality session.\\\",\\\"Type\\\":5,\\\"Usage\\\":1,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"PCF_images_name\\\",\\\"DescriptionResourceString\\\":\\\"PCF_images_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisplayType\\\",\\\"DisplayName\\\":\\\"Display type\\\",\\\"Description\\\":\\\"Button display type: Icon, Text, IconText\\\",\\\"Type\\\":1,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"IconText\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"IconText\\\",\\\"WebDefaultValue\\\":\\\"IconText\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[{\\\"Name\\\":\\\"ARV_IconText\\\",\\\"DisplayName\\\":\\\"Icon + text\\\",\\\"Description\\\":\\\"Display both an icon and text\\\",\\\"IsDefaultValue\\\":true,\\\"Value\\\":\\\"IconText\\\"},{\\\"Name\\\":\\\"ARV_Text\\\",\\\"DisplayName\\\":\\\"Text\\\",\\\"Description\\\":\\\"Display text only\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Text\\\"},{\\\"Name\\\":\\\"ARV_Icon\\\",\\\"DisplayName\\\":\\\"Icon\\\",\\\"Description\\\":\\\"Display icon only\\\",\\\"IsDefaultValue\\\":false,\\\"Value\\\":\\\"Icon\\\"}],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_DisplayType\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_DisplayType_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PaddingTop\\\",\\\"DisplayName\\\":\\\"Padding top\\\",\\\"Description\\\":\\\"Button padding top\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"5\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PaddingTop\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PaddingTop_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PaddingBottom\\\",\\\"DisplayName\\\":\\\"Padding bottom\\\",\\\"Description\\\":\\\"Button padding bottom\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"5\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PaddingBottom\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PaddingBottom_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PaddingLeft\\\",\\\"DisplayName\\\":\\\"Padding left\\\",\\\"Description\\\":\\\"Button padding left\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"5\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PaddingLeft\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PaddingLeft_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PaddingRight\\\",\\\"DisplayName\\\":\\\"Padding right\\\",\\\"Description\\\":\\\"Button padding right\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"5\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PaddingRight\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PaddingRight_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"FillColor\\\",\\\"DisplayName\\\":\\\"Fill color\\\",\\\"Description\\\":\\\"Button fill color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#3860B2\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_FillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_FillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"TextColor\\\",\\\"DisplayName\\\":\\\"Text color\\\",\\\"Description\\\":\\\"Button text color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#FFFFFF\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_TextColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_TextColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"BorderStyle\\\",\\\"DisplayName\\\":\\\"Border style\\\",\\\"Description\\\":\\\"Button border style: solid, dashed, dotted, none\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"solid\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_BorderStyle\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_BorderStyle_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"BorderThickness\\\",\\\"DisplayName\\\":\\\"Border thickness\\\",\\\"Description\\\":\\\"Button border thickness (width)\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"2\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_BorderThickness\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_BorderThickness_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"BorderFillColor\\\",\\\"DisplayName\\\":\\\"Border fill color\\\",\\\"Description\\\":\\\"Border fill color of the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#2f5197\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_BorderFillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_BorderFillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"BorderRadius\\\",\\\"DisplayName\\\":\\\"Border radius\\\",\\\"Description\\\":\\\"Border radius of the button: 0 creates a rectangular button, 100 creates a circular button\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"10\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_BorderRadius\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_BorderRadius_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Font\\\",\\\"DisplayName\\\":\\\"Font\\\",\\\"Description\\\":\\\"Font of the text on the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"'Open Sans', sans-serif\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_Font\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_Font_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"FontSize\\\",\\\"DisplayName\\\":\\\"Font size\\\",\\\"Description\\\":\\\"Font size of the text on the button\\\",\\\"Type\\\":16,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"20\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_FontSize\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_FontSize_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"FontWeight\\\",\\\"DisplayName\\\":\\\"Font weight\\\",\\\"Description\\\":\\\"Font weight of the text on the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"600\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_FontWeight\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_FontWeight_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Italic\\\",\\\"DisplayName\\\":\\\"Italic\\\",\\\"Description\\\":\\\"Italic\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Italic_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Italic_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Underline\\\",\\\"DisplayName\\\":\\\"Underline\\\",\\\"Description\\\":\\\"Underline\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Underline_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Underline_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Strikethrough\\\",\\\"DisplayName\\\":\\\"Strikethrough\\\",\\\"Description\\\":\\\"Strikethrough\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Strikethrough_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Strikethrough_Desc_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"TextAlignment\\\",\\\"DisplayName\\\":\\\"Text alignment\\\",\\\"Description\\\":\\\"Text alignment of the text on the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"center\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_TextAlignment\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_TextAlignment_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"VerticalAlign\\\",\\\"DisplayName\\\":\\\"Vertical alignment\\\",\\\"Description\\\":\\\"Vertical alignment of the text on the button\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"middle\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_VerticalAlign\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_VerticalAlign_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Disabled\\\",\\\"DisplayName\\\":\\\"Disabled\\\",\\\"Description\\\":\\\"Sets the button as disabled\\\",\\\"Type\\\":20,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"false\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":null,\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_Disabled\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_Disabled_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisabledContentColor\\\",\\\"DisplayName\\\":\\\"Disabled color\\\",\\\"Description\\\":\\\"Sets the disabled button content color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#A6A6A6\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_DisabledColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_DisabledColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisabledFillColor\\\",\\\"DisplayName\\\":\\\"Disabled fill color\\\",\\\"Description\\\":\\\"Sets the disabled button fill color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#F4F4F4\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_DisabledFillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_DisabledFillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisabledBorderColor\\\",\\\"DisplayName\\\":\\\"Disabled border color\\\",\\\"Description\\\":\\\"Sets the disabled button border color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#A6A6A6\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_DisabledBorderColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_DisabledBorderColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PressedContentColor\\\",\\\"DisplayName\\\":\\\"Pressed color\\\",\\\"Description\\\":\\\"Sets the pressed button content color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#3860b2\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PressedColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PressedColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PressedFillColor\\\",\\\"DisplayName\\\":\\\"Pressed fill color\\\",\\\"Description\\\":\\\"Sets the pressed button fill color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#FFFFFF\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PressedFillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PressedFillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PressedBorderColor\\\",\\\"DisplayName\\\":\\\"Pressed border color\\\",\\\"Description\\\":\\\"Sets the pressed button border color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#3860b2\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_PressedBorderColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_PressedBorderColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"HoverContentColor\\\",\\\"DisplayName\\\":\\\"Hover color\\\",\\\"Description\\\":\\\"Sets the hover button content color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#FFFFFF\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_HoverColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_HoverColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"HoverFillColor\\\",\\\"DisplayName\\\":\\\"Hover fill color\\\",\\\"Description\\\":\\\"Sets the hover button fill color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#2f5197\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_HoverFillColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_HoverFillColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"HoverBorderColor\\\",\\\"DisplayName\\\":\\\"Hover border color\\\",\\\"Description\\\":\\\"Sets the hover button border color\\\",\\\"Type\\\":6,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"#5873ab\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":null,\\\"HelperUI\\\":\\\"color\\\",\\\"Category\\\":\\\"Design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":[],\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Button_Base_HoverBorderColor\\\",\\\"DescriptionResourceString\\\":\\\"Button_Base_HoverBorderColor_description\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Items\\\",\\\"DisplayName\\\":\\\"Sources List(##PCFDatasetItems##)\\\",\\\"Description\\\":\\\"Provide multiple sources to be placed in mixed reality\\\",\\\"Type\\\":26,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Sources List\\\",\\\"DescriptionResourceString\\\":\\\"Provide multiple sources to be placed in mixed reality\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Selected\\\",\\\"DisplayName\\\":\\\"Sources List(##PCFDatasetSelected##)\\\",\\\"Description\\\":\\\"Provide multiple sources to be placed in mixed reality\\\",\\\"Type\\\":5,\\\"Usage\\\":1,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"Items\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Sources List\\\",\\\"DescriptionResourceString\\\":\\\"Provide multiple sources to be placed in mixed reality\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"SelectedItems\\\",\\\"DisplayName\\\":\\\"Sources List(##PCFDatasetSelectedItems##)\\\",\\\"Description\\\":\\\"Provide multiple sources to be placed in mixed reality\\\",\\\"Type\\\":26,\\\"Usage\\\":1,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"Items\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Sources List\\\",\\\"DescriptionResourceString\\\":\\\"Provide multiple sources to be placed in mixed reality\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ItemsSource\\\",\\\"DisplayName\\\":\\\"Source\\\",\\\"Description\\\":\\\"Content source (3D models or images) of what to display in mixed reality\\\",\\\"Type\\\":3,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":true,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"Items\\\",\\\"DisplayNameResourceString\\\":\\\"Sources_Property_Source_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Sources_Property_Source_Description_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ItemsLabel\\\",\\\"DisplayName\\\":\\\"Label\\\",\\\"Description\\\":\\\"Label used when showing the source in a list\\\",\\\"Type\\\":3,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"Items\\\",\\\"DisplayNameResourceString\\\":\\\"Sources_Property_Label_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Sources_Property_Label_Description_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ItemsThumbnail\\\",\\\"DisplayName\\\":\\\"Thumbnail\\\",\\\"Description\\\":\\\"Thumbnail displayed when showing the source in a list\\\",\\\"Type\\\":3,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"Items\\\",\\\"DisplayNameResourceString\\\":\\\"Sources_Property_Thumbnail_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Sources_Property_Thumbnail_Description_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ItemsObjectWidth\\\",\\\"DisplayName\\\":\\\"Object width\\\",\\\"Description\\\":\\\"Width of the object to be placed (X-axis)\\\",\\\"Type\\\":3,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"Items\\\",\\\"DisplayNameResourceString\\\":\\\"Sources_Property_Width_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Sources_Property_Width_Description_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ItemsObjectHeight\\\",\\\"DisplayName\\\":\\\"Object height\\\",\\\"Description\\\":\\\"Height of the object to be placed (Y-axis)\\\",\\\"Type\\\":3,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"Items\\\",\\\"DisplayNameResourceString\\\":\\\"Sources_Property_Height_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Sources_Property_Height_Description_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"ItemsObjectDepth\\\",\\\"DisplayName\\\":\\\"Object depth\\\",\\\"Description\\\":\\\"Depth of the object to be placed (Z-axis)\\\",\\\"Type\\\":3,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"data\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"Items\\\",\\\"DisplayNameResourceString\\\":\\\"Sources_Property_Depth_Display_Key\\\",\\\"DescriptionResourceString\\\":\\\"Sources_Property_Depth_Description_Key\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"PCFTeamsTheme\\\",\\\"DisplayName\\\":\\\"PCFTeamsTheme\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":3,\\\"Usage\\\":0,\\\"Hidden\\\":true,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":\\\"\\\",\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false}]\",\"IncludedProperties\":\"[{\\\"Name\\\":\\\"X\\\",\\\"DisplayName\\\":\\\"CC_X\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"CC_X\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Y\\\",\\\"DisplayName\\\":\\\"CC_Y\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"CC_Y\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Width\\\",\\\"DisplayName\\\":\\\"Width\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"280\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"280\\\",\\\"WebDefaultValue\\\":\\\"280\\\",\\\"NullDefaultValue\\\":\\\"0\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Width\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Height\\\",\\\"DisplayName\\\":\\\"Height\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"70\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"70\\\",\\\"WebDefaultValue\\\":\\\"70\\\",\\\"NullDefaultValue\\\":\\\"0\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Height\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Visible\\\",\\\"DisplayName\\\":\\\"Visible\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":4,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"true\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Visible\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"DisplayMode\\\",\\\"DisplayName\\\":\\\"DisplayMode\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":27,\\\"Usage\\\":2,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"DisplayMode\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"TabIndex\\\",\\\"DisplayName\\\":\\\"TabIndex\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":2,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"0\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"TabIndex\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false},{\\\"Name\\\":\\\"Tooltip\\\",\\\"DisplayName\\\":\\\"Tooltip\\\",\\\"Description\\\":\\\"\\\",\\\"Type\\\":3,\\\"Usage\\\":0,\\\"Hidden\\\":false,\\\"DefaultValue\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"PhoneDefaultValue\\\":\\\"\\\",\\\"WebDefaultValue\\\":\\\"\\\",\\\"NullDefaultValue\\\":\\\"\\\",\\\"HelperUI\\\":\\\"\\\",\\\"Category\\\":\\\"design\\\",\\\"IsPrimaryBehavioral\\\":false,\\\"IsPrimaryInput\\\":false,\\\"IsPrimaryOutput\\\":false,\\\"IsResettable\\\":false,\\\"EnumValues\\\":null,\\\"Required\\\":false,\\\"IsDataSourceProperty\\\":false,\\\"PassThroughProperty\\\":\\\"\\\",\\\"ShouldAutoBind\\\":false,\\\"ParentDataSetName\\\":\\\"\\\",\\\"DisplayNameResourceString\\\":\\\"Tooltip\\\",\\\"DescriptionResourceString\\\":\\\"\\\",\\\"IsResettableToManifestDefault\\\":false,\\\"IsLinkableToParentTheme\\\":false}]\",\"Events\":\"[{\\\"Name\\\":\\\"OnMixedRealitySelect\\\",\\\"DisplayName\\\":\\\"On Mixed Reality Select\\\",\\\"Description\\\":\\\"Event to be triggered after the user returns from the View in MR screen\\\",\\\"PfxDefaultValue\\\":null,\\\"Hidden\\\":false,\\\"IsPrimaryInput\\\":false}]\",\"CommonEvents\":\"[{\\\"Name\\\":\\\"OnChange\\\",\\\"DisplayName\\\":\\\"OnChange\\\",\\\"Description\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"Hidden\\\":false,\\\"IsPrimaryInput\\\":false},{\\\"Name\\\":\\\"OnSelect\\\",\\\"DisplayName\\\":\\\"OnSelect\\\",\\\"Description\\\":\\\"\\\",\\\"PfxDefaultValue\\\":null,\\\"Hidden\\\":false,\\\"IsPrimaryInput\\\":false}]\",\"PropertyDependencies\":\"[{\\\"Input\\\":\\\"Text\\\",\\\"Output\\\":\\\"Photos\\\",\\\"RequiredFor\\\":\\\"schema\\\"},{\\\"Input\\\":\\\"Items\\\",\\\"Output\\\":\\\"Selected\\\",\\\"RequiredFor\\\":\\\"\\\"},{\\\"Input\\\":\\\"Items\\\",\\\"Output\\\":\\\"SelectedItems\\\",\\\"RequiredFor\\\":\\\"\\\"}]\",\"SubscribedFunctionalities\":\"{\\\"sharedTemplate\\\":\\\"false\\\",\\\"requiresCameraAccess\\\":\\\"true\\\"}\",\"AuthConfigProperties\":\"[{\\\"Text\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"AltText\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"DisplayType\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Source\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"ObjectWidth\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"ObjectHeight\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"ObjectDepth\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Units\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"EnableShadows\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"EnableMarkerDetection\\\":{\\\"SectionIndex\\\":1,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Items\\\":{\\\"SectionIndex\\\":2,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Visible\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"X\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Position\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Y\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Position\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Width\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Size\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Height\\\":{\\\"SectionIndex\\\":3,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Size\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PaddingTop\\\":{\\\"SectionIndex\\\":4,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PaddingBottom\\\":{\\\"SectionIndex\\\":4,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PaddingLeft\\\":{\\\"SectionIndex\\\":4,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PaddingRight\\\":{\\\"SectionIndex\\\":4,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Font\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":33,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"FontSize\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"FontWeight\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":34,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"TextAlignment\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":40,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"VerticalAlign\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":42,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Italic\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Style\\\",\\\"SectionName\\\":null,\\\"Type\\\":35,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Underline\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Style\\\",\\\"SectionName\\\":null,\\\"Type\\\":36,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Strikethrough\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Style\\\",\\\"SectionName\\\":null,\\\"Type\\\":37,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"BorderRadius\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"TextColor\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"Color\\\",\\\"SectionName\\\":null,\\\"Type\\\":31,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"FillColor\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"Color\\\",\\\"SectionName\\\":null,\\\"Type\\\":32,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"BorderStyle\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Border\\\",\\\"SectionName\\\":null,\\\"Type\\\":30,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"BorderThickness\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"Border\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"BorderFillColor\\\":{\\\"SectionIndex\\\":5,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"Border\\\",\\\"SectionName\\\":null,\\\"Type\\\":29,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Disabled\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":null,\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"DisabledContentColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"DisabledColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":31,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"DisabledFillColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"DisabledColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":32,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"DisabledBorderColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"DisabledColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":29,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PressedContentColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"PressedColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":31,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PressedFillColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"PressedColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":32,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PressedBorderColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"PressedColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":29,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"HoverContentColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"HoverColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":31,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"HoverFillColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"HoverColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":32,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"HoverBorderColor\\\":{\\\"SectionIndex\\\":6,\\\"HelperUI\\\":\\\"color\\\",\\\"PropertyGroupName\\\":\\\"HoverColor\\\",\\\"SectionName\\\":null,\\\"Type\\\":29,\\\"PropertyKind\\\":2,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null}},{\\\"Font\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"FontSize\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"FontWeight\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Italic\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Underline\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Strikethrough\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"TextAlignment\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"VerticalAlign\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Visible\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Disabled\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PaddingTop\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PaddingBottom\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PaddingLeft\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PaddingRight\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"X\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Y\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Width\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"Height\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"BorderRadius\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"TextColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"FillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"BorderStyle\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"BorderThickness\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"BorderFillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"HoverContentColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"HoverFillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"HoverBorderColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"DisabledContentColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"DisabledFillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"DisabledBorderColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PressedContentColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PressedFillColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null},\\\"PressedBorderColor\\\":{\\\"SectionIndex\\\":0,\\\"HelperUI\\\":null,\\\"PropertyGroupName\\\":\\\"\\\",\\\"SectionName\\\":\\\"Design\\\",\\\"Type\\\":0,\\\"PropertyKind\\\":1,\\\"WizardStep\\\":null,\\\"EnabledForFlyout\\\":false,\\\"Hidden\\\":false,\\\"SectionType\\\":null}}]\"}", "FirstParty": true, "Id": "http://microsoft.com/appmagic/powercontrol/ViewInMR", "IsComponentDefinition": false, @@ -910,7 +866,7 @@ } ] }, - "Version": "1.335" + "Version": "1.337" } }, "PCFDynamicSchemaForIRRetrieval": { @@ -925,224 +881,243 @@ }, "PublishOrderIndices": { "App": 0, - "btnBackground": 165, - "btnCoffeeOverLay": 45, - "btnFilter": 39, - "btnItemGroup": 62, - "btnLoadOrderSummary": 119, - "btnMeasurementOverlay": 26, - "btnNo": 168, - "btnPickFromList": 15, - "btnQCAddItemBackground": 81, - "btnQCAddItemBackItemDetails": 104, - "btnQCAddItemBackOS": 142, - "btnQCBackground": 76, - "btnQCBackgroundItemDetails": 101, - "btnQCBackgroundOS": 139, - "btnQCQuantity": 80, - "btnQCQuantityItemDetails": 103, - "btnQCQuantityOS": 141, - "btnQCRemoveItemBack": 79, - "btnQCRemoveItemBackgroundItemDetails": 102, - "btnQCRemoveItemBackOS": 140, - "btnQuantity": 82, - "btnQuantityItemDetails": 108, - "btnQuantityOrderSummary": 147, - "btnReviewSelectedItems": 64, - "btnSaveMeasurement": 33, - "btnScanItem": 5, - "btnSubmitOrder": 121, - "btnUseAsFilter": 27, - "btnYes": 169, - "Button2": 160, - "Button3_1": 56, + "btnBackground": 171, + "btnCustomerOverlay": 29, + "btnFilter": 60, + "btnFunctionLoadOrderSummary": 134, + "btnLearnMore": 14, + "btnMeasurementOverlay": 44, + "btnMRMeasure": 30, + "btnNo": 174, + "btnQCAddItemBackground": 116, + "btnQCAddItemBackOS": 148, + "btnQCBackground": 111, + "btnQCBackgroundOS": 145, + "btnQCQuantity": 115, + "btnQCQuantityOS": 147, + "btnQCRemoveItemBack": 114, + "btnQCRemoveItemBackOS": 146, + "btnQuantity": 117, + "btnQuantityOrderSummary": 153, + "btnReviewSelectedItems": 121, + "btnSaveMeasurement": 54, + "btnSelectCoffeeMachine": 90, + "btnStartMeasure&Select": 3, + "btnStartSelect": 4, + "btnSubmitOrder": 161, + "btnUseAsFilter": 47, + "btnYes": 175, "Coffee Machine screen": 0, "Coffee Machines List Screen": 0, "comBigDivider": 115, - "comBigDivider_1": 96, - "comBigDivider_2": 125, + "comBigDividerBlack": 115, "comBigDividerBottom": 59, - "comBigDividerBottomSummary": 120, + "comBigDividerBottomSummary": 162, + "comBigDividerSummeryTop": 130, + "comCustomerListBigDividerBlack": 20, "comLoadingOverlay": 75, - "comLoadingOverlaySummaryScreen": 128, - "comSelectItemDividerButton": 86, - "comSelectItemsDivider": 85, - "comSelectItemsDividerCoffee": 48, - "comSelectItemsDividerCoffeePage": 53, + "comLoadingOverlaySummaryScreen": 133, + "comSelectItemDividerButton": 120, + "comSelectItemsDivider": 101, + "comSelectItemsDividerCoffee": 63, + "comSelectItemsDividerCoffeePage": 80, "comYesNoDialog": 38, - "comYesNoDialogCheckout": 127, - "comYesNoDialogDeleteDraft": 65, - "conActions": 13, - "conButtom": 87, - "conButtons": 167, - "conCoffeeFilter": 38, - "conCoffeeHeader": 49, - "conCoffeeList": 34, - "conCoffeeListContent": 41, - "conCoffeeListHeader": 35, - "conCoffeeMachine": 44, - "conContent": 134, - "conDialog": 164, - "conEditOverlay": 28, - "conHeader": 149, - "conInfoContent": 6, - "conInfoTitle": 7, - "conItemDetails": 92, - "conItemDetailsTop": 93, - "conItemExtraInfo": 115, - "conItemImage": 110, - "conItemInfoLayout": 116, - "conItemInformation": 144, - "conItemMainInfo": 97, - "conMeasurementContainer": 24, - "conMeasurementContent": 17, - "conMeasurementHeader": 18, - "conMid": 66, - "conOrderSummaryHeader": 122, - "conQuantityControl": 75, - "conQuantityControlItemDetails": 100, - "conQuantityControlOrderSummary": 136, - "conStartContent": 0, - "conSuccessContent": 155, - "Container3": 2, - "conTop": 57, - "conTotal": 131, - "Debug screen": 0, - "Extra Screen": 0, + "comYesNoDialogCheckout": 132, + "comYesNoDialogDeleteDraft": 99, + "conAboutHeader": 8, + "conButtom": 122, + "conButtons": 173, + "conCoffeeActions": 88, + "conCoffeeFilter": 59, + "conCoffeeHeader": 77, + "conCoffeeList": 55, + "conCoffeeListContent": 62, + "conCoffeeListHeader": 56, + "conCoffeeMachine": 76, + "conCoffeeMachineContent": 67, + "conCoffeeMachineImage": 68, + "conCoffeeMachineTexts": 71, + "conCoffeeMainDetails": 81, + "conCoffeeSubDetails": 85, + "conContent": 140, + "conCustomerContent": 23, + "conCustomerLayout": 25, + "conCustomerList": 15, + "conCustomerListContent": 19, + "conCustomerListHeader": 16, + "conDialog": 170, + "conEditMeasurement": 49, + "conEditOverlay": 48, + "conHeader": 155, + "conInfoScreenContent": 7, + "conItemGroupcontent": 96, + "conItemInformation": 150, + "conLearnMore": 12, + "conMeasureEditButton": 53, + "conMeasurement": 39, + "conMeasurementContent": 32, + "conMeasurementHeader": 33, + "conMeasurementValue": 40, + "conMid": 100, + "conOrderSummaryHeader": 127, + "conQuantityControl": 110, + "conQuantityControlOrderSummary": 142, + "conStartButtons": 2, + "conStartSubContent": 0, + "conSuccessContent": 163, + "Container2": 46, + "conTop": 91, + "conTotal": 137, + "Customer List Screen": 0, "Extras List Screen": 0, - "figItemOverlay": 69, - "figItemOverlayOrderSummary": 135, - "figItemSeparator": 84, - "figItemSeparatorOrderSummary": 148, - "galCoffeeMachine": 42, - "galItemGroups": 60, - "galItems": 67, - "galleryTemplate1": 43, - "galleryTemplate1_2": 68, - "galleryTemplate1_3": 130, - "galleryTemplate2": 23, - "galleryTemplate4_3": 61, - "galMeasurements": 22, - "galOrderSummary": 129, + "figCoffeeMachineOverlay": 66, + "figCoffeeMachineSeperator": 75, + "figCustomerListSeperator": 31, + "figItemOverlay": 104, + "figItemOverlayOrderSummary": 141, + "figItemSeparator": 119, + "figItemSeparatorOrderSummary": 154, + "figMeasurementSeparator": 45, + "galCoffeeMachine": 64, + "galCustomers": 21, + "galItemGroups": 94, + "galItems": 102, + "galleryTemplate1": 65, + "galleryTemplate1_1": 22, + "galleryTemplate1_2": 103, + "galleryTemplate1_3": 136, + "galleryTemplate2": 38, + "galleryTemplate4_3": 95, + "galMeasurements": 37, + "galOrderSummary": 135, "Host": 0, - "HTMLDivider_1": 161, - "HTMLDivider_2": 162, - "htmlItemDetailsImageShadow": 112, - "htmlItemImageShadow": 70, - "icnAddItem": 74, - "icnAddItemDetails": 107, - "icnBack": 123, - "icnCloseActionScreen": 16, - "icnCloseInfoPage": 11, - "icnCloseItemDetails": 95, - "icnCloseMeasurement": 30, - "icnCoffeeListHeaderBack": 37, - "icnDeleteSelection": 59, - "icnHeaderExpandedState": 153, - "icnInfoIcon": 9, - "icnLearnMore": 1, - "icnLogoPlaceholder": 3, - "icnQCAddItem": 78, - "icnQCAddItemItemDetails": 106, - "icnQCAddItemOS": 138, - "icnQCRemoveItem": 77, - "icnQCRemoveItemItemDetails": 105, - "icnQCRemoveItemOS": 137, - "icnRemoveFilter": 40, - "icnSuccess": 156, - "Icon2": 12, - "Icon3": 20, - "Icon4_2": 51, - "Image1": 52, - "Image1_1": 158, - "Image2": 170, - "Image6": 54, - "imgCoffeeMachine": 46, - "imgItemDetailsImage": 113, - "imgItemImage": 72, - "imgItemImageOrderSummary": 143, - "imgMeasurements": 21, + "htmlCoffeeMachineImageShadow": 69, + "HTMLDivider_1": 166, + "HTMLDivider_2": 168, + "HTMLDivider_3": 167, + "htmlItemImageShadow": 105, + "icnAddItem": 109, + "icnCloseMeasurement": 50, + "icnHeaderExpandedState": 159, + "icnQCAddItem": 113, + "icnQCAddItemOS": 144, + "icnQCRemoveItem": 112, + "icnQCRemoveItemOS": 143, + "icnSelectCoffeeMachine": 74, + "imgCloseCustomerPage": 18, + "imgCloseInfoPage": 6, + "imgCoffeeMachineBack": 79, + "imgCoffeeMachineImage": 70, + "imgCoffeeMachineListBack": 58, + "imgCustomerIcon": 24, + "imgEdit": 43, + "imgInfoIcon": 10, + "imgItemImage": 108, + "imgItemImageOrderSummary": 149, + "imgLearnMore": 5, + "imgLoadingSpinner": 176, + "imgLogo": 1, + "imgMeasurements": 36, + "imgRelatedProductsBack": 93, + "imgRemoveFilter": 61, + "imgSelectCustomer": 28, + "imgSelectCustomer_1": 35, + "imgSelectedCoffeeMachine": 84, + "imgSuccess": 164, + "ImgSummaryBack": 129, "Info Screen": 0, - "inpMeasurementValue": 32, - "Label1": 4, - "Label2": 19, - "Label4_7": 50, - "lblCoffeeListHeader": 36, - "lblCurrentOrderNumber": 126, - "lblCurrentOrderTable": 124, - "lblDescription": 47, - "lblDialogMessage": 166, - "lblGroupNameExtra": 152, - "lblInfoHeader": 8, - "lblInfoText": 10, - "lblItemDetailsHeader": 94, - "lblItemDisplayName": 73, - "lblItemDisplayName_1": 145, - "lblItemPrice": 83, - "lblItemPrice_1": 146, - "lblItemTotalSum": 133, - "lblMeasurement": 25, - "lblMeasurementName": 31, - "lblSelectedItemName": 99, - "lblSelectedItemPrice": 109, - "lblSelectedItemsSumValue": 90, - "lblSelectedItemSum": 88, - "lblSelectedTotal": 89, - "lblSelectedTotalValue": 91, - "lblSelectItemsHeader": 58, - "lblSumCost": 151, - "lblTotalOrder": 132, + "inpMeasurementValue": 52, + "lblCoffeeListHeader": 57, + "lblCoffeeMachineDetailsName": 82, + "lblCoffeeMachineDetailsPrice": 83, + "lblCoffeeMachineDisplayName": 72, + "lblCoffeeMachineName": 78, + "lblCoffeeMachinePrice": 73, + "lblCurrentOrderNumber": 131, + "lblCurrentOrderTable": 128, + "lblCustomerContact": 27, + "lblCustomerListHeader": 17, + "lblCustomerName": 26, + "lblDialogMessage": 172, + "lblGroupNameExtra": 158, + "lblInfoHeader": 9, + "lblInfoText": 11, + "lblItemDisplayName": 106, + "lblItemGroup": 97, + "lblItemPrice": 118, + "lblItemSummaryDisplayName": 151, + "lblItemSummaryPrice": 152, + "lblItemTotalSum": 139, + "lblLearnMoreText": 13, + "lblLoadingMessage": 177, + "lblMeasurement": 42, + "lblMeasurementLabel": 41, + "lblMeasurementName": 51, + "lblMRMeasurementTitle": 34, + "lblSelectedItemsSumValue": 125, + "lblSelectedItemSum": 123, + "lblSelectedTotal": 124, + "lblSelectedTotalValue": 126, + "lblSelectItemsHeader": 92, + "lblSubDetailsHeader": 86, + "lblSubDetailsValue": 87, + "lblSumCost": 157, + "lblTotalOrder": 138, "Measurement Screen": 0, - "mrStartMeasure": 14, - "recBackgroundOverlay": 163, - "recCurrentOrderDivider": 154, - "recDialogBackground": 29, - "recImageOverlay": 114, - "recItemGroupUnderline": 63, - "recItemImageOverlay": 71, - "recItemQuantityOverlayExtraInfo": 118, - "recItemQuantityOverlayMiddel": 111, - "recItemQuantityOverlayTop": 98, - "recOverLay": 150, - "Start Measure Screen": 0, + "recBackgroundOverlay": 169, + "recCurrentOrderDivider": 160, + "recItemGroupUnderline": 98, + "recItemImageOverlay": 107, + "recOverLay": 156, "Start Screen": 0, "Success Screen": 0, "Summary Screen": 0, - "Timer1": 157, - "txtItemLongDescription": 117, - "ViewInMR1": 55, - "ViewInMR1_1": 159 + "timeSuccess": 165, + "ViewInMRControl": 89 }, "ResourcesJsonIndices": { - "Image-loading-spinner": 2, + "Image-Coffee MR customer icon": 3, + "Image-Coffee MR customerlist dismiss icon": 5, + "Image-Coffee MR customerlist select icon": 8, + "Image-Coffee MR edit icon": 7, + "Image-Coffee MR general top back arrow": 9, + "Image-Coffee MR info screen dismiss icon": 10, + "Image-Coffee MR info screen info icon": 11, + "Image-Coffee MR start screen info icon": 12, + "Image-Coffee MR succes icon": 13, + "Image-Coffee MR top measurement dismiss icon": 14, + "Image-Coffee MR_Dimensions illustration_X2": 4, + "Image-Coffee MR_logotype and logo_x2": 2, + "Image-Coffee-MR_spinner_light-aqua_X2": 6, "Image-placeholder": 1, "Image-SampleImage": 0 }, "RuleScreenIdWithoutScreen": {}, "TemplateVersions": {}, "VolatileProperties": { - "AnalysisLoadTime": 0.86489720000000003, + "AnalysisLoadTime": 1.0264173000000001, "ControlCount": { "3c030ee18d5d4acdb0591f7d2f3b76c5": 3, + "67013d32c0a14aebbe9675e8fecfc8ea": 2, "6fb90aa8ffd54e19b18c457ebdeb2dc1": 3, "915e100f11f94a0788a92a9b222034eb": 2, - "button": 31, - "de7c539bf4c442168c2b65f992559846": 6, - "gallery": 5, - "galleryTemplate": 5, - "groupContainer": 35, - "htmlViewer": 4, - "icon": 24, - "image": 9, - "label": 28, + "button": 26, + "de7c539bf4c442168c2b65f992559846": 5, + "gallery": 6, + "galleryTemplate": 6, + "groupContainer": 44, + "htmlViewer": 5, + "icon": 8, + "image": 21, + "label": 35, "MeasureInMR": 1, - "rectangle": 14, - "screen": 11, - "text": 2, + "rectangle": 13, + "screen": 9, + "text": 1, "timer": 1, - "ViewInMR": 2 + "ViewInMR": 1 }, - "DeserializationLoadTime": 2.7639255 + "DeserializationLoadTime": 2.4614826000000001 }, "WasLocalDatabaseReferencesEmpty": true } \ No newline at end of file diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Entropy/checksum.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Entropy/checksum.json index 9c9e55c..e192348 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Entropy/checksum.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Entropy/checksum.json @@ -4,69 +4,91 @@ "IsLocalBuild": false }, "ClientPerFileChecksums": { - "AppCheckerResult.sarif": "C8_pTG34Uglck79G6yxZjrSQfHamJRj4lDl1RnC55FE/xo=", - "Assets\\Images\\a8380748-623c-40a8-ab3e-c250bfa57f03.gif": "C8_bpq4khY6bVfs/YOFlTbCsQOAgP9e8nOZP9jICBJ7zCM=", + "AppCheckerResult.sarif": "C8_muzoBBI5rWm+XneaymZ81SVd39UsiL5GbVGyqjeIVAM=", + "Assets\\Images\\17a7b356-a3a5-4a54-852f-ce15075a724b.svg": "C8_XxJce2v5h+RcYEAJ9glyePAOzt5UuwQ94AnWHaoHPsQ=", + "Assets\\Images\\34439065-9f94-42d4-ab76-5b7bd72040d1.svg": "C8_RY3e0gQwkXRnE98GStm31dliitCp4fIUlbr74m0Wv9I=", + "Assets\\Images\\3c3815d9-b67b-4b58-ac96-39ad0fe950e7.svg": "C8_zodI9D8stNMGKAveVJKrc1PBCFduP2LVmmm/9f05rvU=", + "Assets\\Images\\5245a325-56ad-4090-9b7d-19fe0d256bab.svg": "C8_qMO3nck3CMJ28sQkr0bMNeqfIz4DOw34CJu6Hcvqvxw=", + "Assets\\Images\\667aaf2c-3750-45c9-9188-f6f47248f2cd.gif": "C8_dwE7tMTtPgIrtTZLkjuodXxmn0kBoyrlUE1odrFPWic=", + "Assets\\Images\\871d7ff9-d9c4-4a6e-aa91-9dc0024069f3.svg": "C8_H9GRhwqOG/tLRPhBXnbkfruGwgUF1cFPh/zZLUJaADQ=", + "Assets\\Images\\88bc3f07-882f-440d-9394-9fdacafd1ab1.png": "C8_ZbJNZtGfSaX3thm3ohvcaxyDgP8TY9Ik0bziS0sHNJk=", + "Assets\\Images\\88fa0b75-e761-41f1-b95e-5e73f5ac1f5d.svg": "C8_tF7UvMgsbWF8EhyMbyXKwhOqDzeJXY6+/4SRHReMvIU=", + "Assets\\Images\\8b798777-ec50-4612-8fff-64aa9c09c704.png": "C8_GhpifAHSKMXaKYy7tfJ6PO1jGUKbXyCAJo76SErnh/A=", + "Assets\\Images\\a33a4fcb-fc20-4e37-862d-e83f7b9acab1.png": "C8_w+hp+J6dSNtRcnFWDisGRHLkpAzDWr74VzolJtd1Jpk=", + "Assets\\Images\\bb887973-c9fa-4300-856a-2c60416d778c.svg": "C8_2ZySPIrPygRe96/aIOGA0Qa4ncBgaG/YVM+XnsjWax4=", "Assets\\Images\\c940736a-1400-4426-9ca0-082919baf7a1.png": "C8_zF4fAHdTAtPVzTWzMt911EA2n+CUVHfhsrxvh1oDl0Y=", - "Components\\10.json": "C8_jYca77a+VTdkJA/4mv37Vj4rp1L1CewuCsEBb4PmANs=", - "Components\\4.json": "C8_7cYx9ODosJq71o4XsQHLC1uMUP2Vgs6OHynDsONLZbQ=", - "Components\\6.json": "C8_ZU6t8qcqCNEJHaw0gRmMuXXB6wKn2722k/WF5hkJj3c=", - "Components\\8.json": "C8_LW5pOixRsM1zPqHJUR369n6HSLx3scwMq4RmBzeJa00=", - "ComponentsMetadata.json": "C8_4mjGXxkvZKys4c+XWzLwo4g4YQpb5rnlYbBlChuGvvk=", - "Controls\\1.json": "C8_qE1MtO9LZAc7BBF2krXsq6HoxSMYjd36ysEbMqs+ZVA=", - "Controls\\103.json": "C8_HEK1jWOE3YDNhEap/3/BLVOidBl1GLke6tmnDNNofec=", - "Controls\\111.json": "C8_AOuQF10s9uGbiRdbcNpmOtCVd15O/ihQJUJBVR/aAGk=", - "Controls\\116.json": "C8_q5cikrAbITqvTcQ5UptoI4yRtmes4p7Hu2uijMONxrM=", - "Controls\\134.json": "C8_5VJLErZhy28fjHc1NDzC6zm/y85xlwVZD7H73ws5kxE=", - "Controls\\138.json": "C8_ZI+aEhDKlHNvtwNGM7dI3TO8jZHTUNwlcbL29rbv3d8=", - "Controls\\174.json": "C8_pawt8dB+BBfKE82sGMy0y1feSbKUmWlvNswSMhlX95E=", - "Controls\\18.json": "C8_gc0PvuD1dQV2P5s2uWkGJfVcQVMmNPtP9WOs2y2VJ5Y=", - "Controls\\55.json": "C8_AlRDPULiveN85hf7mQx8Whi+7UNkf6dS0QLbODADiOw=", - "Controls\\59.json": "C8_DPfpla7THODOpm6B6+YP8y7j4schlq1VaT1+UxfWpj8=", - "Controls\\68.json": "C8_w8a+1vfXMwj+KW4jrfjbcRXDdLXX/rjOZp5R946yH4I=", - "Controls\\96.json": "C8_DwhuRUTiSJLUgbuzTtYxXqz3Z0cX+thSyZh0YVzIWdI=", - "Header.json": "C8_0lkYjUWfXjrrq4HX0tLR/ZJYJR+Ka9S7PgfTdLVI+bk=", - "Properties.json": "C8_a3G5GFQGLTX9Qx51XNXoEMEEwgPFipoBp2pxGYdTKbs=", - "References\\DataSources.json": "C8_SBjoh3Q/1hrM4rwnsoLLeUDA5azWzGf/SnKLmUYwA9g=", + "Assets\\Images\\c99256fe-a1f0-4ccb-b418-a0836f2eb2c7.svg": "C8_eTiyeHUPzgm14dI0ua9s893UjkVBNvM2hrxksYWiSGY=", + "Assets\\Images\\fbb1c9df-04d4-4ab1-be71-2072671a83d1.svg": "C8_dwJDGUuw+XvKWD1KFj+k0eYgNbuvszG6ToxscWJ81XI=", + "Components\\11.json": "C8_ne7M4nPvBNapYNHzsjQg6JagQjRYWWrhjLHyqVseoTw=", + "Components\\13.json": "C8_/iSEAS0n39fwTL5i36U85zFCU0F5D9SI5xfwI1Pmn9o=", + "Components\\4.json": "C8_E0WxT+Nd8q0lqhWuB22BA0LXy6Yd0jXQWo2x8o1fdyk=", + "Components\\7.json": "C8_cHEngGEBeHZ08FW5tvLAakQDAoHOQNSwyppmDh+cnwc=", + "Components\\9.json": "C8_3BjkgvbvSn3Y982BzNGpBaauv6PziQYk8XGrRfZJHe4=", + "ComponentsMetadata.json": "C8_ROdHaY9a3aoFTbSWmH7/gDSqnaKaSHSlOpHgKENsUfI=", + "Controls\\1.json": "C8_AagL0z8fRgS1CLyGnSSpRMxLfY1u3SYELLUw0h1dDaM=", + "Controls\\119.json": "C8_x+2cLIfAv1LT4VkIoIJIeS1FujejuKf5/slVwf9HKv8=", + "Controls\\156.json": "C8_PYEfLeCgG0XtueLAHeNkt46at8fPH86wsttBe2zsdC8=", + "Controls\\178.json": "C8_pzqh8/AzuVYQ9vJR94u4f8O+r4uJtBzK71cQOXTj0i0=", + "Controls\\21.json": "C8_Dd5LZEK8bPZQUMWRID5Ow7/bVN6MWda8mz4HX4mc05M=", + "Controls\\58.json": "C8_dUXAnPBFWaW+xG1OUVDSaj6RguwaxBTBHo19J/tQ0v8=", + "Controls\\62.json": "C8_aB1SdXd5fLYGMngIPh7HRQV5/2Np7LOhbTGNnWHL9TU=", + "Controls\\78.json": "C8_wdinTEvyp6eEeT9b3lSbROUGihxeQBCnh4KBUqq9fW8=", + "Controls\\88.json": "C8_SZrdBRgWO1eeXXsH69DCJ5Sp92D90K4eZMGGk6byPnU=", + "Controls\\95.json": "C8_xAdvF0iW2AIifk7K1tiTrntu4QYzJpnm+6Ult7rn0yE=", + "Header.json": "C8_k7XxK/6hPnj2UAY6HboWhlpAfXxSwbh+Loakg6e2mTQ=", + "Properties.json": "C8_UNjClYrwwKUlzVx6seGXGwTFvs6pTBkzGnyosMC67Ik=", + "References\\DataSources.json": "C8_yE2761uZIXKm02dIU3rNZ5HQpJBKwUCbpIp0KLmgcDM=", "References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=", "References\\QualifiedValues.json": "C8_tA58/e4ClS8kYY3t9JyYfjbeCYa/tyPseqv7Dua9sY0=", - "References\\Resources.json": "C8_+n07XzICsMPHrl7nxOwKqr6I3e4waj/l94OhIUUsyfw=", - "References\\Templates.json": "C8_sGHvlv+YeLqjC17wJRyBuv6Y7pujNqxkvACVeUyASYA=", + "References\\Resources.json": "C8_qIKTAw8SDKd6XtcdtWUqPgTfHH8J/gbBNDUbo0fptug=", + "References\\Templates.json": "C8_tPnTXq8jw8dQ/gIah+G5/mhSmmqPlGjzJCcFaBn78SI=", "References\\Themes.json": "C8_1xPnpQ0LkKZHnGg2xVHARF7T1GcoUe2XFo8AFSZB9LE=", - "Resources\\ezlshsrl.jpg": "C8_ADMIjtIlEV8gw/foElYeJEN5FvX3AIc0w3zzkZ4ec5w=", - "Resources\\PublishInfo.json": "C8_vQObHvEj7w2ZH3lI0WaJVzy42pZebptqolULBRRrNoM=" + "Resources\\14ijgi54.jpg": "C8_AuCxoaBFdSXbZxG8C5igUdvwNM4CRcNvnnlSOEeaFlI=", + "Resources\\PublishInfo.json": "C8_vB83ov50jiyK1CMbTMXlPEBHZsf2jctIypO+L0EPpGA=" }, - "ClientStampedChecksum": "C8_rrrr4q7A//oOLd0BiHHy5cFRV2+6aW5Di3Oc+yFZAMw=", + "ClientStampedChecksum": "C8_eJrq9Dk38iWIsUVFiVo4U1NZ33TRQNNd5JFgU56OILU=", "ServerPerFileChecksums": { - "AppCheckerResult.sarif": "C8_pTG34Uglck79G6yxZjrSQfHamJRj4lDl1RnC55FE/xo=", - "Assets\\Images\\a8380748-623c-40a8-ab3e-c250bfa57f03.gif": "C8_bpq4khY6bVfs/YOFlTbCsQOAgP9e8nOZP9jICBJ7zCM=", + "AppCheckerResult.sarif": "C8_muzoBBI5rWm+XneaymZ81SVd39UsiL5GbVGyqjeIVAM=", + "Assets\\Images\\17a7b356-a3a5-4a54-852f-ce15075a724b.svg": "C8_XxJce2v5h+RcYEAJ9glyePAOzt5UuwQ94AnWHaoHPsQ=", + "Assets\\Images\\34439065-9f94-42d4-ab76-5b7bd72040d1.svg": "C8_RY3e0gQwkXRnE98GStm31dliitCp4fIUlbr74m0Wv9I=", + "Assets\\Images\\3c3815d9-b67b-4b58-ac96-39ad0fe950e7.svg": "C8_zodI9D8stNMGKAveVJKrc1PBCFduP2LVmmm/9f05rvU=", + "Assets\\Images\\5245a325-56ad-4090-9b7d-19fe0d256bab.svg": "C8_qMO3nck3CMJ28sQkr0bMNeqfIz4DOw34CJu6Hcvqvxw=", + "Assets\\Images\\667aaf2c-3750-45c9-9188-f6f47248f2cd.gif": "C8_dwE7tMTtPgIrtTZLkjuodXxmn0kBoyrlUE1odrFPWic=", + "Assets\\Images\\871d7ff9-d9c4-4a6e-aa91-9dc0024069f3.svg": "C8_H9GRhwqOG/tLRPhBXnbkfruGwgUF1cFPh/zZLUJaADQ=", + "Assets\\Images\\88bc3f07-882f-440d-9394-9fdacafd1ab1.png": "C8_ZbJNZtGfSaX3thm3ohvcaxyDgP8TY9Ik0bziS0sHNJk=", + "Assets\\Images\\88fa0b75-e761-41f1-b95e-5e73f5ac1f5d.svg": "C8_tF7UvMgsbWF8EhyMbyXKwhOqDzeJXY6+/4SRHReMvIU=", + "Assets\\Images\\8b798777-ec50-4612-8fff-64aa9c09c704.png": "C8_GhpifAHSKMXaKYy7tfJ6PO1jGUKbXyCAJo76SErnh/A=", + "Assets\\Images\\a33a4fcb-fc20-4e37-862d-e83f7b9acab1.png": "C8_w+hp+J6dSNtRcnFWDisGRHLkpAzDWr74VzolJtd1Jpk=", + "Assets\\Images\\bb887973-c9fa-4300-856a-2c60416d778c.svg": "C8_2ZySPIrPygRe96/aIOGA0Qa4ncBgaG/YVM+XnsjWax4=", "Assets\\Images\\c940736a-1400-4426-9ca0-082919baf7a1.png": "C8_zF4fAHdTAtPVzTWzMt911EA2n+CUVHfhsrxvh1oDl0Y=", - "Components\\10.json": "C8_jYca77a+VTdkJA/4mv37Vj4rp1L1CewuCsEBb4PmANs=", - "Components\\4.json": "C8_7cYx9ODosJq71o4XsQHLC1uMUP2Vgs6OHynDsONLZbQ=", - "Components\\6.json": "C8_ZU6t8qcqCNEJHaw0gRmMuXXB6wKn2722k/WF5hkJj3c=", - "Components\\8.json": "C8_LW5pOixRsM1zPqHJUR369n6HSLx3scwMq4RmBzeJa00=", - "ComponentsMetadata.json": "C8_4mjGXxkvZKys4c+XWzLwo4g4YQpb5rnlYbBlChuGvvk=", - "Controls\\1.json": "C8_qE1MtO9LZAc7BBF2krXsq6HoxSMYjd36ysEbMqs+ZVA=", - "Controls\\103.json": "C8_HEK1jWOE3YDNhEap/3/BLVOidBl1GLke6tmnDNNofec=", - "Controls\\111.json": "C8_AOuQF10s9uGbiRdbcNpmOtCVd15O/ihQJUJBVR/aAGk=", - "Controls\\116.json": "C8_q5cikrAbITqvTcQ5UptoI4yRtmes4p7Hu2uijMONxrM=", - "Controls\\134.json": "C8_5VJLErZhy28fjHc1NDzC6zm/y85xlwVZD7H73ws5kxE=", - "Controls\\138.json": "C8_ZI+aEhDKlHNvtwNGM7dI3TO8jZHTUNwlcbL29rbv3d8=", - "Controls\\174.json": "C8_pawt8dB+BBfKE82sGMy0y1feSbKUmWlvNswSMhlX95E=", - "Controls\\18.json": "C8_gc0PvuD1dQV2P5s2uWkGJfVcQVMmNPtP9WOs2y2VJ5Y=", - "Controls\\55.json": "C8_AlRDPULiveN85hf7mQx8Whi+7UNkf6dS0QLbODADiOw=", - "Controls\\59.json": "C8_DPfpla7THODOpm6B6+YP8y7j4schlq1VaT1+UxfWpj8=", - "Controls\\68.json": "C8_w8a+1vfXMwj+KW4jrfjbcRXDdLXX/rjOZp5R946yH4I=", - "Controls\\96.json": "C8_DwhuRUTiSJLUgbuzTtYxXqz3Z0cX+thSyZh0YVzIWdI=", - "Header.json": "C8_0lkYjUWfXjrrq4HX0tLR/ZJYJR+Ka9S7PgfTdLVI+bk=", - "Properties.json": "C8_a3G5GFQGLTX9Qx51XNXoEMEEwgPFipoBp2pxGYdTKbs=", - "References\\DataSources.json": "C8_SBjoh3Q/1hrM4rwnsoLLeUDA5azWzGf/SnKLmUYwA9g=", + "Assets\\Images\\c99256fe-a1f0-4ccb-b418-a0836f2eb2c7.svg": "C8_eTiyeHUPzgm14dI0ua9s893UjkVBNvM2hrxksYWiSGY=", + "Assets\\Images\\fbb1c9df-04d4-4ab1-be71-2072671a83d1.svg": "C8_dwJDGUuw+XvKWD1KFj+k0eYgNbuvszG6ToxscWJ81XI=", + "Components\\11.json": "C8_ne7M4nPvBNapYNHzsjQg6JagQjRYWWrhjLHyqVseoTw=", + "Components\\13.json": "C8_/iSEAS0n39fwTL5i36U85zFCU0F5D9SI5xfwI1Pmn9o=", + "Components\\4.json": "C8_E0WxT+Nd8q0lqhWuB22BA0LXy6Yd0jXQWo2x8o1fdyk=", + "Components\\7.json": "C8_cHEngGEBeHZ08FW5tvLAakQDAoHOQNSwyppmDh+cnwc=", + "Components\\9.json": "C8_3BjkgvbvSn3Y982BzNGpBaauv6PziQYk8XGrRfZJHe4=", + "ComponentsMetadata.json": "C8_ROdHaY9a3aoFTbSWmH7/gDSqnaKaSHSlOpHgKENsUfI=", + "Controls\\1.json": "C8_AagL0z8fRgS1CLyGnSSpRMxLfY1u3SYELLUw0h1dDaM=", + "Controls\\119.json": "C8_x+2cLIfAv1LT4VkIoIJIeS1FujejuKf5/slVwf9HKv8=", + "Controls\\156.json": "C8_PYEfLeCgG0XtueLAHeNkt46at8fPH86wsttBe2zsdC8=", + "Controls\\178.json": "C8_pzqh8/AzuVYQ9vJR94u4f8O+r4uJtBzK71cQOXTj0i0=", + "Controls\\21.json": "C8_Dd5LZEK8bPZQUMWRID5Ow7/bVN6MWda8mz4HX4mc05M=", + "Controls\\58.json": "C8_dUXAnPBFWaW+xG1OUVDSaj6RguwaxBTBHo19J/tQ0v8=", + "Controls\\62.json": "C8_aB1SdXd5fLYGMngIPh7HRQV5/2Np7LOhbTGNnWHL9TU=", + "Controls\\78.json": "C8_wdinTEvyp6eEeT9b3lSbROUGihxeQBCnh4KBUqq9fW8=", + "Controls\\88.json": "C8_SZrdBRgWO1eeXXsH69DCJ5Sp92D90K4eZMGGk6byPnU=", + "Controls\\95.json": "C8_xAdvF0iW2AIifk7K1tiTrntu4QYzJpnm+6Ult7rn0yE=", + "Header.json": "C8_k7XxK/6hPnj2UAY6HboWhlpAfXxSwbh+Loakg6e2mTQ=", + "Properties.json": "C8_UNjClYrwwKUlzVx6seGXGwTFvs6pTBkzGnyosMC67Ik=", + "References\\DataSources.json": "C8_yE2761uZIXKm02dIU3rNZ5HQpJBKwUCbpIp0KLmgcDM=", "References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=", "References\\QualifiedValues.json": "C8_tA58/e4ClS8kYY3t9JyYfjbeCYa/tyPseqv7Dua9sY0=", - "References\\Resources.json": "C8_+n07XzICsMPHrl7nxOwKqr6I3e4waj/l94OhIUUsyfw=", - "References\\Templates.json": "C8_sGHvlv+YeLqjC17wJRyBuv6Y7pujNqxkvACVeUyASYA=", + "References\\Resources.json": "C8_qIKTAw8SDKd6XtcdtWUqPgTfHH8J/gbBNDUbo0fptug=", + "References\\Templates.json": "C8_tPnTXq8jw8dQ/gIah+G5/mhSmmqPlGjzJCcFaBn78SI=", "References\\Themes.json": "C8_1xPnpQ0LkKZHnGg2xVHARF7T1GcoUe2XFo8AFSZB9LE=", - "Resources\\ezlshsrl.jpg": "C8_ADMIjtIlEV8gw/foElYeJEN5FvX3AIc0w3zzkZ4ec5w=", - "Resources\\PublishInfo.json": "C8_vQObHvEj7w2ZH3lI0WaJVzy42pZebptqolULBRRrNoM=" + "Resources\\14ijgi54.jpg": "C8_AuCxoaBFdSXbZxG8C5igUdvwNM4CRcNvnnlSOEeaFlI=", + "Resources\\PublishInfo.json": "C8_vB83ov50jiyK1CMbTMXlPEBHZsf2jctIypO+L0EPpGA=" }, - "ServerStampedChecksum": "C8_rrrr4q7A//oOLd0BiHHy5cFRV2+6aW5Di3Oc+yFZAMw=" + "ServerStampedChecksum": "C8_eJrq9Dk38iWIsUVFiVo4U1NZ33TRQNNd5JFgU56OILU=" } \ No newline at end of file diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/App.fx.yaml b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/App.fx.yaml index f1a3842..109c5dc 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/App.fx.yaml +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/App.fx.yaml @@ -4,9 +4,27 @@ App As appinfo: =// Set theming constants Set(varTheme, { font: Font.'Segoe UI', - primaryColor: ColorValue("#139FA9"), - brandColor: ColorValue("#139FA9"), - secondaryColor: Color.White + AppLight: ColorValue("#FFFFFF"), + AppLightGray: ColorValue("#757575"), + AppGray: ColorValue("#393939"), + AppDark: ColorValue("#212121"), + AppTealLight: ColorValue("#D7FBF9"), + AppTeal: ColorValue("#0E7E86"), + TextDark: ColorValue("#212121"), + TextGray: ColorValue("#757575"), + TextLight: ColorValue("#FFFFFF"), + SeperatorColor: ColorFade(ColorValue("#615B4C"), 50%), + ButtonSizeBig: 360, + ButtonSizeSNormal: 250, + ButtonHeight: 70, + FontSize1: 22, + FontSize2: 26, + FontSize3: 26, + FontSize4: 30, + PageContentMargin: 30, + PageHeader: 90, + iconSize: 100, + iconPadding: 20 }); Set(varCurrencyFormat, "$#,##0.00"); Set(varBcLocale, "en-us"); diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Coffee Machine screen.fx.yaml b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Coffee Machine screen.fx.yaml index 1c3632b..f07bbbc 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Coffee Machine screen.fx.yaml +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Coffee Machine screen.fx.yaml @@ -1,106 +1,239 @@ "'Coffee Machine screen' As screen": - Fill: =varTheme.brandColor - - Image6 As image: - BorderColor: =RGBA(237, 237, 237, 1) - BorderThickness: =1 - Height: =431 - Image: =varSelectedCoffeeMachine.Picture - ImagePosition: =ImagePosition.Fill - RadiusBottomLeft: =20 - RadiusBottomRight: =20 - RadiusTopLeft: =20 - RadiusTopRight: =20 - Width: =488 - X: =76 - Y: =185 - ZIndex: =1 - - Button3_1 As button: - BorderThickness: =0 - Color: =varTheme.brandColor - Fill: =Color.White - Height: =70 - HoverColor: =ColorFade(varTheme.brandColor, 20%) - HoverFill: =Color.White - OnSelect: |- - =Clear(colSelectedItems); - Clear(colOrderSummary); - Navigate('Extras List Screen', ScreenTransition.Cover); - Size: =24 - Text: ="Select" - Width: =393 - X: =123 - Y: =940 - ZIndex: =2 - - conCoffeeHeader As groupContainer.manualLayoutContainer: - Fill: =varTheme.brandColor - Height: =80 + Fill: =varTheme.AppLight + + conCoffeeMachine As groupContainer.verticalAutoLayoutContainer: + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutMode: =LayoutMode.Auto Width: =Parent.Width - ZIndex: =3 - - Label4_7 As label: - Align: =Align.Center - Color: =RGBA(255, 255, 255, 1) - Font: =Font.'Segoe UI' - Height: =Parent.Height - Size: =24 - Text: =varSelectedCoffeeMachine.DisplayName + ZIndex: =6 + + conCoffeeHeader As groupContainer.manualLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + Fill: =Color.Transparent + FillPortions: =0 + Height: =varTheme.PageHeader + LayoutMinHeight: =112 + LayoutMinWidth: =250 + Width: =Parent.Width + ZIndex: =1 + + lblCoffeeMachineName As label: + Align: =Align.Center + Font: =varTheme.font + Height: =Parent.Height + Size: =varTheme.FontSize4 + Text: ="Product details" + Width: =Parent.Width + ZIndex: =3 + + imgCoffeeMachineBack As image: + Height: =90 + Image: ='Coffee MR general top back arrow' + OnSelect: =Back(ScreenTransition.UnCoverRight) + PaddingBottom: =varTheme.iconPadding + PaddingLeft: =varTheme.iconPadding + PaddingRight: =varTheme.iconPadding + PaddingTop: =varTheme.iconPadding + TabIndex: =0 + Tooltip: ="Close page" + Width: =varTheme.iconSize + ZIndex: =5 + + comSelectItemsDividerCoffeePage As comBigDivider: + Fill: =Color.Transparent + Height: =16 + LayoutMinHeight: =640 Width: =Parent.Width + Y: =conCoffeeHeader.Height + ZIndex: =2 + + conCoffeeMainDetails As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.Center + FillPortions: =0 + Height: =120 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutMinHeight: =112 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + PaddingTop: =10 + Width: =Parent.Width - 60 ZIndex: =3 - Icon4_2 As icon.ChevronLeft: - Color: =RGBA(255, 255, 255, 1) - Height: =Parent.Height - Icon: =Icon.ChevronLeft - OnSelect: =Back(ScreenTransition.UnCoverRight) - PaddingBottom: =20 - PaddingLeft: =20 - PaddingRight: =20 - PaddingTop: =20 - Width: =Self.Height + lblCoffeeMachineDetailsName As label: + AutoHeight: =true + Font: =varTheme.font + FontWeight: =FontWeight.Semibold + Height: =70 + LayoutMinHeight: =70 + LayoutMinWidth: =560 + PaddingBottom: =0 + PaddingLeft: =0 + Size: =varTheme.FontSize3 + Text: =varSelectedCoffeeMachine.displayName + Width: =Parent.Width + ZIndex: =1 + + lblCoffeeMachineDetailsPrice As label: + AutoHeight: =true + Font: =varTheme.font + Height: =70 + LayoutMinHeight: =70 + LayoutMinWidth: =560 + PaddingTop: =0 + Size: =varTheme.FontSize3 + Text: =Text(varSelectedCoffeeMachine.unitPrice, varCurrencyFormat, varBcLocale) + Width: =Parent.Width + ZIndex: =2 + + imgSelectedCoffeeMachine As image: + BorderColor: =RGBA(237, 237, 237, 1) + Height: =431 + Image: =varSelectedCoffeeMachine.picture + ImagePosition: =ImagePosition.Fill + LayoutMinHeight: =320 + LayoutMinWidth: =320 + RadiusBottomLeft: =20 + RadiusBottomRight: =20 + RadiusTopLeft: =20 + RadiusTopRight: =20 + Width: =488 + X: =76 + Y: =185 ZIndex: =4 - comSelectItemsDividerCoffeePage As comBigDivider: - Fill: =Color.Transparent - Height: =16 - Width: =Parent.Width - Y: =conCoffeeHeader.Height - ZIndex: =4 - - "ViewInMR1 As 'View in MR (preview)'.pcfdataset": - BorderFillColor: =RGBA(47, 81, 151, 1) - BorderThickness: =0 - Disabled: =Not(varSelectedCoffeeMachine.'Has 3D Model') - DisabledBorderColor: =RGBA(166, 166, 166, 1) - DisabledContentColor: =RGBA(166, 166, 166, 1) - DisabledFillColor: =RGBA(244, 244, 244, 1) - DisplayMode: =DisplayMode.Edit - FillColor: =RGBA(255, 255, 255, 1) - Height: =70 - HoverBorderColor: =RGBA(255, 255, 255, 1) - HoverContentColor: =ColorFade(varTheme.brandColor, 20%) - HoverFillColor: =RGBA(255, 255, 255, 1) - ObjectDepth: =0 - ObjectHeight: =0 - ObjectWidth: =0 - PressedBorderColor: =RGBA(255, 255, 255, 1) - PressedContentColor: =RGBA(56, 96, 178, 1) - PressedFillColor: =RGBA(255, 255, 255, 1) - Source: =varSelectedCoffeeMachine.'3D Model' - TextColor: =varTheme.brandColor - Width: =393 - X: =123 - Y: =779 - ZIndex: =5 - - Image1 As image: - Height: =1136 - Image: =First(ViewInMR1.Photos).ImageURI - OnSelect: |- - =UpdateContext({ctxShowCapturedImage:false}); - Visible: =ctxShowCapturedImage - Width: =640 - ZIndex: =7 + conCoffeeSubDetails As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.Center + Height: =100 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutJustifyContent: =LayoutJustifyContent.Center + LayoutMinHeight: =112 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width - 60 + ZIndex: =5 + + lblSubDetailsHeader As label: + AutoHeight: =true + Color: =varTheme.TextDark + Font: =varTheme.font + FontWeight: =FontWeight.Semibold + Height: =70 + LayoutMinHeight: =70 + LayoutMinWidth: =560 + PaddingLeft: =0 + PaddingRight: =0 + Size: =varTheme.FontSize2 + Text: ="Measurements" + Width: =Parent.Width + ZIndex: =1 + + lblSubDetailsValue As label: + AutoHeight: =true + Color: =varTheme.TextDark + Font: =varTheme.font + Height: =70 + LayoutMinHeight: =70 + LayoutMinWidth: =560 + PaddingLeft: =0 + PaddingRight: =0 + Size: =varTheme.FontSize2 + Text: |- + ="w: " & varSelectedCoffeeMachine.ItemWidth & "cm, " & " h: " & varSelectedCoffeeMachine.ItemHeight & "cm, " & " d: " &varSelectedCoffeeMachine.ItemDepth& "cm" + Width: =Parent.Width + ZIndex: =2 + + conCoffeeActions As groupContainer.verticalAutoLayoutContainer: + Height: =100 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutGap: =50 + LayoutJustifyContent: =LayoutJustifyContent.Center + LayoutMinHeight: =Parent.Height - 800 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + ZIndex: =7 + + "ViewInMRControl As 'View in MR (preview)'.pcfdataset": + BorderFillColor: =RGBA(0, 0, 0, 1) + BorderRadius: =40 + BorderThickness: =2 + Disabled: =Not(varSelectedCoffeeMachine.has3DModel) + DisabledBorderColor: =RGBA(0, 0, 0, 1) + DisabledContentColor: =varTheme.TextDark + DisabledFillColor: =RGBA(0, 0, 0, 0) + DisplayMode: =DisplayMode.Edit + DisplayType: ='ViewInMR.DisplayType'.ARV_IconText + FillColor: =RGBA(0, 0, 0, 0) + Font: =varTheme.font + FontSize: =varTheme.FontSize1 + FontWeight: =FontWeight.Semibold + Height: =varTheme.ButtonHeight + HoverBorderColor: =RGBA(0, 0, 0, 1) + HoverContentColor: =varTheme.TextDark + HoverFillColor: =RGBA(0, 0, 0, 0) + LayoutMinHeight: =70 + LayoutMinWidth: =280 + ObjectDepth: =varSelectedCoffeeMachine.ItemDepth + ObjectHeight: =varSelectedCoffeeMachine.ItemHeight + ObjectWidth: =varSelectedCoffeeMachine.ItemWidth + PaddingTop: =0 + PressedBorderColor: =RGBA(0, 0, 0, 1) + PressedContentColor: =varTheme.TextDark + PressedFillColor: =RGBA(0, 0, 0, 0) + Source: =varSelectedCoffeeMachine.model3D + Text: ="View product in MR" + TextColor: =varTheme.TextDark + Units: ='ViewInMR.Units'.AR_Centimeters + Width: =varTheme.ButtonSizeBig + X: =40 + Y: =42 + ZIndex: =1 + + btnSelectCoffeeMachine As button: + BorderThickness: =0 + Color: =varTheme.TextLight + Fill: =varTheme.AppTeal + Font: =varTheme.font + Height: =varTheme.ButtonHeight + HoverColor: =Color.White + HoverFill: =ColorFade(Self.Fill, 20%) + LayoutMinHeight: =70 + LayoutMinWidth: =280 + OnSelect: |- + =ClearCollect(colSelectedItems, + { + id: varSelectedCoffeeMachine.id, + name: varSelectedCoffeeMachine.displayName, + price: varSelectedCoffeeMachine.unitPrice, + group: "Coffee Machine", + quantity: 1, + // Use placeholder image if the image is not provided + image: If( + varSelectedCoffeeMachine.itemImageText = GUID("00000000-0000-0000-0000-000000000000"), + placeholder, + varSelectedCoffeeMachine.picture + ) + } + ); + + + Clear(colOrderSummary); + Navigate('Extras List Screen', ScreenTransition.Cover); + PaddingTop: =0 + PressedColor: =Color.White + PressedFill: =ColorFade(Self.Fill, 20%) + RadiusBottomLeft: =40 + RadiusBottomRight: =40 + RadiusTopLeft: =40 + RadiusTopRight: =40 + Size: =varTheme.FontSize1 + Text: ="Add to order" + Width: =varTheme.ButtonSizeBig + X: =40 + Y: =42 + ZIndex: =2 diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Coffee Machines List Screen.fx.yaml b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Coffee Machines List Screen.fx.yaml index f44d1d5..7075221 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Coffee Machines List Screen.fx.yaml +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Coffee Machines List Screen.fx.yaml @@ -1,8 +1,9 @@ "'Coffee Machines List Screen' As screen": - Fill: =varTheme.brandColor + Fill: =varTheme.AppTealLight OnVisible: | - =UpdateContext({ - ctxShowFilter: CountRows(colMeasurements) > 0, + =Refresh('coffeeItems (microsoft/powerApps/beta)'); + UpdateContext({ + ctxHasFilter: CountRows(colMeasurements) > 0, ctxFilterHeight: LookUp(colMeasurements, name = "Height").value, ctxFilterWidth: LookUp(colMeasurements, name = "Width").value, ctxFilterDepth: LookUp(colMeasurements, name = "Depth").value @@ -18,9 +19,9 @@ conCoffeeListHeader As groupContainer.manualLayoutContainer: AlignInContainer: =AlignInContainer.SetByContainer - Fill: =varTheme.brandColor + Fill: =Color.Transparent FillPortions: =0 - Height: =If(ctxShowFilter, 140, 80) + Height: =If(ctxHasFilter, 150, varTheme.PageHeader) LayoutMinHeight: =112 LayoutMinWidth: =250 X: =40 @@ -29,24 +30,25 @@ conCoffeeFilter As groupContainer: Height: =80 - Visible: =ctxShowFilter - Width: =430 - X: =105 - Y: =Parent.Height - Self.Height + Visible: =ctxHasFilter + Width: =550 + X: =Parent.Width/2 - Self.Width/2 + Y: =Parent.Height - Self.Height ZIndex: =1 btnFilter As button: Align: =Align.Left BorderColor: =Color.Wheat BorderThickness: =0 - Color: =RGBA(0, 0, 0, 1) + Color: =varTheme.TextGray DisabledColor: =RGBA(0, 0, 0, 1) Fill: =RGBA(255, 255, 255, 1) - Font: =Font.'Segoe UI' - Height: =50 + Font: =varTheme.font + FontWeight: =FontWeight.Normal + Height: =50 HoverColor: =RGBA(0, 0, 0, 1) HoverFill: =Color.White - OnSelect: =Select(icnRemoveFilter) + OnSelect: =Back(ScreenTransition.UnCoverRight) PaddingLeft: =20 PaddingRight: =0 PaddingTop: =0 @@ -55,46 +57,52 @@ RadiusBottomRight: =30 RadiusTopLeft: =30 RadiusTopRight: =30 - Size: =24 + Size: =varTheme.FontSize1 Text: |- - ="h: " & ctxFilterHeight & " w: " & ctxFilterWidth & " d: " & ctxFilterDepth - Width: =350 + ="Max dimensions h: " & ctxFilterHeight & " w: " & ctxFilterWidth & " d: " & ctxFilterDepth + Width: =Parent.Width X: =Parent.Width/2 - Self.Width/2 - Y: =Parent.Height -Self.Height - 15 + Y: =Parent.Height/2 - Self.Height/2 ZIndex: =1 - icnRemoveFilter As icon.CancelBadge: - Color: =RGBA(0, 0, 0, 1) - Height: =30 - Icon: =Icon.CancelBadge + imgRemoveFilter As image: + Height: =50 + Image: ='Coffee MR top measurement dismiss icon' OnSelect: |- - =UpdateContext({ctxShowFilter:false}) - Width: =30 - X: =345 - Y: =25 - ZIndex: =2 + =UpdateContext({ctxHasFilter: false}) + PaddingBottom: =10 + PaddingLeft: =10 + PaddingRight: =10 + PaddingTop: =10 + TabIndex: =0 + Tooltip: ="Remove filter" + Width: =50 + X: =Parent.Width - Self.Width + Y: =Parent.Height/2 - Self.Height/2 + ZIndex: =3 lblCoffeeListHeader As label: Align: =Align.Center - Color: =RGBA(255, 255, 255, 1) - Font: =Font.'Segoe UI' - Height: =80 - Size: =30 + Color: =varTheme.TextDark + Font: =varTheme.font + Height: =varTheme.PageHeader + Size: =varTheme.FontSize4 Text: ="Select a machine" - Width: =640 + Width: =Parent.Width ZIndex: =2 - icnCoffeeListHeaderBack As icon.ChevronLeft: - Color: =RGBA(255, 255, 255, 1) - Height: =80 - Icon: =Icon.ChevronLeft + imgCoffeeMachineListBack As image: + Height: =90 + Image: ='Coffee MR general top back arrow' OnSelect: =Back(ScreenTransition.UnCoverRight) - PaddingBottom: =20 - PaddingLeft: =20 - PaddingRight: =20 - PaddingTop: =20 - Width: =80 - ZIndex: =3 + PaddingBottom: =varTheme.iconPadding + PaddingLeft: =varTheme.iconPadding + PaddingRight: =varTheme.iconPadding + PaddingTop: =varTheme.iconPadding + TabIndex: =0 + Tooltip: ="Close page" + Width: =varTheme.iconSize + ZIndex: =4 conCoffeeListContent As groupContainer.manualLayoutContainer: AlignInContainer: =AlignInContainer.SetByContainer @@ -103,77 +111,178 @@ LayoutMinWidth: =250 ZIndex: =2 - galCoffeeMachine As gallery.galleryVertical: + "galCoffeeMachine As gallery.'BrowseLayout_Vertical_OneTextVariant_ver5.0'": DelayItemLoading: =true Height: =Parent.Height - Items: =Filter('coffeeItems (microsoft/powerApps/beta)', 'Item Category Code' = "finishedGoods") + Items: |- + =ShowColumns( + If( + ctxHasFilter, + Filter( + 'coffeeItems (microsoft/powerApps/beta)', + And( + 'Show Item In Coffee MR App', + 'Item Category Code' = "finishedGoods", + 'Item Height' < ctxFilterHeight, + 'Item Width' < ctxFilterWidth, + 'Item Depth' < ctxFilterDepth + ) + ), + Filter( + 'coffeeItems (microsoft/powerApps/beta)', + And('Show Item In Coffee MR App','Item Category Code' = "finishedGoods") + ) + ), + "displayName", + "itemCategoryCode", + "ItemHeight", + "ItemWidth", + "ItemDepth", + "picture", + "has3DModel", + "itemImageText", + "id", + "unitPrice", + "model3D" + ) Layout: =Layout.Vertical LoadingSpinner: =LoadingSpinner.Data OnSelect: |- =Set(varSelectedCoffeeMachine, ThisItem); Navigate('Coffee Machine screen', ScreenTransition.Cover); ShowScrollbar: =false - TemplateSize: =450 - Width: =Parent.Width + TemplatePadding: =0 + TemplateSize: =140 + Width: =Parent.Width - (Self.X * 2) + X: =30 + Y: =10 ZIndex: =1 - conCoffeeMachine As groupContainer.manualLayoutContainer: - BorderColor: =RGBA(237, 237, 237, 1) - BorderThickness: =1 - Fill: =RGBA(255, 255, 255, 1) - Height: =359 - RadiusBottomLeft: =10 - RadiusBottomRight: =10 - RadiusTopLeft: =10 - RadiusTopRight: =10 - X: =60 - Y: =60 - ZIndex: =4 - - imgCoffeeMachine As image: - BorderColor: =RGBA(237, 237, 237, 1) - Height: =258 - Image: =ThisItem.Picture - ImagePosition: =ImagePosition.Fill - OnSelect: = - RadiusBottomLeft: =5 - RadiusBottomRight: =5 - RadiusTopLeft: =5 - RadiusTopRight: =5 - Width: =305 - X: =Parent.Width/2 - Self.Width/2 - Y: =16 + figCoffeeMachineSeperator As rectangle: + BorderColor: =RGBA(0, 0, 255, 1) + DisplayMode: =DisplayMode.Disabled + Fill: =varTheme.SeperatorColor + Height: =2 + OnSelect: =Select(Parent) + Width: =Parent.TemplateWidth + Y: =Parent.TemplateHeight - Self.Height + ZIndex: =3 + + conCoffeeMachineContent As groupContainer.horizontalAutoLayoutContainer: + Height: =Parent.TemplateHeight - 30 + LayoutMode: =LayoutMode.Auto + Width: =Parent.TemplateWidth + Y: =Parent.TemplateHeight/2 - Self.Height/2 + ZIndex: =5 + + conCoffeeMachineImage As groupContainer.manualLayoutContainer: + FillPortions: =0 + Height: =225 + LayoutMinHeight: =80 + LayoutMinWidth: =250 + Width: =105 ZIndex: =1 - lblDescription As label: - Align: =Align.Center - Font: =Font.'Segoe UI' - FontWeight: =FontWeight.Semibold - Height: =70 - OnSelect: = - Size: =21 - Text: =ThisItem.DisplayName - Width: =500 - Y: =274 + htmlCoffeeMachineImageShadow As htmlViewer: + Height: =imgCoffeeMachineImage.Height + 25 + HtmlText: |+ + ="

+ " + + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Tooltip: = + Width: =imgCoffeeMachineImage.Width + 25 + X: =imgCoffeeMachineImage.X - 10 + Y: =imgCoffeeMachineImage.Y - 10 + ZIndex: =1 + + imgCoffeeMachineImage As image: + BorderColor: =RGBA(32, 54, 71, 1) + Height: =80 + Image: |- + =If( + Not(ThisItem.itemImageText = GUID("00000000-0000-0000-0000-000000000000")), + ThisItem.picture, + ThisItem.itemImageText = GUID("00000000-0000-0000-0000-000000000000"), + placeholder + ) + ImagePosition: =ImagePosition.Stretch + OnSelect: = + RadiusBottomLeft: =5 + RadiusBottomRight: =5 + RadiusTopLeft: =5 + RadiusTopRight: =5 + Width: =80 + X: =2 + Y: =Parent.Height/2 - Self.Height/2 + ZIndex: =2 + + conCoffeeMachineTexts As groupContainer.manualLayoutContainer: + Height: =225 + LayoutMinHeight: =80 + LayoutMinWidth: =250 ZIndex: =2 - btnCoffeeOverLay As button: - BorderThickness: =0 - Fill: =RGBA(0, 0, 0, 0) + lblCoffeeMachinePrice As label: + Color: =varTheme.TextDark + Font: =varTheme.font + OnSelect: = + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + Size: =varTheme.FontSize3 + Text: | + =Text(ThisItem.unitPrice, varCurrencyFormat, varBcLocale) + VerticalAlign: =VerticalAlign.Top + Width: =300 + Y: =lblCoffeeMachineDisplayName.Y + lblCoffeeMachineDisplayName.Height - 2 + ZIndex: =1 + + lblCoffeeMachineDisplayName As label: + Color: =varTheme.TextDark + Font: =varTheme.font + OnSelect: = + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Size: =varTheme.FontSize3 + Text: =ThisItem.displayName + VerticalAlign: =VerticalAlign.Top + Width: =371 + Y: =10 + ZIndex: =2 + + icnSelectCoffeeMachine As icon.ChevronRight: + Color: =varTheme.TextDark Height: =Parent.Height - HoverBorderColor: =RGBA(0, 0, 0, 0) - HoverFill: | - = - OnSelect: |- - =Set(varSelectedCoffeeMachine, ThisItem); - Navigate('Coffee Machine screen', ScreenTransition.Cover); - PressedBorderColor: =Color.LightGray - PressedFill: =Color.Transparent - Size: =24 - Text: ="" - Width: =Parent.Width + Icon: =Icon.ChevronRight + PaddingBottom: =30 + PaddingLeft: =Self.Width/2 + PaddingTop: =30 ZIndex: =3 + figCoffeeMachineOverlay As rectangle: + BorderColor: =RGBA(32, 54, 71, 1) + DisabledFill: =Color.Transparent + Fill: =RGBA(0, 0, 0, 0) + Height: =Parent.TemplateHeight + HoverFill: =Color.Transparent + OnSelect: |- + =Set(varSelectedCoffeeMachine, ThisItem); + Navigate('Coffee Machine screen', ScreenTransition.Cover); + PressedFill: =Color.Transparent + Width: =Parent.TemplateWidth + ZIndex: =6 + comSelectItemsDividerCoffee As comBigDivider: Fill: =Color.Transparent Height: =16 diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comBigDivider.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comBigDivider.json index 2d2df14..011ba2e 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comBigDivider.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comBigDivider.json @@ -99,7 +99,7 @@ "NameMapSourceSchema": "?" } ], - "ControlUniqueId": "7", + "ControlUniqueId": "8", "HasDynamicProperties": false, "Index": 0, "IsAutoGenerated": false, @@ -110,13 +110,14 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "HTMLDivider_1", + "OptimizeForDevices": "Off", "Parent": "comBigDivider", "PersistMetaDataIDKey": false, - "PublishOrderIndex": 161, + "PublishOrderIndex": 166, "Rules": [ { "Category": "Data", - "InvariantScript": "\"
\r\n\"", + "InvariantScript": "\"
\n\"", "Property": "HtmlText", "RuleProviderType": "Unknown" }, @@ -267,7 +268,7 @@ "Y", "ZIndex" ], - "LastModifiedTimestamp": "638344348636142895", + "LastModifiedTimestamp": "638447280535218616", "Name": "comBigDivider", "Rules": [ { @@ -326,7 +327,7 @@ "IsPcfControl": false, "IsPremiumPcfControl": false, "IsWidgetTemplate": false, - "LastModifiedTimestamp": "638344348636142895", + "LastModifiedTimestamp": "638447280535218616", "Name": "de7c539bf4c442168c2b65f992559846", "OverridableProperties": {}, "TemplateOriginalName": "430876e924554e59ad42421ce08f66dc", diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comBigDividerBlack.fx.yaml b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comBigDividerBlack.fx.yaml new file mode 100644 index 0000000..bc18c63 --- /dev/null +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comBigDividerBlack.fx.yaml @@ -0,0 +1,25 @@ +comBigDividerBlack As CanvasComponent: + Fill: =RGBA(0, 0, 0, 0) + Height: =20 + Width: =640 + X: =0 + Y: =0 + ZIndex: =1 + + HTMLDivider_3 As htmlViewer: + Fill: =RGBA(0, 0, 0, 0) + Height: =Parent.Height + HtmlText: |- + ="
+ " + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + Width: =Parent.Width + ZIndex: =1 + diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comBigDividerBlack.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comBigDividerBlack.json new file mode 100644 index 0000000..ab7cd81 --- /dev/null +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comBigDividerBlack.json @@ -0,0 +1,335 @@ +{ + "ComponentAllowCustomization": true, + "ComponentChangedSinceFileImport": true, + "ComponentDefinitionInfo": { + "AllowAccessToGlobals": false, + "Children": [ + { + "AllowAccessToGlobals": true, + "Children": [], + "ControlPropertyState": [ + "DisplayMode", + "DisabledFill", + "Font", + "Color", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "560", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "119", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "60", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "521", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"Show your HTML text here.\"", + "InvariantPropertyName": "HtmlText", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "ControlUniqueId": "12", + "HasDynamicProperties": false, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "HTMLDivider_3", + "OptimizeForDevices": "Off", + "Parent": "comBigDividerBlack", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 167, + "Rules": [ + { + "Category": "Data", + "InvariantScript": "\"
\n\"", + "Property": "HtmlText", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.Width", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.Height", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "BorderStyle.None", + "Property": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(56, 56, 56, 1)", + "Property": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 1)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 1)", + "Property": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Font.'Open Sans'", + "Property": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(119, 119, 119, .4)", + "Property": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "PressedBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/htmlViewer", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "htmlViewer", + "OverridableProperties": {}, + "Version": "2.1.0" + }, + "Type": "ControlInfo", + "VariantName": "" + } + ], + "ControlPropertyState": [ + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "X", + "Y", + "ZIndex" + ], + "LastModifiedTimestamp": "638447280535220679", + "Name": "comBigDividerBlack", + "Rules": [ + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "Fill", + "RuleProviderType": "System" + }, + { + "Category": "Design", + "InvariantScript": "20", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "640", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "1", + "Property": "ZIndex", + "RuleProviderType": "Unknown" + } + ] + }, + "ComponentManifest": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "", + "Name": "comBigDividerBlack", + "TemplateGuid": "67013d32c0a14aebbe9675e8fecfc8ea" + }, + "ComponentType": "CanvasComponent", + "CustomGroupControlTemplateName": "", + "CustomProperties": [], + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/Component", + "IsComponentLocked": false, + "IsComponentTemplate": true, + "IsCustomGroupControlTemplate": false, + "IsPcfControl": false, + "IsPremiumPcfControl": false, + "IsWidgetTemplate": false, + "LastModifiedTimestamp": "638447280535220679", + "Name": "67013d32c0a14aebbe9675e8fecfc8ea", + "OverridableProperties": {}, + "TemplateOriginalName": "de7c539bf4c442168c2b65f992559846", + "Version": "638146385275533569" +} \ No newline at end of file diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comBigDividerBottom.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comBigDividerBottom.json index 5755807..ccb3d64 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comBigDividerBottom.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comBigDividerBottom.json @@ -99,7 +99,7 @@ "NameMapSourceSchema": "?" } ], - "ControlUniqueId": "9", + "ControlUniqueId": "10", "HasDynamicProperties": false, "Index": 0, "IsAutoGenerated": false, @@ -110,13 +110,14 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "HTMLDivider_2", + "OptimizeForDevices": "Off", "Parent": "comBigDividerBottom", "PersistMetaDataIDKey": false, - "PublishOrderIndex": 162, + "PublishOrderIndex": 168, "Rules": [ { "Category": "Data", - "InvariantScript": "\"
\r\n\"", + "InvariantScript": "\"
\n\"", "Property": "HtmlText", "RuleProviderType": "Unknown" }, @@ -267,7 +268,7 @@ "Y", "ZIndex" ], - "LastModifiedTimestamp": "638344348636144008", + "LastModifiedTimestamp": "638447280535219708", "Name": "comBigDividerBottom", "Rules": [ { @@ -326,7 +327,7 @@ "IsPcfControl": false, "IsPremiumPcfControl": false, "IsWidgetTemplate": false, - "LastModifiedTimestamp": "638344348636144008", + "LastModifiedTimestamp": "638447280535219708", "Name": "6fb90aa8ffd54e19b18c457ebdeb2dc1", "OverridableProperties": {}, "TemplateOriginalName": "994ada8841c046348956657475c63a7b", diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comLoadingOverlay.fx.yaml b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comLoadingOverlay.fx.yaml index e473407..0c5fc2b 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comLoadingOverlay.fx.yaml +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comLoadingOverlay.fx.yaml @@ -1,18 +1,27 @@ comLoadingOverlay As CanvasComponent: - Fill: =RGBA(227, 227, 227, 0.64) + Fill: =varTheme.AppTealLight Height: =App.Height Width: =App.Width X: =0 Y: =0 ZIndex: =1 - Image2 As image: + lblLoadingMessage As label: + Align: =Align.Center + Color: = + Font: =Font.'Segoe UI' + Height: =70 + Size: =26 + Text: ="Creating Sales Order" + Width: =Parent.Width + Y: =imgLoadingSpinner.Y + imgLoadingSpinner.Height + ZIndex: =3 + + imgLoadingSpinner As image: BorderColor: =RGBA(32, 54, 71, 1) - Height: =300 - Image: ='loading-spinner' + Image: ='Coffee-MR_spinner_light-aqua_X2' ImagePosition: =ImagePosition.Fill - Width: =300 X: =Parent.Width/2 - Self.Width/2 Y: =Parent.Height/2 - Self.Height/2 - ZIndex: =1 + ZIndex: =4 diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comLoadingOverlay.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comLoadingOverlay.json index 3bddd93..6083ba0 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comLoadingOverlay.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comLoadingOverlay.json @@ -98,81 +98,82 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "Image2", + "Name": "imgLoadingSpinner", + "OptimizeForDevices": "Off", "Parent": "comLoadingOverlay", "PersistMetaDataIDKey": false, - "PublishOrderIndex": 170, + "PublishOrderIndex": 176, "Rules": [ { "Category": "Data", - "InvariantScript": "'loading-spinner'", + "InvariantScript": "'Coffee-MR_spinner_light-aqua_X2'", "Property": "Image", "RuleProviderType": "Unknown" }, { "Category": "Design", - "InvariantScript": "ImagePosition.Fill", - "Property": "ImagePosition", + "InvariantScript": "0", + "Property": "RadiusBottomRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "InvariantScript": "ImageRotation.None", - "Property": "ImageRotation", + "InvariantScript": "0", + "Property": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "InvariantScript": "Parent.Width/2 - Self.Width/2", - "Property": "X", + "InvariantScript": "0", + "Property": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "InvariantScript": "Parent.Height/2 - Self.Height/2", - "Property": "Y", + "InvariantScript": "true", + "Property": "Visible", "RuleProviderType": "Unknown" }, { "Category": "Design", - "InvariantScript": "300", - "Property": "Width", + "InvariantScript": "0", + "Property": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "InvariantScript": "300", - "Property": "Height", + "InvariantScript": "0", + "Property": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "InvariantScript": "RGBA(0, 0, 0, 0)", - "Property": "Fill", + "InvariantScript": "4", + "Property": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "InvariantScript": "RGBA(244, 244, 244, 1)", - "Property": "DisabledFill", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "InvariantScript": "ColorFade(Self.Fill, -20%)", - "Property": "PressedFill", + "InvariantScript": "BorderStyle.Solid", + "Property": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "InvariantScript": "ColorFade(Self.Fill, 20%)", - "Property": "HoverFill", + "InvariantScript": "0", + "Property": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "InvariantScript": "RGBA(32, 54, 71, 1)", - "Property": "BorderColor", + "InvariantScript": "0", + "Property": "PaddingRight", "RuleProviderType": "Unknown" }, { @@ -183,14 +184,62 @@ }, { "Category": "Design", - "InvariantScript": "ColorFade(Self.BorderColor, -20%)", - "Property": "PressedBorderColor", + "InvariantScript": "RGBA(32, 54, 71, 1)", + "Property": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "InvariantScript": "ColorFade(Self.BorderColor, 20%)", - "Property": "HoverBorderColor", + "InvariantScript": "0", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "2", + "Property": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "0", + "Property": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(244, 244, 244, 1)", + "Property": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "100", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "100", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ImageRotation.None", + "Property": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "ImagePosition.Fill", + "Property": "ImagePosition", "RuleProviderType": "Unknown" }, { @@ -201,44 +250,201 @@ }, { "Category": "Design", - "InvariantScript": "BorderStyle.Solid", - "Property": "BorderStyle", + "InvariantScript": "ColorFade(Self.BorderColor, 20%)", + "Property": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "InvariantScript": "DisplayMode.Edit", - "Property": "DisplayMode", + "InvariantScript": "ColorFade(Self.BorderColor, -20%)", + "Property": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "InvariantScript": "1", - "Property": "ZIndex", + "InvariantScript": "ColorFade(Self.Fill, 20%)", + "Property": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "InvariantScript": "0", - "Property": "RadiusTopLeft", + "InvariantScript": "ColorFade(Self.Fill, -20%)", + "Property": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "InvariantScript": "0", - "Property": "RadiusTopRight", + "InvariantScript": "Parent.Height/2 - Self.Height/2", + "Property": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "InvariantScript": "0", - "Property": "RadiusBottomLeft", + "InvariantScript": "Parent.Width/2 - Self.Width/2", + "Property": "X", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Template": { + "CustomGroupControlTemplateName": "", + "FirstParty": true, + "Id": "http://microsoft.com/appmagic/image", + "IsComponentDefinition": false, + "IsCustomGroupControlTemplate": false, + "IsPremiumPcfControl": false, + "LastModifiedTimestamp": "0", + "Name": "image", + "OverridableProperties": {}, + "Version": "2.2.2" + }, + "Type": "ControlInfo", + "VariantName": "" + }, + { + "AllowAccessToGlobals": true, + "Children": [], + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Role", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(0, 0, 0, 1)", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "60", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "560", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "21", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "ControlUniqueId": "6", + "HasDynamicProperties": false, + "Index": 0, + "IsAutoGenerated": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lblLoadingMessage", + "OptimizeForDevices": "Off", + "Parent": "comLoadingOverlay", + "PersistMetaDataIDKey": false, + "PublishOrderIndex": 177, + "Rules": [ + { + "Category": "Data", + "InvariantScript": "TextRole.Default", + "Property": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "\"Creating Sales Order\"", + "Property": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "InvariantScript": "Live.Off", + "Property": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "26", + "Property": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", "InvariantScript": "0", - "Property": "RadiusBottomRight", + "Property": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { @@ -249,53 +455,215 @@ }, { "Category": "Design", - "InvariantScript": "2", - "Property": "FocusedBorderThickness", + "InvariantScript": "1.2", + "Property": "LineHeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "InvariantScript": "0", - "Property": "PaddingTop", + "InvariantScript": "3", + "Property": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "InvariantScript": "0", - "Property": "PaddingRight", + "InvariantScript": "DisplayMode.Edit", + "Property": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "InvariantScript": "0", + "InvariantScript": "5", + "Property": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", "Property": "PaddingBottom", "RuleProviderType": "Unknown" }, + { + "Category": "Design", + "InvariantScript": "70", + "Property": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Parent.Width", + "Property": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "5", + "Property": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "imgLoadingSpinner.Y + imgLoadingSpinner.Height", + "Property": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Strikethrough", + "RuleProviderType": "Unknown" + }, { "Category": "Design", "InvariantScript": "0", - "Property": "PaddingLeft", + "Property": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "InvariantScript": "true", - "Property": "Visible", + "InvariantScript": "VerticalAlign.Middle", + "Property": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "false", + "Property": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Align.Center", + "Property": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "FontWeight.Normal", + "Property": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Font.'Segoe UI'", + "Property": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 0, 0, 0)", + "Property": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "BorderStyle.Solid", + "Property": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(56, 56, 56, 1)", + "Property": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(0, 18, 107, 1)", + "Property": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "RGBA(166, 166, 166, 1)", + "Property": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "", + "Property": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Overflow.Hidden", + "Property": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Fill", + "Property": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.BorderColor", + "Property": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Color", + "Property": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "InvariantScript": "Self.Color", + "Property": "PressedColor", "RuleProviderType": "Unknown" } ], - "StyleName": "defaultImageStyle", + "StyleName": "defaultLabelStyle", "Template": { "CustomGroupControlTemplateName": "", "FirstParty": true, - "Id": "http://microsoft.com/appmagic/image", + "Id": "http://microsoft.com/appmagic/label", "IsComponentDefinition": false, "IsCustomGroupControlTemplate": false, "IsPremiumPcfControl": false, "LastModifiedTimestamp": "0", - "Name": "image", + "Name": "label", "OverridableProperties": {}, - "Version": "2.2.2" + "Version": "2.5.1" }, "Type": "ControlInfo", "VariantName": "" @@ -330,7 +698,7 @@ "Y", "ZIndex" ], - "LastModifiedTimestamp": "638344348636138987", + "LastModifiedTimestamp": "638447280535215815", "Name": "comLoadingOverlay", "Rules": [ { @@ -365,7 +733,7 @@ }, { "Category": "Design", - "InvariantScript": "RGBA(227, 227, 227, 0.64)", + "InvariantScript": "varTheme.AppTealLight", "Property": "Fill", "RuleProviderType": "System" } @@ -389,7 +757,7 @@ "IsPcfControl": false, "IsPremiumPcfControl": false, "IsWidgetTemplate": false, - "LastModifiedTimestamp": "638344348636138987", + "LastModifiedTimestamp": "638447280535215815", "Name": "915e100f11f94a0788a92a9b222034eb", "OverridableProperties": {}, "TemplateOriginalName": "b3dd31404fa9463fbc93ea675e93165d", diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comYesNoDialog.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comYesNoDialog.json index b3f4737..bdfabd4 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comYesNoDialog.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Components/comYesNoDialog.json @@ -59,7 +59,7 @@ "BorderThickness", "FocusedBorderThickness" ], - "ControlUniqueId": "11", + "ControlUniqueId": "14", "HasDynamicProperties": false, "Index": 0, "IsAutoGenerated": false, @@ -70,9 +70,10 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "recBackgroundOverlay", + "OptimizeForDevices": "Off", "Parent": "comYesNoDialog", "PersistMetaDataIDKey": false, - "PublishOrderIndex": 163, + "PublishOrderIndex": 169, "Rules": [ { "Category": "Design", @@ -274,7 +275,7 @@ "NameMapSourceSchema": "?" } ], - "ControlUniqueId": "13", + "ControlUniqueId": "16", "HasDynamicProperties": false, "Index": 0, "IsAutoGenerated": false, @@ -285,9 +286,10 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "btnBackground", + "OptimizeForDevices": "Off", "Parent": "conDialog", "PersistMetaDataIDKey": false, - "PublishOrderIndex": 165, + "PublishOrderIndex": 171, "Rules": [ { "Category": "Data", @@ -608,7 +610,7 @@ "PaddingBottom", "PaddingLeft" ], - "ControlUniqueId": "14", + "ControlUniqueId": "17", "HasDynamicProperties": false, "Index": 0, "IsAutoGenerated": false, @@ -619,9 +621,10 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "lblDialogMessage", + "OptimizeForDevices": "Off", "Parent": "conDialog", "PersistMetaDataIDKey": false, - "PublishOrderIndex": 166, + "PublishOrderIndex": 172, "Rules": [ { "Category": "Data", @@ -1003,7 +1006,7 @@ "NameMapSourceSchema": "?" } ], - "ControlUniqueId": "16", + "ControlUniqueId": "19", "DynamicProperties": [ { "ControlPropertyState": "FillPortions", @@ -1056,9 +1059,10 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "btnNo", + "OptimizeForDevices": "Off", "Parent": "conButtons", "PersistMetaDataIDKey": false, - "PublishOrderIndex": 168, + "PublishOrderIndex": 174, "Rules": [ { "Category": "Data", @@ -1418,7 +1422,7 @@ "NameMapSourceSchema": "?" } ], - "ControlUniqueId": "17", + "ControlUniqueId": "20", "DynamicProperties": [ { "ControlPropertyState": "FillPortions", @@ -1471,9 +1475,10 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "btnYes", + "OptimizeForDevices": "Off", "Parent": "conButtons", "PersistMetaDataIDKey": false, - "PublishOrderIndex": 169, + "PublishOrderIndex": 175, "Rules": [ { "Category": "Data", @@ -1789,7 +1794,7 @@ "RadiusBottomRight", "DropShadow" ], - "ControlUniqueId": "15", + "ControlUniqueId": "18", "HasDynamicProperties": false, "Index": 0, "IsAutoGenerated": false, @@ -1800,9 +1805,10 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "conButtons", + "OptimizeForDevices": "Off", "Parent": "conDialog", "PersistMetaDataIDKey": false, - "PublishOrderIndex": 167, + "PublishOrderIndex": 173, "Rules": [ { "Category": "Design", @@ -2010,7 +2016,7 @@ "RadiusBottomRight", "DropShadow" ], - "ControlUniqueId": "12", + "ControlUniqueId": "15", "HasDynamicProperties": false, "Index": 0, "IsAutoGenerated": false, @@ -2021,9 +2027,10 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "conDialog", + "OptimizeForDevices": "Off", "Parent": "comYesNoDialog", "PersistMetaDataIDKey": false, - "PublishOrderIndex": 164, + "PublishOrderIndex": 170, "Rules": [ { "Category": "Design", @@ -2196,7 +2203,7 @@ "behaviorNo", "PrimaryColor" ], - "LastModifiedTimestamp": "638344348636145103", + "LastModifiedTimestamp": "638447280535221917", "Name": "comYesNoDialog", "Rules": [ { @@ -2279,7 +2286,7 @@ "Name": "DialogText", "PropertyDataTypeKey": "String", "Tooltip": "A custom property", - "Type": "{\"Version\":\"1.335\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}}" + "Type": "{\"Version\":\"1.337\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"String\",\"EnumString\":\"\",\"Type\":[]}}" }, { "Category": 2, @@ -2288,7 +2295,7 @@ "Name": "behaviorYes", "PropertyDataTypeKey": "Boolean", "Tooltip": "A custom property", - "Type": "{\"Version\":\"1.335\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}}" + "Type": "{\"Version\":\"1.337\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}}" }, { "Category": 2, @@ -2297,7 +2304,7 @@ "Name": "behaviorNo", "PropertyDataTypeKey": "Boolean", "Tooltip": "A custom property", - "Type": "{\"Version\":\"1.335\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}}" + "Type": "{\"Version\":\"1.337\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Boolean\",\"EnumString\":\"\",\"Type\":[]}}" }, { "Category": 0, @@ -2306,7 +2313,7 @@ "Name": "PrimaryColor", "PropertyDataTypeKey": "Color", "Tooltip": "A custom property", - "Type": "{\"Version\":\"1.335\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}}" + "Type": "{\"Version\":\"1.337\",\"Type\":{\"Name\":\"Root\",\"Kind\":\"Color\",\"EnumString\":\"\",\"Type\":[]}}" } ], "FirstParty": true, @@ -2317,7 +2324,7 @@ "IsPcfControl": false, "IsPremiumPcfControl": false, "IsWidgetTemplate": false, - "LastModifiedTimestamp": "638344348636145103", + "LastModifiedTimestamp": "638447280535221917", "Name": "3c030ee18d5d4acdb0591f7d2f3b76c5", "OverridableProperties": {}, "TemplateOriginalName": "01906efe1f6b4ac885f5f6ea0fc7bf76", diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Customer List Screen.fx.yaml b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Customer List Screen.fx.yaml new file mode 100644 index 0000000..41f4f3a --- /dev/null +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Customer List Screen.fx.yaml @@ -0,0 +1,217 @@ +"'Customer List Screen' As screen": + Fill: =varTheme.AppGray + OnVisible: = + + conCustomerList As groupContainer.verticalAutoLayoutContainer: + Height: =Parent.Height + LayoutAlignItems: =LayoutAlignItems.Stretch + LayoutDirection: =LayoutDirection.Vertical + LayoutMode: =LayoutMode.Auto + Width: =Parent.Width + ZIndex: =1 + + conCustomerListHeader As groupContainer.manualLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + Fill: =Color.Transparent + FillPortions: =0 + Height: =varTheme.PageHeader + LayoutMinHeight: =112 + LayoutMinWidth: =250 + X: =40 + Y: =40 + ZIndex: =1 + + lblCustomerListHeader As label: + Align: =Align.Center + Color: =varTheme.TextLight + Font: =varTheme.font + Height: =varTheme.PageHeader + Size: =varTheme.FontSize4 + Text: ="Who is buying?" + Width: =Parent.Width + ZIndex: =2 + + imgCloseCustomerPage As image: + Height: =90 + Image: ='Coffee MR customerlist dismiss icon' + OnSelect: =Navigate('Start Screen', ScreenTransition.UnCoverRight) + PaddingBottom: =varTheme.iconPadding + PaddingLeft: =varTheme.iconPadding + PaddingRight: =varTheme.iconPadding + PaddingTop: =varTheme.iconPadding + TabIndex: =0 + Tooltip: ="Close page" + Width: =varTheme.iconSize + X: =Parent.Width - Self.Width + ZIndex: =5 + + conCustomerListContent As groupContainer.manualLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + Height: =225 + LayoutMinHeight: =112 + LayoutMinWidth: =250 + ZIndex: =2 + + galCustomers As gallery.galleryVertical: + DelayItemLoading: =true + Height: =Parent.Height + Items: ='customers (v2.0)' + Layout: =Layout.Vertical + LoadingSpinner: =LoadingSpinner.Data + OnSelect: = + ShowScrollbar: =false + TemplatePadding: =0 + TemplateSize: =140 + Width: =Parent.Width - (Self.X *2) + X: =30 + ZIndex: =1 + + figCustomerListSeperator As rectangle: + BorderColor: =RGBA(32, 54, 71, 1) + Fill: =ColorFade(Color.White, 50%) + Height: =1 + OnSelect: = + Width: =Parent.TemplateWidth + Y: =Parent.TemplateHeight - 3 + ZIndex: =1 + + conCustomerContent As groupContainer.horizontalAutoLayoutContainer: + Height: =Parent.TemplateHeight + LayoutMode: =LayoutMode.Auto + Width: =Parent.TemplateWidth + ZIndex: =2 + + imgCustomerIcon As image: + Height: =Parent.Height + Image: ='Coffee MR customer icon' + LayoutMinHeight: =320 + LayoutMinWidth: =320 + PaddingBottom: =20 + PaddingLeft: =10 + PaddingRight: =20 + PaddingTop: =20 + X: =Parent.Width/2 - Self.Width/2 - 10 + Y: =Parent.Height/2 - Self.Height/2 + ZIndex: =1 + + conCustomerLayout As groupContainer.verticalAutoLayoutContainer: + AlignInContainer: =AlignInContainer.SetByContainer + Height: =140 + LayoutDirection: =LayoutDirection.Vertical + LayoutJustifyContent: =LayoutJustifyContent.Center + LayoutMinHeight: =112 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto + Width: =490 + X: =630 + ZIndex: =3 + + lblCustomerName As label: + Color: =varTheme.TextLight + Font: =varTheme.font + FontWeight: =FontWeight.Semibold + LayoutMinHeight: =70 + LayoutMinWidth: =560 + OnSelect: = + Size: =varTheme.FontSize3 + Text: =ThisItem.'Display Name' + Width: =Parent.Width + X: =40 + ZIndex: =1 + + lblCustomerContact As label: + Color: =varTheme.TextLight + Font: =varTheme.font + LayoutMinHeight: =70 + LayoutMinWidth: =560 + OnSelect: = + PaddingTop: =15 + Size: =varTheme.FontSize3 + Text: =ThisItem.'No.' + Width: =Parent.Width + X: =40 + ZIndex: =2 + + imgSelectCustomer As image: + Height: =Parent.Height + Image: ='Coffee MR customerlist select icon' + LayoutMinHeight: =320 + LayoutMinWidth: =320 + OnSelect: =Back(ScreenTransition.UnCoverRight) + PaddingBottom: =Self.PaddingTop + PaddingLeft: =Self.Width/2 + PaddingTop: =45 + TabIndex: =0 + Tooltip: ="Close page" + Width: =varTheme.iconSize + ZIndex: =4 + + btnCustomerOverlay As button: + Fill: =RGBA(0, 0, 0, 0) + Height: =Parent.TemplateHeight + HoverFill: = + OnSelect: | + =Clear(colMeasurements); + Set(varSelectedCustomer, ThisItem); + Navigate('Coffee Machines List Screen',ScreenTransition.Cover); + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + PressedFill: =Color.Transparent + Size: =24 + Text: ="" + Visible: =Not(varTakeMeasurement) + Width: =Parent.Width + ZIndex: =3 + + "btnMRMeasure As 'Measure in MR (preview)'.pcfdataset": + BorderFillColor: =Color.DarkGray + BorderRadius: =0 + BorderThickness: =0 + BoxDraw: =true + DisabledBorderColor: =RGBA(0, 0, 0, 0) + DisabledContentColor: =RGBA(166, 166, 166, 1) + DisabledFillColor: =RGBA(244, 244, 244, 1) + DisplayMode: =DisplayMode.Edit + DisplayType: ='MeasureInMR.DisplayType'.MSR_Text + EnableShadows: =true + FillColor: =RGBA(0, 0, 0, 0) + FontSize: =80 + Height: =Parent.TemplateHeight + HoverBorderColor: =RGBA(0, 0, 0, 0) + HoverContentColor: =ColorFade(varTheme.AppTeal, 20%) + HoverFillColor: =Color.Transparent + MeasurementType: ='MeasureInMR.MeasurementType'.Volume + OnMixedRealitySelect: | + =// You can customize to you scenario. Learn more here https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/measure-your-space-in-mixed-reality + Set(varMeasurementObject, { + measurements: First(Self.Measurements), + image: First(Self.Photos) + }); + + If(Not(IsBlank(varMeasurementObject.measurements)), + Navigate('Measurement Screen', ScreenTransition.Cover) + , + Notify("Measurement cancelled"); + Navigate('Customer List Screen', ScreenTransition.UnCover) + ); + PaddingBottom: =0 + PaddingLeft: =0 + PaddingRight: =0 + PaddingTop: =0 + PressedBorderColor: =RGBA(0, 0, 0, 0) + PressedContentColor: =RGBA(255, 255, 255, 1) + PressedFillColor: =Color.Transparent + Text: ="" + TextColor: =varTheme.AppTeal + Units: ='MeasureInMR.Units'.MSR_Centimeters + Visible: =varTakeMeasurement + Width: =Parent.TemplateWidth + X: =0 + Y: =0 + ZIndex: =4 + + comCustomerListBigDividerBlack As comBigDividerBlack: + ZIndex: =3 + diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Debug screen.fx.yaml b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Debug screen.fx.yaml deleted file mode 100644 index 71b8cbe..0000000 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Debug screen.fx.yaml +++ /dev/null @@ -1,52 +0,0 @@ -"'Debug screen' As screen": - - "ViewInMR1_1 As 'View in MR (preview)'.pcfdataset": - BorderFillColor: =RGBA(47, 81, 151, 1) - BorderThickness: =0 - DisabledBorderColor: =RGBA(166, 166, 166, 1) - DisabledContentColor: =RGBA(166, 166, 166, 1) - DisabledFillColor: =RGBA(244, 244, 244, 1) - DisplayMode: =DisplayMode.Edit - FillColor: =RGBA(255, 255, 255, 1) - Height: =70 - HoverBorderColor: =RGBA(255, 255, 255, 1) - HoverContentColor: =ColorFade(varTheme.brandColor, 20%) - HoverFillColor: =RGBA(255, 255, 255, 1) - ObjectDepth: =varMeasurement.BoundingDepth - ObjectHeight: =varMeasurement.Height - ObjectWidth: =varMeasurement.BoundingWidth - PressedBorderColor: =RGBA(255, 255, 255, 1) - PressedContentColor: =RGBA(56, 96, 178, 1) - PressedFillColor: =RGBA(255, 255, 255, 1) - Source: |- - ="https://github.com/andersgMSFT/TestCDN/blob/cdbe9d5d80252d922cc98794b5dc49368b603226/Untitled.glb" - TextColor: =varTheme.brandColor - Width: =393 - X: =135 - Y: =894 - ZIndex: =1 - - Button2 As button: - Height: =70 - OnSelect: |- - =UploadImageToSalesOrder.Run("7a6321ac-46d8-ed11-a7c7-000d3a91e374", {file:{name:GUID() & ".png", contentBytes:Last(ViewInMR1_1.Photos).ImageURI}}) - Size: =24 - Text: |- - ="Send to flow - " - Width: =280 - X: =192 - Y: =1029 - ZIndex: =3 - - Image1_1 As image: - Fill: =RGBA(214, 223, 238, 1) - Height: =724 - Image: =First(ViewInMR1_1.Photos).ImageURI - OnSelect: |- - =UpdateContext({ctxShowCapturedImage:false}); - Width: =618 - X: =9 - Y: =9 - ZIndex: =4 - diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/App.editorstate.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/App.editorstate.json index 087b6cc..7f02ba2 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/App.editorstate.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/App.editorstate.json @@ -35,6 +35,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "App", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ @@ -101,6 +102,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "Host", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Coffee Machine screen.editorstate.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Coffee Machine screen.editorstate.json index 8d2c807..eaaf2c5 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Coffee Machine screen.editorstate.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Coffee Machine screen.editorstate.json @@ -1,12 +1,12 @@ { "ControlStates": { - "Button3_1": { + "btnSelectCoffeeMachine": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "\"Button\"", + "AutoRuleBindingString": "", "InvariantPropertyName": "Text", "IsLockable": false, "NameMapSourceSchema": "?" @@ -26,7 +26,14 @@ "NameMapSourceSchema": "?" }, "DisabledColor", - "PressedColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Self.Fill", + "InvariantPropertyName": "PressedColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -45,7 +52,14 @@ "NameMapSourceSchema": "?" }, "DisabledFill", - "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Self.Color", + "InvariantPropertyName": "PressedFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -54,19 +68,75 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "Font", - "FontWeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Font.'Open Sans'", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "Align", "VerticalAlign", "X", "Y", - "Width", - "Height", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "70", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "ZIndex", - "RadiusTopLeft", - "RadiusTopRight", - "RadiusBottomLeft", - "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusTopLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusTopRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusBottomLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusBottomRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -76,7 +146,14 @@ "NameMapSourceSchema": "?" }, "FocusedBorderThickness", - "Size", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "Italic", "Underline", "Strikethrough", @@ -87,9 +164,55 @@ "InvariantPropertyName": "OnSelect", "IsLockable": false, "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" } ], - "HasDynamicProperties": false, + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -98,8 +221,9 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "Button3_1", - "ParentIndex": 5, + "Name": "btnSelectCoffeeMachine", + "OptimizeForDevices": "Off", + "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ { @@ -109,82 +233,87 @@ }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "Italic", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "Strikethrough", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "Underline", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Font", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", "RuleProviderType": "Unknown" }, { @@ -194,87 +323,87 @@ }, { "Category": "Design", - "PropertyName": "Align", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "VerticalAlign", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "HoverColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopLeft", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopRight", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomLeft", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomRight", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Size", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Italic", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Underline", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Strikethrough", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { @@ -314,6 +443,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "Coffee Machine screen", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ @@ -399,7 +529,45 @@ }, "ZIndex" ], - "HasDynamicProperties": false, + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -414,7 +582,8 @@ }, "MetaDataIDKey": "", "Name": "comSelectItemsDividerCoffeePage", - "ParentIndex": 2, + "OptimizeForDevices": "Off", + "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ { @@ -451,24 +620,32 @@ "StyleName": "", "Type": "ControlInfo" }, - "conCoffeeHeader": { + "conCoffeeActions": { "AllowAccessToGlobals": true, "ControlPropertyState": [ "BorderColor", "BorderStyle", + "Fill", + "X", + "Y", + "Width", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(0, 0, 0, 0)", - "InvariantPropertyName": "Fill", + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "X", + "InvariantPropertyName": "LayoutAlignItems", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -476,39 +653,97 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", + "InvariantPropertyName": "LayoutJustifyContent", "IsLockable": false, "NameMapSourceSchema": "?" }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "500", - "InvariantPropertyName": "Width", + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", "IsLockable": false, "NameMapSourceSchema": "?" }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", + "InvariantPropertyName": "PaddingTop", "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisplayMode", - "LayoutMode", - "LayoutDirection", - "LayoutAlignItems", - "LayoutJustifyContent", - "LayoutGap", - "LayoutOverflowX", - "LayoutOverflowY", - "LayoutWrap", - "ZIndex", - "DropShadow" + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + } ], - "HasDynamicProperties": false, + "DynamicProperties": [ + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FillPortions", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "112", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -517,43 +752,44 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "conCoffeeHeader", - "ParentIndex": 0, + "Name": "conCoffeeActions", + "OptimizeForDevices": "Off", + "ParentIndex": 5, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutWrap", + "PropertyName": "DropShadow", "RuleProviderType": "Unknown" }, { @@ -563,12 +799,7 @@ }, { "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "ChildTabPriority", "RuleProviderType": "Unknown" }, { @@ -608,116 +839,2070 @@ }, { "Category": "Design", - "PropertyName": "DropShadow", + "PropertyName": "LayoutWrap", "RuleProviderType": "Unknown" - } + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "conCoffeeHeader": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(0, 0, 0, 0)", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "500", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "ZIndex", + "DropShadow", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "DynamicProperties": [ + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FillPortions", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "conCoffeeHeader", + "OptimizeForDevices": "Off", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "conCoffeeMachine": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "500", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "225", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "conCoffeeMachine", + "OptimizeForDevices": "Off", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "conCoffeeMainDetails": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "500", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "DynamicProperties": [ + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FillPortions", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AlignInContainer", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "conCoffeeMainDetails", + "OptimizeForDevices": "Off", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "conCoffeeSubDetails": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "500", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "DynamicProperties": [ + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FillPortions", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AlignInContainer", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "conCoffeeSubDetails", + "OptimizeForDevices": "Off", + "ParentIndex": 4, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "imgCoffeeMachineBack": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Image", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ImagePosition", + "ImageRotation", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "38", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "320", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "320", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TabIndex", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Tooltip", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "false", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "imgCoffeeMachineBack", + "OptimizeForDevices": "Off", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Tooltip", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TabIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "imgSelectedCoffeeMachine": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "SampleImage", + "InvariantPropertyName": "Image", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ImagePosition", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ImageRotation", + "X", + "Y", + "Width", + "Height", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusTopLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusTopRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusBottomLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusBottomRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderThickness", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "imgSelectedCoffeeMachine", + "OptimizeForDevices": "Off", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "lblCoffeeMachineDetailsName": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"Text\"", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Role", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Font.'Open Sans'", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "560", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "21", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AutoHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lblCoffeeMachineDetailsName", + "OptimizeForDevices": "Off", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + } ], - "StyleName": "", + "StyleName": "defaultLabelStyle", "Type": "ControlInfo" }, - "Icon4_2": { + "lblCoffeeMachineDetailsPrice": { "AllowAccessToGlobals": true, "ControlPropertyState": [ - "Icon", + "Live", + "Overflow", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Color", + "AutoRuleBindingString": "\"Text\"", + "InvariantPropertyName": "Text", "IsLockable": false, "NameMapSourceSchema": "?" }, + "Role", + "Color", "DisabledColor", "PressedColor", "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", "Fill", "DisabledFill", "PressedFill", "HoverFill", - "DisplayMode", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", + "AutoRuleBindingString": "Font.'Open Sans'", + "InvariantPropertyName": "Font", "IsLockable": false, "NameMapSourceSchema": "?" }, + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "64", + "AutoRuleBindingString": "560", "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "64", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "BorderStyle", - "BorderColor", - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "FocusedBorderColor", + "Height", + "DisplayMode", "ZIndex", + "LineHeight", "BorderThickness", "FocusedBorderThickness", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingTop", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingBottom", + "AutoRuleBindingString": "21", + "InvariantPropertyName": "Size", "IsLockable": false, "NameMapSourceSchema": "?" }, + "Italic", + "Underline", + "Strikethrough", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingRight", + "InvariantPropertyName": "PaddingTop", "IsLockable": false, "NameMapSourceSchema": "?" }, + "PaddingRight", + "PaddingBottom", + "PaddingLeft", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnSelect", + "InvariantPropertyName": "AutoHeight", "IsLockable": false, "NameMapSourceSchema": "?" } ], - "HasDynamicProperties": false, + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -726,33 +2911,44 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "Icon4_2", + "Name": "lblCoffeeMachineDetailsPrice", + "OptimizeForDevices": "Off", "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ { - "Category": "Design", - "PropertyName": "Icon", + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "Strikethrough", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { @@ -767,17 +2963,32 @@ }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", "RuleProviderType": "Unknown" }, { @@ -792,27 +3003,42 @@ }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "LineHeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { @@ -832,103 +3058,173 @@ }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "HoverColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "Italic", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { - "Category": "Behavior", - "PropertyName": "OnSelect", + "Category": "Design", + "PropertyName": "AutoHeight", "RuleProviderType": "Unknown" } ], - "StyleName": "defaultIconStyle", + "StyleName": "defaultLabelStyle", "Type": "ControlInfo" }, - "Image1": { + "lblCoffeeMachineName": { "AllowAccessToGlobals": true, "ControlPropertyState": [ + "Live", + "Overflow", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "SampleImage", - "InvariantPropertyName": "Image", + "AutoRuleBindingString": "\"Text\"", + "InvariantPropertyName": "Text", "IsLockable": false, "NameMapSourceSchema": "?" }, - "ImagePosition", - "ImageRotation", - "X", - "Y", - "Width", - "Height", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", + "Role", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", "BorderColor", "DisabledBorderColor", "PressedBorderColor", "HoverBorderColor", - "FocusedBorderColor", "BorderStyle", - "DisplayMode", - "ZIndex", - "RadiusTopLeft", - "RadiusTopRight", - "RadiusBottomLeft", - "RadiusBottomRight", - "BorderThickness", - "FocusedBorderThickness", - "PaddingTop", - "PaddingRight", - "PaddingBottom", - "PaddingLeft", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "true", - "InvariantPropertyName": "Visible", + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", "IsLockable": false, "NameMapSourceSchema": "?" }, + "FontWeight", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnSelect", + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", "IsLockable": false, "NameMapSourceSchema": "?" - } + }, + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "70", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" ], "HasDynamicProperties": false, "IsAutoGenerated": false, @@ -939,33 +3235,64 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "Image1", - "ParentIndex": 1, + "Name": "lblCoffeeMachineName", + "OptimizeForDevices": "Off", + "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Data", - "PropertyName": "Image", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Live", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ImagePosition", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ImageRotation", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { @@ -980,152 +3307,169 @@ }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "Strikethrough", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "VerticalAlign", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "Underline", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "Italic", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "Align", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "FontWeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopLeft", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopRight", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomLeft", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomRight", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "Overflow", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Visible", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { - "Category": "Behavior", - "PropertyName": "OnSelect", + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" } ], - "StyleName": "defaultImageStyle", + "StyleName": "defaultLabelStyle", "Type": "ControlInfo" }, - "Image6": { + "lblSubDetailsHeader": { "AllowAccessToGlobals": true, "ControlPropertyState": [ + "Live", + "Overflow", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "SampleImage", - "InvariantPropertyName": "Image", + "AutoRuleBindingString": "\"Text\"", + "InvariantPropertyName": "Text", "IsLockable": false, "NameMapSourceSchema": "?" }, + "Role", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "ImagePosition", + "AutoRuleBindingString": "RGBA(0, 0, 0, 1)", + "InvariantPropertyName": "Color", "IsLockable": false, "NameMapSourceSchema": "?" }, - "ImageRotation", - "X", - "Y", - "Width", - "Height", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", "Fill", "DisabledFill", "PressedFill", @@ -1133,47 +3477,63 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "BorderColor", + "AutoRuleBindingString": "Font.'Open Sans'", + "InvariantPropertyName": "Font", "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "FocusedBorderColor", - "BorderStyle", - "DisplayMode", - "ZIndex", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopLeft", + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "560", + "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" }, + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopRight", + "AutoRuleBindingString": "21", + "InvariantPropertyName": "Size", "IsLockable": false, "NameMapSourceSchema": "?" }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomLeft", + "InvariantPropertyName": "PaddingRight", "IsLockable": false, "NameMapSourceSchema": "?" }, + "PaddingBottom", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomRight", + "InvariantPropertyName": "PaddingLeft", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -1181,17 +3541,50 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "BorderThickness", + "InvariantPropertyName": "AutoHeight", "IsLockable": false, "NameMapSourceSchema": "?" - }, - "FocusedBorderThickness", - "PaddingTop", - "PaddingRight", - "PaddingBottom", - "PaddingLeft" + } ], - "HasDynamicProperties": false, + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -1200,28 +3593,49 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "Image6", - "ParentIndex": 3, + "Name": "lblSubDetailsHeader", + "OptimizeForDevices": "Off", + "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Data", - "PropertyName": "Image", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Live", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ImagePosition", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ImageRotation", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { @@ -1231,17 +3645,37 @@ }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "VerticalAlign", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "AutoHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { @@ -1251,17 +3685,27 @@ }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { @@ -1271,89 +3715,94 @@ }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "Strikethrough", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "Underline", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "Overflow", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopLeft", + "PropertyName": "Italic", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopRight", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomLeft", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomRight", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" } ], - "StyleName": "defaultImageStyle", + "StyleName": "defaultLabelStyle", "Type": "ControlInfo" }, - "Label4_7": { + "lblSubDetailsValue": { "AllowAccessToGlobals": true, "ControlPropertyState": [ "Live", @@ -1370,7 +3819,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "RGBA(0, 0, 0, 1)", "InvariantPropertyName": "Color", "IsLockable": false, "NameMapSourceSchema": "?" @@ -1391,75 +3840,107 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "Font.'Open Sans'", "InvariantPropertyName": "Font", "IsLockable": false, "NameMapSourceSchema": "?" }, "FontWeight", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Align", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, + "Align", "VerticalAlign", + "X", + "Y", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "X", + "AutoRuleBindingString": "560", + "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" }, + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", + "AutoRuleBindingString": "21", + "InvariantPropertyName": "Size", "IsLockable": false, "NameMapSourceSchema": "?" }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Width", + "InvariantPropertyName": "PaddingRight", "IsLockable": false, "NameMapSourceSchema": "?" }, + "PaddingBottom", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "70", - "InvariantPropertyName": "Height", + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisplayMode", - "ZIndex", - "LineHeight", - "BorderThickness", - "FocusedBorderThickness", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Size", + "InvariantPropertyName": "AutoHeight", "IsLockable": false, "NameMapSourceSchema": "?" - }, - "Italic", - "Underline", - "Strikethrough", - "PaddingTop", - "PaddingRight", - "PaddingBottom", - "PaddingLeft" + } ], - "HasDynamicProperties": false, + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -1468,13 +3949,14 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "Label4_7", - "ParentIndex": 0, + "Name": "lblSubDetailsValue", + "OptimizeForDevices": "Off", + "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Data", - "PropertyName": "Live", + "PropertyName": "Role", "RuleProviderType": "Unknown" }, { @@ -1484,67 +3966,72 @@ }, { "Category": "Data", - "PropertyName": "Role", + "PropertyName": "Live", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Overflow", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "LineHeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "VerticalAlign", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "Align", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "FontWeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "AutoHeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { @@ -1554,124 +4041,124 @@ }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Font", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FontWeight", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Align", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "VerticalAlign", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "Strikethrough", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "Underline", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "Overflow", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LineHeight", + "PropertyName": "Italic", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Size", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Italic", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Underline", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Strikethrough", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "HoverColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" } ], "StyleName": "defaultLabelStyle", "Type": "ControlInfo" }, - "ViewInMR1": { + "ViewInMRControl": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { @@ -1685,17 +4172,59 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(255, 255, 255, 1)", + "AutoRuleBindingString": "", "InvariantPropertyName": "TextColor", "IsLockable": false, "NameMapSourceSchema": "?" }, - "BorderFillColor", - "DisabledContentColor", - "DisabledFillColor", - "DisabledBorderColor", - "PressedContentColor", - "PressedFillColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderFillColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisabledContentColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisabledFillColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisabledBorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PressedContentColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PressedFillColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -1707,7 +4236,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(255, 255, 255, 1)", + "AutoRuleBindingString": "", "InvariantPropertyName": "HoverContentColor", "IsLockable": false, "NameMapSourceSchema": "?" @@ -1730,8 +4259,22 @@ }, "X", "Y", - "Width", - "Height", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "70", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "DisplayMode", "ZIndex", { @@ -1750,9 +4293,30 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "ObjectWidth", - "ObjectHeight", - "ObjectDepth", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "ObjectWidth", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "ObjectHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "ObjectDepth", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -1760,9 +4324,111 @@ "InvariantPropertyName": "Disabled", "IsLockable": false, "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Units", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderRadius", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontSize", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"'Open Sans', sans-serif\"", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayType", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" } ], - "HasDynamicProperties": false, + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -1771,13 +4437,19 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "ViewInMR1", - "ParentIndex": 4, + "Name": "ViewInMRControl", + "OptimizeForDevices": "Off", + "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Data", - "PropertyName": "Source", + "PropertyName": "ObjectDepth", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "ObjectHeight", "RuleProviderType": "Unknown" }, { @@ -1787,57 +4459,72 @@ }, { "Category": "Data", - "PropertyName": "ObjectHeight", + "PropertyName": "Source", "RuleProviderType": "Unknown" }, { "Category": "Data", - "PropertyName": "ObjectDepth", + "PropertyName": "Units", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "DisplayType", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FillColor", + "PropertyName": "Disabled", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "TextColor", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderFillColor", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledContentColor", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFillColor", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedContentColor", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFillColor", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFillColor", "RuleProviderType": "Unknown" }, { @@ -1847,52 +4534,72 @@ }, { "Category": "Design", - "PropertyName": "HoverFillColor", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "PressedFillColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "PressedContentColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "DisabledFillColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "DisabledContentColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "BorderFillColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "TextColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "FillColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Disabled", + "PropertyName": "BorderRadius", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" } ], diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Coffee Machines List Screen.editorstate.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Coffee Machines List Screen.editorstate.json index 8c1d4ec..c1cdfd9 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Coffee Machines List Screen.editorstate.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Coffee Machines List Screen.editorstate.json @@ -1,23 +1,34 @@ { "ControlStates": { - "btnCoffeeOverLay": { + "btnFilter": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "\"Button\"", "InvariantPropertyName": "Text", "IsLockable": false, "NameMapSourceSchema": "?" }, - "BorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "ColorFade(Self.Fill, -15%)", + "InvariantPropertyName": "BorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Self.Fill", - "InvariantPropertyName": "PressedBorderColor", + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -25,16 +36,19 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "HoverBorderColor", + "InvariantPropertyName": "DisabledColor", "IsLockable": false, "NameMapSourceSchema": "?" }, - "BorderStyle", - "FocusedBorderColor", - "Color", - "DisabledColor", "PressedColor", - "HoverColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "DisplayMode", { "AFDDataSourceName": "", @@ -61,15 +75,19 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "Font", - "FontWeight", - "Align", - "VerticalAlign", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "X", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -77,6 +95,23 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", "InvariantPropertyName": "Y", "IsLockable": false, "NameMapSourceSchema": "?" @@ -84,7 +119,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "280", + "AutoRuleBindingString": "", "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" @@ -92,16 +127,44 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "70", + "AutoRuleBindingString": "", "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" }, "ZIndex", - "RadiusTopLeft", - "RadiusTopRight", - "RadiusBottomLeft", - "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusTopLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusTopRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusBottomLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusBottomRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -111,10 +174,57 @@ "NameMapSourceSchema": "?" }, "FocusedBorderThickness", - "Size", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "Italic", "Underline", "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -133,7 +243,8 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "btnCoffeeOverLay", + "Name": "btnFilter", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ @@ -144,7 +255,7 @@ }, { "Category": "Design", - "PropertyName": "Size", + "PropertyName": "Strikethrough", "RuleProviderType": "Unknown" }, { @@ -154,67 +265,72 @@ }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "Italic", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomRight", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomLeft", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Strikethrough", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopRight", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopLeft", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Italic", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { @@ -232,6 +348,16 @@ "PropertyName": "FontWeight", "RuleProviderType": "Unknown" }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, { "Category": "Design", "PropertyName": "Font", @@ -284,17 +410,22 @@ }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { @@ -304,7 +435,7 @@ }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { @@ -312,6 +443,11 @@ "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, { "Category": "Behavior", "PropertyName": "OnSelect", @@ -321,78 +457,103 @@ "StyleName": "defaultButtonStyle", "Type": "ControlInfo" }, - "btnFilter": { + "Coffee Machines List Screen": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "\"Button\"", - "InvariantPropertyName": "Text", + "AutoRuleBindingString": "Color.White", + "InvariantPropertyName": "Fill", "IsLockable": false, "NameMapSourceSchema": "?" }, + "ImagePosition", + "Height", + "Width", + "Size", + "Orientation", + "LoadingSpinner", + "LoadingSpinnerColor", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "ColorFade(Self.Fill, -15%)", - "InvariantPropertyName": "BorderColor", + "AutoRuleBindingString": "", + "InvariantPropertyName": "OnVisible", "IsLockable": false, "NameMapSourceSchema": "?" + } + ], + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Coffee Machines List Screen", + "OptimizeForDevices": "Off", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" }, - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "BorderStyle", - "FocusedBorderColor", { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Color", - "IsLockable": false, - "NameMapSourceSchema": "?" + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" }, { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "DisabledColor", - "IsLockable": false, - "NameMapSourceSchema": "?" + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" }, - "PressedColor", { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "HoverColor", - "IsLockable": false, - "NameMapSourceSchema": "?" + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" }, - "DisplayMode", { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Fill", - "IsLockable": false, - "NameMapSourceSchema": "?" + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" }, - "DisabledFill", { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Self.Color", - "InvariantPropertyName": "PressedFill", - "IsLockable": false, - "NameMapSourceSchema": "?" + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Orientation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" }, + { + "Category": "Behavior", + "PropertyName": "OnVisible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultScreenStyle", + "Type": "ControlInfo" + }, + "comSelectItemsDividerCoffee": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "ColorFade(RGBA(56, 96, 178, 1), -20%)", - "InvariantPropertyName": "HoverFill", + "AutoRuleBindingString": "RGBA(0, 0, 0, 0)", + "InvariantPropertyName": "Fill", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -400,24 +561,85 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Font", + "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" }, - "FontWeight", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Align", + "AutoRuleBindingString": "640", + "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" }, - "VerticalAlign", + "X", + "Y", + "ZIndex" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "Metadata": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "" + }, + "MetaDataIDKey": "", + "Name": "comSelectItemsDividerCoffee", + "OptimizeForDevices": "Off", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "conCoffeeFilter": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "40", + "AutoRuleBindingString": "105", "InvariantPropertyName": "X", "IsLockable": false, "NameMapSourceSchema": "?" @@ -425,7 +647,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "40", + "AutoRuleBindingString": "0", "InvariantPropertyName": "Y", "IsLockable": false, "NameMapSourceSchema": "?" @@ -446,102 +668,1066 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutOverflowX", + "LayoutOverflowY", "ZIndex", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopLeft", + "AutoRuleBindingString": "true", + "InvariantPropertyName": "Visible", "IsLockable": false, "NameMapSourceSchema": "?" }, + "DropShadow", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopRight", + "InvariantPropertyName": "PaddingTop", "IsLockable": false, "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "conCoffeeFilter", + "OptimizeForDevices": "Off", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" }, { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" + "Category": "Design", + "PropertyName": "LayoutOverflowY", + "RuleProviderType": "Unknown" }, { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomRight", - "IsLockable": false, - "NameMapSourceSchema": "?" + "Category": "Design", + "PropertyName": "LayoutOverflowX", + "RuleProviderType": "Unknown" }, { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "BorderThickness", - "IsLockable": false, - "NameMapSourceSchema": "?" + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" }, - "FocusedBorderThickness", - "Size", - "Italic", - "Underline", - "Strikethrough", { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" }, { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Visible", - "IsLockable": false, - "NameMapSourceSchema": "?" + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" }, { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingTop", - "IsLockable": false, - "NameMapSourceSchema": "?" + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "conCoffeeList": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "500", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "225", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "ZIndex", + "DropShadow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "conCoffeeList", + "OptimizeForDevices": "Off", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "conCoffeeListContent": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "ZIndex", + "DropShadow", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "conCoffeeListContent", + "OptimizeForDevices": "Off", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "conCoffeeListHeader": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(0, 0, 0, 0)", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "ZIndex", + "DropShadow", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "DynamicProperties": [ + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FillPortions", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AlignInContainer", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "conCoffeeListHeader", + "OptimizeForDevices": "Off", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "conCoffeeMachineContent": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "500", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "120", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "conCoffeeMachineContent", + "OptimizeForDevices": "Off", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "conCoffeeMachineImage": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingRight", + "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" }, + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingBottom", + "InvariantPropertyName": "PaddingTop", "IsLockable": false, "NameMapSourceSchema": "?" + } + ], + "DynamicProperties": [ + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FillPortions", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" }, { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnSelect", - "IsLockable": false, - "NameMapSourceSchema": "?" + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" } ], - "HasDynamicProperties": false, + "HasDynamicProperties": true, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -550,83 +1736,89 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "btnFilter", + "Name": "conCoffeeMachineImage", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ { - "Category": "Data", - "PropertyName": "Text", + "Category": "Design", + "PropertyName": "LayoutWrap", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Strikethrough", + "PropertyName": "LayoutOverflowY", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Underline", + "PropertyName": "LayoutOverflowX", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Italic", + "PropertyName": "LayoutGap", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "LayoutJustifyContent", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Size", + "PropertyName": "LayoutAlignItems", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "LayoutDirection", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "LayoutMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomRight", + "PropertyName": "DropShadow", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomLeft", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopRight", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopLeft", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { @@ -641,52 +1833,164 @@ }, { "Category": "Design", - "PropertyName": "VerticalAlign", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Align", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FontWeight", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Visible", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "conCoffeeMachineTexts": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "conCoffeeMachineTexts", + "OptimizeForDevices": "Off", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "LayoutWrap", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Font", + "PropertyName": "LayoutOverflowY", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "LayoutOverflowX", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "LayoutGap", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "LayoutJustifyContent", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", "RuleProviderType": "Unknown" }, { @@ -696,27 +2000,32 @@ }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "DropShadow", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { @@ -726,70 +2035,120 @@ }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { - "Category": "Behavior", - "PropertyName": "OnSelect", + "Category": "Design", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" } ], - "StyleName": "defaultButtonStyle", + "StyleName": "defaultGroupContainerStyle", "Type": "ControlInfo" }, - "Coffee Machines List Screen": { + "figCoffeeMachineOverlay": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Color.White", + "AutoRuleBindingString": "", "InvariantPropertyName": "Fill", "IsLockable": false, "NameMapSourceSchema": "?" }, - "ImagePosition", - "Height", - "Width", - "Size", - "Orientation", - "LoadingSpinner", - "LoadingSpinnerColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Self.Fill", + "InvariantPropertyName": "DisabledFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Self.Fill", + "InvariantPropertyName": "PressedFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Self.Fill", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "BorderStyle", + "FocusedBorderColor", + "DisplayMode", + "X", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "OnVisible", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "550", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "122", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "false", + "InvariantPropertyName": "OnSelect", "IsLockable": false, "NameMapSourceSchema": "?" } ], + "HasDynamicProperties": false, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -798,176 +2157,136 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "Coffee Machines List Screen", - "ParentIndex": 0, + "Name": "figCoffeeMachineOverlay", + "OptimizeForDevices": "Off", + "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ImagePosition", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LoadingSpinner", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LoadingSpinnerColor", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Size", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Orientation", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { - "Category": "Behavior", - "PropertyName": "OnVisible", + "Category": "Design", + "PropertyName": "X", "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultScreenStyle", - "Type": "ControlInfo" - }, - "comSelectItemsDividerCoffee": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(0, 0, 0, 0)", - "InvariantPropertyName": "Fill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" }, { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "640", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" }, - "X", - "Y", - "ZIndex" - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "Metadata": { - "AllowAccessToGlobals": false, - "AllowCustomization": true, - "Description": "" - }, - "MetaDataIDKey": "", - "Name": "comSelectItemsDividerCoffee", - "ParentIndex": 1, - "PersistMetaDataIDKey": false, - "Properties": [ { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { - "Category": "Design", - "PropertyName": "Fill", + "Category": "Behavior", + "PropertyName": "OnSelect", "RuleProviderType": "Unknown" } ], - "StyleName": "", + "StyleName": "defaultRectangleStyle", "Type": "ControlInfo" }, - "conCoffeeFilter": { + "figCoffeeMachineSeperator": { "AllowAccessToGlobals": true, "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(255, 255, 255, 1)", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", "BorderColor", "BorderStyle", - "Fill", - "X", + "FocusedBorderColor", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "0", - "InvariantPropertyName": "Y", + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", "IsLockable": false, "NameMapSourceSchema": "?" }, + "X", + "Y", "Width", - "Height", - "DisplayMode", - "LayoutMode", - "LayoutDirection", - "LayoutAlignItems", - "LayoutJustifyContent", - "LayoutOverflowX", - "LayoutOverflowY", - "ZIndex", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "true", - "InvariantPropertyName": "Visible", + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" }, - "DropShadow" + "OnSelect", + "ZIndex", + "BorderThickness", + "TabIndex", + "FocusedBorderThickness" ], "HasDynamicProperties": false, "IsAutoGenerated": false, @@ -977,49 +2296,50 @@ "IsGroupControl": false, "IsLocked": false, "LayoutName": "", - "MetaDataIDKey": "", - "Name": "conCoffeeFilter", - "ParentIndex": 2, + "MetaDataIDKey": "%TemplateBrowseGallerySeparator1.ID%", + "Name": "figCoffeeMachineSeperator", + "OptimizeForDevices": "Off", + "ParentIndex": 3, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutOverflowY", + "PropertyName": "TabIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutOverflowX", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutJustifyContent", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutAlignItems", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutDirection", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutMode", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { @@ -1029,7 +2349,7 @@ }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { @@ -1039,48 +2359,78 @@ }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Visible", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { - "Category": "Design", - "PropertyName": "DropShadow", + "Category": "Behavior", + "PropertyName": "OnSelect", "RuleProviderType": "Unknown" } ], - "StyleName": "", + "StyleName": "defaultRectangleStyle", "Type": "ControlInfo" }, - "conCoffeeList": { + "galCoffeeMachine": { "AllowAccessToGlobals": true, "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Items", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "WrapCount", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TemplateSize", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "TemplatePadding", + "Layout", + "Transition", + "LoadingSpinner", + "LoadingSpinnerColor", + "DisplayMode", "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", "BorderStyle", + "FocusedBorderColor", "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "0", "InvariantPropertyName": "X", "IsLockable": false, "NameMapSourceSchema": "?" @@ -1096,7 +2446,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "500", + "AutoRuleBindingString": "640", "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" @@ -1104,31 +2454,40 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "225", + "AutoRuleBindingString": "575", "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisplayMode", - "ChildTabPriority", - "LayoutMode", - "LayoutDirection", + "ZIndex", + "DelayItemLoading", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "LayoutAlignItems", + "InvariantPropertyName": "ShowScrollbar", "IsLockable": false, "NameMapSourceSchema": "?" }, - "LayoutJustifyContent", - "LayoutGap", - "LayoutOverflowX", - "LayoutOverflowY", - "LayoutWrap", - "ZIndex", - "DropShadow" + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowNavigation", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "MaxTemplateSize", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } ], + "GalleryTemplateChildName": "galleryTemplate1", "HasDynamicProperties": false, "IsAutoGenerated": false, "IsComponentDefinition": false, @@ -1138,73 +2497,59 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "conCoffeeList", - "ParentIndex": 0, + "Name": "galCoffeeMachine", + "OptimizeForDevices": "Off", + "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutWrap", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutOverflowY", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutOverflowX", + "Category": "Data", + "PropertyName": "WrapCount", "RuleProviderType": "Unknown" }, { - "Category": "Design", - "PropertyName": "LayoutGap", + "Category": "Data", + "PropertyName": "Items", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutJustifyContent", + "PropertyName": "TemplatePadding", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutAlignItems", + "PropertyName": "DelayItemLoading", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutDirection", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutMode", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ChildTabPriority", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { @@ -1224,206 +2569,150 @@ }, { "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DropShadow", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" - } - ], - "StyleName": "", - "Type": "ControlInfo" - }, - "conCoffeeListContent": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - "BorderColor", - "BorderStyle", - "Fill", - "X", - "Y", - "Width", - "Height", - "DisplayMode", - "LayoutMode", - "LayoutDirection", - "LayoutAlignItems", - "LayoutJustifyContent", - "LayoutGap", - "LayoutOverflowX", - "LayoutOverflowY", - "LayoutWrap", - "ZIndex", - "DropShadow" - ], - "DynamicProperties": [ - { - "ControlPropertyState": "FillPortions", - "Property": { - "Category": "Design", - "PropertyName": "FillPortions", - "RuleProviderType": "Unknown" - }, - "PropertyName": "FillPortions" - }, - { - "ControlPropertyState": "AlignInContainer", - "Property": { - "Category": "Design", - "PropertyName": "AlignInContainer", - "RuleProviderType": "Unknown" - }, - "PropertyName": "AlignInContainer" - }, - { - "ControlPropertyState": "LayoutMinWidth", - "Property": { - "Category": "Design", - "PropertyName": "LayoutMinWidth", - "RuleProviderType": "Unknown" - }, - "PropertyName": "LayoutMinWidth" }, - { - "ControlPropertyState": "LayoutMinHeight", - "Property": { - "Category": "Design", - "PropertyName": "LayoutMinHeight", - "RuleProviderType": "Unknown" - }, - "PropertyName": "LayoutMinHeight" - } - ], - "HasDynamicProperties": true, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "conCoffeeListContent", - "ParentIndex": 1, - "PersistMetaDataIDKey": false, - "Properties": [ { "Category": "Design", - "PropertyName": "LayoutOverflowY", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutOverflowX", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutGap", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutJustifyContent", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutAlignItems", + "PropertyName": "LoadingSpinner", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutDirection", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutMode", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "Transition", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "Layout", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "LoadingSpinnerColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutWrap", + "PropertyName": "TemplateSize", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "ShowScrollbar", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "ShowNavigation", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "MaxTemplateSize", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "Visible", "RuleProviderType": "Unknown" - }, + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "galleryTemplate1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill", { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "false", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate1", + "OptimizeForDevices": "Off", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "TemplateFill", "RuleProviderType": "Unknown" }, - { - "Category": "Design", - "PropertyName": "DropShadow", + { + "Category": "Behavior", + "PropertyName": "OnSelect", "RuleProviderType": "Unknown" } ], "StyleName": "", "Type": "ControlInfo" }, - "conCoffeeListHeader": { + "htmlCoffeeMachineImageShadow": { "AllowAccessToGlobals": true, "ControlPropertyState": [ + "DisplayMode", + "DisabledFill", + "Font", + "Color", + "Fill", "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", "BorderStyle", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(0, 0, 0, 0)", - "InvariantPropertyName": "Fill", + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" }, - "X", - "Y", - "Width", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -1432,71 +2721,73 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisplayMode", - "LayoutMode", - "LayoutDirection", - "LayoutAlignItems", - "LayoutJustifyContent", - "LayoutGap", - "LayoutOverflowX", - "LayoutOverflowY", - "LayoutWrap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "ZIndex", - "DropShadow" - ], - "DynamicProperties": [ { - "ControlPropertyState": { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "FillPortions", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Property": { - "Category": "Design", - "PropertyName": "FillPortions", - "RuleProviderType": "Unknown" - }, - "PropertyName": "FillPortions" + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"\"", + "InvariantPropertyName": "Tooltip", + "IsLockable": false, + "NameMapSourceSchema": "?" }, { - "ControlPropertyState": { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "AlignInContainer", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Property": { - "Category": "Design", - "PropertyName": "AlignInContainer", - "RuleProviderType": "Unknown" - }, - "PropertyName": "AlignInContainer" + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"Show your HTML text here.\"", + "InvariantPropertyName": "HtmlText", + "IsLockable": false, + "NameMapSourceSchema": "?" }, { - "ControlPropertyState": "LayoutMinWidth", - "Property": { - "Category": "Design", - "PropertyName": "LayoutMinWidth", - "RuleProviderType": "Unknown" - }, - "PropertyName": "LayoutMinWidth" + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" }, { - "ControlPropertyState": "LayoutMinHeight", - "Property": { - "Category": "Design", - "PropertyName": "LayoutMinHeight", - "RuleProviderType": "Unknown" - }, - "PropertyName": "LayoutMinHeight" + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" } ], - "HasDynamicProperties": true, + "HasDynamicProperties": false, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -1505,68 +2796,79 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "conCoffeeListHeader", + "Name": "htmlCoffeeMachineImageShadow", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ + { + "Category": "Data", + "PropertyName": "Tooltip", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "HtmlText", + "RuleProviderType": "Unknown" + }, { "Category": "Design", - "PropertyName": "LayoutOverflowY", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutOverflowX", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutGap", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutJustifyContent", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutAlignItems", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutDirection", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutMode", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutWrap", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { @@ -1576,80 +2878,83 @@ }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DropShadow", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" } ], "StyleName": "", "Type": "ControlInfo" }, - "conCoffeeMachine": { + "icnSelectCoffeeMachine": { "AllowAccessToGlobals": true, "ControlPropertyState": [ + "Icon", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "BorderColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "BorderStyle", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Fill", + "InvariantPropertyName": "Color", "IsLockable": false, "NameMapSourceSchema": "?" }, + "DisabledColor", + "PressedColor", + "HoverColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "DisplayMode", "X", "Y", "Width", - "Height", - "DisplayMode", - "LayoutMode", - "LayoutDirection", - "LayoutAlignItems", - "LayoutJustifyContent", - "LayoutGap", - "LayoutOverflowX", - "LayoutOverflowY", - "LayoutWrap", - "ZIndex", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopLeft", + "AutoRuleBindingString": "64", + "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" }, + "BorderStyle", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopRight", + "InvariantPropertyName": "PaddingTop", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -1657,29 +2962,58 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomLeft", + "InvariantPropertyName": "PaddingBottom", "IsLockable": false, "NameMapSourceSchema": "?" }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomRight", + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingLeft", "IsLockable": false, "NameMapSourceSchema": "?" + } + ], + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" }, { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "BorderThickness", - "IsLockable": false, - "NameMapSourceSchema": "?" + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" }, - "DropShadow" + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } ], - "HasDynamicProperties": false, + "HasDynamicProperties": true, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -1688,68 +3022,69 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "conCoffeeMachine", - "ParentIndex": 1, + "Name": "icnSelectCoffeeMachine", + "OptimizeForDevices": "Off", + "ParentIndex": 2, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutWrap", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutOverflowY", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutOverflowX", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutGap", + "PropertyName": "Icon", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutJustifyContent", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutAlignItems", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutDirection", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutMode", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { @@ -1764,12 +3099,22 @@ }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { @@ -1779,106 +3124,144 @@ }, { "Category": "Design", - "PropertyName": "RadiusTopLeft", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopRight", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomLeft", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomRight", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "HoverColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DropShadow", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" } ], - "StyleName": "", + "StyleName": "defaultIconStyle", "Type": "ControlInfo" }, - "galCoffeeMachine": { + "imgCoffeeMachineImage": { "AllowAccessToGlobals": true, "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "ThisItem.picture", + "InvariantPropertyName": "Image", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Items", + "InvariantPropertyName": "ImagePosition", "IsLockable": false, "NameMapSourceSchema": "?" }, - "WrapCount", + "ImageRotation", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "TemplateSize", + "InvariantPropertyName": "X", "IsLockable": false, "NameMapSourceSchema": "?" }, - "TemplatePadding", - "Layout", - "Transition", - "LoadingSpinner", - "LoadingSpinnerColor", - "DisplayMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", "BorderColor", "DisabledBorderColor", "PressedBorderColor", "HoverBorderColor", - "BorderStyle", "FocusedBorderColor", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", - "X", + "BorderStyle", + "DisplayMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Select(Parent)", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", + "InvariantPropertyName": "RadiusTopLeft", "IsLockable": false, "NameMapSourceSchema": "?" }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "640", - "InvariantPropertyName": "Width", + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusTopRight", "IsLockable": false, "NameMapSourceSchema": "?" }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "575", - "InvariantPropertyName": "Height", + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusBottomLeft", "IsLockable": false, "NameMapSourceSchema": "?" }, - "ZIndex", - "DelayItemLoading", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "ShowScrollbar", + "InvariantPropertyName": "RadiusBottomRight", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -1886,12 +3269,16 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "ShowNavigation", + "InvariantPropertyName": "BorderThickness", "IsLockable": false, "NameMapSourceSchema": "?" - } + }, + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" ], - "GalleryTemplateChildName": "galleryTemplate1", "HasDynamicProperties": false, "IsAutoGenerated": false, "IsComponentDefinition": false, @@ -1901,88 +3288,74 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "galCoffeeMachine", - "ParentIndex": 0, + "Name": "imgCoffeeMachineImage", + "OptimizeForDevices": "Off", + "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Data", - "PropertyName": "WrapCount", - "RuleProviderType": "Unknown" - }, - { - "Category": "Data", - "PropertyName": "Items", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "TemplatePadding", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DelayItemLoading", + "PropertyName": "Image", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { @@ -1992,87 +3365,77 @@ }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LoadingSpinner", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Transition", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Layout", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LoadingSpinnerColor", + "PropertyName": "ImageRotation", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "TemplateSize", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ShowScrollbar", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ShowNavigation", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultGalleryStyle", - "Type": "ControlInfo" - }, - "galleryTemplate1": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - "TemplateFill", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnSelect", - "IsLockable": false, - "NameMapSourceSchema": "?" - } - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": true, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "galleryTemplate1", - "ParentIndex": 0, - "PersistMetaDataIDKey": false, - "Properties": [ + }, { "Category": "Design", - "PropertyName": "TemplateFill", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", "RuleProviderType": "Unknown" }, { @@ -2081,29 +3444,22 @@ "RuleProviderType": "Unknown" } ], - "StyleName": "", + "StyleName": "defaultImageStyle", "Type": "ControlInfo" }, - "icnCoffeeListHeaderBack": { + "imgCoffeeMachineListBack": { "AllowAccessToGlobals": true, "ControlPropertyState": [ - "Icon", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Color", + "InvariantPropertyName": "Image", "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisabledColor", - "PressedColor", - "HoverColor", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", - "DisplayMode", + "ImagePosition", + "ImageRotation", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -2115,7 +3471,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "38", "InvariantPropertyName": "Y", "IsLockable": false, "NameMapSourceSchema": "?" @@ -2123,7 +3479,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "64", + "AutoRuleBindingString": "320", "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" @@ -2131,24 +3487,33 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "64", + "AutoRuleBindingString": "320", "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" }, - "BorderStyle", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", "BorderColor", "DisabledBorderColor", "PressedBorderColor", "HoverBorderColor", "FocusedBorderColor", + "BorderStyle", + "DisplayMode", "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", "BorderThickness", "FocusedBorderThickness", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "0", "InvariantPropertyName": "PaddingTop", "IsLockable": false, "NameMapSourceSchema": "?" @@ -2156,16 +3521,32 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", "InvariantPropertyName": "PaddingBottom", "IsLockable": false, "NameMapSourceSchema": "?" }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingRight", + "InvariantPropertyName": "TabIndex", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -2173,7 +3554,7 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingLeft", + "InvariantPropertyName": "Tooltip", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -2195,53 +3576,59 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "icnCoffeeListHeaderBack", + "Name": "imgCoffeeMachineListBack", + "OptimizeForDevices": "Off", "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ { - "Category": "Design", - "PropertyName": "BorderColor", + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Tooltip", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "ImageRotation", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { @@ -2251,57 +3638,67 @@ }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Icon", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TabIndex", "RuleProviderType": "Unknown" }, { @@ -2311,27 +3708,32 @@ }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { @@ -2340,31 +3742,38 @@ "RuleProviderType": "Unknown" } ], - "StyleName": "defaultIconStyle", + "StyleName": "defaultImageStyle", "Type": "ControlInfo" }, - "icnRemoveFilter": { + "imgRemoveFilter": { "AllowAccessToGlobals": true, "ControlPropertyState": [ - "Icon", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Color", + "InvariantPropertyName": "Image", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ImagePosition", + "ImageRotation", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "Y", "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisabledColor", - "PressedColor", - "HoverColor", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", - "DisplayMode", - "X", - "Y", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -2381,20 +3790,69 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "BorderStyle", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", "BorderColor", "DisabledBorderColor", "PressedBorderColor", "HoverBorderColor", "FocusedBorderColor", + "BorderStyle", + "DisplayMode", "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", "BorderThickness", "FocusedBorderThickness", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Visible", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TabIndex", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Tooltip", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -2416,128 +3874,164 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "icnRemoveFilter", + "Name": "imgRemoveFilter", + "OptimizeForDevices": "Off", "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Tooltip", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Visible", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Icon", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "ImageRotation", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "ImagePosition", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "TabIndex", "RuleProviderType": "Unknown" }, { @@ -2546,43 +4040,49 @@ "RuleProviderType": "Unknown" } ], - "StyleName": "defaultIconStyle", + "StyleName": "defaultImageStyle", "Type": "ControlInfo" }, - "imgCoffeeMachine": { + "lblCoffeeListHeader": { "AllowAccessToGlobals": true, "ControlPropertyState": [ - "Image", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "ImagePosition", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "ImageRotation", + "Live", + "Overflow", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "310", - "InvariantPropertyName": "X", + "AutoRuleBindingString": "\"Text\"", + "InvariantPropertyName": "Text", "IsLockable": false, "NameMapSourceSchema": "?" }, + "Role", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", + "InvariantPropertyName": "Color", "IsLockable": false, "NameMapSourceSchema": "?" }, + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Width", + "InvariantPropertyName": "Font", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -2590,42 +4090,24 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", + "InvariantPropertyName": "FontWeight", "IsLockable": false, "NameMapSourceSchema": "?" }, - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "BorderColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "FocusedBorderColor", - "BorderStyle", - "DisplayMode", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Select(Parent)", - "InvariantPropertyName": "OnSelect", + "InvariantPropertyName": "Align", "IsLockable": false, "NameMapSourceSchema": "?" }, - "ZIndex", + "VerticalAlign", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopLeft", + "InvariantPropertyName": "X", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -2633,7 +4115,7 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopRight", + "InvariantPropertyName": "Y", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -2641,27 +4123,34 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomLeft", + "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomRight", + "AutoRuleBindingString": "70", + "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" }, + "DisplayMode", + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "BorderThickness", + "InvariantPropertyName": "Size", "IsLockable": false, "NameMapSourceSchema": "?" }, - "FocusedBorderThickness", + "Italic", + "Underline", + "Strikethrough", "PaddingTop", "PaddingRight", "PaddingBottom", @@ -2676,43 +4165,44 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "imgCoffeeMachine", - "ParentIndex": 1, + "Name": "lblCoffeeListHeader", + "OptimizeForDevices": "Off", + "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Data", - "PropertyName": "Image", + "PropertyName": "Role", "RuleProviderType": "Unknown" }, { - "Category": "Design", - "PropertyName": "BorderThickness", + "Category": "Data", + "PropertyName": "Text", "RuleProviderType": "Unknown" }, { - "Category": "Design", - "PropertyName": "PaddingLeft", + "Category": "Data", + "PropertyName": "Live", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomRight", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomLeft", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopRight", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopLeft", + "PropertyName": "LineHeight", "RuleProviderType": "Unknown" }, { @@ -2727,17 +4217,22 @@ }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { @@ -2752,7 +4247,47 @@ }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { @@ -2767,42 +4302,42 @@ }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ImageRotation", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ImagePosition", + "PropertyName": "Overflow", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { @@ -2812,29 +4347,29 @@ }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "HoverColor", "RuleProviderType": "Unknown" }, { - "Category": "Behavior", - "PropertyName": "OnSelect", + "Category": "Design", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" } ], - "StyleName": "defaultImageStyle", + "StyleName": "defaultLabelStyle", "Type": "ControlInfo" }, - "lblCoffeeListHeader": { + "lblCoffeeMachineDisplayName": { "AllowAccessToGlobals": true, "ControlPropertyState": [ "Live", @@ -2842,7 +4377,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "\"Text\"", + "AutoRuleBindingString": "ThisItem.description", "InvariantPropertyName": "Text", "IsLockable": false, "NameMapSourceSchema": "?" @@ -2872,58 +4407,60 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "Font.'Open Sans'", "InvariantPropertyName": "Font", "IsLockable": false, "NameMapSourceSchema": "?" }, "FontWeight", + "Align", + "VerticalAlign", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Align", + "InvariantPropertyName": "X", "IsLockable": false, "NameMapSourceSchema": "?" }, - "VerticalAlign", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "X", + "InvariantPropertyName": "Y", "IsLockable": false, "NameMapSourceSchema": "?" }, + "Width", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", + "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" }, + "DisplayMode", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Width", + "AutoRuleBindingString": "Select(Parent)", + "InvariantPropertyName": "OnSelect", "IsLockable": false, "NameMapSourceSchema": "?" }, + "ZIndex", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "70", - "InvariantPropertyName": "Height", + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisplayMode", - "ZIndex", - "LineHeight", - "BorderThickness", - "FocusedBorderThickness", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -2931,14 +4468,7 @@ "InvariantPropertyName": "Size", "IsLockable": false, "NameMapSourceSchema": "?" - }, - "Italic", - "Underline", - "Strikethrough", - "PaddingTop", - "PaddingRight", - "PaddingBottom", - "PaddingLeft" + } ], "HasDynamicProperties": false, "IsAutoGenerated": false, @@ -2949,18 +4479,19 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "lblCoffeeListHeader", + "Name": "lblCoffeeMachineDisplayName", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Data", - "PropertyName": "Role", + "PropertyName": "Text", "RuleProviderType": "Unknown" }, { "Category": "Data", - "PropertyName": "Text", + "PropertyName": "Role", "RuleProviderType": "Unknown" }, { @@ -2970,22 +4501,12 @@ }, { "Category": "Design", - "PropertyName": "Size", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LineHeight", + "PropertyName": "VerticalAlign", "RuleProviderType": "Unknown" }, { @@ -2995,27 +4516,17 @@ }, { "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "Align", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "FontWeight", "RuleProviderType": "Unknown" }, { @@ -3025,62 +4536,57 @@ }, { "Category": "Design", - "PropertyName": "PaddingTop", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Strikethrough", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "VerticalAlign", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Underline", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Italic", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Align", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FontWeight", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Font", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { @@ -3090,37 +4596,37 @@ }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Overflow", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { @@ -3130,12 +4636,12 @@ }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "Overflow", "RuleProviderType": "Unknown" }, { @@ -3144,15 +4650,15 @@ "RuleProviderType": "Unknown" }, { - "Category": "Design", - "PropertyName": "PressedColor", + "Category": "Behavior", + "PropertyName": "OnSelect", "RuleProviderType": "Unknown" } ], - "StyleName": "defaultLabelStyle", + "StyleName": "titleLabelStyle", "Type": "ControlInfo" }, - "lblDescription": { + "lblCoffeeMachinePrice": { "AllowAccessToGlobals": true, "ControlPropertyState": [ "Live", @@ -3160,13 +4666,20 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "ThisItem.Number", + "AutoRuleBindingString": "ThisItem.unitPrice", "InvariantPropertyName": "Text", "IsLockable": false, "NameMapSourceSchema": "?" }, "Role", - "Color", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "DisabledColor", "PressedColor", "HoverColor", @@ -3183,16 +4696,27 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "Font.'Open Sans'", "InvariantPropertyName": "Font", "IsLockable": false, "NameMapSourceSchema": "?" }, + "FontWeight", + "Align", + "VerticalAlign", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "FontWeight", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "61", + "InvariantPropertyName": "Y", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -3200,15 +4724,18 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Align", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" }, - "VerticalAlign", - "X", - "Y", - "Width", - "Height", "DisplayMode", { "AFDDataSourceName": "", @@ -3219,17 +4746,25 @@ "NameMapSourceSchema": "?" }, "ZIndex", - "LineHeight", - "BorderThickness", - "FocusedBorderThickness", - "Size", - "Italic", - "Underline", - "Strikethrough", - "PaddingTop", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "PaddingRight", "PaddingBottom", - "PaddingLeft" + "PaddingLeft", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + } ], "HasDynamicProperties": false, "IsAutoGenerated": false, @@ -3240,53 +4775,24 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "lblDescription", - "ParentIndex": 2, + "Name": "lblCoffeeMachinePrice", + "OptimizeForDevices": "Off", + "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Data", - "PropertyName": "Role", + "PropertyName": "Live", "RuleProviderType": "Unknown" }, { "Category": "Data", - "PropertyName": "Text", + "PropertyName": "Role", "RuleProviderType": "Unknown" }, { "Category": "Data", - "PropertyName": "Live", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Italic", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Size", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LineHeight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "Text", "RuleProviderType": "Unknown" }, { @@ -3296,27 +4802,27 @@ }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "FontWeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "Align", "RuleProviderType": "Unknown" }, { @@ -3326,22 +4832,22 @@ }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Strikethrough", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Underline", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { @@ -3351,92 +4857,92 @@ }, { "Category": "Design", - "PropertyName": "Align", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FontWeight", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Font", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Overflow", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "Overflow", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "HoverColor", "RuleProviderType": "Unknown" }, { @@ -3445,7 +4951,7 @@ "RuleProviderType": "Unknown" } ], - "StyleName": "defaultLabelStyle", + "StyleName": "subtitleLabelStyle", "Type": "ControlInfo" } }, diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Extra Screen.editorstate.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Customer List Screen.editorstate.json similarity index 56% rename from CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Extra Screen.editorstate.json rename to CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Customer List Screen.editorstate.json index 585f11f..0c30eb4 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Extra Screen.editorstate.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Customer List Screen.editorstate.json @@ -1,6959 +1,4439 @@ -{ - "ControlStates": { - "btnQCAddItemBackItemDetails": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "\"Button\"", - "InvariantPropertyName": "Text", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "ColorFade(Self.Fill, -15%)", - "InvariantPropertyName": "BorderColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "DisabledBorderColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "PressedBorderColor", - "HoverBorderColor", - "BorderStyle", - "FocusedBorderColor", - "Color", - "DisabledColor", - "PressedColor", - "HoverColor", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "DisplayMode", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(100, 118, 132, 1)", - "InvariantPropertyName": "Fill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisabledFill", - "PressedFill", - "HoverFill", - "Font", - "FontWeight", - "Align", - "VerticalAlign", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "ZIndex", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "BorderThickness", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "FocusedBorderThickness", - "Size", - "Italic", - "Underline", - "Strikethrough", - "Visible", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnSelect", - "IsLockable": false, - "NameMapSourceSchema": "?" - } - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "btnQCAddItemBackItemDetails", - "ParentIndex": 3, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Data", - "PropertyName": "Text", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Font", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FontWeight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Align", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "VerticalAlign", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Italic", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Underline", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Strikethrough", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Size", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Color", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Visible", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Behavior", - "PropertyName": "OnSelect", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultButtonStyle", - "Type": "ControlInfo" - }, - "btnQCBackgroundItemDetails": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "\"Button\"", - "InvariantPropertyName": "Text", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "ColorFade(Self.Fill, -15%)", - "InvariantPropertyName": "BorderColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "BorderStyle", - "FocusedBorderColor", - "Color", - "DisabledColor", - "PressedColor", - "HoverColor", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "DisplayMode", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(100, 118, 132, 1)", - "InvariantPropertyName": "Fill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(244, 244, 244, 1)", - "InvariantPropertyName": "DisabledFill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Self.Color", - "InvariantPropertyName": "PressedFill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "ColorFade(RGBA(100, 118, 132, 1), -20%)", - "InvariantPropertyName": "HoverFill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Font", - "FontWeight", - "Align", - "VerticalAlign", - "X", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Width", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "ZIndex", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "BorderThickness", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "FocusedBorderThickness", - "Size", - "Italic", - "Underline", - "Strikethrough", - "Visible", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnSelect", - "IsLockable": false, - "NameMapSourceSchema": "?" - } - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "btnQCBackgroundItemDetails", - "ParentIndex": 0, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Data", - "PropertyName": "Text", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Color", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Size", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Strikethrough", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Underline", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Italic", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "VerticalAlign", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Align", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FontWeight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Font", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Visible", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Behavior", - "PropertyName": "OnSelect", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultButtonStyle", - "Type": "ControlInfo" - }, - "btnQCQuantityItemDetails": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "\"Button\"", - "InvariantPropertyName": "Text", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "ColorFade(Self.Fill, -15%)", - "InvariantPropertyName": "BorderColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "BorderStyle", - "FocusedBorderColor", - "Color", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(166, 166, 166, 1)", - "InvariantPropertyName": "DisabledColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "PressedColor", - "HoverColor", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "DisplayMode", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(100, 118, 132, 1)", - "InvariantPropertyName": "Fill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(244, 244, 244, 1)", - "InvariantPropertyName": "DisabledFill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "PressedFill", - "HoverFill", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Font.'Open Sans'", - "InvariantPropertyName": "Font", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "FontWeight", - "Align", - "VerticalAlign", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "ZIndex", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "BorderThickness", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "FocusedBorderThickness", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Size", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Italic", - "Underline", - "Strikethrough", - "Visible", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnSelect", - "IsLockable": false, - "NameMapSourceSchema": "?" - } - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "btnQCQuantityItemDetails", - "ParentIndex": 2, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Data", - "PropertyName": "Text", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Color", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Font", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FontWeight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Align", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "VerticalAlign", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Italic", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Underline", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Strikethrough", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Size", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Visible", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Behavior", - "PropertyName": "OnSelect", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultButtonStyle", - "Type": "ControlInfo" - }, - "btnQCRemoveItemBackgroundItemDetails": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "\"Button\"", - "InvariantPropertyName": "Text", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "ColorFade(Self.Fill, -15%)", - "InvariantPropertyName": "BorderColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "DisabledBorderColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "PressedBorderColor", - "HoverBorderColor", - "BorderStyle", - "FocusedBorderColor", - "Color", - "DisabledColor", - "PressedColor", - "HoverColor", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "DisplayMode", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(100, 118, 132, 1)", - "InvariantPropertyName": "Fill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisabledFill", - "PressedFill", - "HoverFill", - "Font", - "FontWeight", - "Align", - "VerticalAlign", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "ZIndex", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "BorderThickness", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "FocusedBorderThickness", - "Size", - "Italic", - "Underline", - "Strikethrough", - "Visible", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnSelect", - "IsLockable": false, - "NameMapSourceSchema": "?" - } - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "btnQCRemoveItemBackgroundItemDetails", - "ParentIndex": 1, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Data", - "PropertyName": "Text", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Color", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Size", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Strikethrough", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Underline", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Italic", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "VerticalAlign", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Align", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FontWeight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Font", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Visible", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Behavior", - "PropertyName": "OnSelect", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultButtonStyle", - "Type": "ControlInfo" - }, - "btnQuantityItemDetails": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "\"Button\"", - "InvariantPropertyName": "Text", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "BorderColor", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(166, 166, 166, 1)", - "InvariantPropertyName": "DisabledBorderColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "PressedBorderColor", - "HoverBorderColor", - "BorderStyle", - "FocusedBorderColor", - "Color", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(166, 166, 166, 1)", - "InvariantPropertyName": "DisabledColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "PressedColor", - "HoverColor", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "DisplayMode.Edit", - "InvariantPropertyName": "DisplayMode", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(100, 118, 132, 1)", - "InvariantPropertyName": "Fill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(244, 244, 244, 1)", - "InvariantPropertyName": "DisabledFill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "PressedFill", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "ColorFade(RGBA(100, 118, 132, 1), -20%)", - "InvariantPropertyName": "HoverFill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Font.'Open Sans'", - "InvariantPropertyName": "Font", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "FontWeight", - "Align", - "VerticalAlign", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "550", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "30", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "70", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "ZIndex", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "BorderThickness", - "FocusedBorderThickness", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Size", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Italic", - "Underline", - "Strikethrough", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "true", - "InvariantPropertyName": "Visible", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnSelect", - "IsLockable": false, - "NameMapSourceSchema": "?" - } - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "btnQuantityItemDetails", - "ParentIndex": 4, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Data", - "PropertyName": "Text", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Font", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FontWeight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Align", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "VerticalAlign", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Italic", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Underline", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Strikethrough", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Size", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Color", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Visible", - "RuleProviderType": "Unknown" - }, - { - "Category": "Behavior", - "PropertyName": "OnSelect", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultButtonStyle", - "Type": "ControlInfo" - }, - "comBigDivider_1": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - "Fill", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Width", - "X", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "0", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "ZIndex" - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "Metadata": { - "AllowAccessToGlobals": false, - "AllowCustomization": true, - "Description": "" - }, - "MetaDataIDKey": "", - "Name": "comBigDivider_1", - "ParentIndex": 2, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "System" - } - ], - "StyleName": "", - "Type": "ControlInfo" - }, - "conItemDetails": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - "BorderColor", - "BorderStyle", - "Fill", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "442", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "500", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "225", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisplayMode", - "ChildTabPriority", - "LayoutMode", - "LayoutDirection", - "LayoutAlignItems", - "LayoutJustifyContent", - "LayoutGap", - "LayoutOverflowX", - "LayoutOverflowY", - "LayoutWrap", - "ZIndex", - "RadiusTopLeft", - "RadiusTopRight", - "RadiusBottomLeft", - "RadiusBottomRight", - "DropShadow" - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "conItemDetails", - "ParentIndex": 0, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutWrap", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutOverflowY", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutOverflowX", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutGap", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutJustifyContent", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutAlignItems", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutDirection", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ChildTabPriority", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DropShadow", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "", - "Type": "ControlInfo" - }, - "conItemDetailsTop": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - "BorderColor", - "BorderStyle", - "Fill", - "X", - "Y", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "640", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisplayMode", - "LayoutMode", - "LayoutDirection", - "LayoutAlignItems", - "LayoutJustifyContent", - "LayoutGap", - "LayoutOverflowX", - "LayoutOverflowY", - "LayoutWrap", - "ZIndex", - "RadiusTopLeft", - "RadiusTopRight", - "RadiusBottomLeft", - "RadiusBottomRight", - "DropShadow" - ], - "DynamicProperties": [ - { - "ControlPropertyState": { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "FillPortions", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Property": { - "Category": "Design", - "PropertyName": "FillPortions", - "RuleProviderType": "Unknown" - }, - "PropertyName": "FillPortions" - }, - { - "ControlPropertyState": "AlignInContainer", - "Property": { - "Category": "Design", - "PropertyName": "AlignInContainer", - "RuleProviderType": "Unknown" - }, - "PropertyName": "AlignInContainer" - }, - { - "ControlPropertyState": "LayoutMinWidth", - "Property": { - "Category": "Design", - "PropertyName": "LayoutMinWidth", - "RuleProviderType": "Unknown" - }, - "PropertyName": "LayoutMinWidth" - }, - { - "ControlPropertyState": "LayoutMinHeight", - "Property": { - "Category": "Design", - "PropertyName": "LayoutMinHeight", - "RuleProviderType": "Unknown" - }, - "PropertyName": "LayoutMinHeight" - } - ], - "HasDynamicProperties": true, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "conItemDetailsTop", - "ParentIndex": 0, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutDirection", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutAlignItems", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutJustifyContent", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutGap", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutOverflowX", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutOverflowY", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutWrap", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DropShadow", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "", - "Type": "ControlInfo" - }, - "conItemExtraInfo": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - "BorderColor", - "BorderStyle", - "Fill", - "X", - "Y", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "500", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisplayMode", - "LayoutMode", - "LayoutDirection", - "LayoutAlignItems", - "LayoutJustifyContent", - "LayoutGap", - "LayoutOverflowX", - "LayoutOverflowY", - "LayoutWrap", - "ZIndex", - "RadiusTopLeft", - "RadiusTopRight", - "RadiusBottomLeft", - "RadiusBottomRight", - "DropShadow" - ], - "DynamicProperties": [ - { - "ControlPropertyState": { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "FillPortions", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Property": { - "Category": "Design", - "PropertyName": "FillPortions", - "RuleProviderType": "Unknown" - }, - "PropertyName": "FillPortions" - }, - { - "ControlPropertyState": "AlignInContainer", - "Property": { - "Category": "Design", - "PropertyName": "AlignInContainer", - "RuleProviderType": "Unknown" - }, - "PropertyName": "AlignInContainer" - }, - { - "ControlPropertyState": "LayoutMinWidth", - "Property": { - "Category": "Design", - "PropertyName": "LayoutMinWidth", - "RuleProviderType": "Unknown" - }, - "PropertyName": "LayoutMinWidth" - }, - { - "ControlPropertyState": "LayoutMinHeight", - "Property": { - "Category": "Design", - "PropertyName": "LayoutMinHeight", - "RuleProviderType": "Unknown" - }, - "PropertyName": "LayoutMinHeight" - } - ], - "HasDynamicProperties": true, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "conItemExtraInfo", - "ParentIndex": 3, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutWrap", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutDirection", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutAlignItems", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutJustifyContent", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutGap", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutOverflowX", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutOverflowY", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DropShadow", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "", - "Type": "ControlInfo" - }, - "conItemImage": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - "BorderColor", - "BorderStyle", - "Fill", - "X", - "Y", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "500", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisplayMode", - "LayoutMode", - "LayoutDirection", - "LayoutAlignItems", - "LayoutJustifyContent", - "LayoutGap", - "LayoutOverflowX", - "LayoutOverflowY", - "LayoutWrap", - "ZIndex", - "RadiusTopLeft", - "RadiusTopRight", - "RadiusBottomLeft", - "RadiusBottomRight", - "DropShadow" - ], - "DynamicProperties": [ - { - "ControlPropertyState": { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "FillPortions", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Property": { - "Category": "Design", - "PropertyName": "FillPortions", - "RuleProviderType": "Unknown" - }, - "PropertyName": "FillPortions" - }, - { - "ControlPropertyState": "AlignInContainer", - "Property": { - "Category": "Design", - "PropertyName": "AlignInContainer", - "RuleProviderType": "Unknown" - }, - "PropertyName": "AlignInContainer" - }, - { - "ControlPropertyState": "LayoutMinWidth", - "Property": { - "Category": "Design", - "PropertyName": "LayoutMinWidth", - "RuleProviderType": "Unknown" - }, - "PropertyName": "LayoutMinWidth" - }, - { - "ControlPropertyState": "LayoutMinHeight", - "Property": { - "Category": "Design", - "PropertyName": "LayoutMinHeight", - "RuleProviderType": "Unknown" - }, - "PropertyName": "LayoutMinHeight" - } - ], - "HasDynamicProperties": true, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "conItemImage", - "ParentIndex": 2, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Design", - "PropertyName": "LayoutOverflowY", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutOverflowX", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutGap", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutJustifyContent", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutAlignItems", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutDirection", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutWrap", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DropShadow", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "", - "Type": "ControlInfo" - }, - "conItemInfoLayout": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - "BorderColor", - "BorderStyle", - "Fill", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "40", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "500", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "225", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisplayMode", - "ChildTabPriority", - "LayoutMode", - "LayoutDirection", - "LayoutAlignItems", - "LayoutJustifyContent", - "LayoutGap", - "LayoutOverflowX", - "LayoutOverflowY", - "LayoutWrap", - "ZIndex", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "RadiusTopLeft", - "RadiusTopRight", - "RadiusBottomLeft", - "RadiusBottomRight", - "DropShadow" - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "conItemInfoLayout", - "ParentIndex": 0, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutWrap", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutOverflowY", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutOverflowX", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutGap", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutJustifyContent", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutAlignItems", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutDirection", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ChildTabPriority", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DropShadow", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "", - "Type": "ControlInfo" - }, - "conItemMainInfo": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - "BorderColor", - "BorderStyle", - "Fill", - "X", - "Y", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "500", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisplayMode", - "LayoutMode", - "LayoutDirection", - "LayoutAlignItems", - "LayoutJustifyContent", - "LayoutGap", - "LayoutOverflowX", - "LayoutOverflowY", - "LayoutWrap", - "ZIndex", - "RadiusTopLeft", - "RadiusTopRight", - "RadiusBottomLeft", - "RadiusBottomRight", - "DropShadow" - ], - "DynamicProperties": [ - { - "ControlPropertyState": { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "FillPortions", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Property": { - "Category": "Design", - "PropertyName": "FillPortions", - "RuleProviderType": "Unknown" - }, - "PropertyName": "FillPortions" - }, - { - "ControlPropertyState": "AlignInContainer", - "Property": { - "Category": "Design", - "PropertyName": "AlignInContainer", - "RuleProviderType": "Unknown" - }, - "PropertyName": "AlignInContainer" - }, - { - "ControlPropertyState": "LayoutMinWidth", - "Property": { - "Category": "Design", - "PropertyName": "LayoutMinWidth", - "RuleProviderType": "Unknown" - }, - "PropertyName": "LayoutMinWidth" - }, - { - "ControlPropertyState": "LayoutMinHeight", - "Property": { - "Category": "Design", - "PropertyName": "LayoutMinHeight", - "RuleProviderType": "Unknown" - }, - "PropertyName": "LayoutMinHeight" - } - ], - "HasDynamicProperties": true, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "conItemMainInfo", - "ParentIndex": 1, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Design", - "PropertyName": "LayoutOverflowY", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutOverflowX", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutGap", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutJustifyContent", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutAlignItems", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutDirection", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutWrap", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DropShadow", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "", - "Type": "ControlInfo" - }, - "conQuantityControlItemDetails": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - "BorderColor", - "BorderStyle", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Fill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisplayMode", - "LayoutMode", - "LayoutDirection", - "LayoutAlignItems", - "LayoutJustifyContent", - "LayoutGap", - "LayoutOverflowX", - "LayoutOverflowY", - "LayoutWrap", - "ZIndex", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "true", - "InvariantPropertyName": "Visible", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingTop", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "RadiusTopLeft", - "RadiusTopRight", - "RadiusBottomLeft", - "RadiusBottomRight", - "DropShadow" - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "conQuantityControlItemDetails", - "ParentIndex": 2, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Design", - "PropertyName": "Visible", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutDirection", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutAlignItems", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutJustifyContent", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingTop", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutGap", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutOverflowX", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutOverflowY", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutWrap", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DropShadow", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "", - "Type": "ControlInfo" - }, - "Extra Screen": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - "Fill", - "ImagePosition", - "Height", - "Width", - "Size", - "Orientation", - "LoadingSpinner", - "LoadingSpinnerColor" - ], - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "Extra Screen", - "ParentIndex": 0, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ImagePosition", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LoadingSpinner", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LoadingSpinnerColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Size", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Orientation", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultScreenStyle", - "Type": "ControlInfo" - }, - "htmlItemDetailsImageShadow": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - "DisplayMode", - "DisabledFill", - "Font", - "Color", - "Fill", - "BorderColor", - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "BorderStyle", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "ZIndex", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "\"\"", - "InvariantPropertyName": "Tooltip", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "\"Show your HTML text here.\"", - "InvariantPropertyName": "HtmlText", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingTop", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingBottom", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - } - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "htmlItemDetailsImageShadow", - "ParentIndex": 1, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Data", - "PropertyName": "Tooltip", - "RuleProviderType": "Unknown" - }, - { - "Category": "Data", - "PropertyName": "HtmlText", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingTop", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingBottom", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Color", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Font", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedBorderColor", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "", - "Type": "ControlInfo" - }, - "icnAddItemDetails": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Icon", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(32, 54, 71, 1)", - "InvariantPropertyName": "Color", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisabledColor", - "PressedColor", - "HoverColor", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", - "DisplayMode", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "BorderStyle", - "BorderColor", - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "FocusedBorderColor", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Select(Parent)", - "InvariantPropertyName": "OnSelect", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "ZIndex", - "BorderThickness", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "FocusedBorderThickness", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Tooltip", - "AccessibleLabel", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingTop", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingBottom", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "TabIndex", - "Visible" - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "icnAddItemDetails", - "ParentIndex": 3, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Data", - "PropertyName": "Tooltip", - "RuleProviderType": "Unknown" - }, - { - "Category": "Data", - "PropertyName": "AccessibleLabel", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Color", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Icon", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingTop", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingBottom", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Visible", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "TabIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Behavior", - "PropertyName": "OnSelect", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultIconStyle", - "Type": "ControlInfo" - }, - "icnCloseItemDetails": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Icon", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(32, 54, 71, 1)", - "InvariantPropertyName": "Color", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisabledColor", - "PressedColor", - "HoverColor", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", - "DisplayMode", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "545", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "BorderStyle", - "BorderColor", - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "FocusedBorderColor", - "ZIndex", - "BorderThickness", - "FocusedBorderThickness", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnSelect", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingTop", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingBottom", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - } - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "icnCloseItemDetails", - "ParentIndex": 1, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Color", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Icon", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingTop", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingBottom", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Behavior", - "PropertyName": "OnSelect", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultIconStyle", - "Type": "ControlInfo" - }, - "icnQCAddItemItemDetails": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Icon", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(32, 54, 71, 1)", - "InvariantPropertyName": "Color", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "DisabledColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "PressedColor", - "HoverColor", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "DisplayMode.Edit", - "InvariantPropertyName": "DisplayMode", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "BorderStyle", - "BorderColor", - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "FocusedBorderColor", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Select(Parent)", - "InvariantPropertyName": "OnSelect", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "ZIndex", - "BorderThickness", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "FocusedBorderThickness", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Tooltip", - "AccessibleLabel", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingTop", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingBottom", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "TabIndex", - "Visible" - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "icnQCAddItemItemDetails", - "ParentIndex": 5, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Data", - "PropertyName": "Tooltip", - "RuleProviderType": "Unknown" - }, - { - "Category": "Data", - "PropertyName": "AccessibleLabel", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Icon", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Color", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingTop", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingBottom", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Visible", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "TabIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Behavior", - "PropertyName": "OnSelect", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultIconStyle", - "Type": "ControlInfo" - }, - "icnQCRemoveItemItemDetails": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Icon", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(32, 54, 71, 1)", - "InvariantPropertyName": "Color", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "DisabledColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "PressedColor", - "HoverColor", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "DisplayMode.Edit", - "InvariantPropertyName": "DisplayMode", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "BorderStyle", - "BorderColor", - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "FocusedBorderColor", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Select(Parent)", - "InvariantPropertyName": "OnSelect", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "ZIndex", - "BorderThickness", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "FocusedBorderThickness", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Tooltip", - "AccessibleLabel", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingTop", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingBottom", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "TabIndex", - "Visible" - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "icnQCRemoveItemItemDetails", - "ParentIndex": 4, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Data", - "PropertyName": "Tooltip", - "RuleProviderType": "Unknown" - }, - { - "Category": "Data", - "PropertyName": "AccessibleLabel", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Icon", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Color", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingTop", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingBottom", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Visible", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "TabIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Behavior", - "PropertyName": "OnSelect", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultIconStyle", - "Type": "ControlInfo" - }, - "imgItemDetailsImage": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "SampleImage", - "InvariantPropertyName": "Image", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "ImagePosition", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "ImageRotation", - "X", - "Y", - "Width", - "Height", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", - "BorderColor", - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "FocusedBorderColor", - "BorderStyle", - "DisplayMode", - "ZIndex", - "RadiusTopLeft", - "RadiusTopRight", - "RadiusBottomLeft", - "RadiusBottomRight", - "BorderThickness", - "FocusedBorderThickness", - "PaddingTop", - "PaddingRight", - "PaddingBottom", - "PaddingLeft", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Visible", - "IsLockable": false, - "NameMapSourceSchema": "?" - } - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "imgItemDetailsImage", - "ParentIndex": 2, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Data", - "PropertyName": "Image", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Visible", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingBottom", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingTop", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ImageRotation", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ImagePosition", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultImageStyle", - "Type": "ControlInfo" - }, - "lblItemDetailsHeader": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - "Live", - "Overflow", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "\"Text\"", - "InvariantPropertyName": "Text", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Role", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(0, 0, 0, 1)", - "InvariantPropertyName": "Color", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisabledColor", - "PressedColor", - "HoverColor", - "BorderColor", - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "BorderStyle", - "FocusedBorderColor", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Font.'Open Sans'", - "InvariantPropertyName": "Font", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "FontWeight", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Align", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "VerticalAlign", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "152", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "640", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisplayMode", - "ZIndex", - "LineHeight", - "BorderThickness", - "FocusedBorderThickness", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Size", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Italic", - "Underline", - "Strikethrough", - "PaddingTop", - "PaddingRight", - "PaddingBottom", - "PaddingLeft", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnSelect", - "IsLockable": false, - "NameMapSourceSchema": "?" - } - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "lblItemDetailsHeader", - "ParentIndex": 0, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Data", - "PropertyName": "Live", - "RuleProviderType": "Unknown" - }, - { - "Category": "Data", - "PropertyName": "Text", - "RuleProviderType": "Unknown" - }, - { - "Category": "Data", - "PropertyName": "Role", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Font", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FontWeight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Align", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "VerticalAlign", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Underline", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Strikethrough", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingTop", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingBottom", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LineHeight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Size", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Italic", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Color", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Overflow", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Behavior", - "PropertyName": "OnSelect", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultLabelStyle", - "Type": "ControlInfo" - }, - "lblSelectedItemName": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - "Live", - "Overflow", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "\"Text\"", - "InvariantPropertyName": "Text", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Role", - "Color", - "DisabledColor", - "PressedColor", - "HoverColor", - "BorderColor", - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "BorderStyle", - "FocusedBorderColor", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Font.'Open Sans'", - "InvariantPropertyName": "Font", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "FontWeight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Align", - "VerticalAlign", - "X", - "Y", - "Width", - "Height", - "DisplayMode", - "ZIndex", - "LineHeight", - "BorderThickness", - "FocusedBorderThickness", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Size", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Italic", - "Underline", - "Strikethrough", - "PaddingTop", - "PaddingRight", - "PaddingBottom", - "PaddingLeft" - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "lblSelectedItemName", - "ParentIndex": 1, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Data", - "PropertyName": "Role", - "RuleProviderType": "Unknown" - }, - { - "Category": "Data", - "PropertyName": "Text", - "RuleProviderType": "Unknown" - }, - { - "Category": "Data", - "PropertyName": "Live", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Size", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LineHeight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingBottom", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingTop", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Strikethrough", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "VerticalAlign", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Underline", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Italic", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Align", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FontWeight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Font", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Color", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Overflow", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedColor", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultLabelStyle", - "Type": "ControlInfo" - }, - "lblSelectedItemPrice": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - "Live", - "Overflow", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "\"Text\"", - "InvariantPropertyName": "Text", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Role", - "Color", - "DisabledColor", - "PressedColor", - "HoverColor", - "BorderColor", - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "BorderStyle", - "FocusedBorderColor", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Font.'Open Sans'", - "InvariantPropertyName": "Font", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "FontWeight", - "Align", - "VerticalAlign", - "X", - "Y", - "Width", - "Height", - "DisplayMode", - "ZIndex", - "LineHeight", - "BorderThickness", - "FocusedBorderThickness", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Size", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Italic", - "Underline", - "Strikethrough", - "PaddingTop", - "PaddingRight", - "PaddingBottom", - "PaddingLeft" - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "lblSelectedItemPrice", - "ParentIndex": 5, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Data", - "PropertyName": "Role", - "RuleProviderType": "Unknown" - }, - { - "Category": "Data", - "PropertyName": "Text", - "RuleProviderType": "Unknown" - }, - { - "Category": "Data", - "PropertyName": "Live", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Size", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LineHeight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingBottom", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingTop", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Strikethrough", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "VerticalAlign", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Underline", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Italic", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Align", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FontWeight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Font", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Color", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Overflow", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedColor", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultLabelStyle", - "Type": "ControlInfo" - }, - "recImageOverlay": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Fill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisabledFill", - "PressedFill", - "HoverFill", - "BorderColor", - "BorderStyle", - "FocusedBorderColor", - "DisplayMode", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "60", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "60", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "150", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "100", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "ZIndex", - "BorderThickness", - "FocusedBorderThickness", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Visible", - "IsLockable": false, - "NameMapSourceSchema": "?" - } - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "recImageOverlay", - "ParentIndex": 3, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Visible", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultRectangleStyle", - "Type": "ControlInfo" - }, - "recItemQuantityOverlayExtraInfo": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(100, 118, 132, 1)", - "InvariantPropertyName": "Fill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisabledFill", - "PressedFill", - "HoverFill", - "BorderColor", - "BorderStyle", - "FocusedBorderColor", - "DisplayMode", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "80", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "150", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "100", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "ZIndex", - "BorderThickness", - "FocusedBorderThickness", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnSelect", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "true", - "InvariantPropertyName": "Visible", - "IsLockable": false, - "NameMapSourceSchema": "?" - } - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "recItemQuantityOverlayExtraInfo", - "ParentIndex": 1, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Visible", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Behavior", - "PropertyName": "OnSelect", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultRectangleStyle", - "Type": "ControlInfo" - }, - "recItemQuantityOverlayMiddel": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(100, 118, 132, 1)", - "InvariantPropertyName": "Fill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisabledFill", - "PressedFill", - "HoverFill", - "BorderColor", - "BorderStyle", - "FocusedBorderColor", - "DisplayMode", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "80", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "150", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "100", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "ZIndex", - "BorderThickness", - "FocusedBorderThickness", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnSelect", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "true", - "InvariantPropertyName": "Visible", - "IsLockable": false, - "NameMapSourceSchema": "?" - } - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "recItemQuantityOverlayMiddel", - "ParentIndex": 0, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Visible", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Behavior", - "PropertyName": "OnSelect", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultRectangleStyle", - "Type": "ControlInfo" - }, - "recItemQuantityOverlayTop": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(100, 118, 132, 1)", - "InvariantPropertyName": "Fill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisabledFill", - "PressedFill", - "HoverFill", - "BorderColor", - "BorderStyle", - "FocusedBorderColor", - "DisplayMode", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "80", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "150", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "100", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "ZIndex", - "BorderThickness", - "FocusedBorderThickness", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnSelect", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "true", - "InvariantPropertyName": "Visible", - "IsLockable": false, - "NameMapSourceSchema": "?" - } - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "recItemQuantityOverlayTop", - "ParentIndex": 0, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Visible", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Behavior", - "PropertyName": "OnSelect", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultRectangleStyle", - "Type": "ControlInfo" - }, - "txtItemLongDescription": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Default", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Mode", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Format", - "VirtualKeyboardMode", - "DelayOutput", - "BorderColor", - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "BorderStyle", - "FocusedBorderColor", - "Color", - "DisabledColor", - "PressedColor", - "HoverColor", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Font.'Open Sans'", - "InvariantPropertyName": "Font", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "FontWeight", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Align", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "30", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "560", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Height", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "DisplayMode", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "ZIndex", - "RadiusTopLeft", - "RadiusTopRight", - "RadiusBottomLeft", - "RadiusBottomRight", - "BorderThickness", - "FocusedBorderThickness", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Size", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Italic", - "Underline", - "Strikethrough", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - } - ], - "DynamicProperties": [ - { - "ControlPropertyState": "FillPortions", - "Property": { - "Category": "Design", - "PropertyName": "FillPortions", - "RuleProviderType": "Unknown" - }, - "PropertyName": "FillPortions" - }, - { - "ControlPropertyState": { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "AlignInContainer", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Property": { - "Category": "Design", - "PropertyName": "AlignInContainer", - "RuleProviderType": "Unknown" - }, - "PropertyName": "AlignInContainer" - }, - { - "ControlPropertyState": "LayoutMinWidth", - "Property": { - "Category": "Design", - "PropertyName": "LayoutMinWidth", - "RuleProviderType": "Unknown" - }, - "PropertyName": "LayoutMinWidth" - }, - { - "ControlPropertyState": "LayoutMinHeight", - "Property": { - "Category": "Design", - "PropertyName": "LayoutMinHeight", - "RuleProviderType": "Unknown" - }, - "PropertyName": "LayoutMinHeight" - } - ], - "HasDynamicProperties": true, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "txtItemLongDescription", - "ParentIndex": 0, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Data", - "PropertyName": "DelayOutput", - "RuleProviderType": "Unknown" - }, - { - "Category": "Data", - "PropertyName": "Default", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Underline", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Strikethrough", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Align", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Italic", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FontWeight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Font", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Size", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Color", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "VirtualKeyboardMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Format", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Mode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingLeft", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultTextStyle", - "Type": "ControlInfo" - } - }, - "TopParentName": "Extra Screen" +{ + "ControlStates": { + "btnCustomerOverlay": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Self.Color", + "InvariantPropertyName": "PressedFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "ColorFade(RGBA(56, 96, 178, 1), -20%)", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Font", + "FontWeight", + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "280", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "70", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + "Size", + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "false", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "true", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btnCustomerOverlay", + "OptimizeForDevices": "Off", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultButtonStyle", + "Type": "ControlInfo" + }, + "btnMRMeasure": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FillColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(255, 255, 255, 1)", + "InvariantPropertyName": "TextColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(47, 81, 151, 1)", + "InvariantPropertyName": "BorderFillColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledContentColor", + "DisabledFillColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisabledBorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PressedContentColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(255, 255, 255, 1)", + "InvariantPropertyName": "PressedFillColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PressedBorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(255, 255, 255, 1)", + "InvariantPropertyName": "HoverContentColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(47, 81, 151, 1)", + "InvariantPropertyName": "HoverFillColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "HoverBorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "175", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "443", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "70", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayType", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "MeasurementType", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "EnableShadows", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BoxDraw", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderRadius", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontSize", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderThickness", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "false", + "InvariantPropertyName": "OnMixedRealitySelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Units", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btnMRMeasure", + "OptimizeForDevices": "Off", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "DisplayType", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "MeasurementType", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "EnableShadows", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "BoxDraw", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Units", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FillColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TextColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderFillColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledContentColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFillColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedContentColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFillColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverContentColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFillColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderRadius", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnMixedRealitySelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "comCustomerListBigDividerBlack": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "X", + "Y", + "ZIndex" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "Metadata": { + "AllowAccessToGlobals": false, + "AllowCustomization": true, + "Description": "" + }, + "MetaDataIDKey": "", + "Name": "comCustomerListBigDividerBlack", + "OptimizeForDevices": "Off", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "conCustomerContent": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "120", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "conCustomerContent", + "OptimizeForDevices": "Off", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "conCustomerLayout": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "500", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "80", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "conCustomerLayout", + "OptimizeForDevices": "Off", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "conCustomerList": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "500", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "225", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "ZIndex", + "DropShadow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "conCustomerList", + "OptimizeForDevices": "Off", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "conCustomerListContent": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "ZIndex", + "DropShadow", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AlignInContainer", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "conCustomerListContent", + "OptimizeForDevices": "Off", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "conCustomerListHeader": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(0, 0, 0, 0)", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "X", + "Y", + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "ZIndex", + "DropShadow", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "DynamicProperties": [ + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FillPortions", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AlignInContainer", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "conCustomerListHeader", + "OptimizeForDevices": "Off", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "Customer List Screen": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Color.White", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ImagePosition", + "Height", + "Width", + "Size", + "Orientation", + "LoadingSpinner", + "LoadingSpinnerColor", + "OnVisible" + ], + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Customer List Screen", + "OptimizeForDevices": "Off", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Orientation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnVisible", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultScreenStyle", + "Type": "ControlInfo" + }, + "figCustomerListSeperator": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(32, 54, 71, 1)", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "BorderStyle", + "FocusedBorderColor", + "DisplayMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Select(Parent)", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "BorderThickness" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "figCustomerListSeperator", + "OptimizeForDevices": "Off", + "ParentIndex": 4, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "primary2RectangleStyle", + "Type": "ControlInfo" + }, + "galCustomers": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Items", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "WrapCount", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TemplateSize", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TemplatePadding", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Layout", + "Transition", + "LoadingSpinner", + "LoadingSpinnerColor", + "DisplayMode", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "640", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "575", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "DelayItemLoading", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowScrollbar", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ShowNavigation", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "MaxTemplateSize", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "GalleryTemplateChildName": "galleryTemplate1_1", + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galCustomers", + "OptimizeForDevices": "Off", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DelayItemLoading", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "MaxTemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ShowNavigation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ShowScrollbar", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "galleryTemplate1_1": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "false", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate1_1", + "OptimizeForDevices": "Off", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "imgCloseCustomerPage": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Image", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ImagePosition", + "ImageRotation", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "320", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "38", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "320", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "320", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TabIndex", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Tooltip", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "false", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "imgCloseCustomerPage", + "OptimizeForDevices": "Off", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Tooltip", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TabIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "imgCustomerIcon": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Image", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ImagePosition", + "ImageRotation", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "imgCustomerIcon", + "OptimizeForDevices": "Off", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "imgSelectCustomer": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Image", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ImagePosition", + "ImageRotation", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "38", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "320", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "320", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PaddingRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TabIndex", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Tooltip", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "false", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "imgSelectCustomer", + "OptimizeForDevices": "Off", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Tooltip", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TabIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "lblCustomerContact": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "ThisItem.Number", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Role", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(0, 0, 0, 1)", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "VerticalAlign", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "405", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Select(Parent)", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "21", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lblCustomerContact", + "OptimizeForDevices": "Off", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lblCustomerListHeader": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"Text\"", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Role", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "70", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lblCustomerListHeader", + "OptimizeForDevices": "Off", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + }, + "lblCustomerName": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "ThisItem.Number", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Role", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(0, 0, 0, 1)", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "VerticalAlign", + "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "405", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Select(Parent)", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "21", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lblCustomerName", + "OptimizeForDevices": "Off", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LineHeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultLabelStyle", + "Type": "ControlInfo" + } + }, + "TopParentName": "Customer List Screen" } \ No newline at end of file diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Debug screen.editorstate.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Debug screen.editorstate.json deleted file mode 100644 index 459e8b0..0000000 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Debug screen.editorstate.json +++ /dev/null @@ -1,788 +0,0 @@ -{ - "ControlStates": { - "Button2": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "\"Button\"", - "InvariantPropertyName": "Text", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "BorderColor", - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "BorderStyle", - "FocusedBorderColor", - "Color", - "DisabledColor", - "PressedColor", - "HoverColor", - "DisplayMode", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", - "Font", - "FontWeight", - "Align", - "VerticalAlign", - "X", - "Y", - "Width", - "Height", - "ZIndex", - "RadiusTopLeft", - "RadiusTopRight", - "RadiusBottomLeft", - "RadiusBottomRight", - "BorderThickness", - "FocusedBorderThickness", - "Size", - "Italic", - "Underline", - "Strikethrough", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnSelect", - "IsLockable": false, - "NameMapSourceSchema": "?" - } - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "Button2", - "ParentIndex": 2, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Data", - "PropertyName": "Text", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Color", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Font", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FontWeight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Align", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "VerticalAlign", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Size", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Italic", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Underline", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Strikethrough", - "RuleProviderType": "Unknown" - }, - { - "Category": "Behavior", - "PropertyName": "OnSelect", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultButtonStyle", - "Type": "ControlInfo" - }, - "Debug screen": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - "Fill", - "ImagePosition", - "Height", - "Width", - "Size", - "Orientation", - "LoadingSpinner", - "LoadingSpinnerColor" - ], - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "Debug screen", - "ParentIndex": 0, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ImagePosition", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LoadingSpinner", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LoadingSpinnerColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Size", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Orientation", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultScreenStyle", - "Type": "ControlInfo" - }, - "Image1_1": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "SampleImage", - "InvariantPropertyName": "Image", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "ImagePosition", - "ImageRotation", - "X", - "Y", - "Width", - "Height", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Fill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisabledFill", - "PressedFill", - "HoverFill", - "BorderColor", - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "FocusedBorderColor", - "BorderStyle", - "DisplayMode", - "ZIndex", - "RadiusTopLeft", - "RadiusTopRight", - "RadiusBottomLeft", - "RadiusBottomRight", - "BorderThickness", - "FocusedBorderThickness", - "PaddingTop", - "PaddingRight", - "PaddingBottom", - "PaddingLeft", - "Visible", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnSelect", - "IsLockable": false, - "NameMapSourceSchema": "?" - } - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "Image1_1", - "ParentIndex": 0, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Data", - "PropertyName": "Image", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ImagePosition", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ImageRotation", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingTop", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingBottom", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Visible", - "RuleProviderType": "Unknown" - }, - { - "Category": "Behavior", - "PropertyName": "OnSelect", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultImageStyle", - "Type": "ControlInfo" - }, - "ViewInMR1_1": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "FillColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(255, 255, 255, 1)", - "InvariantPropertyName": "TextColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "BorderFillColor", - "DisabledContentColor", - "DisabledFillColor", - "DisabledBorderColor", - "PressedContentColor", - "PressedFillColor", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PressedBorderColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(255, 255, 255, 1)", - "InvariantPropertyName": "HoverContentColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "HoverFillColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "HoverBorderColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "X", - "Y", - "Width", - "Height", - "DisplayMode", - "ZIndex", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "BorderThickness", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "\"https://raw.githubusercontent.com/microsoft/experimental-pcf-control-assets/master/default_cube.glb\"", - "InvariantPropertyName": "Source", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "0", - "InvariantPropertyName": "ObjectWidth", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "0", - "InvariantPropertyName": "ObjectHeight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "0", - "InvariantPropertyName": "ObjectDepth", - "IsLockable": false, - "NameMapSourceSchema": "?" - } - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "ViewInMR1_1", - "ParentIndex": 1, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Data", - "PropertyName": "Source", - "RuleProviderType": "Unknown" - }, - { - "Category": "Data", - "PropertyName": "ObjectWidth", - "RuleProviderType": "Unknown" - }, - { - "Category": "Data", - "PropertyName": "ObjectHeight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Data", - "PropertyName": "ObjectDepth", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FillColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "TextColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderFillColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledContentColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFillColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedContentColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFillColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverContentColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFillColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "", - "Type": "ControlInfo" - } - }, - "TopParentName": "Debug screen" -} \ No newline at end of file diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Extras List Screen.editorstate.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Extras List Screen.editorstate.json index 25010e3..9cfbb58 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Extras List Screen.editorstate.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Extras List Screen.editorstate.json @@ -1,13 +1,12 @@ { "ControlStates": { - "btnItemGroup": { + "btnQCAddItemBackground": { "AllowAccessToGlobals": true, "ControlPropertyState": [ - "OnSelect", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "\"Button\"", "InvariantPropertyName": "Text", "IsLockable": false, "NameMapSourceSchema": "?" @@ -20,117 +19,110 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisabledBorderColor", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Self.Fill", - "InvariantPropertyName": "PressedBorderColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "ColorFade(Self.BorderColor, 20%)", - "InvariantPropertyName": "HoverBorderColor", + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisabledBorderColor", "IsLockable": false, "NameMapSourceSchema": "?" }, + "PressedBorderColor", + "HoverBorderColor", "BorderStyle", "FocusedBorderColor", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Color", + "InvariantPropertyName": "DisplayMode", "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisabledColor", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PressedColor", + "AutoRuleBindingString": "RGBA(100, 118, 132, 1)", + "InvariantPropertyName": "Fill", "IsLockable": false, "NameMapSourceSchema": "?" }, + "DisabledFill", + "PressedFill", + "HoverFill", + "Font", + "FontWeight", + "Align", + "VerticalAlign", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "HoverColor", + "InvariantPropertyName": "X", "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisplayMode", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Fill", + "InvariantPropertyName": "Y", "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisabledFill", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Self.Color", - "InvariantPropertyName": "PressedFill", + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "ColorFade(RGBA(100, 118, 132, 1), -20%)", - "InvariantPropertyName": "HoverFill", + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" }, + "ZIndex", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Font", + "InvariantPropertyName": "RadiusTopLeft", "IsLockable": false, "NameMapSourceSchema": "?" }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "FontWeight.Semibold", - "InvariantPropertyName": "FontWeight", + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusTopRight", "IsLockable": false, "NameMapSourceSchema": "?" }, - "Align", - "VerticalAlign", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "0", - "InvariantPropertyName": "X", + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusBottomLeft", "IsLockable": false, "NameMapSourceSchema": "?" }, - "Y", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Width", + "InvariantPropertyName": "RadiusBottomRight", "IsLockable": false, "NameMapSourceSchema": "?" }, - "Height", - "ZIndex", - "RadiusTopLeft", - "RadiusTopRight", - "RadiusBottomLeft", - "RadiusBottomRight", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -140,30 +132,16 @@ "NameMapSourceSchema": "?" }, "FocusedBorderThickness", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Size", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, + "Size", "Italic", "Underline", "Strikethrough", + "Visible", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingRight", + "AutoRuleBindingString": "false", + "InvariantPropertyName": "OnSelect", "IsLockable": false, "NameMapSourceSchema": "?" } @@ -177,8 +155,9 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "btnItemGroup", - "ParentIndex": 1, + "Name": "btnQCAddItemBackground", + "OptimizeForDevices": "Off", + "ParentIndex": 5, "PersistMetaDataIDKey": false, "Properties": [ { @@ -188,47 +167,47 @@ }, { "Category": "Design", - "PropertyName": "FontWeight", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "FontWeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "Align", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "VerticalAlign", "RuleProviderType": "Unknown" }, { @@ -238,37 +217,37 @@ }, { "Category": "Design", - "PropertyName": "Size", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Strikethrough", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomRight", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomLeft", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { @@ -283,72 +262,72 @@ }, { "Category": "Design", - "PropertyName": "RadiusTopLeft", + "PropertyName": "Strikethrough", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "VerticalAlign", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Align", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Font", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "Visible", "RuleProviderType": "Unknown" }, { @@ -358,12 +337,7 @@ }, { "Category": "Design", - "PropertyName": "DisabledColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { @@ -375,7 +349,7 @@ "StyleName": "defaultButtonStyle", "Type": "ControlInfo" }, - "btnQCAddItemBackground": { + "btnQCBackground": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { @@ -394,14 +368,7 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "DisabledBorderColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, + "DisabledBorderColor", "PressedBorderColor", "HoverBorderColor", "BorderStyle", @@ -426,37 +393,44 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisabledFill", - "PressedFill", - "HoverFill", - "Font", - "FontWeight", - "Align", - "VerticalAlign", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "X", + "AutoRuleBindingString": "RGBA(244, 244, 244, 1)", + "InvariantPropertyName": "DisabledFill", "IsLockable": false, "NameMapSourceSchema": "?" }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", + "AutoRuleBindingString": "Self.Color", + "InvariantPropertyName": "PressedFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "ColorFade(RGBA(100, 118, 132, 1), -20%)", + "InvariantPropertyName": "HoverFill", "IsLockable": false, "NameMapSourceSchema": "?" }, + "Font", + "FontWeight", + "Align", + "VerticalAlign", + "X", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Width", + "InvariantPropertyName": "Y", "IsLockable": false, "NameMapSourceSchema": "?" }, + "Width", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -530,8 +504,9 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "btnQCAddItemBackground", - "ParentIndex": 5, + "Name": "btnQCBackground", + "OptimizeForDevices": "Off", + "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ { @@ -541,7 +516,7 @@ }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "HoverColor", "RuleProviderType": "Unknown" }, { @@ -661,57 +636,57 @@ }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Visible", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "Visible", "RuleProviderType": "Unknown" }, { @@ -723,7 +698,7 @@ "StyleName": "defaultButtonStyle", "Type": "ControlInfo" }, - "btnQCBackground": { + "btnQCQuantity": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { @@ -742,60 +717,95 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "BorderStyle", - "FocusedBorderColor", - "Color", - "DisabledColor", - "PressedColor", - "HoverColor", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "DisplayMode", + "InvariantPropertyName": "DisabledBorderColor", "IsLockable": false, "NameMapSourceSchema": "?" }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(100, 118, 132, 1)", - "InvariantPropertyName": "Fill", + "AutoRuleBindingString": "Self.Fill", + "InvariantPropertyName": "PressedBorderColor", "IsLockable": false, "NameMapSourceSchema": "?" }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(244, 244, 244, 1)", - "InvariantPropertyName": "DisabledFill", + "AutoRuleBindingString": "ColorFade(Self.BorderColor, 20%)", + "InvariantPropertyName": "HoverBorderColor", "IsLockable": false, "NameMapSourceSchema": "?" }, - { + "BorderStyle", + "FocusedBorderColor", + { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Self.Color", - "InvariantPropertyName": "PressedFill", + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", "IsLockable": false, "NameMapSourceSchema": "?" }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "ColorFade(RGBA(100, 118, 132, 1), -20%)", - "InvariantPropertyName": "HoverFill", + "AutoRuleBindingString": "RGBA(166, 166, 166, 1)", + "InvariantPropertyName": "DisabledColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PressedColor", + "HoverColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(100, 118, 132, 1)", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisabledFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Font.'Open Sans'", + "InvariantPropertyName": "Font", "IsLockable": false, "NameMapSourceSchema": "?" }, - "Font", "FontWeight", "Align", "VerticalAlign", - "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -804,7 +814,14 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -855,7 +872,14 @@ "NameMapSourceSchema": "?" }, "FocusedBorderThickness", - "Size", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "Italic", "Underline", "Strikethrough", @@ -878,8 +902,9 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "btnQCBackground", - "ParentIndex": 0, + "Name": "btnQCQuantity", + "OptimizeForDevices": "Off", + "ParentIndex": 4, "PersistMetaDataIDKey": false, "Properties": [ { @@ -889,172 +914,172 @@ }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "Strikethrough", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Font", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FontWeight", + "PropertyName": "Underline", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Align", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "VerticalAlign", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Italic", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "Italic", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "VerticalAlign", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopLeft", + "PropertyName": "Align", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Underline", + "PropertyName": "FontWeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopRight", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Strikethrough", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomLeft", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Size", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomRight", + "PropertyName": "HoverColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { @@ -1071,7 +1096,7 @@ "StyleName": "defaultButtonStyle", "Type": "ControlInfo" }, - "btnQCQuantity": { + "btnQCRemoveItemBack": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { @@ -1098,40 +1123,12 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Self.Fill", - "InvariantPropertyName": "PressedBorderColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "ColorFade(Self.BorderColor, 20%)", - "InvariantPropertyName": "HoverBorderColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, + "PressedBorderColor", + "HoverBorderColor", "BorderStyle", "FocusedBorderColor", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Color", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(166, 166, 166, 1)", - "InvariantPropertyName": "DisabledColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, + "Color", + "DisabledColor", "PressedColor", "HoverColor", { @@ -1150,24 +1147,10 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "DisabledFill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, + "DisabledFill", "PressedFill", "HoverFill", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Font.'Open Sans'", - "InvariantPropertyName": "Font", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, + "Font", "FontWeight", "Align", "VerticalAlign", @@ -1245,14 +1228,7 @@ "NameMapSourceSchema": "?" }, "FocusedBorderThickness", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Size", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, + "Size", "Italic", "Underline", "Strikethrough", @@ -1275,8 +1251,9 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "btnQCQuantity", - "ParentIndex": 4, + "Name": "btnQCRemoveItemBack", + "OptimizeForDevices": "Off", + "ParentIndex": 3, "PersistMetaDataIDKey": false, "Properties": [ { @@ -1286,172 +1263,172 @@ }, { "Category": "Design", - "PropertyName": "RadiusBottomRight", + "PropertyName": "HoverColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Size", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomLeft", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Strikethrough", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopRight", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Underline", + "PropertyName": "FontWeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopLeft", + "PropertyName": "Align", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "VerticalAlign", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "Italic", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Italic", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "VerticalAlign", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Align", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FontWeight", + "PropertyName": "Underline", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Font", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "Strikethrough", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { @@ -1468,7 +1445,7 @@ "StyleName": "defaultButtonStyle", "Type": "ControlInfo" }, - "btnQCRemoveItemBack": { + "btnQuantity": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { @@ -1487,30 +1464,44 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "DisabledBorderColor", + "InvariantPropertyName": "Color", "IsLockable": false, "NameMapSourceSchema": "?" }, - "PressedBorderColor", - "HoverBorderColor", - "BorderStyle", - "FocusedBorderColor", - "Color", - "DisabledColor", - "PressedColor", - "HoverColor", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "DisplayMode", + "AutoRuleBindingString": "RGBA(166, 166, 166, 1)", + "InvariantPropertyName": "DisabledColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Self.Fill", + "InvariantPropertyName": "PressedColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(255, 255, 255, 1)", + "InvariantPropertyName": "HoverColor", "IsLockable": false, "NameMapSourceSchema": "?" }, + "DisplayMode", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -1521,15 +1512,29 @@ }, "DisabledFill", "PressedFill", - "HoverFill", - "Font", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "ColorFade(RGBA(100, 118, 132, 1), -20%)", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Font.'Open Sans'", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "FontWeight", "Align", "VerticalAlign", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "550", "InvariantPropertyName": "X", "IsLockable": false, "NameMapSourceSchema": "?" @@ -1537,7 +1542,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "30", "InvariantPropertyName": "Y", "IsLockable": false, "NameMapSourceSchema": "?" @@ -1545,7 +1550,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "70", "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" @@ -1591,20 +1596,27 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, + "BorderThickness", + "FocusedBorderThickness", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "BorderThickness", + "InvariantPropertyName": "Size", "IsLockable": false, "NameMapSourceSchema": "?" }, - "FocusedBorderThickness", - "Size", "Italic", "Underline", "Strikethrough", - "Visible", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "true", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -1612,6 +1624,14 @@ "InvariantPropertyName": "OnSelect", "IsLockable": false, "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AutoDisableOnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" } ], "HasDynamicProperties": false, @@ -1623,8 +1643,9 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "btnQCRemoveItemBack", - "ParentIndex": 3, + "Name": "btnQuantity", + "OptimizeForDevices": "Off", + "ParentIndex": 8, "PersistMetaDataIDKey": false, "Properties": [ { @@ -1634,172 +1655,172 @@ }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "Strikethrough", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Font", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FontWeight", + "PropertyName": "Underline", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Align", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "VerticalAlign", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Italic", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "Italic", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "VerticalAlign", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopLeft", + "PropertyName": "Align", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Underline", + "PropertyName": "FontWeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopRight", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Strikethrough", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomLeft", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Size", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomRight", + "PropertyName": "HoverColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { @@ -1807,6 +1828,11 @@ "PropertyName": "Visible", "RuleProviderType": "Unknown" }, + { + "Category": "Design", + "PropertyName": "AutoDisableOnSelect", + "RuleProviderType": "Unknown" + }, { "Category": "Behavior", "PropertyName": "OnSelect", @@ -1816,7 +1842,7 @@ "StyleName": "defaultButtonStyle", "Type": "ControlInfo" }, - "btnQuantity": { + "btnReviewSelectedItems": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { @@ -1840,7 +1866,14 @@ "HoverBorderColor", "BorderStyle", "FocusedBorderColor", - "Color", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "DisabledColor", "PressedColor", "HoverColor", @@ -1877,7 +1910,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "550", + "AutoRuleBindingString": "180", "InvariantPropertyName": "X", "IsLockable": false, "NameMapSourceSchema": "?" @@ -1885,7 +1918,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "30", + "AutoRuleBindingString": "985", "InvariantPropertyName": "Y", "IsLockable": false, "NameMapSourceSchema": "?" @@ -1893,7 +1926,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "70", + "AutoRuleBindingString": "280", "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" @@ -1901,7 +1934,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "70", "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" @@ -1952,14 +1985,6 @@ "Italic", "Underline", "Strikethrough", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "true", - "InvariantPropertyName": "Visible", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -1968,11 +1993,12 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, + "Visible", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "AutoDisableOnSelect", + "InvariantPropertyName": "PaddingTop", "IsLockable": false, "NameMapSourceSchema": "?" } @@ -1986,8 +2012,9 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "btnQuantity", - "ParentIndex": 8, + "Name": "btnReviewSelectedItems", + "OptimizeForDevices": "Off", + "ParentIndex": 3, "PersistMetaDataIDKey": false, "Properties": [ { @@ -1997,47 +2024,47 @@ }, { "Category": "Design", - "PropertyName": "RadiusBottomRight", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Size", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomLeft", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "FontWeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Strikethrough", + "PropertyName": "Align", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopRight", + "PropertyName": "VerticalAlign", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Underline", + "PropertyName": "Italic", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopLeft", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { @@ -2047,388 +2074,42 @@ }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "Underline", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Italic", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "VerticalAlign", + "PropertyName": "Strikethrough", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Align", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FontWeight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Font", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Color", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Visible", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "AutoDisableOnSelect", - "RuleProviderType": "Unknown" - }, - { - "Category": "Behavior", - "PropertyName": "OnSelect", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultButtonStyle", - "Type": "ControlInfo" - }, - "btnReviewSelectedItems": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "\"Button\"", - "InvariantPropertyName": "Text", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "ColorFade(Self.Fill, -15%)", - "InvariantPropertyName": "BorderColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "BorderStyle", - "FocusedBorderColor", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Color", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisabledColor", - "PressedColor", - "HoverColor", - "DisplayMode", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(100, 118, 132, 1)", - "InvariantPropertyName": "Fill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisabledFill", - "PressedFill", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "ColorFade(RGBA(100, 118, 132, 1), -20%)", - "InvariantPropertyName": "HoverFill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Font.'Open Sans'", - "InvariantPropertyName": "Font", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "FontWeight", - "Align", - "VerticalAlign", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "180", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "985", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Width", - "Height", - "ZIndex", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "BorderThickness", - "FocusedBorderThickness", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Size", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Italic", - "Underline", - "Strikethrough", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnSelect", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Visible" - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "btnReviewSelectedItems", - "ParentIndex": 1, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Data", - "PropertyName": "Text", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Font", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FontWeight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Align", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "VerticalAlign", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Italic", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Underline", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Strikethrough", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomLeft", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { @@ -2516,6 +2197,11 @@ "PropertyName": "Y", "RuleProviderType": "Unknown" }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, { "Category": "Behavior", "PropertyName": "OnSelect", @@ -2578,6 +2264,7 @@ }, "MetaDataIDKey": "", "Name": "comSelectItemDividerButton", + "OptimizeForDevices": "Off", "ParentIndex": 2, "PersistMetaDataIDKey": false, "Properties": [ @@ -2661,7 +2348,8 @@ }, "MetaDataIDKey": "", "Name": "comSelectItemsDivider", - "ParentIndex": 1, + "OptimizeForDevices": "Off", + "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ { @@ -2784,7 +2472,8 @@ }, "MetaDataIDKey": "", "Name": "comYesNoDialogDeleteDraft", - "ParentIndex": 2, + "OptimizeForDevices": "Off", + "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ { @@ -2903,6 +2592,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "conButtom", + "OptimizeForDevices": "Off", "ParentIndex": 4, "PersistMetaDataIDKey": false, "Properties": [ @@ -3017,6 +2707,163 @@ "RuleProviderType": "Unknown" } ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "conItemGroupcontent": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "213.33333333333334", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "70", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "conItemGroupcontent", + "OptimizeForDevices": "Off", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + } + ], "StyleName": "", "Type": "ControlInfo" }, @@ -3084,7 +2931,8 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "conMid", - "ParentIndex": 3, + "OptimizeForDevices": "Off", + "ParentIndex": 2, "PersistMetaDataIDKey": false, "Properties": [ { @@ -3198,7 +3046,7 @@ "RuleProviderType": "Unknown" } ], - "StyleName": "", + "StyleName": "defaultGroupContainerStyle", "Type": "ControlInfo" }, "conQuantityControl": { @@ -3288,6 +3136,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "conQuantityControl", + "OptimizeForDevices": "Off", "ParentIndex": 7, "PersistMetaDataIDKey": false, "Properties": [ @@ -3412,7 +3261,7 @@ "RuleProviderType": "Unknown" } ], - "StyleName": "", + "StyleName": "defaultGroupContainerStyle", "Type": "ControlInfo" }, "conTop": { @@ -3472,6 +3321,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "conTop", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ @@ -3586,7 +3436,7 @@ "RuleProviderType": "Unknown" } ], - "StyleName": "", + "StyleName": "defaultGroupContainerStyle", "Type": "ControlInfo" }, "Extras List Screen": { @@ -3625,6 +3475,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "Extras List Screen", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ @@ -3763,6 +3614,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "figItemOverlay", + "OptimizeForDevices": "Off", "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ @@ -3871,12 +3723,19 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "X", + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "138", + "InvariantPropertyName": "Y", "IsLockable": false, "NameMapSourceSchema": "?" }, - "Y", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -3907,6 +3766,7 @@ "LayoutName": "", "MetaDataIDKey": "%TemplateBrowseGallerySeparator1.ID%", "Name": "figItemSeparator", + "OptimizeForDevices": "Off", "ParentIndex": 10, "PersistMetaDataIDKey": false, "Properties": [ @@ -4009,7 +3869,14 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "TemplatePadding", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TemplatePadding", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "Layout", { "AFDDataSourceName": "", @@ -4032,7 +3899,14 @@ "DisabledFill", "PressedFill", "HoverFill", - "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -4066,7 +3940,8 @@ "InvariantPropertyName": "ShowScrollbar", "IsLockable": false, "NameMapSourceSchema": "?" - } + }, + "MaxTemplateSize" ], "GalleryTemplateChildName": "galleryTemplate4_3", "HasDynamicProperties": false, @@ -4079,6 +3954,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "galItemGroups", + "OptimizeForDevices": "Off", "ParentIndex": 2, "PersistMetaDataIDKey": false, "Properties": [ @@ -4211,6 +4087,11 @@ "Category": "Design", "PropertyName": "ShowScrollbar", "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "MaxTemplateSize", + "RuleProviderType": "Unknown" } ], "StyleName": "defaultGalleryStyle", @@ -4231,7 +4112,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "123", + "AutoRuleBindingString": "", "InvariantPropertyName": "TemplateSize", "IsLockable": false, "NameMapSourceSchema": "?" @@ -4259,7 +4140,14 @@ "DisabledFill", "PressedFill", "HoverFill", - "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -4292,7 +4180,8 @@ "InvariantPropertyName": "ShowScrollbar", "IsLockable": false, "NameMapSourceSchema": "?" - } + }, + "MaxTemplateSize" ], "GalleryTemplateChildName": "galleryTemplate1_2", "HasDynamicProperties": false, @@ -4305,7 +4194,8 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "galItems", - "ParentIndex": 0, + "OptimizeForDevices": "Off", + "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ { @@ -4432,6 +4322,11 @@ "Category": "Design", "PropertyName": "ShowScrollbar", "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "MaxTemplateSize", + "RuleProviderType": "Unknown" } ], "StyleName": "defaultGalleryStyle", @@ -4460,6 +4355,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "galleryTemplate1_2", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ @@ -4500,6 +4396,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "galleryTemplate4_3", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ @@ -4534,15 +4431,238 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Width", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"\"", + "InvariantPropertyName": "Tooltip", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"Show your HTML text here.\"", + "InvariantPropertyName": "HtmlText", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "htmlItemImageShadow", + "OptimizeForDevices": "Off", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "HtmlText", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Tooltip", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "icnAddItem": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Icon", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", "IsLockable": false, "NameMapSourceSchema": "?" }, + "DisabledColor", + "PressedColor", + "HoverColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", + "AutoRuleBindingString": "DisplayMode.Edit", + "InvariantPropertyName": "DisplayMode", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -4562,31 +4682,48 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "ZIndex", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "\"\"", - "InvariantPropertyName": "Tooltip", + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "\"Show your HTML text here.\"", - "InvariantPropertyName": "HtmlText", + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderStyle", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Select(Parent)", + "InvariantPropertyName": "OnSelect", "IsLockable": false, "NameMapSourceSchema": "?" }, + "ZIndex", + "BorderThickness", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingTop", + "InvariantPropertyName": "FocusedBorderThickness", "IsLockable": false, "NameMapSourceSchema": "?" }, + "Tooltip", + "AccessibleLabel", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -4599,7 +4736,7 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingBottom", + "InvariantPropertyName": "PaddingRight", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -4607,10 +4744,20 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingRight", + "InvariantPropertyName": "PaddingTop", "IsLockable": false, "NameMapSourceSchema": "?" - } + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "TabIndex", + "Visible" ], "HasDynamicProperties": false, "IsAutoGenerated": false, @@ -4620,49 +4767,60 @@ "IsGroupControl": false, "IsLocked": false, "LayoutName": "", - "MetaDataIDKey": "", - "Name": "htmlItemImageShadow", - "ParentIndex": 2, + "MetaDataIDKey": "%TemplateBrowseGalleryNextIcon.ID%", + "Name": "icnAddItem", + "OptimizeForDevices": "Off", + "ParentIndex": 6, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Data", - "PropertyName": "HtmlText", + "PropertyName": "Tooltip", "RuleProviderType": "Unknown" }, { "Category": "Data", - "PropertyName": "Tooltip", + "PropertyName": "AccessibleLabel", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Font", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { @@ -4672,37 +4830,52 @@ }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "Icon", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { @@ -4717,7 +4890,7 @@ }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { @@ -4727,14 +4900,44 @@ }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TabIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", "RuleProviderType": "Unknown" } ], - "StyleName": "", + "StyleName": "defaultIconStyle", "Type": "ControlInfo" }, - "icnAddItem": { + "icnQCAddItem": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { @@ -4753,7 +4956,14 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisabledColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisabledColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "PressedColor", "HoverColor", "Fill", @@ -4869,9 +5079,10 @@ "IsGroupControl": false, "IsLocked": false, "LayoutName": "", - "MetaDataIDKey": "%TemplateBrowseGalleryNextIcon.ID%", - "Name": "icnAddItem", - "ParentIndex": 6, + "MetaDataIDKey": "", + "Name": "icnQCAddItem", + "OptimizeForDevices": "Off", + "ParentIndex": 2, "PersistMetaDataIDKey": false, "Properties": [ { @@ -4886,32 +5097,32 @@ }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { @@ -4921,112 +5132,112 @@ }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Icon", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "Icon", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "Visible", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "TabIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "TabIndex", + "PropertyName": "HoverColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Visible", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, { @@ -5038,7 +5249,7 @@ "StyleName": "defaultIconStyle", "Type": "ControlInfo" }, - "icnDeleteSelection": { + "icnQCRemoveItem": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { @@ -5057,18 +5268,32 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisabledColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "DisabledColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "PressedColor", "HoverColor", "Fill", "DisabledFill", "PressedFill", "HoverFill", - "DisplayMode", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "545", + "AutoRuleBindingString": "DisplayMode.Edit", + "InvariantPropertyName": "DisplayMode", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", "InvariantPropertyName": "X", "IsLockable": false, "NameMapSourceSchema": "?" @@ -5103,30 +5328,31 @@ "PressedBorderColor", "HoverBorderColor", "FocusedBorderColor", - "ZIndex", - "BorderThickness", - "FocusedBorderThickness", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", + "AutoRuleBindingString": "Select(Parent)", "InvariantPropertyName": "OnSelect", "IsLockable": false, "NameMapSourceSchema": "?" }, + "ZIndex", + "BorderThickness", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingTop", + "InvariantPropertyName": "FocusedBorderThickness", "IsLockable": false, "NameMapSourceSchema": "?" }, + "Tooltip", + "AccessibleLabel", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingBottom", + "InvariantPropertyName": "PaddingLeft", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -5134,7 +5360,7 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingLeft", + "InvariantPropertyName": "PaddingRight", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -5142,7 +5368,7 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingRight", + "InvariantPropertyName": "PaddingTop", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -5150,10 +5376,12 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Visible", + "InvariantPropertyName": "PaddingBottom", "IsLockable": false, "NameMapSourceSchema": "?" - } + }, + "TabIndex", + "Visible" ], "HasDynamicProperties": false, "IsAutoGenerated": false, @@ -5164,33 +5392,44 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "icnDeleteSelection", + "Name": "icnQCRemoveItem", + "OptimizeForDevices": "Off", "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ + { + "Category": "Data", + "PropertyName": "Tooltip", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "AccessibleLabel", + "RuleProviderType": "Unknown" + }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { @@ -5203,6 +5442,11 @@ "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, { "Category": "Design", "PropertyName": "DisabledBorderColor", @@ -5210,97 +5454,97 @@ }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Icon", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "Icon", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "HoverColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "TabIndex", "RuleProviderType": "Unknown" }, { @@ -5317,22 +5561,14 @@ "StyleName": "defaultIconStyle", "Type": "ControlInfo" }, - "icnQCAddItem": { + "imgItemImage": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Icon", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(32, 54, 71, 1)", - "InvariantPropertyName": "Color", + "AutoRuleBindingString": "ThisItem.picture", + "InvariantPropertyName": "Image", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -5340,24 +5576,11 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "DisabledColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "PressedColor", - "HoverColor", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "DisplayMode.Edit", - "InvariantPropertyName": "DisplayMode", + "InvariantPropertyName": "ImagePosition", "IsLockable": false, "NameMapSourceSchema": "?" }, + "ImageRotation", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -5390,37 +5613,32 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "BorderStyle", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", "BorderColor", "DisabledBorderColor", "PressedBorderColor", "HoverBorderColor", "FocusedBorderColor", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Select(Parent)", - "InvariantPropertyName": "OnSelect", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, + "BorderStyle", + "DisplayMode", + "OnSelect", "ZIndex", - "BorderThickness", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "FocusedBorderThickness", + "InvariantPropertyName": "RadiusTopLeft", "IsLockable": false, "NameMapSourceSchema": "?" }, - "Tooltip", - "AccessibleLabel", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingLeft", + "InvariantPropertyName": "RadiusTopRight", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -5428,7 +5646,7 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingRight", + "InvariantPropertyName": "RadiusBottomLeft", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -5436,7 +5654,7 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingTop", + "InvariantPropertyName": "RadiusBottomRight", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -5444,12 +5662,15 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingBottom", + "InvariantPropertyName": "BorderThickness", "IsLockable": false, "NameMapSourceSchema": "?" }, - "TabIndex", - "Visible" + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" ], "HasDynamicProperties": false, "IsAutoGenerated": false, @@ -5459,49 +5680,45 @@ "IsGroupControl": false, "IsLocked": false, "LayoutName": "", - "MetaDataIDKey": "", - "Name": "icnQCAddItem", - "ParentIndex": 2, + "MetaDataIDKey": "%TemplateBrowseGalleryImage.ID%", + "Name": "imgItemImage", + "OptimizeForDevices": "Off", + "ParentIndex": 5, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Data", - "PropertyName": "Tooltip", - "RuleProviderType": "Unknown" - }, - { - "Category": "Data", - "PropertyName": "AccessibleLabel", + "PropertyName": "Image", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { @@ -5511,27 +5728,27 @@ }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { @@ -5541,82 +5758,77 @@ }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Icon", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "ImageRotation", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "ImagePosition", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Visible", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "TabIndex", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { @@ -5625,50 +5837,22 @@ "RuleProviderType": "Unknown" } ], - "StyleName": "defaultIconStyle", + "StyleName": "defaultImageStyle", "Type": "ControlInfo" }, - "icnQCRemoveItem": { + "imgRelatedProductsBack": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Icon", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(32, 54, 71, 1)", - "InvariantPropertyName": "Color", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "DisabledColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "PressedColor", - "HoverColor", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "DisplayMode.Edit", - "InvariantPropertyName": "DisplayMode", + "InvariantPropertyName": "Image", "IsLockable": false, "NameMapSourceSchema": "?" }, + "ImagePosition", + "ImageRotation", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -5688,7 +5872,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "320", "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" @@ -5696,50 +5880,58 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "320", "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" }, - "BorderStyle", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", "BorderColor", "DisabledBorderColor", "PressedBorderColor", "HoverBorderColor", "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Select(Parent)", - "InvariantPropertyName": "OnSelect", + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingTop", "IsLockable": false, "NameMapSourceSchema": "?" }, - "ZIndex", - "BorderThickness", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "FocusedBorderThickness", + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingRight", "IsLockable": false, "NameMapSourceSchema": "?" }, - "Tooltip", - "AccessibleLabel", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingLeft", + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingBottom", "IsLockable": false, "NameMapSourceSchema": "?" }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingRight", + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingLeft", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -5747,7 +5939,7 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingTop", + "InvariantPropertyName": "TabIndex", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -5755,12 +5947,18 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingBottom", + "InvariantPropertyName": "Tooltip", "IsLockable": false, "NameMapSourceSchema": "?" }, - "TabIndex", - "Visible" + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "false", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + } ], "HasDynamicProperties": false, "IsAutoGenerated": false, @@ -5771,7 +5969,8 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "icnQCRemoveItem", + "Name": "imgRelatedProductsBack", + "OptimizeForDevices": "Off", "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ @@ -5782,62 +5981,62 @@ }, { "Category": "Data", - "PropertyName": "AccessibleLabel", + "PropertyName": "Image", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { @@ -5847,87 +6046,87 @@ }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Icon", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "ImageRotation", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "TabIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "ImagePosition", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "TabIndex", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Visible", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { @@ -5936,53 +6135,72 @@ "RuleProviderType": "Unknown" } ], - "StyleName": "defaultIconStyle", + "StyleName": "defaultImageStyle", "Type": "ControlInfo" }, - "imgItemImage": { + "lblItemDisplayName": { "AllowAccessToGlobals": true, "ControlPropertyState": [ + "Live", + "Overflow", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "ThisItem.picture", - "InvariantPropertyName": "Image", + "AutoRuleBindingString": "ThisItem.description", + "InvariantPropertyName": "Text", "IsLockable": false, "NameMapSourceSchema": "?" }, + "Role", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "ImagePosition", + "InvariantPropertyName": "Color", "IsLockable": false, "NameMapSourceSchema": "?" }, - "ImageRotation", + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "X", + "AutoRuleBindingString": "Font.'Open Sans'", + "InvariantPropertyName": "Font", "IsLockable": false, "NameMapSourceSchema": "?" }, + "FontWeight", + "Align", + "VerticalAlign", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", + "InvariantPropertyName": "X", "IsLockable": false, "NameMapSourceSchema": "?" }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Width", + "AutoRuleBindingString": "20", + "InvariantPropertyName": "Y", "IsLockable": false, "NameMapSourceSchema": "?" }, + "Width", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -5991,16 +6209,6 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", - "BorderColor", - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "FocusedBorderColor", - "BorderStyle", "DisplayMode", "OnSelect", "ZIndex", @@ -6008,47 +6216,21 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomRight", + "InvariantPropertyName": "PaddingTop", "IsLockable": false, "NameMapSourceSchema": "?" }, + "PaddingRight", + "PaddingBottom", + "PaddingLeft", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "BorderThickness", + "InvariantPropertyName": "Size", "IsLockable": false, "NameMapSourceSchema": "?" - }, - "FocusedBorderThickness", - "PaddingTop", - "PaddingRight", - "PaddingBottom", - "PaddingLeft" + } ], "HasDynamicProperties": false, "IsAutoGenerated": false, @@ -6058,59 +6240,70 @@ "IsGroupControl": false, "IsLocked": false, "LayoutName": "", - "MetaDataIDKey": "%TemplateBrowseGalleryImage.ID%", - "Name": "imgItemImage", - "ParentIndex": 4, + "MetaDataIDKey": "%TemplateBrowseGalleryTitle.ID%", + "Name": "lblItemDisplayName", + "OptimizeForDevices": "Off", + "ParentIndex": 3, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Data", - "PropertyName": "Image", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomRight", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomLeft", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopRight", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopLeft", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "FontWeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "Align", "RuleProviderType": "Unknown" }, { @@ -6120,92 +6313,102 @@ }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "VerticalAlign", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "HoverColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ImageRotation", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ImagePosition", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "Overflow", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, { @@ -6214,10 +6417,10 @@ "RuleProviderType": "Unknown" } ], - "StyleName": "defaultImageStyle", + "StyleName": "titleLabelStyle", "Type": "ControlInfo" }, - "lblItemDisplayName": { + "lblItemGroup": { "AllowAccessToGlobals": true, "ControlPropertyState": [ "Live", @@ -6225,20 +6428,13 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "ThisItem.description", + "AutoRuleBindingString": "\"Text\"", "InvariantPropertyName": "Text", "IsLockable": false, "NameMapSourceSchema": "?" }, "Role", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Color", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, + "Color", "DisabledColor", "PressedColor", "HoverColor", @@ -6260,19 +6456,33 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "FontWeight", - "Align", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "FontWeight.Normal", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "VerticalAlign", "X", + "Y", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "20", - "InvariantPropertyName": "Y", + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" }, - "Width", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -6282,29 +6492,97 @@ "NameMapSourceSchema": "?" }, "DisplayMode", - "OnSelect", "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingTop", + "AutoRuleBindingString": "21", + "InvariantPropertyName": "Size", "IsLockable": false, "NameMapSourceSchema": "?" }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", "PaddingRight", "PaddingBottom", "PaddingLeft", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "false", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Size", + "InvariantPropertyName": "Wrap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"\"", + "InvariantPropertyName": "Tooltip", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TabIndex", "IsLockable": false, "NameMapSourceSchema": "?" } ], - "HasDynamicProperties": false, + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -6312,44 +6590,75 @@ "IsGroupControl": false, "IsLocked": false, "LayoutName": "", - "MetaDataIDKey": "%TemplateBrowseGalleryTitle.ID%", - "Name": "lblItemDisplayName", - "ParentIndex": 5, + "MetaDataIDKey": "", + "Name": "lblItemGroup", + "OptimizeForDevices": "Off", + "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Data", - "PropertyName": "Live", + "PropertyName": "Role", "RuleProviderType": "Unknown" }, { "Category": "Data", - "PropertyName": "Role", + "PropertyName": "Text", "RuleProviderType": "Unknown" }, { "Category": "Data", - "PropertyName": "Text", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Tooltip", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Size", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "LineHeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", "RuleProviderType": "Unknown" }, { @@ -6357,6 +6666,11 @@ "PropertyName": "Font", "RuleProviderType": "Unknown" }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, { "Category": "Design", "PropertyName": "PaddingBottom", @@ -6364,17 +6678,17 @@ }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FontWeight", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Align", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { @@ -6384,97 +6698,97 @@ }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "VerticalAlign", + "PropertyName": "Strikethrough", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "Underline", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "Italic", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "Overflow", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Overflow", + "PropertyName": "HoverColor", "RuleProviderType": "Unknown" }, { @@ -6482,13 +6796,23 @@ "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, + { + "Category": "Design", + "PropertyName": "Wrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TabIndex", + "RuleProviderType": "Unknown" + }, { "Category": "Behavior", "PropertyName": "OnSelect", "RuleProviderType": "Unknown" } ], - "StyleName": "titleLabelStyle", + "StyleName": "defaultLabelStyle", "Type": "ControlInfo" }, "lblItemPrice": { @@ -6537,7 +6861,14 @@ "FontWeight", "Align", "VerticalAlign", - "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -6565,7 +6896,14 @@ "DisplayMode", "OnSelect", "ZIndex", - "PaddingTop", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "PaddingRight", "PaddingBottom", "PaddingLeft", @@ -6588,6 +6926,7 @@ "LayoutName": "", "MetaDataIDKey": "%TemplateBrowseGallerySubtitle.ID%", "Name": "lblItemPrice", + "OptimizeForDevices": "Off", "ParentIndex": 9, "PersistMetaDataIDKey": false, "Properties": [ @@ -6846,6 +7185,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "lblSelectedItemsSumValue", + "OptimizeForDevices": "Off", "ParentIndex": 2, "PersistMetaDataIDKey": false, "Properties": [ @@ -7143,6 +7483,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "lblSelectedItemSum", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ @@ -7454,6 +7795,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "lblSelectedTotal", + "OptimizeForDevices": "Off", "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ @@ -7758,6 +8100,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "lblSelectedTotalValue", + "OptimizeForDevices": "Off", "ParentIndex": 3, "PersistMetaDataIDKey": false, "Properties": [ @@ -7977,7 +8320,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(0, 0, 0, 1)", + "AutoRuleBindingString": "", "InvariantPropertyName": "Color", "IsLockable": false, "NameMapSourceSchema": "?" @@ -8084,6 +8427,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "lblSelectItemsHeader", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ @@ -8341,7 +8685,14 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "OnSelect", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Select(Parent)", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "ZIndex", "BorderThickness", "FocusedBorderThickness", @@ -8354,7 +8705,45 @@ "NameMapSourceSchema": "?" } ], - "HasDynamicProperties": false, + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -8364,14 +8753,10 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "recItemGroupUnderline", - "ParentIndex": 2, + "OptimizeForDevices": "Off", + "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, { "Category": "Design", "PropertyName": "Y", @@ -8447,6 +8832,11 @@ "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, { "Category": "Behavior", "PropertyName": "OnSelect", @@ -8535,7 +8925,8 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "recItemImageOverlay", - "ParentIndex": 3, + "OptimizeForDevices": "Off", + "ParentIndex": 4, "PersistMetaDataIDKey": false, "Properties": [ { diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Info Screen.editorstate.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Info Screen.editorstate.json index 331731e..57ac4b3 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Info Screen.editorstate.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Info Screen.editorstate.json @@ -1,15 +1,109 @@ { "ControlStates": { - "conInfoContent": { + "btnLearnMore": { "AllowAccessToGlobals": true, "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", "BorderStyle", - "Fill", + "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(166, 166, 166, 1)", + "InvariantPropertyName": "DisabledColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Self.Fill", + "InvariantPropertyName": "PressedColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(255, 255, 255, 1)", + "InvariantPropertyName": "HoverColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Self.Color", + "InvariantPropertyName": "PressedFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "ColorFade(RGBA(56, 96, 178, 1), -20%)", + "InvariantPropertyName": "HoverFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "VerticalAlign", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "43", + "AutoRuleBindingString": "", "InvariantPropertyName": "X", "IsLockable": false, "NameMapSourceSchema": "?" @@ -17,7 +111,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "160", + "AutoRuleBindingString": "", "InvariantPropertyName": "Y", "IsLockable": false, "NameMapSourceSchema": "?" @@ -25,7 +119,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "554", + "AutoRuleBindingString": "", "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" @@ -33,24 +127,58 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "398", + "AutoRuleBindingString": "", "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisplayMode", - "LayoutMode", - "LayoutDirection", - "LayoutAlignItems", - "LayoutJustifyContent", - "LayoutOverflowX", - "LayoutOverflowY", "ZIndex", "RadiusTopLeft", "RadiusTopRight", "RadiusBottomLeft", "RadiusBottomRight", - "DropShadow" + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderThickness", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Italic", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Underline", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Strikethrough", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "false", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + } ], "HasDynamicProperties": false, "IsAutoGenerated": false, @@ -61,222 +189,144 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "conInfoContent", - "ParentIndex": 0, + "Name": "btnLearnMore", + "OptimizeForDevices": "Off", + "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ { - "Category": "Design", - "PropertyName": "ZIndex", + "Category": "Data", + "PropertyName": "Text", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutOverflowY", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutOverflowX", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutJustifyContent", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutAlignItems", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutDirection", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutMode", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "VerticalAlign", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "Strikethrough", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "Align", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "Underline", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "FontWeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopLeft", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopRight", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomLeft", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomRight", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DropShadow", + "PropertyName": "Italic", "RuleProviderType": "Unknown" - } - ], - "StyleName": "", - "Type": "ControlInfo" - }, - "conInfoTitle": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - "BorderColor", - "BorderStyle", - "Fill", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "0", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" }, { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" }, - "DisplayMode", - "LayoutMode", - "LayoutDirection", - "LayoutAlignItems", - "LayoutJustifyContent", - "LayoutOverflowX", - "LayoutOverflowY", - "ZIndex", - "RadiusTopLeft", - "RadiusTopRight", - "RadiusBottomLeft", - "RadiusBottomRight", - "DropShadow" - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "conInfoTitle", - "ParentIndex": 0, - "PersistMetaDataIDKey": false, - "Properties": [ { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutOverflowY", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutOverflowX", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutJustifyContent", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutAlignItems", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutDirection", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { @@ -286,22 +336,17 @@ }, { "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { @@ -311,136 +356,97 @@ }, { "Category": "Design", - "PropertyName": "RadiusTopLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopRight", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomLeft", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomRight", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { - "Category": "Design", - "PropertyName": "DropShadow", + "Category": "Behavior", + "PropertyName": "OnSelect", "RuleProviderType": "Unknown" } ], - "StyleName": "", + "StyleName": "defaultButtonStyle", "Type": "ControlInfo" }, - "icnCloseInfoPage": { + "conAboutHeader": { "AllowAccessToGlobals": true, "ControlPropertyState": [ - "Icon", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Color", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisabledColor", - "PressedColor", - "HoverColor", + "BorderColor", + "BorderStyle", "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", + "X", + "Y", + "Width", + "Height", "DisplayMode", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "550", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "BorderStyle", - "BorderColor", - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "FocusedBorderColor", - "ZIndex", - "BorderThickness", - "FocusedBorderThickness", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnSelect", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingTop", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingBottom", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingLeft", + "InvariantPropertyName": "LayoutAlignItems", "IsLockable": false, "NameMapSourceSchema": "?" }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingRight", - "IsLockable": false, - "NameMapSourceSchema": "?" + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex" + ], + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" } ], - "HasDynamicProperties": false, + "HasDynamicProperties": true, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -449,93 +455,94 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "icnCloseInfoPage", - "ParentIndex": 1, + "Name": "conAboutHeader", + "OptimizeForDevices": "Off", + "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "LayoutWrap", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "LayoutOverflowY", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "LayoutOverflowX", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "LayoutGap", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "LayoutJustifyContent", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "LayoutAlignItems", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "LayoutDirection", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "LayoutMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "ChildTabPriority", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Icon", + "PropertyName": "DropShadow", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { @@ -547,81 +554,443 @@ "Category": "Design", "PropertyName": "Width", "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "conInfoScreenContent": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "20", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "60", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "conInfoScreenContent", + "OptimizeForDevices": "Off", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "DropShadow", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "LayoutWrap", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "LayoutOverflowY", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "LayoutOverflowX", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "LayoutGap", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "LayoutJustifyContent", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "LayoutAlignItems", "RuleProviderType": "Unknown" }, { - "Category": "Behavior", - "PropertyName": "OnSelect", + "Category": "Design", + "PropertyName": "LayoutDirection", "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultIconStyle", - "Type": "ControlInfo" - }, - "icnInfoIcon": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - "Icon", + }, { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Color", + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "conLearnMore": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex" + ], + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "conLearnMore", + "OptimizeForDevices": "Off", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "imgCloseInfoPage": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Image", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ImagePosition", + "ImageRotation", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "320", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "38", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "320", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "320", + "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisabledColor", - "PressedColor", - "HoverColor", "Fill", "DisabledFill", "PressedFill", "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "X", + "InvariantPropertyName": "TabIndex", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -629,14 +998,230 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", + "InvariantPropertyName": "Tooltip", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "false", + "InvariantPropertyName": "OnSelect", "IsLockable": false, "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "imgCloseInfoPage", + "OptimizeForDevices": "Off", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Tooltip", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TabIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "imgInfoIcon": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", + "InvariantPropertyName": "Image", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ImagePosition", + "ImageRotation", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "320", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "38", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "320", "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" @@ -644,22 +1229,101 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "320", "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" }, - "BorderStyle", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", "BorderColor", "DisabledBorderColor", "PressedBorderColor", "HoverBorderColor", "FocusedBorderColor", + "BorderStyle", + "DisplayMode", "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", "BorderThickness", - "FocusedBorderThickness" + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } ], - "HasDynamicProperties": false, + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -668,38 +1332,44 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "icnInfoIcon", + "Name": "imgInfoIcon", + "OptimizeForDevices": "Off", "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "Unknown" + }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { @@ -709,37 +1379,37 @@ }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Icon", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { @@ -749,7 +1419,22 @@ }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { @@ -759,7 +1444,88 @@ }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "ImagePosition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "Info Screen": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Color.White", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ImagePosition", + "Height", + "Width", + "Size", + "Orientation", + "LoadingSpinner", + "LoadingSpinnerColor" + ], + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Info Screen", + "OptimizeForDevices": "Off", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", "RuleProviderType": "Unknown" }, { @@ -774,59 +1540,173 @@ }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "Orientation", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", "RuleProviderType": "Unknown" } ], - "StyleName": "defaultIconStyle", + "StyleName": "defaultScreenStyle", "Type": "ControlInfo" }, - "Icon2": { + "lblInfoHeader": { "AllowAccessToGlobals": true, "ControlPropertyState": [ - "Icon", + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Role", "Color", "DisabledColor", "PressedColor", "HoverColor", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", - "DisplayMode", - "X", - "Y", - "Width", - "Height", - "BorderStyle", "BorderColor", "DisabledBorderColor", "PressedBorderColor", "HoverBorderColor", + "BorderStyle", "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Font.'Open Sans'", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Align", + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", "ZIndex", + "LineHeight", "BorderThickness", "FocusedBorderThickness", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnSelect", + "AutoRuleBindingString": "21", + "InvariantPropertyName": "Size", "IsLockable": false, "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "DynamicProperties": [ + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FillPortions", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" } ], - "HasDynamicProperties": false, + "HasDynamicProperties": true, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -835,166 +1715,164 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "Icon2", - "ParentIndex": 2, + "Name": "lblInfoHeader", + "OptimizeForDevices": "Off", + "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Live", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, { "Category": "Design", - "PropertyName": "Icon", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "LineHeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "VerticalAlign", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "Strikethrough", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "Align", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "FontWeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "Underline", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "Italic", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { - "Category": "Behavior", - "PropertyName": "OnSelect", + "Category": "Design", + "PropertyName": "Size", "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultIconStyle", - "Type": "ControlInfo" - }, - "Info Screen": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - "Fill", - "ImagePosition", - "Height", - "Width", - "Size", - "Orientation", - "LoadingSpinner", - "LoadingSpinnerColor" - ], - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "Info Screen", - "ParentIndex": 0, - "PersistMetaDataIDKey": false, - "Properties": [ + }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ImagePosition", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", "RuleProviderType": "Unknown" }, { @@ -1004,34 +1882,44 @@ }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Size", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Orientation", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LoadingSpinner", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LoadingSpinnerColor", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" } ], - "StyleName": "defaultScreenStyle", + "StyleName": "defaultLabelStyle", "Type": "ControlInfo" }, - "lblInfoHeader": { + "lblInfoText": { "AllowAccessToGlobals": true, "ControlPropertyState": [ "Live", @@ -1067,20 +1955,20 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, + "FontWeight", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "FontWeight", + "InvariantPropertyName": "Align", "IsLockable": false, "NameMapSourceSchema": "?" }, - "Align", "VerticalAlign", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "58", "InvariantPropertyName": "X", "IsLockable": false, "NameMapSourceSchema": "?" @@ -1096,18 +1984,39 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "253", + "AutoRuleBindingString": "474", "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" }, - "Height", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "DisplayMode", "ZIndex", - "LineHeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LineHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "BorderThickness", "FocusedBorderThickness", - "Size", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "Italic", "Underline", "Strikethrough", @@ -1116,7 +2025,45 @@ "PaddingBottom", "PaddingLeft" ], - "HasDynamicProperties": false, + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -1125,8 +2072,9 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "lblInfoHeader", - "ParentIndex": 0, + "Name": "lblInfoText", + "OptimizeForDevices": "Off", + "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ { @@ -1171,7 +2119,7 @@ }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { @@ -1186,12 +2134,12 @@ }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { @@ -1256,17 +2204,17 @@ }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Size", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { @@ -1286,7 +2234,7 @@ }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { @@ -1328,7 +2276,7 @@ "StyleName": "defaultLabelStyle", "Type": "ControlInfo" }, - "lblInfoText": { + "lblLearnMoreText": { "AllowAccessToGlobals": true, "ControlPropertyState": [ "Live", @@ -1382,14 +2330,7 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, + "Y", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -1401,7 +2342,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "248", + "AutoRuleBindingString": "", "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" @@ -1443,13 +2384,14 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "lblInfoText", - "ParentIndex": 1, + "Name": "lblLearnMoreText", + "OptimizeForDevices": "Off", + "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Data", - "PropertyName": "Role", + "PropertyName": "Live", "RuleProviderType": "Unknown" }, { @@ -1459,187 +2401,187 @@ }, { "Category": "Data", - "PropertyName": "Live", + "PropertyName": "Role", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "Italic", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "Underline", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LineHeight", + "PropertyName": "FontWeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "Align", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "Strikethrough", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "VerticalAlign", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "VerticalAlign", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Strikethrough", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Align", + "PropertyName": "LineHeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FontWeight", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Underline", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Italic", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Font", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Size", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Overflow", + "PropertyName": "HoverColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "Overflow", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "Color", "RuleProviderType": "Unknown" } ], diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Measurement Screen.editorstate.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Measurement Screen.editorstate.json index 049deed..f813a35 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Measurement Screen.editorstate.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Measurement Screen.editorstate.json @@ -17,7 +17,14 @@ }, "BorderStyle", "FocusedBorderColor", - "Color", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "DisabledColor", "PressedColor", "HoverColor", @@ -38,7 +45,14 @@ "NameMapSourceSchema": "?" }, "DisabledFill", - "PressedFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Self.Color", + "InvariantPropertyName": "PressedFill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -187,6 +201,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "btnMeasurementOverlay", + "OptimizeForDevices": "Off", "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ @@ -247,7 +262,7 @@ }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { @@ -327,7 +342,7 @@ }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { @@ -405,16 +420,51 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "BorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "ColorFade(Self.Fill, -15%)", + "InvariantPropertyName": "BorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "DisabledBorderColor", "PressedBorderColor", "HoverBorderColor", "BorderStyle", "FocusedBorderColor", - "Color", - "DisabledColor", - "PressedColor", - "HoverColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(255, 255, 255, 1)", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(166, 166, 166, 1)", + "InvariantPropertyName": "DisabledColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Self.Fill", + "InvariantPropertyName": "PressedColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(255, 255, 255, 1)", + "InvariantPropertyName": "HoverColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -537,6 +587,14 @@ "InvariantPropertyName": "OnSelect", "IsLockable": false, "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" } ], "HasDynamicProperties": false, @@ -549,7 +607,8 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "btnSaveMeasurement", - "ParentIndex": 4, + "OptimizeForDevices": "Off", + "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ { @@ -727,6 +786,11 @@ "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, { "Category": "Behavior", "PropertyName": "OnSelect", @@ -761,8 +825,22 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisabledColor", - "PressedColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(166, 166, 166, 1)", + "InvariantPropertyName": "DisabledColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Self.Fill", + "InvariantPropertyName": "PressedColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -790,12 +868,40 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "Font", - "FontWeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Font.'Open Sans'", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "Align", "VerticalAlign", - "X", - "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent,", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -874,45 +980,7 @@ "NameMapSourceSchema": "?" } ], - "DynamicProperties": [ - { - "ControlPropertyState": "FillPortions", - "Property": { - "Category": "Design", - "PropertyName": "FillPortions", - "RuleProviderType": "Unknown" - }, - "PropertyName": "FillPortions" - }, - { - "ControlPropertyState": "AlignInContainer", - "Property": { - "Category": "Design", - "PropertyName": "AlignInContainer", - "RuleProviderType": "Unknown" - }, - "PropertyName": "AlignInContainer" - }, - { - "ControlPropertyState": "LayoutMinWidth", - "Property": { - "Category": "Design", - "PropertyName": "LayoutMinWidth", - "RuleProviderType": "Unknown" - }, - "PropertyName": "LayoutMinWidth" - }, - { - "ControlPropertyState": "LayoutMinHeight", - "Property": { - "Category": "Design", - "PropertyName": "LayoutMinHeight", - "RuleProviderType": "Unknown" - }, - "PropertyName": "LayoutMinHeight" - } - ], - "HasDynamicProperties": true, + "HasDynamicProperties": false, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -922,7 +990,8 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "btnUseAsFilter", - "ParentIndex": 3, + "OptimizeForDevices": "Off", + "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ { @@ -1109,70 +1178,117 @@ "StyleName": "defaultButtonStyle", "Type": "ControlInfo" }, - "conEditOverlay": { + "conEditMeasurement": { "AllowAccessToGlobals": true, "ControlPropertyState": [ - "BorderColor", - "BorderStyle", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Fill", + "AutoRuleBindingString": "RGBA(0, 0, 0, 1)", + "InvariantPropertyName": "BorderColor", "IsLockable": false, "NameMapSourceSchema": "?" }, + "BorderStyle", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "X", + "AutoRuleBindingString": "RGBA(0, 0, 0, 0)", + "InvariantPropertyName": "Fill", "IsLockable": false, "NameMapSourceSchema": "?" }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", + "AutoRuleBindingString": "40", + "InvariantPropertyName": "X", "IsLockable": false, "NameMapSourceSchema": "?" }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "500", - "InvariantPropertyName": "Width", + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Y", "IsLockable": false, "NameMapSourceSchema": "?" }, + "Width", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "225", + "AutoRuleBindingString": "", "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" }, "DisplayMode", + "ChildTabPriority", "LayoutMode", "LayoutDirection", - "LayoutAlignItems", - "LayoutJustifyContent", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "LayoutGap", "LayoutOverflowX", "LayoutOverflowY", "LayoutWrap", + "DropShadow", "ZIndex", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "true", - "InvariantPropertyName": "Visible", + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusTopLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusTopRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusBottomLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusBottomRight", "IsLockable": false, "NameMapSourceSchema": "?" }, - "DropShadow" + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderThickness", + "IsLockable": false, + "NameMapSourceSchema": "?" + } ], "HasDynamicProperties": false, "IsAutoGenerated": false, @@ -1183,8 +1299,9 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "conEditOverlay", - "ParentIndex": 1, + "Name": "conEditMeasurement", + "OptimizeForDevices": "Off", + "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ { @@ -1192,6 +1309,11 @@ "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, + { + "Category": "Design", + "PropertyName": "DropShadow", + "RuleProviderType": "Unknown" + }, { "Category": "Design", "PropertyName": "LayoutWrap", @@ -1232,6 +1354,11 @@ "PropertyName": "LayoutMode", "RuleProviderType": "Unknown" }, + { + "Category": "Design", + "PropertyName": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, { "Category": "Design", "PropertyName": "DisplayMode", @@ -1274,31 +1401,46 @@ }, { "Category": "Design", - "PropertyName": "Visible", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DropShadow", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" } ], - "StyleName": "", + "StyleName": "defaultGroupContainerStyle", "Type": "ControlInfo" }, - "conMeasurementContainer": { + "conEditOverlay": { "AllowAccessToGlobals": true, "ControlPropertyState": [ + "BorderColor", + "BorderStyle", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "BorderColor", + "InvariantPropertyName": "Fill", "IsLockable": false, "NameMapSourceSchema": "?" }, - "BorderStyle", - "Fill", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -1307,11 +1449,18 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "Y", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "192", + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "500", "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" @@ -1319,7 +1468,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "120", + "AutoRuleBindingString": "225", "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" @@ -1334,15 +1483,47 @@ "LayoutOverflowY", "LayoutWrap", "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "true", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DropShadow", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "BorderThickness", + "InvariantPropertyName": "RadiusTopLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusTopRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusBottomLeft", "IsLockable": false, "NameMapSourceSchema": "?" }, - "DropShadow" + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusBottomRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + } ], "HasDynamicProperties": false, "IsAutoGenerated": false, @@ -1353,7 +1534,8 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "conMeasurementContainer", + "Name": "conEditOverlay", + "OptimizeForDevices": "Off", "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ @@ -1414,7 +1596,7 @@ }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { @@ -1424,7 +1606,7 @@ }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { @@ -1444,91 +1626,117 @@ }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "Visible", "RuleProviderType": "Unknown" }, { "Category": "Design", "PropertyName": "DropShadow", "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" } ], - "StyleName": "", + "StyleName": "defaultGroupContainerStyle", "Type": "ControlInfo" }, - "conMeasurementContent": { + "conMeasureEditButton": { "AllowAccessToGlobals": true, "ControlPropertyState": [ "BorderColor", "BorderStyle", "Fill", + "X", + "Y", + "Width", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "500", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "200", "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" }, "DisplayMode", - "ChildTabPriority", "LayoutMode", "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "DynamicProperties": [ { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "LayoutAlignItems", - "IsLockable": false, - "NameMapSourceSchema": "?" + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FillPortions", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" }, { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "LayoutJustifyContent", - "IsLockable": false, - "NameMapSourceSchema": "?" + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" }, { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "LayoutGap", - "IsLockable": false, - "NameMapSourceSchema": "?" + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" }, - "LayoutOverflowX", - "LayoutOverflowY", - "LayoutWrap", - "ZIndex", - "DropShadow" + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } ], - "HasDynamicProperties": false, + "HasDynamicProperties": true, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -1537,15 +1745,11 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "conMeasurementContent", - "ParentIndex": 0, + "Name": "conMeasureEditButton", + "OptimizeForDevices": "Off", + "ParentIndex": 3, "PersistMetaDataIDKey": false, "Properties": [ - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, { "Category": "Design", "PropertyName": "LayoutWrap", @@ -1586,11 +1790,6 @@ "PropertyName": "LayoutMode", "RuleProviderType": "Unknown" }, - { - "Category": "Design", - "PropertyName": "ChildTabPriority", - "RuleProviderType": "Unknown" - }, { "Category": "Design", "PropertyName": "DisplayMode", @@ -1598,12 +1797,12 @@ }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "DropShadow", "RuleProviderType": "Unknown" }, { @@ -1633,37 +1832,62 @@ }, { "Category": "Design", - "PropertyName": "DropShadow", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" } ], - "StyleName": "", + "StyleName": "defaultGroupContainerStyle", "Type": "ControlInfo" }, - "conMeasurementHeader": { + "conMeasurement": { "AllowAccessToGlobals": true, "ControlPropertyState": [ "BorderColor", "BorderStyle", "Fill", - "X", - "Y", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "500", - "InvariantPropertyName": "Width", + "AutoRuleBindingString": "60", + "InvariantPropertyName": "X", "IsLockable": false, "NameMapSourceSchema": "?" }, + "Y", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", + "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" }, + "Height", "DisplayMode", "LayoutMode", "LayoutDirection", @@ -1673,19 +1897,1462 @@ "LayoutOverflowX", "LayoutOverflowY", "LayoutWrap", + "DropShadow", "ZIndex", - "DropShadow" + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "conMeasurement", + "OptimizeForDevices": "Off", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "conMeasurementContent": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "500", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "200", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutJustifyContent", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "ZIndex", + "DropShadow", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "conMeasurementContent", + "OptimizeForDevices": "Off", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "conMeasurementHeader": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "500", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "ZIndex", + "DropShadow", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "DynamicProperties": [ + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FillPortions", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AlignInContainer", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "conMeasurementHeader", + "OptimizeForDevices": "Off", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "conMeasurementValue": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "500", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "conMeasurementValue", + "OptimizeForDevices": "Off", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ChildTabPriority", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "Container2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", + "BorderStyle", + "Fill", + "X", + "Y", + "Width", + "Height", + "DisplayMode", + "LayoutMode", + "LayoutDirection", + "LayoutAlignItems", + "LayoutJustifyContent", + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "DropShadow", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" + ], + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "Container2", + "OptimizeForDevices": "Off", + "ParentIndex": 3, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutDirection", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutAlignItems", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutJustifyContent", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutGap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowX", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutOverflowY", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LayoutWrap", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DropShadow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "figMeasurementSeparator": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(32, 54, 71, 1)", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "BorderStyle", + "FocusedBorderColor", + "DisplayMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Parent.TemplateWidth", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Select(Parent)", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "BorderThickness" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "figMeasurementSeparator", + "OptimizeForDevices": "Off", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "primary2RectangleStyle", + "Type": "ControlInfo" + }, + "galleryTemplate2": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "TemplateFill" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": true, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galleryTemplate2", + "OptimizeForDevices": "Off", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "TemplateFill", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "galMeasurements": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "CustomGallerySample", + "InvariantPropertyName": "Items", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "WrapCount", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TemplateSize", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TemplatePadding", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Layout", + "Transition", + "LoadingSpinner", + "LoadingSpinnerColor", + "DisplayMode", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "640", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + "MaxTemplateSize" + ], + "DynamicProperties": [ + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FillPortions", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AlignInContainer", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "GalleryTemplateChildName": "galleryTemplate2", + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "galMeasurements", + "OptimizeForDevices": "Off", + "ParentIndex": 2, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "WrapCount", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Items", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplatePadding", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TemplateSize", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinner", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Transition", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Layout", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "LoadingSpinnerColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "MaxTemplateSize", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGalleryStyle", + "Type": "ControlInfo" + }, + "icnCloseMeasurement": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Icon", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "DisplayMode", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderStyle", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "ZIndex", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "false", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + } ], "DynamicProperties": [ { - "ControlPropertyState": { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "FillPortions", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, + "ControlPropertyState": "FillPortions", "Property": { "Category": "Design", "PropertyName": "FillPortions", @@ -1737,68 +3404,69 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "conMeasurementHeader", + "Name": "icnCloseMeasurement", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Design", - "PropertyName": "LayoutOverflowY", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutOverflowX", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutGap", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutJustifyContent", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutAlignItems", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutDirection", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutMode", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutWrap", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { @@ -1808,77 +3476,145 @@ }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "Icon", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DropShadow", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" - } - ], - "StyleName": "", - "Type": "ControlInfo" - }, - "galleryTemplate2": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - "TemplateFill" - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": true, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "galleryTemplate2", - "ParentIndex": 0, - "PersistMetaDataIDKey": false, - "Properties": [ + }, { "Category": "Design", - "PropertyName": "TemplateFill", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", "RuleProviderType": "Unknown" } ], - "StyleName": "", + "StyleName": "defaultIconStyle", "Type": "ControlInfo" }, - "galMeasurements": { + "imgEdit": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "CustomGallerySample", - "InvariantPropertyName": "Items", + "AutoRuleBindingString": "", + "InvariantPropertyName": "Image", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ImagePosition", + "ImageRotation", + "X", + "Y", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", "IsLockable": false, "NameMapSourceSchema": "?" }, - "WrapCount", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "TemplateSize", + "InvariantPropertyName": "PaddingRight", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -1886,48 +3622,22 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "TemplatePadding", + "InvariantPropertyName": "PaddingBottom", "IsLockable": false, "NameMapSourceSchema": "?" }, - "Layout", - "Transition", - "LoadingSpinner", - "LoadingSpinnerColor", - "DisplayMode", - "BorderColor", - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "BorderStyle", - "FocusedBorderColor", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", - "X", - "Y", - "Width", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", + "InvariantPropertyName": "PaddingLeft", "IsLockable": false, "NameMapSourceSchema": "?" - }, - "ZIndex" + } ], "DynamicProperties": [ { - "ControlPropertyState": { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "FillPortions", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, + "ControlPropertyState": "FillPortions", "Property": { "Category": "Design", "PropertyName": "FillPortions", @@ -1936,14 +3646,7 @@ "PropertyName": "FillPortions" }, { - "ControlPropertyState": { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "AlignInContainer", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, + "ControlPropertyState": "AlignInContainer", "Property": { "Category": "Design", "PropertyName": "AlignInContainer", @@ -1970,7 +3673,6 @@ "PropertyName": "LayoutMinHeight" } ], - "GalleryTemplateChildName": "galleryTemplate2", "HasDynamicProperties": true, "IsAutoGenerated": false, "IsComponentDefinition": false, @@ -1980,53 +3682,54 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "galMeasurements", + "Name": "imgEdit", + "OptimizeForDevices": "Off", "ParentIndex": 2, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Data", - "PropertyName": "WrapCount", + "PropertyName": "Image", "RuleProviderType": "Unknown" }, { - "Category": "Data", - "PropertyName": "Items", + "Category": "Design", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "TemplatePadding", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "TemplateSize", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { @@ -2034,11 +3737,36 @@ "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, { "Category": "Design", "PropertyName": "Y", "RuleProviderType": "Unknown" }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, { "Category": "Design", "PropertyName": "X", @@ -2046,87 +3774,94 @@ }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "ImageRotation", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "ImagePosition", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LoadingSpinner", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Transition", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Layout", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LoadingSpinnerColor", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" } ], - "StyleName": "defaultGalleryStyle", + "StyleName": "defaultImageStyle", "Type": "ControlInfo" }, - "icnCloseMeasurement": { + "imgMeasurements": { "AllowAccessToGlobals": true, "ControlPropertyState": [ - "Icon", - "Color", - "DisabledColor", - "PressedColor", - "HoverColor", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", - "DisplayMode", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Image", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "ImagePosition", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ImageRotation", "X", "Y", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "100", "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" @@ -2134,25 +3869,35 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "100", "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" }, - "BorderStyle", - "BorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "DisabledBorderColor", "PressedBorderColor", "HoverBorderColor", "FocusedBorderColor", + "BorderStyle", + "DisplayMode", "ZIndex", - "BorderThickness", - "FocusedBorderThickness", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingTop", + "InvariantPropertyName": "RadiusTopLeft", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -2160,7 +3905,7 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingBottom", + "InvariantPropertyName": "RadiusTopRight", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -2168,10 +3913,28 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingLeft", + "InvariantPropertyName": "RadiusBottomLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusBottomRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderThickness", "IsLockable": false, "NameMapSourceSchema": "?" }, + "FocusedBorderThickness", + "PaddingTop", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -2180,16 +3943,62 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, + "PaddingBottom", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "AlignInContainer", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnSelect", - "IsLockable": false, - "NameMapSourceSchema": "?" + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" } ], - "HasDynamicProperties": false, + "HasDynamicProperties": true, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -2198,33 +4007,39 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "icnCloseMeasurement", + "Name": "imgMeasurements", + "OptimizeForDevices": "Off", "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "Unknown" + }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "ImageRotation", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { @@ -2234,149 +4049,135 @@ }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Icon", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { - "Category": "Behavior", - "PropertyName": "OnSelect", + "Category": "Design", + "PropertyName": "ImagePosition", "RuleProviderType": "Unknown" } ], - "StyleName": "defaultIconStyle", + "StyleName": "defaultImageStyle", "Type": "ControlInfo" }, - "Icon3": { + "imgSelectCustomer_1": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Icon", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(0, 18, 107, 1)", - "InvariantPropertyName": "Color", + "InvariantPropertyName": "Image", "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisabledColor", - "PressedColor", - "HoverColor", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", - "DisplayMode", + "ImagePosition", + "ImageRotation", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "40", + "AutoRuleBindingString": "", "InvariantPropertyName": "X", "IsLockable": false, "NameMapSourceSchema": "?" @@ -2384,7 +4185,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "38", "InvariantPropertyName": "Y", "IsLockable": false, "NameMapSourceSchema": "?" @@ -2392,7 +4193,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "320", "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" @@ -2400,18 +4201,27 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "320", "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" }, - "BorderStyle", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", "BorderColor", "DisabledBorderColor", "PressedBorderColor", "HoverBorderColor", "FocusedBorderColor", + "BorderStyle", + "DisplayMode", "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", "BorderThickness", "FocusedBorderThickness", { @@ -2425,7 +4235,15 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", "InvariantPropertyName": "PaddingBottom", "IsLockable": false, "NameMapSourceSchema": "?" @@ -2433,7 +4251,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "0", "InvariantPropertyName": "PaddingLeft", "IsLockable": false, "NameMapSourceSchema": "?" @@ -2442,7 +4260,15 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingRight", + "InvariantPropertyName": "TabIndex", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Tooltip", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -2464,93 +4290,109 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "Icon3", + "Name": "imgSelectCustomer_1", + "OptimizeForDevices": "Off", "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ + { + "Category": "Data", + "PropertyName": "Tooltip", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "Unknown" + }, { "Category": "Design", - "PropertyName": "Icon", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "ImageRotation", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { @@ -2558,6 +4400,11 @@ "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, { "Category": "Design", "PropertyName": "HoverBorderColor", @@ -2570,37 +4417,37 @@ }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "TabIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "ImagePosition", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { @@ -2609,55 +4456,35 @@ "RuleProviderType": "Unknown" } ], - "StyleName": "defaultIconStyle", + "StyleName": "defaultImageStyle", "Type": "ControlInfo" }, - "imgMeasurements": { + "inpMeasurementValue": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "SampleImage", - "InvariantPropertyName": "Image", + "AutoRuleBindingString": "\"Text input\"", + "InvariantPropertyName": "Default", "IsLockable": false, "NameMapSourceSchema": "?" }, + "Mode", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "ImagePosition", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "ImageRotation", - "X", - "Y", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "100", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "100", - "InvariantPropertyName": "Height", + "InvariantPropertyName": "Format", "IsLockable": false, "NameMapSourceSchema": "?" }, - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", + "VirtualKeyboardMode", + "DelayOutput", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "RGBA(0, 18, 107, 1)", "InvariantPropertyName": "BorderColor", "IsLockable": false, "NameMapSourceSchema": "?" @@ -2665,23 +4492,31 @@ "DisabledBorderColor", "PressedBorderColor", "HoverBorderColor", - "FocusedBorderColor", "BorderStyle", - "DisplayMode", - "ZIndex", + "FocusedBorderColor", + "Color", + "DisabledColor", + "PressedColor", + "HoverColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopLeft", + "AutoRuleBindingString": "Font.'Open Sans'", + "InvariantPropertyName": "Font", "IsLockable": false, "NameMapSourceSchema": "?" }, + "FontWeight", + "Align", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopRight", + "InvariantPropertyName": "X", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -2689,7 +4524,7 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomLeft", + "InvariantPropertyName": "Y", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -2697,23 +4532,30 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomRight", + "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" }, + "Height", + "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "BorderThickness", + "InvariantPropertyName": "Size", "IsLockable": false, "NameMapSourceSchema": "?" }, - "FocusedBorderThickness", - "PaddingTop", - "PaddingRight", - "PaddingBottom", - "PaddingLeft" + "Italic", + "Underline", + "Strikethrough" ], "DynamicProperties": [ { @@ -2726,14 +4568,7 @@ "PropertyName": "FillPortions" }, { - "ControlPropertyState": { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "AlignInContainer", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, + "ControlPropertyState": "AlignInContainer", "Property": { "Category": "Design", "PropertyName": "AlignInContainer", @@ -2769,123 +4604,149 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "imgMeasurements", - "ParentIndex": 1, + "Name": "inpMeasurementValue", + "OptimizeForDevices": "Off", + "ParentIndex": 2, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Data", - "PropertyName": "Image", + "PropertyName": "DelayOutput", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Default", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ImageRotation", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "Underline", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomRight", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "Strikethrough", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "Italic", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "Align", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopLeft", + "PropertyName": "FontWeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopRight", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomLeft", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { @@ -2895,12 +4756,27 @@ }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VirtualKeyboardMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Format", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Mode", "RuleProviderType": "Unknown" }, { @@ -2910,82 +4786,168 @@ }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ImagePosition", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" } ], - "StyleName": "defaultImageStyle", + "StyleName": "defaultTextStyle", "Type": "ControlInfo" }, - "inpMeasurementValue": { + "lblMeasurement": { "AllowAccessToGlobals": true, "ControlPropertyState": [ + "Live", + "Overflow", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "\"Text input\"", - "InvariantPropertyName": "Default", + "AutoRuleBindingString": "\"Text\"", + "InvariantPropertyName": "Text", "IsLockable": false, "NameMapSourceSchema": "?" }, - "Mode", + "Role", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Format", + "InvariantPropertyName": "Color", "IsLockable": false, "NameMapSourceSchema": "?" }, - "VirtualKeyboardMode", - "DelayOutput", + "DisabledColor", + "PressedColor", + "HoverColor", "BorderColor", "DisabledBorderColor", "PressedBorderColor", "HoverBorderColor", "BorderStyle", "FocusedBorderColor", - "Color", - "DisabledColor", - "PressedColor", - "HoverColor", "Fill", "DisabledFill", "PressedFill", "HoverFill", "Font", "FontWeight", - "Align", - "X", - "Y", - "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "Height", "DisplayMode", "ZIndex", - "RadiusTopLeft", - "RadiusTopRight", - "RadiusBottomLeft", - "RadiusBottomRight", + "LineHeight", "BorderThickness", "FocusedBorderThickness", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "21", "InvariantPropertyName": "Size", "IsLockable": false, "NameMapSourceSchema": "?" }, "Italic", "Underline", - "Strikethrough" + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "DynamicProperties": [ + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FillPortions", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutMinWidth", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } ], - "HasDynamicProperties": false, + "HasDynamicProperties": true, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -2994,148 +4956,149 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "inpMeasurementValue", - "ParentIndex": 3, + "Name": "lblMeasurement", + "OptimizeForDevices": "Off", + "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Data", - "PropertyName": "DelayOutput", + "PropertyName": "Live", "RuleProviderType": "Unknown" }, { "Category": "Data", - "PropertyName": "Default", + "PropertyName": "Text", "RuleProviderType": "Unknown" }, { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "Category": "Data", + "PropertyName": "Role", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomRight", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomLeft", + "PropertyName": "FontWeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopRight", + "PropertyName": "Align", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopLeft", + "PropertyName": "Italic", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "Underline", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Underline", + "PropertyName": "VerticalAlign", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "Strikethrough", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Strikethrough", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Italic", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Align", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FontWeight", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Size", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Font", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "LineHeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { @@ -3145,54 +5108,59 @@ }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "VirtualKeyboardMode", + "PropertyName": "HoverColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Format", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Mode", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", "RuleProviderType": "Unknown" } ], - "StyleName": "defaultTextStyle", + "StyleName": "defaultLabelStyle", "Type": "ControlInfo" }, - "Label2": { + "lblMeasurementLabel": { "AllowAccessToGlobals": true, "ControlPropertyState": [ "Live", @@ -3200,7 +5168,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "\"Text\"", "InvariantPropertyName": "Text", "IsLockable": false, "NameMapSourceSchema": "?" @@ -3209,7 +5177,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(0, 0, 0, 1)", + "AutoRuleBindingString": "", "InvariantPropertyName": "Color", "IsLockable": false, "NameMapSourceSchema": "?" @@ -3227,15 +5195,15 @@ "DisabledFill", "PressedFill", "HoverFill", + "Font", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Font.'Open Sans'", - "InvariantPropertyName": "Font", + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", "IsLockable": false, "NameMapSourceSchema": "?" }, - "FontWeight", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -3264,19 +5232,12 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "150", + "AutoRuleBindingString": "", "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "40", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, + "Height", "DisplayMode", "ZIndex", "LineHeight", @@ -3285,7 +5246,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "21", "InvariantPropertyName": "Size", "IsLockable": false, "NameMapSourceSchema": "?" @@ -3298,7 +5259,45 @@ "PaddingBottom", "PaddingLeft" ], - "HasDynamicProperties": false, + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -3307,7 +5306,8 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "Label2", + "Name": "lblMeasurementLabel", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ @@ -3328,189 +5328,189 @@ }, { "Category": "Design", - "PropertyName": "Overflow", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "FontWeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "Align", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "Italic", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "Underline", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "VerticalAlign", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "Strikethrough", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Font", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FontWeight", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Align", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "VerticalAlign", + "PropertyName": "LineHeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LineHeight", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "HoverColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Size", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Italic", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Underline", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Strikethrough", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "Overflow", "RuleProviderType": "Unknown" } ], "StyleName": "defaultLabelStyle", "Type": "ControlInfo" }, - "lblMeasurement": { + "lblMeasurementName": { "AllowAccessToGlobals": true, "ControlPropertyState": [ "Live", @@ -3518,20 +5518,13 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "\"Text\"", + "AutoRuleBindingString": "", "InvariantPropertyName": "Text", "IsLockable": false, "NameMapSourceSchema": "?" }, "Role", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Color", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, + "Color", "DisabledColor", "PressedColor", "HoverColor", @@ -3545,8 +5538,22 @@ "DisabledFill", "PressedFill", "HoverFill", - "Font", - "FontWeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -3580,13 +5587,27 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "Height", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "DisplayMode", "ZIndex", "LineHeight", "BorderThickness", "FocusedBorderThickness", - "Size", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "Italic", "Underline", "Strikethrough", @@ -3595,7 +5616,45 @@ "PaddingBottom", "PaddingLeft" ], - "HasDynamicProperties": false, + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -3604,8 +5663,9 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "lblMeasurement", - "ParentIndex": 0, + "Name": "lblMeasurementName", + "OptimizeForDevices": "Off", + "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ { @@ -3807,7 +5867,7 @@ "StyleName": "defaultLabelStyle", "Type": "ControlInfo" }, - "lblMeasurementName": { + "lblMRMeasurementTitle": { "AllowAccessToGlobals": true, "ControlPropertyState": [ "Live", @@ -3821,7 +5881,14 @@ "NameMapSourceSchema": "?" }, "Role", - "Color", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "DisabledColor", "PressedColor", "HoverColor", @@ -3838,53 +5905,53 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "Font.'Open Sans'", "InvariantPropertyName": "Font", "IsLockable": false, "NameMapSourceSchema": "?" }, + "FontWeight", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "FontWeight", + "InvariantPropertyName": "Align", "IsLockable": false, "NameMapSourceSchema": "?" }, + "VerticalAlign", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Align", + "InvariantPropertyName": "X", "IsLockable": false, "NameMapSourceSchema": "?" }, - "VerticalAlign", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "40", - "InvariantPropertyName": "X", + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", "IsLockable": false, "NameMapSourceSchema": "?" }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "40", - "InvariantPropertyName": "Y", + "AutoRuleBindingString": "150", + "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "560", - "InvariantPropertyName": "Width", + "AutoRuleBindingString": "40", + "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" }, - "Height", "DisplayMode", "ZIndex", "LineHeight", @@ -3915,8 +5982,9 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "lblMeasurementName", - "ParentIndex": 2, + "Name": "lblMRMeasurementTitle", + "OptimizeForDevices": "Off", + "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ { @@ -3976,12 +6044,12 @@ }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { @@ -4154,6 +6222,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "Measurement Screen", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ @@ -4205,166 +6274,6 @@ ], "StyleName": "defaultScreenStyle", "Type": "ControlInfo" - }, - "recDialogBackground": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Fill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisabledFill", - "PressedFill", - "HoverFill", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "BorderColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "BorderStyle", - "FocusedBorderColor", - "DisplayMode", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "63", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "279", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "ZIndex", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "BorderThickness", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "FocusedBorderThickness" - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "recDialogBackground", - "ParentIndex": 0, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultRectangleStyle", - "Type": "ControlInfo" } }, "TopParentName": "Measurement Screen" diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Start Measure Screen.editorstate.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Start Measure Screen.editorstate.json deleted file mode 100644 index 1de2ef9..0000000 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Start Measure Screen.editorstate.json +++ /dev/null @@ -1,1360 +0,0 @@ -{ - "ControlStates": { - "btnPickFromList": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Text", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "BorderColor", - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "BorderStyle", - "FocusedBorderColor", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(255, 255, 255, 1)", - "InvariantPropertyName": "Color", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisabledColor", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Self.Fill", - "InvariantPropertyName": "PressedColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(255, 255, 255, 1)", - "InvariantPropertyName": "HoverColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisplayMode", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(56, 96, 178, 1)", - "InvariantPropertyName": "Fill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisabledFill", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Self.Color", - "InvariantPropertyName": "PressedFill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "ColorFade(RGBA(56, 96, 178, 1), -20%)", - "InvariantPropertyName": "HoverFill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Font", - "FontWeight", - "Align", - "VerticalAlign", - "X", - "Y", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "160", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "40", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "ZIndex", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "BorderThickness", - "FocusedBorderThickness", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Size", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Italic", - "Underline", - "Strikethrough", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingTop", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingBottom", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnSelect", - "IsLockable": false, - "NameMapSourceSchema": "?" - } - ], - "DynamicProperties": [ - { - "ControlPropertyState": "FillPortions", - "Property": { - "Category": "Design", - "PropertyName": "FillPortions", - "RuleProviderType": "Unknown" - }, - "PropertyName": "FillPortions" - }, - { - "ControlPropertyState": "AlignInContainer", - "Property": { - "Category": "Design", - "PropertyName": "AlignInContainer", - "RuleProviderType": "Unknown" - }, - "PropertyName": "AlignInContainer" - }, - { - "ControlPropertyState": "LayoutMinWidth", - "Property": { - "Category": "Design", - "PropertyName": "LayoutMinWidth", - "RuleProviderType": "Unknown" - }, - "PropertyName": "LayoutMinWidth" - }, - { - "ControlPropertyState": "LayoutMinHeight", - "Property": { - "Category": "Design", - "PropertyName": "LayoutMinHeight", - "RuleProviderType": "Unknown" - }, - "PropertyName": "LayoutMinHeight" - } - ], - "HasDynamicProperties": true, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "btnPickFromList", - "ParentIndex": 1, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Data", - "PropertyName": "Text", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Size", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusBottomLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingTop", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "RadiusTopLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingBottom", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "VerticalAlign", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Align", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FontWeight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Font", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Strikethrough", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Underline", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Italic", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Color", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Behavior", - "PropertyName": "OnSelect", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultButtonStyle", - "Type": "ControlInfo" - }, - "conActions": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - "BorderColor", - "BorderStyle", - "Fill", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "500", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "200", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisplayMode", - "ChildTabPriority", - "LayoutMode", - "LayoutDirection", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "LayoutAlignItems", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "LayoutJustifyContent", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "0", - "InvariantPropertyName": "LayoutGap", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "LayoutOverflowX", - "LayoutOverflowY", - "LayoutWrap", - "ZIndex", - "DropShadow" - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "conActions", - "ParentIndex": 0, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutWrap", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutOverflowY", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutOverflowX", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutGap", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutJustifyContent", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutAlignItems", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutDirection", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LayoutMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ChildTabPriority", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DropShadow", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "", - "Type": "ControlInfo" - }, - "icnCloseActionScreen": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Icon", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Color", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisabledColor", - "PressedColor", - "HoverColor", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", - "DisplayMode", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "64", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "BorderStyle", - "BorderColor", - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "FocusedBorderColor", - "ZIndex", - "BorderThickness", - "FocusedBorderThickness", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingTop", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingBottom", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnSelect", - "IsLockable": false, - "NameMapSourceSchema": "?" - } - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "icnCloseActionScreen", - "ParentIndex": 1, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingBottom", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingTop", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Color", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Icon", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Behavior", - "PropertyName": "OnSelect", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultIconStyle", - "Type": "ControlInfo" - }, - "mrStartMeasure": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(56, 96, 178, 1)", - "InvariantPropertyName": "FillColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(255, 255, 255, 1)", - "InvariantPropertyName": "TextColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "BorderFillColor", - "DisabledContentColor", - "DisabledFillColor", - "DisabledBorderColor", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PressedContentColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(255, 255, 255, 1)", - "InvariantPropertyName": "PressedFillColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "PressedBorderColor", - "HoverContentColor", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(47, 81, 151, 1)", - "InvariantPropertyName": "HoverFillColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "HoverBorderColor", - "X", - "Y", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "280", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "70", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisplayMode", - "ZIndex", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingTop", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingBottom", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "DisplayType", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "MeasurementType", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "EnableShadows", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "BoxDraw", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "10", - "InvariantPropertyName": "BorderRadius", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "FontSize", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "BorderThickness", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnMixedRealitySelect", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Units", - "IsLockable": false, - "NameMapSourceSchema": "?" - } - ], - "DynamicProperties": [ - { - "ControlPropertyState": "FillPortions", - "Property": { - "Category": "Design", - "PropertyName": "FillPortions", - "RuleProviderType": "Unknown" - }, - "PropertyName": "FillPortions" - }, - { - "ControlPropertyState": "AlignInContainer", - "Property": { - "Category": "Design", - "PropertyName": "AlignInContainer", - "RuleProviderType": "Unknown" - }, - "PropertyName": "AlignInContainer" - }, - { - "ControlPropertyState": "LayoutMinWidth", - "Property": { - "Category": "Design", - "PropertyName": "LayoutMinWidth", - "RuleProviderType": "Unknown" - }, - "PropertyName": "LayoutMinWidth" - }, - { - "ControlPropertyState": "LayoutMinHeight", - "Property": { - "Category": "Design", - "PropertyName": "LayoutMinHeight", - "RuleProviderType": "Unknown" - }, - "PropertyName": "LayoutMinHeight" - } - ], - "HasDynamicProperties": true, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "mrStartMeasure", - "ParentIndex": 0, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Data", - "PropertyName": "DisplayType", - "RuleProviderType": "Unknown" - }, - { - "Category": "Data", - "PropertyName": "MeasurementType", - "RuleProviderType": "Unknown" - }, - { - "Category": "Data", - "PropertyName": "EnableShadows", - "RuleProviderType": "Unknown" - }, - { - "Category": "Data", - "PropertyName": "BoxDraw", - "RuleProviderType": "Unknown" - }, - { - "Category": "Data", - "PropertyName": "Units", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FillColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "TextColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderFillColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledContentColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFillColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedContentColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FontSize", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFillColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverContentColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFillColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverBorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingTop", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingBottom", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingLeft", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PaddingRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderRadius", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Behavior", - "PropertyName": "OnMixedRealitySelect", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "", - "Type": "ControlInfo" - }, - "Start Measure Screen": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Color.White", - "InvariantPropertyName": "Fill", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "ImagePosition", - "Height", - "Width", - "Size", - "Orientation", - "LoadingSpinner", - "LoadingSpinnerColor", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "OnVisible", - "IsLockable": false, - "NameMapSourceSchema": "?" - } - ], - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "Start Measure Screen", - "ParentIndex": 0, - "PersistMetaDataIDKey": false, - "Properties": [ - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ImagePosition", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LoadingSpinner", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LoadingSpinnerColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Size", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Orientation", - "RuleProviderType": "Unknown" - }, - { - "Category": "Behavior", - "PropertyName": "OnVisible", - "RuleProviderType": "Unknown" - } - ], - "StyleName": "defaultScreenStyle", - "Type": "ControlInfo" - } - }, - "TopParentName": "Start Measure Screen" -} \ No newline at end of file diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Start Screen.editorstate.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Start Screen.editorstate.json index 0b298d1..f7b963e 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Start Screen.editorstate.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Start Screen.editorstate.json @@ -1,6 +1,6 @@ { "ControlStates": { - "btnScanItem": { + "btnStartMeasure&Select": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { @@ -17,60 +17,39 @@ "HoverBorderColor", "BorderStyle", "FocusedBorderColor", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Color", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "DisabledColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Self.Fill", - "InvariantPropertyName": "PressedColor", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "RGBA(255, 255, 255, 1)", - "InvariantPropertyName": "HoverColor", + "InvariantPropertyName": "Color", "IsLockable": false, "NameMapSourceSchema": "?" }, + "DisabledColor", + "PressedColor", + "HoverColor", "DisplayMode", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "RGBA(56, 96, 178, 1)", "InvariantPropertyName": "Fill", "IsLockable": false, "NameMapSourceSchema": "?" }, + "DisabledFill", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "DisabledFill", + "AutoRuleBindingString": "Self.Color", + "InvariantPropertyName": "PressedFill", "IsLockable": false, "NameMapSourceSchema": "?" }, - "PressedFill", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "ColorFade(Self., -20%)", "InvariantPropertyName": "HoverFill", "IsLockable": false, "NameMapSourceSchema": "?" @@ -83,25 +62,18 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "FontWeight", - "Align", - "VerticalAlign", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "179", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "883", - "InvariantPropertyName": "Y", + "AutoRuleBindingString": "", + "InvariantPropertyName": "FontWeight", "IsLockable": false, "NameMapSourceSchema": "?" }, + "Align", + "VerticalAlign", + "X", + "Y", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -113,7 +85,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "70", "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" @@ -151,19 +123,12 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "BorderThickness", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, + "BorderThickness", "FocusedBorderThickness", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "24", "InvariantPropertyName": "Size", "IsLockable": false, "NameMapSourceSchema": "?" @@ -171,7 +136,6 @@ "Italic", "Underline", "Strikethrough", - "Visible", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -184,7 +148,7 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingBottom", + "InvariantPropertyName": "PaddingTop", "IsLockable": false, "NameMapSourceSchema": "?" } @@ -236,8 +200,9 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "btnScanItem", - "ParentIndex": 2, + "Name": "btnStartMeasure&Select", + "OptimizeForDevices": "Off", + "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ { @@ -247,22 +212,17 @@ }, { "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { @@ -272,157 +232,157 @@ }, { "Category": "Design", - "PropertyName": "Strikethrough", + "PropertyName": "Italic", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Underline", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Italic", + "PropertyName": "FontWeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Visible", + "PropertyName": "Underline", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "Align", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "Strikethrough", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomRight", + "PropertyName": "VerticalAlign", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FontWeight", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Font", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Align", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Size", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomLeft", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "VerticalAlign", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopRight", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopLeft", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { @@ -434,157 +394,280 @@ "StyleName": "defaultButtonStyle", "Type": "ControlInfo" }, - "conStartContent": { + "btnStartSelect": { "AllowAccessToGlobals": true, "ControlPropertyState": [ + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", "BorderStyle", - "Fill", + "FocusedBorderColor", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "X", + "AutoRuleBindingString": "RGBA(255, 255, 255, 1)", + "InvariantPropertyName": "Color", "IsLockable": false, "NameMapSourceSchema": "?" }, + "DisabledColor", + "PressedColor", + "HoverColor", + "DisplayMode", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", + "AutoRuleBindingString": "RGBA(56, 96, 178, 1)", + "InvariantPropertyName": "Fill", "IsLockable": false, "NameMapSourceSchema": "?" }, + "DisabledFill", + "PressedFill", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "500", - "InvariantPropertyName": "Width", + "AutoRuleBindingString": "ColorFade(RGBA(56, 96, 178, 1), -20%)", + "InvariantPropertyName": "HoverFill", "IsLockable": false, "NameMapSourceSchema": "?" }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "200", - "InvariantPropertyName": "Height", + "AutoRuleBindingString": "Font.'Open Sans'", + "InvariantPropertyName": "Font", "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisplayMode", - "ChildTabPriority", - "LayoutMode", - "LayoutDirection", + "FontWeight", + "Align", + "VerticalAlign", + "X", + "Y", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "LayoutAlignItems", + "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "LayoutJustifyContent", + "AutoRuleBindingString": "70", + "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" }, - "LayoutGap", - "LayoutOverflowX", - "LayoutOverflowY", - "LayoutWrap", "ZIndex", - "DropShadow" - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, - "IsFromScreenLayout": false, - "IsGroupControl": false, - "IsLocked": false, - "LayoutName": "", - "MetaDataIDKey": "", - "Name": "conStartContent", - "ParentIndex": 0, - "PersistMetaDataIDKey": false, - "Properties": [ { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusTopLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" }, { - "Category": "Design", - "PropertyName": "LayoutWrap", - "RuleProviderType": "Unknown" + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusTopRight", + "IsLockable": false, + "NameMapSourceSchema": "?" }, { - "Category": "Design", - "PropertyName": "LayoutOverflowY", - "RuleProviderType": "Unknown" + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusBottomLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" }, { - "Category": "Design", - "PropertyName": "LayoutOverflowX", - "RuleProviderType": "Unknown" + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "RadiusBottomRight", + "IsLockable": false, + "NameMapSourceSchema": "?" }, + "BorderThickness", + "FocusedBorderThickness", { - "Category": "Design", - "PropertyName": "LayoutGap", - "RuleProviderType": "Unknown" + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "24", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" }, + "Italic", + "Underline", + "Strikethrough", { - "Category": "Design", - "PropertyName": "LayoutJustifyContent", - "RuleProviderType": "Unknown" + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "false", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" }, { - "Category": "Design", - "PropertyName": "LayoutAlignItems", - "RuleProviderType": "Unknown" - }, + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "DynamicProperties": [ + { + "ControlPropertyState": "FillPortions", + "Property": { + "Category": "Design", + "PropertyName": "FillPortions", + "RuleProviderType": "Unknown" + }, + "PropertyName": "FillPortions" + }, + { + "ControlPropertyState": "AlignInContainer", + "Property": { + "Category": "Design", + "PropertyName": "AlignInContainer", + "RuleProviderType": "Unknown" + }, + "PropertyName": "AlignInContainer" + }, + { + "ControlPropertyState": "LayoutMinWidth", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinWidth", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinWidth" + }, + { + "ControlPropertyState": "LayoutMinHeight", + "Property": { + "Category": "Design", + "PropertyName": "LayoutMinHeight", + "RuleProviderType": "Unknown" + }, + "PropertyName": "LayoutMinHeight" + } + ], + "HasDynamicProperties": true, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "btnStartSelect", + "OptimizeForDevices": "Off", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, { "Category": "Design", - "PropertyName": "LayoutDirection", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutMode", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ChildTabPriority", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "VerticalAlign", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { @@ -592,11 +675,71 @@ "PropertyName": "Fill", "RuleProviderType": "Unknown" }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, { "Category": "Design", "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, { "Category": "Design", "PropertyName": "BorderColor", @@ -604,14 +747,34 @@ }, { "Category": "Design", - "PropertyName": "DropShadow", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", "RuleProviderType": "Unknown" } ], - "StyleName": "", + "StyleName": "defaultButtonStyle", "Type": "ControlInfo" }, - "Container3": { + "conStartButtons": { "AllowAccessToGlobals": true, "ControlPropertyState": [ "BorderColor", @@ -632,7 +795,14 @@ "ChildTabPriority", "LayoutMode", "LayoutDirection", - "LayoutAlignItems", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutAlignItems", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -641,23 +811,35 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "LayoutGap", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "LayoutGap", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "LayoutOverflowX", "LayoutOverflowY", "LayoutWrap", "ZIndex", - "DropShadow" + "DropShadow", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + } ], "DynamicProperties": [ { - "ControlPropertyState": { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "FillPortions", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, + "ControlPropertyState": "FillPortions", "Property": { "Category": "Design", "PropertyName": "FillPortions", @@ -684,7 +866,14 @@ "PropertyName": "LayoutMinWidth" }, { - "ControlPropertyState": "LayoutMinHeight", + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "112", + "InvariantPropertyName": "LayoutMinHeight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "Property": { "Category": "Design", "PropertyName": "LayoutMinHeight", @@ -702,48 +891,49 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "Container3", + "Name": "conStartButtons", + "OptimizeForDevices": "Off", "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "LayoutWrap", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "LayoutOverflowY", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "LayoutOverflowX", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "LayoutGap", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "LayoutJustifyContent", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "LayoutAlignItems", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "LayoutDirection", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "LayoutMode", "RuleProviderType": "Unknown" }, { @@ -753,139 +943,110 @@ }, { "Category": "Design", - "PropertyName": "LayoutMode", + "PropertyName": "DropShadow", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutDirection", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutAlignItems", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutJustifyContent", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutGap", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutOverflowX", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutOverflowY", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "LayoutWrap", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DropShadow", + "PropertyName": "Height", "RuleProviderType": "Unknown" - } - ], - "StyleName": "", - "Type": "ControlInfo" - }, - "icnLearnMore": { - "AllowAccessToGlobals": true, - "ControlPropertyState": [ - "Icon", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Color", - "IsLockable": false, - "NameMapSourceSchema": "?" }, - "DisabledColor", - "PressedColor", - "HoverColor", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", - "DisplayMode", { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "550", - "InvariantPropertyName": "X", - "IsLockable": false, - "NameMapSourceSchema": "?" + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" }, { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Y", - "IsLockable": false, - "NameMapSourceSchema": "?" + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" }, { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Width", - "IsLockable": false, - "NameMapSourceSchema": "?" + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" }, { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultGroupContainerStyle", + "Type": "ControlInfo" + }, + "conStartSubContent": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "BorderColor", "BorderStyle", + "Fill", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "BorderColor", + "InvariantPropertyName": "X", "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "FocusedBorderColor", - "ZIndex", - "BorderThickness", - "FocusedBorderThickness", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnSelect", + "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", "IsLockable": false, "NameMapSourceSchema": "?" }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingTop", + "AutoRuleBindingString": "500", + "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -893,15 +1054,19 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingRight", + "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" }, + "DisplayMode", + "ChildTabPriority", + "LayoutMode", + "LayoutDirection", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingBottom", + "InvariantPropertyName": "LayoutAlignItems", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -909,65 +1074,30 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingLeft", + "InvariantPropertyName": "LayoutJustifyContent", "IsLockable": false, "NameMapSourceSchema": "?" }, + "LayoutGap", + "LayoutOverflowX", + "LayoutOverflowY", + "LayoutWrap", + "ZIndex", + "DropShadow", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Visible", + "AutoRuleBindingString": "\"\"", + "InvariantPropertyName": "ContentLanguage", "IsLockable": false, "NameMapSourceSchema": "?" } ], - "DynamicProperties": [ - { - "ControlPropertyState": "FillPortions", - "Property": { - "Category": "Design", - "PropertyName": "FillPortions", - "RuleProviderType": "Unknown" - }, - "PropertyName": "FillPortions" - }, - { - "ControlPropertyState": { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "AlignInContainer", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Property": { - "Category": "Design", - "PropertyName": "AlignInContainer", - "RuleProviderType": "Unknown" - }, - "PropertyName": "AlignInContainer" - }, - { - "ControlPropertyState": "LayoutMinWidth", - "Property": { - "Category": "Design", - "PropertyName": "LayoutMinWidth", - "RuleProviderType": "Unknown" - }, - "PropertyName": "LayoutMinWidth" - }, - { - "ControlPropertyState": "LayoutMinHeight", - "Property": { - "Category": "Design", - "PropertyName": "LayoutMinHeight", - "RuleProviderType": "Unknown" - }, - "PropertyName": "LayoutMinHeight" - } - ], - "HasDynamicProperties": true, + "HasDynamicProperties": false, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -976,98 +1106,99 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "icnLearnMore", + "Name": "conStartSubContent", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ { - "Category": "Design", - "PropertyName": "Fill", + "Category": "Data", + "PropertyName": "ContentLanguage", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Icon", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "DropShadow", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "ChildTabPriority", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "LayoutMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "LayoutDirection", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "LayoutAlignItems", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "LayoutJustifyContent", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "LayoutGap", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "LayoutOverflowX", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "LayoutOverflowY", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "LayoutWrap", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { @@ -1077,91 +1208,66 @@ }, { "Category": "Design", - "PropertyName": "X", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Visible", - "RuleProviderType": "Unknown" - }, - { - "Category": "Behavior", - "PropertyName": "OnSelect", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" } ], - "StyleName": "defaultIconStyle", + "StyleName": "defaultGroupContainerStyle", "Type": "ControlInfo" }, - "icnLogoPlaceholder": { + "imgLearnMore": { "AllowAccessToGlobals": true, "ControlPropertyState": [ - "Icon", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Color", + "InvariantPropertyName": "Image", "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisabledColor", - "PressedColor", - "HoverColor", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", + "ImagePosition", + "ImageRotation", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "DisplayMode", + "AutoRuleBindingString": "40", + "InvariantPropertyName": "X", "IsLockable": false, "NameMapSourceSchema": "?" }, - "X", - "Y", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "320", "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" @@ -1169,67 +1275,95 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "320", "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" }, - "BorderStyle", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", "BorderColor", "DisabledBorderColor", "PressedBorderColor", "HoverBorderColor", "FocusedBorderColor", + "BorderStyle", + "DisplayMode", "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", "BorderThickness", - "FocusedBorderThickness" - ], - "DynamicProperties": [ + "FocusedBorderThickness", { - "ControlPropertyState": "FillPortions", - "Property": { - "Category": "Design", - "PropertyName": "FillPortions", - "RuleProviderType": "Unknown" - }, - "PropertyName": "FillPortions" + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" }, { - "ControlPropertyState": { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "AlignInContainer", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Property": { - "Category": "Design", - "PropertyName": "AlignInContainer", - "RuleProviderType": "Unknown" - }, - "PropertyName": "AlignInContainer" + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" }, { - "ControlPropertyState": "LayoutMinWidth", - "Property": { - "Category": "Design", - "PropertyName": "LayoutMinWidth", - "RuleProviderType": "Unknown" - }, - "PropertyName": "LayoutMinWidth" + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" }, { - "ControlPropertyState": "LayoutMinHeight", - "Property": { - "Category": "Design", - "PropertyName": "LayoutMinHeight", - "RuleProviderType": "Unknown" - }, - "PropertyName": "LayoutMinHeight" + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "false", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Tooltip", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TabIndex", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"\"", + "InvariantPropertyName": "ContentLanguage", + "IsLockable": false, + "NameMapSourceSchema": "?" } ], - "HasDynamicProperties": true, + "HasDynamicProperties": false, "IsAutoGenerated": false, "IsComponentDefinition": false, "IsDataControl": false, @@ -1238,38 +1372,49 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "icnLogoPlaceholder", - "ParentIndex": 0, + "Name": "imgLearnMore", + "OptimizeForDevices": "Off", + "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ { - "Category": "Design", - "PropertyName": "DisabledColor", + "Category": "Data", + "PropertyName": "Image", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Tooltip", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "ContentLanguage", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Icon", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { @@ -1277,6 +1422,16 @@ "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, { "Category": "Design", "PropertyName": "DisabledBorderColor", @@ -1284,52 +1439,52 @@ }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { @@ -1344,111 +1499,117 @@ }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "ImageRotation", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "ImagePosition", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "TabIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", "RuleProviderType": "Unknown" } ], - "StyleName": "defaultIconStyle", + "StyleName": "defaultImageStyle", "Type": "ControlInfo" }, - "Label1": { + "imgLogo": { "AllowAccessToGlobals": true, "ControlPropertyState": [ - "Live", - "Overflow", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Text", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Role", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Color", + "InvariantPropertyName": "Image", "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisabledColor", - "PressedColor", - "HoverColor", - "BorderColor", - "DisabledBorderColor", - "PressedBorderColor", - "HoverBorderColor", - "BorderStyle", - "FocusedBorderColor", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", + "ImagePosition", + "ImageRotation", + "X", + "Y", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Font.'Open Sans'", - "InvariantPropertyName": "Font", + "AutoRuleBindingString": "Parent.", + "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" }, - "FontWeight", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Align", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "VerticalAlign", - "X", - "Y", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "150", - "InvariantPropertyName": "Width", + "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Height", + "AutoRuleBindingString": "RGBA(0, 0, 0, 0)", + "InvariantPropertyName": "Fill", "IsLockable": false, "NameMapSourceSchema": "?" }, + "DisabledFill", + "PressedFill", + "HoverFill", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "FocusedBorderColor", + "BorderStyle", "DisplayMode", "ZIndex", - "LineHeight", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", "BorderThickness", "FocusedBorderThickness", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "Size", + "InvariantPropertyName": "PaddingTop", "IsLockable": false, "NameMapSourceSchema": "?" }, - "Italic", - "Underline", - "Strikethrough", - "PaddingTop", "PaddingRight", "PaddingBottom", "PaddingLeft" @@ -1464,14 +1625,7 @@ "PropertyName": "FillPortions" }, { - "ControlPropertyState": { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "AlignInContainer", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, + "ControlPropertyState": "AlignInContainer", "Property": { "Category": "Design", "PropertyName": "AlignInContainer", @@ -1507,83 +1661,74 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "Label1", - "ParentIndex": 1, + "Name": "imgLogo", + "OptimizeForDevices": "Off", + "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Data", - "PropertyName": "Live", - "RuleProviderType": "Unknown" - }, - { - "Category": "Data", - "PropertyName": "Text", - "RuleProviderType": "Unknown" - }, - { - "Category": "Data", - "PropertyName": "Role", + "PropertyName": "Image", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Overflow", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { @@ -1593,32 +1738,27 @@ }, { "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Font", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FontWeight", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Align", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "VerticalAlign", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { @@ -1628,12 +1768,12 @@ }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "ImageRotation", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "ImagePosition", "RuleProviderType": "Unknown" }, { @@ -1643,71 +1783,36 @@ }, { "Category": "Design", - "PropertyName": "DisplayMode", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "ZIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "LineHeight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "FocusedBorderThickness", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Size", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Italic", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Underline", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Strikethrough", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" } ], - "StyleName": "defaultLabelStyle", + "StyleName": "defaultImageStyle", "Type": "ControlInfo" }, "Start Screen": { @@ -1746,6 +1851,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "Start Screen", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Success Screen.editorstate.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Success Screen.editorstate.json index 0d4a1fc..64eadba 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Success Screen.editorstate.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Success Screen.editorstate.json @@ -63,7 +63,11 @@ "LayoutOverflowY", "LayoutWrap", "ZIndex", - "DropShadow" + "DropShadow", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight" ], "HasDynamicProperties": false, "IsAutoGenerated": false, @@ -75,6 +79,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "conSuccessContent", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ @@ -172,69 +177,88 @@ "Category": "Design", "PropertyName": "DropShadow", "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusTopRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "RadiusBottomRight", + "RuleProviderType": "Unknown" } ], - "StyleName": "", + "StyleName": "defaultGroupContainerStyle", "Type": "ControlInfo" }, - "icnSuccess": { + "imgSuccess": { "AllowAccessToGlobals": true, "ControlPropertyState": [ - "Icon", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(0, 18, 107, 1)", - "InvariantPropertyName": "Color", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "DisabledColor", - "PressedColor", - "HoverColor", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", - "DisplayMode", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "X", + "InvariantPropertyName": "Image", "IsLockable": false, "NameMapSourceSchema": "?" }, + "ImagePosition", + "ImageRotation", + "X", "Y", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "64", + "AutoRuleBindingString": "", "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "64", - "InvariantPropertyName": "Height", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "BorderStyle", + "Height", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", "BorderColor", "DisabledBorderColor", "PressedBorderColor", "HoverBorderColor", "FocusedBorderColor", + "BorderStyle", + "DisplayMode", "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", "BorderThickness", - "FocusedBorderThickness" + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" ], "DynamicProperties": [ { - "ControlPropertyState": "FillPortions", + "ControlPropertyState": { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FillPortions", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "Property": { "Category": "Design", "PropertyName": "FillPortions", @@ -279,43 +303,44 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "icnSuccess", + "Name": "imgSuccess", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ { - "Category": "Design", - "PropertyName": "DisabledColor", + "Category": "Data", + "PropertyName": "Image", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Icon", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { @@ -330,17 +355,17 @@ }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" }, { @@ -350,56 +375,86 @@ }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "ImageRotation", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "ImagePosition", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" } ], - "StyleName": "defaultIconStyle", + "StyleName": "defaultImageStyle", "Type": "ControlInfo" }, "Success Screen": { @@ -430,6 +485,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "Success Screen", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ @@ -477,7 +533,7 @@ "StyleName": "defaultScreenStyle", "Type": "ControlInfo" }, - "Timer1": { + "timeSuccess": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { @@ -639,13 +695,14 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "Timer1", + "Name": "timeSuccess", + "OptimizeForDevices": "Off", "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Data", - "PropertyName": "Text", + "PropertyName": "AutoStart", "RuleProviderType": "Unknown" }, { @@ -655,177 +712,177 @@ }, { "Category": "Data", - "PropertyName": "AutoStart", + "PropertyName": "Text", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "Visible", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "VerticalAlign", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "Align", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Font", + "PropertyName": "FontWeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FontWeight", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Align", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "VerticalAlign", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "HoverColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Size", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Visible", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Behavior", - "PropertyName": "OnTimerEnd", + "PropertyName": "OnSelect", "RuleProviderType": "Unknown" }, { "Category": "Behavior", - "PropertyName": "OnSelect", + "PropertyName": "OnTimerEnd", "RuleProviderType": "Unknown" } ], diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Summary Screen.editorstate.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Summary Screen.editorstate.json index a014b10..6ecc2d3 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Summary Screen.editorstate.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/Summary Screen.editorstate.json @@ -1,6 +1,6 @@ { "ControlStates": { - "btnLoadOrderSummary": { + "btnFunctionLoadOrderSummary": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { @@ -99,8 +99,9 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "btnLoadOrderSummary", - "ParentIndex": 0, + "Name": "btnFunctionLoadOrderSummary", + "OptimizeForDevices": "Off", + "ParentIndex": 3, "PersistMetaDataIDKey": false, "Properties": [ { @@ -110,172 +111,172 @@ }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "Strikethrough", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Font", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FontWeight", + "PropertyName": "Underline", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Align", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "VerticalAlign", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Italic", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "Italic", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "VerticalAlign", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopLeft", + "PropertyName": "Align", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Underline", + "PropertyName": "FontWeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopRight", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Strikethrough", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomLeft", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Size", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomRight", + "PropertyName": "HoverColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Visible", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "Visible", "RuleProviderType": "Unknown" }, { @@ -448,6 +449,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "btnQCAddItemBackOS", + "OptimizeForDevices": "Off", "ParentIndex": 5, "PersistMetaDataIDKey": false, "Properties": [ @@ -664,10 +666,38 @@ "HoverBorderColor", "BorderStyle", "FocusedBorderColor", - "Color", - "DisabledColor", - "PressedColor", - "HoverColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(255, 255, 255, 1)", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(166, 166, 166, 1)", + "InvariantPropertyName": "DisabledColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Self.Fill", + "InvariantPropertyName": "PressedColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(255, 255, 255, 1)", + "InvariantPropertyName": "HoverColor", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -789,6 +819,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "btnQCBackgroundOS", + "OptimizeForDevices": "Off", "ParentIndex": 2, "PersistMetaDataIDKey": false, "Properties": [ @@ -1151,6 +1182,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "btnQCQuantityOS", + "OptimizeForDevices": "Off", "ParentIndex": 4, "PersistMetaDataIDKey": false, "Properties": [ @@ -1499,6 +1531,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "btnQCRemoveItemBackOS", + "OptimizeForDevices": "Off", "ParentIndex": 3, "PersistMetaDataIDKey": false, "Properties": [ @@ -1705,7 +1738,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "ColorFade(Self.Fill, -15%)", + "AutoRuleBindingString": "", "InvariantPropertyName": "BorderColor", "IsLockable": false, "NameMapSourceSchema": "?" @@ -1715,7 +1748,14 @@ "HoverBorderColor", "BorderStyle", "FocusedBorderColor", - "Color", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "DisabledColor", "PressedColor", "HoverColor", @@ -1730,7 +1770,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(100, 118, 132, 1)", + "AutoRuleBindingString": "", "InvariantPropertyName": "Fill", "IsLockable": false, "NameMapSourceSchema": "?" @@ -1765,7 +1805,14 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -1807,7 +1854,14 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "BorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderThickness", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "FocusedBorderThickness", "Size", "Italic", @@ -1836,6 +1890,30 @@ "InvariantPropertyName": "PaddingLeft", "IsLockable": false, "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" } ], "HasDynamicProperties": false, @@ -1848,6 +1926,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "btnQuantityOrderSummary", + "OptimizeForDevices": "Off", "ParentIndex": 4, "PersistMetaDataIDKey": false, "Properties": [ @@ -2036,6 +2115,21 @@ "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, { "Category": "Behavior", "PropertyName": "OnSelect", @@ -2203,7 +2297,15 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "Visible" + "Visible", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + } ], "HasDynamicProperties": false, "IsAutoGenerated": false, @@ -2215,7 +2317,8 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "btnSubmitOrder", - "ParentIndex": 2, + "OptimizeForDevices": "Off", + "ParentIndex": 5, "PersistMetaDataIDKey": false, "Properties": [ { @@ -2398,6 +2501,11 @@ "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, { "Category": "Behavior", "PropertyName": "OnSelect", @@ -2407,7 +2515,7 @@ "StyleName": "defaultButtonStyle", "Type": "ControlInfo" }, - "comBigDivider_2": { + "comBigDividerBottomSummary": { "AllowAccessToGlobals": true, "ControlPropertyState": [ "Fill", @@ -2431,7 +2539,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "1045", "InvariantPropertyName": "Y", "IsLockable": false, "NameMapSourceSchema": "?" @@ -2452,8 +2560,9 @@ "Description": "" }, "MetaDataIDKey": "", - "Name": "comBigDivider_2", - "ParentIndex": 2, + "Name": "comBigDividerBottomSummary", + "OptimizeForDevices": "Off", + "ParentIndex": 6, "PersistMetaDataIDKey": false, "Properties": [ { @@ -2484,13 +2593,13 @@ { "Category": "Design", "PropertyName": "Fill", - "RuleProviderType": "System" + "RuleProviderType": "Unknown" } ], "StyleName": "", "Type": "ControlInfo" }, - "comBigDividerBottomSummary": { + "comBigDividerSummeryTop": { "AllowAccessToGlobals": true, "ControlPropertyState": [ "Fill", @@ -2514,7 +2623,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "1045", + "AutoRuleBindingString": "", "InvariantPropertyName": "Y", "IsLockable": false, "NameMapSourceSchema": "?" @@ -2535,38 +2644,39 @@ "Description": "" }, "MetaDataIDKey": "", - "Name": "comBigDividerBottomSummary", - "ParentIndex": 1, + "Name": "comBigDividerSummeryTop", + "OptimizeForDevices": "Off", + "ParentIndex": 2, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" } ], @@ -2627,7 +2737,8 @@ }, "MetaDataIDKey": "", "Name": "comLoadingOverlaySummaryScreen", - "ParentIndex": 5, + "OptimizeForDevices": "Off", + "ParentIndex": 2, "PersistMetaDataIDKey": false, "Properties": [ { @@ -2638,7 +2749,7 @@ { "Category": "Design", "PropertyName": "Fill", - "RuleProviderType": "Unknown" + "RuleProviderType": "System" }, { "Category": "Design", @@ -2755,7 +2866,8 @@ }, "MetaDataIDKey": "", "Name": "comYesNoDialogCheckout", - "ParentIndex": 4, + "OptimizeForDevices": "Off", + "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ { @@ -2826,7 +2938,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "0", + "AutoRuleBindingString": "", "InvariantPropertyName": "X", "IsLockable": false, "NameMapSourceSchema": "?" @@ -2904,6 +3016,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "conContent", + "OptimizeForDevices": "Off", "ParentIndex": 2, "PersistMetaDataIDKey": false, "Properties": [ @@ -3028,7 +3141,7 @@ "RuleProviderType": "Unknown" } ], - "StyleName": "", + "StyleName": "defaultGroupContainerStyle", "Type": "ControlInfo" }, "conHeader": { @@ -3103,6 +3216,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "conHeader", + "OptimizeForDevices": "Off", "ParentIndex": 3, "PersistMetaDataIDKey": false, "Properties": [ @@ -3222,7 +3336,7 @@ "RuleProviderType": "Unknown" } ], - "StyleName": "", + "StyleName": "defaultGroupContainerStyle", "Type": "ControlInfo" }, "conItemInformation": { @@ -3280,6 +3394,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "conItemInformation", + "OptimizeForDevices": "Off", "ParentIndex": 3, "PersistMetaDataIDKey": false, "Properties": [ @@ -3384,7 +3499,7 @@ "RuleProviderType": "Unknown" } ], - "StyleName": "", + "StyleName": "defaultGroupContainerStyle", "Type": "ControlInfo" }, "conOrderSummaryHeader": { @@ -3442,7 +3557,8 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "conOrderSummaryHeader", - "ParentIndex": 3, + "OptimizeForDevices": "Off", + "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ { @@ -3546,7 +3662,7 @@ "RuleProviderType": "Unknown" } ], - "StyleName": "", + "StyleName": "defaultGroupContainerStyle", "Type": "ControlInfo" }, "conQuantityControlOrderSummary": { @@ -3635,6 +3751,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "conQuantityControlOrderSummary", + "OptimizeForDevices": "Off", "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ @@ -3754,7 +3871,7 @@ "RuleProviderType": "Unknown" } ], - "StyleName": "", + "StyleName": "defaultGroupContainerStyle", "Type": "ControlInfo" }, "conTotal": { @@ -3765,8 +3882,22 @@ "Fill", "X", "Y", - "Width", - "Height", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "640", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "DisplayMode", "LayoutMode", "LayoutDirection", @@ -3799,6 +3930,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "conTotal", + "OptimizeForDevices": "Off", "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ @@ -3908,7 +4040,7 @@ "RuleProviderType": "Unknown" } ], - "StyleName": "", + "StyleName": "defaultGroupContainerStyle", "Type": "ControlInfo" }, "figItemOverlayOrderSummary": { @@ -3998,6 +4130,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "figItemOverlayOrderSummary", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ @@ -4096,7 +4229,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(32, 54, 71, 1)", + "AutoRuleBindingString": "", "InvariantPropertyName": "Fill", "IsLockable": false, "NameMapSourceSchema": "?" @@ -4150,18 +4283,26 @@ }, "ZIndex", "BorderThickness", - "Visible" - ], - "HasDynamicProperties": false, - "IsAutoGenerated": false, - "IsComponentDefinition": false, - "IsDataControl": false, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Visible", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, "IsFromScreenLayout": false, "IsGroupControl": false, "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", "Name": "figItemSeparatorOrderSummary", + "OptimizeForDevices": "Off", "ParentIndex": 5, "PersistMetaDataIDKey": false, "Properties": [ @@ -4272,6 +4413,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "galleryTemplate1_3", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ @@ -4301,7 +4443,14 @@ "NameMapSourceSchema": "?" }, "WrapCount", - "TemplateSize", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "TemplateSize", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "TemplatePadding", "Layout", "Transition", @@ -4325,7 +4474,14 @@ "DisabledFill", "PressedFill", "HoverFill", - "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -4342,7 +4498,14 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "Height", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "ZIndex", { "AFDDataSourceName": "", @@ -4359,7 +4522,8 @@ "InvariantPropertyName": "ShowScrollbar", "IsLockable": false, "NameMapSourceSchema": "?" - } + }, + "MaxTemplateSize" ], "GalleryTemplateChildName": "galleryTemplate1_3", "HasDynamicProperties": false, @@ -4372,7 +4536,8 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "galOrderSummary", - "ParentIndex": 6, + "OptimizeForDevices": "Off", + "ParentIndex": 4, "PersistMetaDataIDKey": false, "Properties": [ { @@ -4504,15 +4669,27 @@ "Category": "Design", "PropertyName": "LoadingSpinnerColor", "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "MaxTemplateSize", + "RuleProviderType": "Unknown" } ], "StyleName": "defaultGalleryStyle", "Type": "ControlInfo" }, - "icnBack": { + "icnHeaderExpandedState": { "AllowAccessToGlobals": true, "ControlPropertyState": [ - "Icon", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Icon", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -4540,7 +4717,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "47", "InvariantPropertyName": "Y", "IsLockable": false, "NameMapSourceSchema": "?" @@ -4570,47 +4747,7 @@ "ZIndex", "BorderThickness", "FocusedBorderThickness", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "false", - "InvariantPropertyName": "OnSelect", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - "Visible", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingTop", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingBottom", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingLeft", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingRight", - "IsLockable": false, - "NameMapSourceSchema": "?" - } + "Visible" ], "HasDynamicProperties": false, "IsAutoGenerated": false, @@ -4621,38 +4758,24 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "icnBack", - "ParentIndex": 0, + "Name": "icnHeaderExpandedState", + "OptimizeForDevices": "Off", + "ParentIndex": 3, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Design", - "PropertyName": "Height", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Width", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Y", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Visible", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { @@ -4662,7 +4785,7 @@ }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { @@ -4672,37 +4795,32 @@ }, { "Category": "Design", - "PropertyName": "Fill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "Icon", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Icon", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "HoverColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { @@ -4717,64 +4835,59 @@ }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "Visible", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", - "RuleProviderType": "Unknown" - }, - { - "Category": "Behavior", - "PropertyName": "OnSelect", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" } ], "StyleName": "defaultIconStyle", "Type": "ControlInfo" }, - "icnHeaderExpandedState": { + "icnQCAddItemOS": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { @@ -4788,7 +4901,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "RGBA(32, 54, 71, 1)", "InvariantPropertyName": "Color", "IsLockable": false, "NameMapSourceSchema": "?" @@ -4812,7 +4925,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "47", + "AutoRuleBindingString": "", "InvariantPropertyName": "Y", "IsLockable": false, "NameMapSourceSchema": "?" @@ -4839,9 +4952,59 @@ "PressedBorderColor", "HoverBorderColor", "FocusedBorderColor", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Select(Parent)", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "ZIndex", "BorderThickness", - "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "FocusedBorderThickness", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Tooltip", + "AccessibleLabel", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "TabIndex", "Visible" ], "HasDynamicProperties": false, @@ -4853,38 +5016,54 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "icnHeaderExpandedState", - "ParentIndex": 3, + "Name": "icnQCAddItemOS", + "OptimizeForDevices": "Off", + "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ + { + "Category": "Data", + "PropertyName": "AccessibleLabel", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Tooltip", + "RuleProviderType": "Unknown" + }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { @@ -4894,37 +5073,57 @@ }, { "Category": "Design", - "PropertyName": "Icon", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "TabIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "Visible", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { @@ -4934,22 +5133,22 @@ }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "HoverColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { @@ -4959,29 +5158,34 @@ }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Visible", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "Icon", + "RuleProviderType": "Unknown" + }, + { + "Category": "Behavior", + "PropertyName": "OnSelect", "RuleProviderType": "Unknown" } ], "StyleName": "defaultIconStyle", "Type": "ControlInfo" }, - "icnQCAddItemOS": { + "icnQCRemoveItemOS": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { @@ -5056,14 +5260,7 @@ }, "ZIndex", "BorderThickness", - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "FocusedBorderThickness", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, + "FocusedBorderThickness", "Tooltip", "AccessibleLabel", { @@ -5110,8 +5307,9 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "icnQCAddItemOS", - "ParentIndex": 1, + "Name": "icnQCRemoveItemOS", + "OptimizeForDevices": "Off", + "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ { @@ -5191,42 +5389,37 @@ }, { "Category": "Design", - "PropertyName": "TabIndex", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "Visible", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "TabIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "HoverColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "Visible", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "Icon", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { @@ -5261,12 +5454,17 @@ }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Icon", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { @@ -5278,33 +5476,19 @@ "StyleName": "defaultIconStyle", "Type": "ControlInfo" }, - "icnQCRemoveItemOS": { + "imgItemImageOrderSummary": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "Icon", - "IsLockable": false, - "NameMapSourceSchema": "?" - }, - { - "AFDDataSourceName": "", - "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(32, 54, 71, 1)", - "InvariantPropertyName": "Color", + "AutoRuleBindingString": "ThisItem.picture", + "InvariantPropertyName": "Image", "IsLockable": false, "NameMapSourceSchema": "?" }, - "DisabledColor", - "PressedColor", - "HoverColor", - "Fill", - "DisabledFill", - "PressedFill", - "HoverFill", - "DisplayMode", + "ImagePosition", + "ImageRotation", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -5337,12 +5521,17 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "BorderStyle", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", "BorderColor", "DisabledBorderColor", "PressedBorderColor", "HoverBorderColor", "FocusedBorderColor", + "BorderStyle", + "DisplayMode", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -5352,15 +5541,11 @@ "NameMapSourceSchema": "?" }, "ZIndex", - "BorderThickness", - "FocusedBorderThickness", - "Tooltip", - "AccessibleLabel", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingLeft", + "InvariantPropertyName": "RadiusTopLeft", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -5368,7 +5553,7 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingRight", + "InvariantPropertyName": "RadiusTopRight", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -5376,7 +5561,7 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingTop", + "InvariantPropertyName": "RadiusBottomLeft", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -5384,11 +5569,23 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "PaddingBottom", + "InvariantPropertyName": "RadiusBottomRight", "IsLockable": false, "NameMapSourceSchema": "?" }, - "TabIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "BorderThickness", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FocusedBorderThickness", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft", "Visible" ], "HasDynamicProperties": false, @@ -5400,28 +5597,14 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "icnQCRemoveItemOS", - "ParentIndex": 0, + "Name": "imgItemImageOrderSummary", + "OptimizeForDevices": "Off", + "ParentIndex": 2, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Data", - "PropertyName": "AccessibleLabel", - "RuleProviderType": "Unknown" - }, - { - "Category": "Data", - "PropertyName": "Tooltip", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderColor", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "Image", "RuleProviderType": "Unknown" }, { @@ -5431,27 +5614,27 @@ }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderThickness", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { @@ -5466,47 +5649,47 @@ }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "TabIndex", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Visible", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Icon", + "PropertyName": "BorderThickness", "RuleProviderType": "Unknown" }, { @@ -5516,7 +5699,7 @@ }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { @@ -5546,17 +5729,27 @@ }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "Visible", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "ImagePosition", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { @@ -5565,16 +5758,16 @@ "RuleProviderType": "Unknown" } ], - "StyleName": "defaultIconStyle", + "StyleName": "defaultImageStyle", "Type": "ControlInfo" }, - "imgItemImageOrderSummary": { + "ImgSummaryBack": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "ThisItem.picture", + "AutoRuleBindingString": "", "InvariantPropertyName": "Image", "IsLockable": false, "NameMapSourceSchema": "?" @@ -5600,7 +5793,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "320", "InvariantPropertyName": "Width", "IsLockable": false, "NameMapSourceSchema": "?" @@ -5608,7 +5801,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", + "AutoRuleBindingString": "320", "InvariantPropertyName": "Height", "IsLockable": false, "NameMapSourceSchema": "?" @@ -5624,36 +5817,42 @@ "FocusedBorderColor", "BorderStyle", "DisplayMode", + "ZIndex", + "RadiusTopLeft", + "RadiusTopRight", + "RadiusBottomLeft", + "RadiusBottomRight", + "BorderThickness", + "FocusedBorderThickness", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "Select(Parent)", - "InvariantPropertyName": "OnSelect", + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingTop", "IsLockable": false, "NameMapSourceSchema": "?" }, - "ZIndex", { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopLeft", + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingRight", "IsLockable": false, "NameMapSourceSchema": "?" }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusTopRight", + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingBottom", "IsLockable": false, "NameMapSourceSchema": "?" }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomLeft", + "AutoRuleBindingString": "0", + "InvariantPropertyName": "PaddingLeft", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -5661,7 +5860,7 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "RadiusBottomRight", + "InvariantPropertyName": "TabIndex", "IsLockable": false, "NameMapSourceSchema": "?" }, @@ -5669,16 +5868,18 @@ "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, "AutoRuleBindingString": "", - "InvariantPropertyName": "BorderThickness", + "InvariantPropertyName": "Tooltip", "IsLockable": false, "NameMapSourceSchema": "?" }, - "FocusedBorderThickness", - "PaddingTop", - "PaddingRight", - "PaddingBottom", - "PaddingLeft", - "Visible" + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "false", + "InvariantPropertyName": "OnSelect", + "IsLockable": false, + "NameMapSourceSchema": "?" + } ], "HasDynamicProperties": false, "IsAutoGenerated": false, @@ -5689,10 +5890,16 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "imgItemImageOrderSummary", - "ParentIndex": 2, + "Name": "ImgSummaryBack", + "OptimizeForDevices": "Off", + "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ + { + "Category": "Data", + "PropertyName": "Tooltip", + "RuleProviderType": "Unknown" + }, { "Category": "Data", "PropertyName": "Image", @@ -5710,17 +5917,22 @@ }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { @@ -5730,17 +5942,17 @@ }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { @@ -5785,7 +5997,7 @@ }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "ImageRotation", "RuleProviderType": "Unknown" }, { @@ -5795,32 +6007,27 @@ }, { "Category": "Design", - "PropertyName": "PressedFill", - "RuleProviderType": "Unknown" - }, - { - "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Visible", + "PropertyName": "TabIndex", "RuleProviderType": "Unknown" }, { @@ -5830,7 +6037,7 @@ }, { "Category": "Design", - "PropertyName": "ImageRotation", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { @@ -5840,7 +6047,7 @@ }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { @@ -5869,7 +6076,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(0, 0, 0, 1)", + "AutoRuleBindingString": "", "InvariantPropertyName": "Color", "IsLockable": false, "NameMapSourceSchema": "?" @@ -5940,6 +6147,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "lblCurrentOrderNumber", + "OptimizeForDevices": "Off", "ParentIndex": 3, "PersistMetaDataIDKey": false, "Properties": [ @@ -6150,7 +6358,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "\"Text\"", + "AutoRuleBindingString": "", "InvariantPropertyName": "Text", "IsLockable": false, "NameMapSourceSchema": "?" @@ -6159,7 +6367,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(0, 0, 0, 1)", + "AutoRuleBindingString": "", "InvariantPropertyName": "Color", "IsLockable": false, "NameMapSourceSchema": "?" @@ -6177,7 +6385,14 @@ "DisabledFill", "PressedFill", "HoverFill", - "Font", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "Font.'Open Sans'", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, "FontWeight", { "AFDDataSourceName": "", @@ -6188,7 +6403,14 @@ "NameMapSourceSchema": "?" }, "VerticalAlign", - "X", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "152", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -6197,7 +6419,14 @@ "IsLockable": false, "NameMapSourceSchema": "?" }, - "Width", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "335", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, @@ -6237,7 +6466,8 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "lblCurrentOrderTable", - "ParentIndex": 1, + "OptimizeForDevices": "Off", + "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ { @@ -6543,6 +6773,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "lblGroupNameExtra", + "OptimizeForDevices": "Off", "ParentIndex": 2, "PersistMetaDataIDKey": false, "Properties": [ @@ -6755,7 +6986,7 @@ "StyleName": "defaultLabelStyle", "Type": "ControlInfo" }, - "lblItemDisplayName_1": { + "lblItemSummaryDisplayName": { "AllowAccessToGlobals": true, "ControlPropertyState": [ "Live", @@ -6866,13 +7097,14 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "lblItemDisplayName_1", + "Name": "lblItemSummaryDisplayName", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Data", - "PropertyName": "Role", + "PropertyName": "Text", "RuleProviderType": "Unknown" }, { @@ -6882,162 +7114,162 @@ }, { "Category": "Data", - "PropertyName": "Text", + "PropertyName": "Role", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Visible", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "VerticalAlign", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "FontWeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "Align", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Align", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FontWeight", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "VerticalAlign", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Font", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Size", + "PropertyName": "Visible", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Overflow", + "PropertyName": "HoverColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "Overflow", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, { @@ -7049,7 +7281,7 @@ "StyleName": "titleLabelStyle", "Type": "ControlInfo" }, - "lblItemPrice_1": { + "lblItemSummaryPrice": { "AllowAccessToGlobals": true, "ControlPropertyState": [ "Live", @@ -7167,13 +7399,14 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "lblItemPrice_1", + "Name": "lblItemSummaryPrice", + "OptimizeForDevices": "Off", "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ { "Category": "Data", - "PropertyName": "Role", + "PropertyName": "Text", "RuleProviderType": "Unknown" }, { @@ -7183,162 +7416,162 @@ }, { "Category": "Data", - "PropertyName": "Text", + "PropertyName": "Role", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Visible", + "PropertyName": "Size", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "Fill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "DisabledFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "Font", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "VerticalAlign", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "FontWeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "Align", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Align", + "PropertyName": "PaddingTop", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FontWeight", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "VerticalAlign", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingBottom", + "PropertyName": "X", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Font", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "Width", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Size", + "PropertyName": "Visible", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledBorderColor", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "FocusedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledColor", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Color", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Overflow", + "PropertyName": "HoverColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "DisabledBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "FocusedBorderColor", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "DisabledColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "Color", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverColor", + "PropertyName": "Overflow", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedColor", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" }, { @@ -7469,6 +7702,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "lblItemTotalSum", + "OptimizeForDevices": "Off", "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ @@ -7776,6 +8010,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "lblSumCost", + "OptimizeForDevices": "Off", "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ @@ -8100,6 +8335,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "lblTotalOrder", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ @@ -8288,7 +8524,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "RGBA(100, 118, 132, 1)", + "AutoRuleBindingString": "", "InvariantPropertyName": "Fill", "IsLockable": false, "NameMapSourceSchema": "?" @@ -8303,7 +8539,7 @@ { "AFDDataSourceName": "", "AutoRuleBindingEnabled": false, - "AutoRuleBindingString": "0", + "AutoRuleBindingString": "", "InvariantPropertyName": "X", "IsLockable": false, "NameMapSourceSchema": "?" @@ -8354,6 +8590,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "recCurrentOrderDivider", + "OptimizeForDevices": "Off", "ParentIndex": 4, "PersistMetaDataIDKey": false, "Properties": [ @@ -8499,6 +8736,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "recOverLay", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ @@ -8622,6 +8860,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "Summary Screen", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/comBigDivider.editorstate.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/comBigDivider.editorstate.json index a03bede..dc1956d 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/comBigDivider.editorstate.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/comBigDivider.editorstate.json @@ -26,6 +26,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "comBigDivider", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ @@ -167,6 +168,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "HTMLDivider_1", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/comBigDividerBlack.editorstate.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/comBigDividerBlack.editorstate.json new file mode 100644 index 0000000..5b5fb0c --- /dev/null +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/comBigDividerBlack.editorstate.json @@ -0,0 +1,281 @@ +{ + "ControlStates": { + "comBigDividerBlack": { + "AllowAccessToGlobals": false, + "ControlPropertyState": [ + "Fill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Width", + "X", + "Y", + "ZIndex" + ], + "IsAutoGenerated": false, + "IsComponentDefinition": true, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "comBigDividerBlack", + "OptimizeForDevices": "Off", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "System" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + }, + "HTMLDivider_3": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "DisplayMode", + "DisabledFill", + "Font", + "Color", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Fill", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "560", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "119", + "InvariantPropertyName": "Height", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "60", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "521", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "ZIndex", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "\"Show your HTML text here.\"", + "InvariantPropertyName": "HtmlText", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingTop", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingBottom", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingRight", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "PaddingLeft", + "IsLockable": false, + "NameMapSourceSchema": "?" + } + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "HTMLDivider_3", + "OptimizeForDevices": "Off", + "ParentIndex": 0, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "HtmlText", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingBottom", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ZIndex", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "", + "Type": "ControlInfo" + } + }, + "TopParentName": "comBigDividerBlack" +} \ No newline at end of file diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/comBigDividerBottom.editorstate.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/comBigDividerBottom.editorstate.json index 396780d..3028afc 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/comBigDividerBottom.editorstate.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/comBigDividerBottom.editorstate.json @@ -26,6 +26,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "comBigDividerBottom", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ @@ -167,6 +168,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "HTMLDivider_2", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/comLoadingOverlay.editorstate.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/comLoadingOverlay.editorstate.json index 401e9f5..801d4ee 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/comLoadingOverlay.editorstate.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/comLoadingOverlay.editorstate.json @@ -40,6 +40,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "comLoadingOverlay", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ @@ -77,7 +78,7 @@ "StyleName": "", "Type": "ControlInfo" }, - "Image2": { + "imgLoadingSpinner": { "AllowAccessToGlobals": true, "ControlPropertyState": [ { @@ -169,7 +170,8 @@ "IsLocked": false, "LayoutName": "", "MetaDataIDKey": "", - "Name": "Image2", + "Name": "imgLoadingSpinner", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ @@ -180,57 +182,57 @@ }, { "Category": "Design", - "PropertyName": "ImagePosition", + "PropertyName": "RadiusBottomRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ImageRotation", + "PropertyName": "RadiusBottomLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "X", + "PropertyName": "RadiusTopRight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Y", + "PropertyName": "Visible", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Width", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Height", + "PropertyName": "RadiusTopLeft", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Fill", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisabledFill", + "PropertyName": "DisplayMode", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PressedFill", + "PropertyName": "BorderStyle", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverFill", + "PropertyName": "PaddingBottom", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "BorderColor", + "PropertyName": "PaddingRight", "RuleProviderType": "Unknown" }, { @@ -240,12 +242,52 @@ }, { "Category": "Design", - "PropertyName": "PressedBorderColor", + "PropertyName": "BorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "HoverBorderColor", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderThickness", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Height", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImageRotation", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "ImagePosition", "RuleProviderType": "Unknown" }, { @@ -255,37 +297,174 @@ }, { "Category": "Design", - "PropertyName": "BorderStyle", + "PropertyName": "HoverBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "DisplayMode", + "PropertyName": "PressedBorderColor", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "ZIndex", + "PropertyName": "HoverFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopLeft", + "PropertyName": "PressedFill", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusTopRight", + "PropertyName": "Y", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomLeft", + "PropertyName": "X", + "RuleProviderType": "Unknown" + } + ], + "StyleName": "defaultImageStyle", + "Type": "ControlInfo" + }, + "lblLoadingMessage": { + "AllowAccessToGlobals": true, + "ControlPropertyState": [ + "Live", + "Overflow", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Text", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Role", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "RGBA(0, 0, 0, 1)", + "InvariantPropertyName": "Color", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "DisabledColor", + "PressedColor", + "HoverColor", + "BorderColor", + "DisabledBorderColor", + "PressedBorderColor", + "HoverBorderColor", + "BorderStyle", + "FocusedBorderColor", + "Fill", + "DisabledFill", + "PressedFill", + "HoverFill", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Font", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "FontWeight", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "Align", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "VerticalAlign", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "", + "InvariantPropertyName": "X", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "60", + "InvariantPropertyName": "Y", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "560", + "InvariantPropertyName": "Width", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Height", + "DisplayMode", + "ZIndex", + "LineHeight", + "BorderThickness", + "FocusedBorderThickness", + { + "AFDDataSourceName": "", + "AutoRuleBindingEnabled": false, + "AutoRuleBindingString": "21", + "InvariantPropertyName": "Size", + "IsLockable": false, + "NameMapSourceSchema": "?" + }, + "Italic", + "Underline", + "Strikethrough", + "PaddingTop", + "PaddingRight", + "PaddingBottom", + "PaddingLeft" + ], + "HasDynamicProperties": false, + "IsAutoGenerated": false, + "IsComponentDefinition": false, + "IsDataControl": false, + "IsFromScreenLayout": false, + "IsGroupControl": false, + "IsLocked": false, + "LayoutName": "", + "MetaDataIDKey": "", + "Name": "lblLoadingMessage", + "OptimizeForDevices": "Off", + "ParentIndex": 1, + "PersistMetaDataIDKey": false, + "Properties": [ + { + "Category": "Data", + "PropertyName": "Role", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Text", + "RuleProviderType": "Unknown" + }, + { + "Category": "Data", + "PropertyName": "Live", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "RadiusBottomRight", + "PropertyName": "Size", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderThickness", "RuleProviderType": "Unknown" }, { @@ -295,17 +474,22 @@ }, { "Category": "Design", - "PropertyName": "FocusedBorderThickness", + "PropertyName": "LineHeight", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingTop", + "PropertyName": "ZIndex", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "PaddingRight", + "PropertyName": "DisplayMode", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingLeft", "RuleProviderType": "Unknown" }, { @@ -315,16 +499,146 @@ }, { "Category": "Design", - "PropertyName": "PaddingLeft", + "PropertyName": "Height", "RuleProviderType": "Unknown" }, { "Category": "Design", - "PropertyName": "Visible", + "PropertyName": "Width", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingRight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PaddingTop", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Y", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Strikethrough", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "X", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "VerticalAlign", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Underline", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Italic", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Align", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FontWeight", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Font", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Fill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderStyle", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "BorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "DisabledColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Color", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "Overflow", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedFill", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "FocusedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedBorderColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "HoverColor", + "RuleProviderType": "Unknown" + }, + { + "Category": "Design", + "PropertyName": "PressedColor", "RuleProviderType": "Unknown" } ], - "StyleName": "defaultImageStyle", + "StyleName": "defaultLabelStyle", "Type": "ControlInfo" } }, diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/comYesNoDialog.editorstate.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/comYesNoDialog.editorstate.json index 23cf1a0..cd8dc31 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/comYesNoDialog.editorstate.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/EditorState/comYesNoDialog.editorstate.json @@ -99,6 +99,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "btnBackground", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ @@ -459,6 +460,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "btnNo", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ @@ -817,6 +819,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "btnYes", + "OptimizeForDevices": "Off", "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ @@ -1053,6 +1056,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "comYesNoDialog", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ @@ -1196,6 +1200,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "conButtons", + "OptimizeForDevices": "Off", "ParentIndex": 2, "PersistMetaDataIDKey": false, "Properties": [ @@ -1380,6 +1385,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "conDialog", + "OptimizeForDevices": "Off", "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ @@ -1582,6 +1588,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "lblDialogMessage", + "OptimizeForDevices": "Off", "ParentIndex": 1, "PersistMetaDataIDKey": false, "Properties": [ @@ -1848,6 +1855,7 @@ "LayoutName": "", "MetaDataIDKey": "", "Name": "recBackgroundOverlay", + "OptimizeForDevices": "Off", "ParentIndex": 0, "PersistMetaDataIDKey": false, "Properties": [ diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Extra Screen.fx.yaml b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Extra Screen.fx.yaml deleted file mode 100644 index eb963d8..0000000 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Extra Screen.fx.yaml +++ /dev/null @@ -1,426 +0,0 @@ -"'Extra Screen' As screen": - - conItemDetails As groupContainer.verticalAutoLayoutContainer: - Height: =Parent.Height - LayoutDirection: =LayoutDirection.Vertical - LayoutMode: =LayoutMode.Auto - Width: =Parent.Width - ZIndex: =1 - - conItemDetailsTop As groupContainer.manualLayoutContainer: - FillPortions: =0 - Height: =120 - LayoutMinHeight: =112 - LayoutMinWidth: =250 - Width: =Parent.Width - ZIndex: =1 - - comBigDivider_1 As comBigDivider: - Height: =16 - Y: =Parent.Height - Self.Height - - lblItemDetailsHeader As label: - Align: =Align.Center - BorderColor: =RGBA(32, 54, 71, 1) - Color: =varTheme.brandColor - Font: =varTheme.font - Height: =100 - OnSelect: = - Size: =34 - Text: ="Item Details" - Width: =Parent.Width - ZIndex: =2 - - icnCloseItemDetails As icon.Lock: - BorderColor: =RGBA(32, 54, 71, 1) - Color: =varTheme.brandColor - Height: =100 - Icon: =Icon.ChevronLeft - OnSelect: | - =UpdateContext({ctxShowItemQuantityControl: false}); - Back(ScreenTransition.UnCoverRight); - PaddingBottom: =30 - PaddingLeft: =30 - PaddingRight: =30 - PaddingTop: =30 - Width: =100 - X: =0 - ZIndex: =3 - - conItemMainInfo As groupContainer.manualLayoutContainer: - AlignInContainer: =AlignInContainer.SetByContainer - FillPortions: =0 - Height: =120 - LayoutMinHeight: =112 - LayoutMinWidth: =250 - Width: =Parent.Width - ZIndex: =2 - - lblSelectedItemName As label: - BorderColor: =RGBA(32, 54, 71, 1) - Font: =varTheme.font - FontWeight: =FontWeight.Semibold - Height: =70 - Size: =24 - Text: =ctxSelectedItem.DisplayName - Width: =465 - X: =40 - Y: =7 - ZIndex: =1 - - lblSelectedItemPrice As label: - BorderColor: =RGBA(32, 54, 71, 1) - Font: =varTheme.font - Height: =70 - Size: =24 - Text: =Text(ctxSelectedItem.'Unit price', varCurrencyFormat, varBcLocale) - Width: =177 - X: =40 - Y: =50 - ZIndex: =2 - - icnAddItemDetails As icon.ChevronRight: - AccessibleLabel: =Self.Tooltip - BorderColor: =RGBA(32, 54, 71, 1) - Color: =varTheme.primaryColor - FocusedBorderThickness: =0 - Height: =70 - Icon: =Icon.Add - OnSelect: |- - =// Clear quantity control if it is showing - UpdateContext({ctxShowItemQuantityControl: Blank()}); - // Check if item is in list - UpdateContext({ ctxIsItemInList: IsBlank(LookUp(colSelectedItems, id = ctxSelectedItem.'System ID'))}); - - If( - ctxIsItemInList, - // Add item to list - Collect( - colSelectedItems, - { - id: ctxSelectedItem.'System ID', - name: ctxSelectedItem.DisplayName, - price: ctxSelectedItem.'Unit price', - group: ctxSelectedItem.'Item Category Name', - quantity: 1, - // Use placeholder image if the image is not provided - image: If( - ctxSelectedItem.'Picture reference' = GUID("00000000-0000-0000-0000-000000000000"), - placeholder, - ctxSelectedItem.Picture - ) - } - ); - , - // Update item quantity - Patch( - colSelectedItems, - {id: ctxSelectedItem.'System ID'}, - {quantity: Value(btnQCQuantityItemDetails.Text) + 1} - ) - ); - PaddingBottom: =15 - PaddingLeft: =15 - PaddingRight: =15 - PaddingTop: =15 - TabIndex: =0 - Tooltip: ="View item details" - Width: =70 - X: =Parent.Width - (icnAddItemDetails.Width/2) - 50 - Y: =Parent.Height/2 - Self.Height/2 - ZIndex: =3 - - btnQuantityItemDetails As button: - DisabledBorderColor: =varTheme.primaryColor - DisabledColor: =Color.White - DisabledFill: =varTheme.primaryColor - DisplayMode: | - =DisplayMode.Edit - Fill: =varTheme.primaryColor - Font: =varTheme.font - Height: =60 - HoverFill: =varTheme.primaryColor - OnSelect: |- - =UpdateContext({ctxShowItemQuantityControl: true}) - RadiusBottomLeft: =35 - RadiusBottomRight: =35 - RadiusTopLeft: =35 - RadiusTopRight: =35 - Size: =26 - Text: =LookUp(colSelectedItems, id = ctxSelectedItem.id).quantity - Visible: |- - =// Does quantity have a value - And( - Not(btnQuantityItemDetails.Text = "0"), - Not(IsBlank(btnQuantityItemDetails.Text)) - ) - - Width: =60 - X: =Parent.Width - (btnQuantityItemDetails.Width/2) - 50 - Y: =Parent.Height/2 - Self.Height/2 - ZIndex: =5 - - recItemQuantityOverlayTop As rectangle: - BorderColor: =RGBA(32, 54, 71, 1) - Fill: =Color.Transparent - Height: =Parent.Height - OnSelect: |- - =UpdateContext({ctxShowItemQuantityControl: false}); - Visible: =ctxShowItemQuantityControl - Width: =Parent.Width - X: = - ZIndex: =6 - - conQuantityControlItemDetails As groupContainer.manualLayoutContainer: - Height: =70 - Visible: | - =ctxShowItemQuantityControl - Width: =275 - X: =Parent.Width - 280 - Y: =Parent.Height/2 - Self.Height/2 - ZIndex: =7 - - btnQCBackgroundItemDetails As button: - BorderColor: =Color.White - BorderThickness: =1 - DisabledFill: =varTheme.primaryColor - DisplayMode: =DisplayMode.View - Fill: =varTheme.primaryColor - Height: =70 - HoverFill: =varTheme.primaryColor - OnSelect: = - PressedFill: =varTheme.primaryColor - RadiusBottomLeft: =35 - RadiusBottomRight: =35 - RadiusTopLeft: =35 - RadiusTopRight: =35 - Size: =24 - Text: = - Width: =250 - X: =15 - ZIndex: =1 - - btnQCAddItemBackItemDetails As button: - BorderColor: =Color.White - BorderThickness: =1 - DisabledBorderColor: =RGBA(255, 255, 255, 1) - DisplayMode: =DisplayMode.View - Fill: =Color.White - Height: =60 - HoverFill: =ColorFade(RGBA(100, 118, 132, 1), -20%) - OnSelect: = - RadiusBottomLeft: =35 - RadiusBottomRight: =35 - RadiusTopLeft: =35 - RadiusTopRight: =35 - Size: =24 - Text: = - Width: =60 - X: =200 - Y: =5 - ZIndex: =2 - - icnQCAddItemItemDetails As icon.ChevronRight: - AccessibleLabel: =Self.Tooltip - BorderColor: =RGBA(32, 54, 71, 1) - Color: =varTheme.primaryColor - DisabledColor: =RGBA(219, 219, 219, 1) - DisplayMode: |- - =If(LookUp(colSelectedItems, id = ctxSelectedItem.id).quantity >= 99, - DisplayMode.Disabled, - DisplayMode.Edit - ) - FocusedBorderThickness: =0 - Height: =50 - Icon: =Icon.Add - OnSelect: |- - =Patch( - colSelectedItems, - {id: ctxSelectedItem.'System ID'}, - {quantity: Value(btnQCQuantityItemDetails.Text) + 1} - ) - TabIndex: =0 - Tooltip: ="View item details" - Width: =50 - X: =205 - Y: =11 - ZIndex: =3 - - btnQCQuantityItemDetails As button: - BorderColor: =Color.White - DisabledColor: =Color.White - DisabledFill: =varTheme.primaryColor - DisplayMode: =DisplayMode.Disabled - Fill: =varTheme.primaryColor - Font: =varTheme.font - Height: =60 - HoverFill: =ColorFade(RGBA(100, 118, 132, 1), -20%) - OnSelect: = - RadiusBottomLeft: =35 - RadiusBottomRight: =35 - RadiusTopLeft: =35 - RadiusTopRight: =35 - Size: =26 - Text: =LookUp(colSelectedItems, id = ctxSelectedItem.id).quantity - Width: =60 - X: =115 - Y: =5 - ZIndex: =4 - - btnQCRemoveItemBackgroundItemDetails As button: - BorderColor: =Color.White - BorderThickness: =1 - DisabledBorderColor: =RGBA(255, 255, 255, 1) - DisplayMode: =DisplayMode.View - Fill: =Color.White - Height: =60 - HoverFill: =ColorFade(RGBA(100, 118, 132, 1), -20%) - OnSelect: = - RadiusBottomLeft: =35 - RadiusBottomRight: =35 - RadiusTopLeft: =35 - RadiusTopRight: =35 - Size: =24 - Text: = - Width: =60 - X: =20 - Y: =5 - ZIndex: =5 - - icnQCRemoveItemItemDetails As icon.ChevronRight: - AccessibleLabel: =Self.Tooltip - BorderColor: =RGBA(32, 54, 71, 1) - Color: =varTheme.primaryColor - DisabledColor: =RGBA(219, 219, 219, 1) - DisplayMode: |- - =If(LookUp(colSelectedItems, id = ctxSelectedItem.id).quantity <= 0, - DisplayMode.Disabled, - DisplayMode.Edit - ) - FocusedBorderThickness: =0 - Height: =50 - Icon: =Icon.HorizontalLine - OnSelect: |- - =If( - Value(btnQCQuantityItemDetails.Text) > 0, - Patch( - colSelectedItems, - {id: ctxSelectedItem.'System ID'}, - {quantity: Value(btnQCQuantityItemDetails.Text) - 1} - ) - ) - PaddingLeft: =5 - PaddingRight: =5 - TabIndex: =0 - Tooltip: ="View item details" - Width: =50 - X: =25 - Y: =11 - ZIndex: =6 - - conItemImage As groupContainer.manualLayoutContainer: - AlignInContainer: =AlignInContainer.SetByContainer - FillPortions: =0 - Height: =420 - LayoutMinHeight: =112 - LayoutMinWidth: =250 - Width: =Parent.Width - ZIndex: =3 - - htmlItemDetailsImageShadow As htmlViewer: - Height: =345 - HtmlText: |+ - ="
- " - - PaddingBottom: =0 - PaddingLeft: =0 - PaddingRight: =0 - PaddingTop: =0 - Tooltip: = - Width: =345 - X: =30 - Y: =30 - ZIndex: =1 - - imgItemDetailsImage As image: - BorderColor: =RGBA(32, 54, 71, 1) - Height: =320 - Image: =ctxSelectedItem.Picture - Width: =320 - X: =40 - Y: =40 - ZIndex: =2 - - recImageOverlay As rectangle: - BorderColor: =RGBA(32, 54, 71, 1) - Fill: =RGBA(255, 188, 0, 0.08) - Height: =imgItemDetailsImage.Height - Visible: =false - Width: =imgItemDetailsImage.Width - X: =imgItemDetailsImage.X - Y: =imgItemDetailsImage.Y - ZIndex: =3 - - recItemQuantityOverlayMiddel As rectangle: - BorderColor: =RGBA(32, 54, 71, 1) - Fill: =Color.Transparent - Height: =Parent.Height - OnSelect: |- - =UpdateContext({ctxShowItemQuantityControl: false}); - Visible: =ctxShowItemQuantityControl - Width: =Parent.Width - X: = - ZIndex: =4 - - conItemExtraInfo As groupContainer.manualLayoutContainer: - AlignInContainer: =AlignInContainer.SetByContainer - Height: =400 - LayoutMinHeight: =112 - LayoutMinWidth: =250 - Width: =Parent.Width - ZIndex: =4 - - conItemInfoLayout As groupContainer.verticalAutoLayoutContainer: - Height: =Parent.Height - LayoutDirection: =LayoutDirection.Vertical - LayoutMode: =LayoutMode.Auto - PaddingLeft: =30 - PaddingRight: =30 - Width: =Parent.Width - ZIndex: =1 - - txtItemLongDescription As text: - AlignInContainer: =AlignInContainer.Stretch - BorderColor: =RGBA(32, 54, 71, 1) - Default: =ctxSelectedItem.'Long description' - DisplayMode: =DisplayMode.View - Font: =varTheme.font - Height: =170 - HoverBorderColor: =RGBA(32, 54, 71, 1) - HoverFill: =RGBA(205, 209, 213, 1) - LayoutMinHeight: =70 - LayoutMinWidth: =560 - Mode: =TextMode.MultiLine - PaddingLeft: =5 - Size: =24 - Width: =Parent.Width - 60 - X: =(Parent.Width - Self.Width) /2 - ZIndex: =3 - - recItemQuantityOverlayExtraInfo As rectangle: - BorderColor: =RGBA(32, 54, 71, 1) - Fill: =Color.Transparent - Height: =Parent.Height - OnSelect: |- - =UpdateContext({ctxShowItemQuantityControl: false}); - Visible: =ctxShowItemQuantityControl - Width: =Parent.Width - X: = - ZIndex: =2 - diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Extras List Screen.fx.yaml b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Extras List Screen.fx.yaml index d803aa0..9658edd 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Extras List Screen.fx.yaml +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Extras List Screen.fx.yaml @@ -1,7 +1,7 @@ "'Extras List Screen' As screen": - Fill: =varTheme.brandColor + Fill: =varTheme.AppLight OnVisible: |- - =ClearCollect(colExtraItems, Filter('coffeeItems (microsoft/powerApps/beta)', 'Is available for field workers')); + =ClearCollect(colExtraItems, Filter('coffeeItems (microsoft/powerApps/beta)', 'Show Item In Coffee MR App')); ClearCollect(colExtraItemsCatagory, Distinct(Filter(colExtraItems, 'Item Category Code' <> "FINISHEDGOODS"), 'Item Category Name')); Select(galItemGroups, 1); @@ -14,10 +14,10 @@ lblSelectedItemsSumValue As label: BorderColor: =RGBA(32, 54, 71, 1) - Color: =RGBA(255, 255, 255, 1) + Color: =varTheme.TextDark Font: =varTheme.font Height: =36 - Size: =24 + Size: =varTheme.FontSize1 Text: =Sum(colSelectedItems, quantity) Width: =126 X: =24 @@ -26,10 +26,10 @@ lblSelectedItemSum As label: BorderColor: =RGBA(32, 54, 71, 1) - Color: =RGBA(255, 255, 255, 1) + Color: =varTheme.TextDark Font: =varTheme.font Height: =36 - Size: =22 + Size: =varTheme.FontSize1 Text: |- ="Items:" Width: =126 @@ -40,10 +40,10 @@ lblSelectedTotalValue As label: Align: =Align.Right BorderColor: =RGBA(32, 54, 71, 1) - Color: =RGBA(255, 255, 255, 1) + Color: =varTheme.TextDark Font: =varTheme.font Height: =39 - Size: =24 + Size: =varTheme.FontSize1 Text: =Text(Sum(colSelectedItems, price * quantity), varCurrencyFormat, varBcLocale) Width: =196 X: =413 @@ -53,10 +53,10 @@ lblSelectedTotal As label: Align: =Align.Right BorderColor: =RGBA(32, 54, 71, 1) - Color: =RGBA(255, 255, 255, 1) + Color: =varTheme.TextDark Font: =varTheme.font Height: =36 - Size: =22 + Size: =varTheme.FontSize1 Text: |- ="Total:" Width: =130 @@ -80,17 +80,17 @@ ShowScrollbar: =false TemplatePadding: =0 TemplateSize: =140 - Width: =Parent.Width + Width: =Parent.Width - (Self.X *2) + X: =30 ZIndex: =1 figItemSeparator As rectangle: BorderColor: =RGBA(32, 54, 71, 1) - Fill: =ColorFade(varTheme.primaryColor, 60%) + Fill: =varTheme.SeperatorColor Height: =2 OnSelect: =Select(Parent) - Width: =Parent.TemplateWidth - 40 - X: =20 - Y: =138 + Width: =Parent.TemplateWidth + Y: =Parent.TemplateHeight ZIndex: =1 htmlItemImageShadow As htmlViewer: @@ -99,7 +99,7 @@ ="
" @@ -140,40 +140,38 @@ RadiusTopLeft: =5 RadiusTopRight: =5 Width: =80 - X: =30 - Y: =30 + Y: =Parent.TemplateHeight/2 - Self.Height/2 ZIndex: =4 lblItemDisplayName As label: - Color: =RGBA(255, 255, 255, 1) Font: =varTheme.font + Height: =45 OnSelect: =Select(Parent) PaddingBottom: =0 PaddingLeft: =0 PaddingRight: =0 - Size: =22 - Text: =ThisItem.DisplayName + PaddingTop: =0 + Size: =varTheme.FontSize3 + Text: =ThisItem.'Display Name' VerticalAlign: =VerticalAlign.Top Width: =371 - X: =124 - Y: =imgItemImage.Y + X: =100 + Y: =imgItemImage.Y -5 ZIndex: =5 lblItemPrice As label: - Color: =RGBA(255, 255, 255, 1) Font: =varTheme.font - Height: =35 OnSelect: =Select(Parent) PaddingBottom: =0 PaddingLeft: =0 PaddingRight: =0 PaddingTop: =0 - Size: =21 + Size: =varTheme.FontSize3 Text: | =Text(ThisItem.'Unit price', varCurrencyFormat, varBcLocale) VerticalAlign: =VerticalAlign.Top Width: =300 - X: =124 + X: =100 Y: =imgItemImage.Y + imgItemImage.Height - Self.Height ZIndex: =6 @@ -184,13 +182,8 @@ Height: =Parent.TemplateHeight HoverFill: =Color.Transparent OnSelect: |- - =If( - Not(IsBlank(ctxItemShowingQuantityControl)), - // Dismiss the quantity control - UpdateContext({ctxItemShowingQuantityControl: Blank()}), - // Open the selected Item - Navigate('Extra Screen', ScreenTransition.Cover, {ctxSelectedItem: ThisItem}) - ) + =UpdateContext({ctxItemShowingQuantityControl: Blank()}) + PressedFill: =Color.Transparent Width: =Parent.TemplateWidth ZIndex: =7 @@ -198,7 +191,7 @@ icnAddItem As icon.ChevronRight: AccessibleLabel: =Self.Tooltip BorderColor: =RGBA(32, 54, 71, 1) - Color: =Color.White + Color: =RGBA(0, 0, 0, 1) DisplayMode: |- =If(LookUp(colSelectedItems, id = ThisItem.id).quantity >= 99, DisplayMode.Disabled, @@ -220,13 +213,13 @@ colSelectedItems, { id: ThisItem.'System ID', - name: ThisItem.DisplayName, + name: ThisItem.'Display Name', price: ThisItem.'Unit price', group: ThisItem.'Item Category Name', quantity: 1, // Use placeholder image if the image is not provided image: If( - ThisItem.'Picture reference' = GUID("00000000-0000-0000-0000-000000000000"), + ThisItem.'Picture Reference' = GUID("00000000-0000-0000-0000-000000000000"), placeholder, ThisItem.Picture ) @@ -248,18 +241,22 @@ TabIndex: =0 Tooltip: ="View item details" Width: =80 - X: =Parent.Width - (icnAddItem.Width/2) - 50 + X: =Parent.Width - icnAddItem.Width Y: =(galItems.TemplateHeight /2) - (icnAddItem.Height /2) ZIndex: =8 btnQuantity As button: BorderColor: =Color.White - Fill: =varTheme.primaryColor + Color: =varTheme.TextLight + DisabledColor: =varTheme.TextLight + Fill: =varTheme.AppDark Font: =varTheme.font Height: =60 - HoverFill: =varTheme.primaryColor + HoverColor: =varTheme.TextLight + HoverFill: =varTheme.AppDark OnSelect: |- =UpdateContext({ctxItemShowingQuantityControl: ThisItem.'System ID'}); + PressedColor: =varTheme.TextLight RadiusBottomLeft: =35 RadiusBottomRight: =35 RadiusTopLeft: =35 @@ -273,7 +270,7 @@ Not(IsBlank(btnQuantity.Text)) ) Width: =60 - X: =Parent.Width - (btnQuantity.Width/2) - 50 + X: =icnAddItem.X + icnAddItem.Width/2 - Self.Width/2 Y: =Parent.TemplateHeight/2 - Self.Height/2 ZIndex: =9 @@ -285,20 +282,20 @@ ThisItem.IsSelected ) Width: =275 - X: =Parent.Width - 280 + X: =Parent.Width - 270 Y: =Parent.TemplateHeight/2 - Self.Height/2 - ZIndex: =10 + ZIndex: =11 btnQCBackground As button: BorderColor: =Color.White BorderThickness: =1 - DisabledFill: =varTheme.primaryColor + DisabledFill: =varTheme.AppDark DisplayMode: =DisplayMode.View - Fill: =ColorFade(varTheme.primaryColor, -20%) + Fill: =ColorFade(varTheme.AppDark, -20%) Height: =70 - HoverFill: =varTheme.primaryColor + HoverFill: =varTheme.AppDark OnSelect: = - PressedFill: =varTheme.primaryColor + PressedFill: =varTheme.AppDark RadiusBottomLeft: =35 RadiusBottomRight: =35 RadiusTopLeft: =35 @@ -332,7 +329,7 @@ icnQCAddItem As icon.ChevronRight: AccessibleLabel: =Self.Tooltip BorderColor: =RGBA(32, 54, 71, 1) - Color: =varTheme.primaryColor + Color: =varTheme.AppDark DisabledColor: =RGBA(202, 202, 202, 1) DisplayMode: |- =If(LookUp(colSelectedItems, id = ThisItem.id).quantity >= 99, @@ -364,7 +361,7 @@ DisabledColor: =Color.White DisabledFill: =Self.Fill DisplayMode: =DisplayMode.Disabled - Fill: =ColorFade(varTheme.primaryColor, -20%) + Fill: =ColorFade(varTheme.AppDark, -20%) Font: =varTheme.font Height: =60 HoverBorderColor: =Color.White @@ -405,7 +402,7 @@ icnQCRemoveItem As icon.ChevronRight: AccessibleLabel: =Self.Tooltip BorderColor: =RGBA(32, 54, 71, 1) - Color: =varTheme.primaryColor + Color: =varTheme.AppDark DisabledColor: =RGBA(202, 202, 202, 1) DisplayMode: |- =If(LookUp(colSelectedItems, id = ThisItem.id).quantity <= 0, @@ -448,7 +445,7 @@ ZIndex: =3 conTop As groupContainer.manualLayoutContainer: - Height: =160 + Height: =150 Width: =Parent.Width ZIndex: =3 @@ -460,89 +457,90 @@ =UpdateContext({ctxItemShowingQuantityControl: Blank()}); Set(varSelectedItemGroup, ThisItem.Value); ShowScrollbar: =false + TemplatePadding: =0 TemplateSize: =(Parent.Width / 3) - Width: =Parent.Width + Width: =Parent.Width + X: =Parent.Width/2 - Self.Width/2 Y: =Parent.Height - Self.Height ZIndex: =1 - recItemGroupUnderline As rectangle: - BorderColor: =RGBA(32, 54, 71, 1) - Fill: =RGBA(255, 255, 255, 1) - Height: =5 - OnSelect: =Select(Parent) - Visible: =ThisItem.IsSelected - Width: =btnItemGroup.Width - 20 - X: =Parent.TemplateWidth/2 - Self.Width/2 - Y: =50 - ZIndex: =1 + conItemGroupcontent As groupContainer.verticalAutoLayoutContainer: + Height: =Parent.TemplateHeight + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutMode: =LayoutMode.Auto + Width: =Parent.TemplateWidth + ZIndex: =4 - btnItemGroup As button: - BorderColor: =Color.Transparent - BorderThickness: =0 - Fill: =RGBA(0, 0, 0, 0) - Font: =varTheme.font - FontWeight: =If(ThisItem.IsSelected, FontWeight.Bold, FontWeight.Semibold) - Height: =50 - HoverBorderColor: =Color.Transparent - HoverFill: =Color.Transparent - OnSelect: =Select(Parent) - PaddingLeft: =0 - PaddingRight: =0 - PressedBorderColor: =Color.Transparent - PressedColor: =RGBA(255, 255, 255, 1) - PressedFill: =Color.Transparent - Size: =16 - Text: =ThisItem.Value - Width: =150 - X: =Parent.TemplateWidth/2 - Self.Width/2 - ZIndex: =2 + lblItemGroup As label: + Align: =Align.Center + Font: =varTheme.font + FontWeight: =If(ThisItem.IsSelected, FontWeight.Semibold, FontWeight.Normal) + Height: =50 + LayoutMinHeight: =70 + LayoutMinWidth: =560 + OnSelect: =Select(galItemGroups) + Size: =varTheme.FontSize1 + TabIndex: =0 + Text: =ThisItem.Value + Tooltip: =ThisItem.Value + Width: =190 + Wrap: =false + ZIndex: =1 + + recItemGroupUnderline As rectangle: + BorderColor: =RGBA(32, 54, 71, 1) + Fill: =varTheme.AppTeal + Height: =5 + OnSelect: =Select(galItemGroups) + Visible: =ThisItem.IsSelected + Width: =lblItemGroup.Width - 10 + Y: =50 + ZIndex: =3 lblSelectItemsHeader As label: Align: =Align.Center BorderColor: =RGBA(32, 54, 71, 1) - Color: =Color.White Font: =varTheme.font - Height: =icnDeleteSelection.Height + Height: =imgRelatedProductsBack.Height OnSelect: = - Size: =20 - Text: =varSelectedCoffeeMachine.DisplayName + Size: =varTheme.FontSize4 + Text: ="Add related products" Width: =Parent.Width ZIndex: =2 - icnDeleteSelection As icon.Lock: - BorderColor: =RGBA(32, 54, 71, 1) - Color: =Color.White - Height: =Parent.Height - galItemGroups.Height - Icon: =Icon.ChevronLeft - OnSelect: |+ + imgRelatedProductsBack As image: + Height: =90 + Image: ='Coffee MR general top back arrow' + OnSelect: |- =Clear(colSelectedItems); Back(ScreenTransition.CoverRight); - - PaddingBottom: =30 - PaddingLeft: =30 - PaddingRight: =30 - PaddingTop: =30 - Width: =Self.Height - X: =0 - Y: =3 - ZIndex: =3 + PaddingBottom: =varTheme.iconPadding + PaddingLeft: =varTheme.iconPadding + PaddingRight: =varTheme.iconPadding + PaddingTop: =varTheme.iconPadding + TabIndex: =0 + Tooltip: ="Close page" + Width: =varTheme.iconSize + ZIndex: =4 btnReviewSelectedItems As button: BorderColor: =Color.White - Fill: =varTheme.primaryColor + Fill: =varTheme.AppTeal Font: =varTheme.font - Height: =70 + Height: =varTheme.ButtonHeight HoverFill: =ColorFade(Self.Fill, -20%) OnSelect: |- =UpdateContext({ctxItemShowingQuantityControl: Blank()}); Navigate('Summary Screen', ScreenTransition.Cover); + PaddingTop: =0 RadiusBottomLeft: =40 RadiusBottomRight: =40 RadiusTopLeft: =40 RadiusTopRight: =40 - Size: =24 + Size: =varTheme.FontSize1 Text: ="Review" - Width: =280 + Width: =varTheme.ButtonSizeSNormal X: =(Parent.Width/2) - (btnReviewSelectedItems.Width/2) Y: =Parent.Height - conButtom.Height - (btnReviewSelectedItems.Height/2) ZIndex: =4 @@ -554,7 +552,7 @@ =UpdateContext({ctxItemShowingQuantityControl: Blank(), ctxShowDeleteItemSelectionDialog: false}); Clear(colSelectedItems); Height: =Parent.Height - PrimaryColor: =varTheme.primaryColor + PrimaryColor: =varTheme.AppTeal Visible: =ctxShowDeleteItemSelectionDialog Width: =Parent.Width ZIndex: =6 diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Info Screen.fx.yaml b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Info Screen.fx.yaml index d52e68b..dbea79d 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Info Screen.fx.yaml +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Info Screen.fx.yaml @@ -1,66 +1,110 @@ "'Info Screen' As screen": + Fill: =varTheme.AppTealLight - conInfoContent As groupContainer: - Height: =Parent.Height * 0.5 - Width: =Parent.Width *0.8 + conInfoScreenContent As groupContainer.verticalAutoLayoutContainer: + Height: =600 + LayoutDirection: =LayoutDirection.Vertical + LayoutMode: =LayoutMode.Auto X: =Parent.Width/2 - Self.Width/2 - Y: =Parent.Height * 0.2 + Y: =Parent.Height/2 - Self.Height/2 ZIndex: =1 - lblInfoText As label: - Font: =varTheme.font - Height: =Parent.Height - conInfoTitle.Height - conInfoTitle.Y - LineHeight: =1.4 - Size: =19 - Text: ="The Sample Power app connects to Business Central and enables coffee machine delivery companies to use augmented reality to measure the space where a coffee machine should be located. Users input the coffee machine dimensions and use their smartphone camera to scan the location. The app generates a 3D visualization and stores data securely in Business Central. The app streamlines the delivery process and improves user experience." - Width: =Parent.Width - X: =Parent.Width/2 - Self.Width/2 - Y: =conInfoTitle.Y + conInfoTitle.Height + conAboutHeader As groupContainer.horizontalAutoLayoutContainer: + Height: =225 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutMinHeight: =112 + LayoutMinWidth: =250 + LayoutMode: =LayoutMode.Auto ZIndex: =1 - conInfoTitle As groupContainer: - Height: =70 - Width: =320 - X: =lblInfoText.X - Y: =0 - ZIndex: =2 + imgInfoIcon As image: + Height: =varTheme.iconSize + Image: ='Coffee MR info screen info icon' + LayoutMinHeight: =320 + LayoutMinWidth: =320 + PaddingBottom: =10 + PaddingRight: =10 + PaddingTop: =10 + Width: =varTheme.iconSize + X: =Parent.Width - Self.Width + ZIndex: =1 lblInfoHeader As label: Font: =varTheme.font FontWeight: =FontWeight.Semibold - Height: =70 - Size: =21 + Height: =Parent.Height + LayoutMinHeight: =70 + LayoutMinWidth: =560 + Size: =varTheme.FontSize3 Text: ="Business Central sample App" - Width: =250 + Width: =Parent.Width - imgInfoIcon.Width X: =70 + ZIndex: =4 + + lblInfoText As label: + Font: =varTheme.font + Height: =300 + LayoutMinHeight: =70 + LayoutMinWidth: =560 + LineHeight: =1.4 + Size: =varTheme.FontSize3 + Text: ="This sample Power App connects to Business Central and showcases how mixed reality (MR) can be leveraged to optimize the sales process" + Width: =Parent.Width + X: =Parent.Width/2 - Self.Width/2 + ZIndex: =2 + + conLearnMore As groupContainer.manualLayoutContainer: + Height: =225 + LayoutMinHeight: =200 + LayoutMinWidth: =250 + ZIndex: =3 + + lblLearnMoreText As label: + Font: =varTheme.font + Height: =150 + LineHeight: =1.4 + Size: =varTheme.FontSize3 + Text: ="Read more about Business Central sample app " + Width: =Parent.Width + X: =Parent.Width/2 - Self.Width/2 + Y: = ZIndex: =1 - icnInfoIcon As icon.Help: - Color: =varTheme.brandColor + btnLearnMore As button: + Align: =Align.Left + BorderThickness: =0 + Color: =varTheme.AppTeal + DisabledColor: =varTheme.AppTeal + Fill: =RGBA(0, 0, 0, 0) + Font: =varTheme.font + FontWeight: =FontWeight.Normal Height: =60 - Icon: =Icon.Help - Width: =60 - Y: =5 + HoverColor: =varTheme.AppTeal + HoverFill: =Color.Transparent + Italic: =true + OnSelect: |- + =Launch("https://github.com/microsoft/bcsamples-CoffeeMR/") + PressedColor: =varTheme.AppTeal + PressedFill: =Color.Transparent + Size: =varTheme.FontSize3 + Text: ="here" + Underline: =true + Width: =100 + X: =310 + Y: =70 ZIndex: =2 - icnCloseInfoPage As icon.Cancel: - Color: =varTheme.brandColor - Height: =100 - Icon: =Icon.Cancel + imgCloseInfoPage As image: + Height: =varTheme.iconSize + Image: ='Coffee MR info screen dismiss icon' OnSelect: =Back(ScreenTransition.UnCoverRight) - PaddingBottom: =20 - PaddingLeft: =20 - PaddingRight: =20 - PaddingTop: =20 - Width: =100 - X: | - =Parent.Width - Self.Width - ZIndex: =2 - - Icon2 As icon.ArrowRight: - Icon: =Icon.ArrowRight - OnSelect: =Navigate('Debug screen'); - X: =576 - Y: =1072 + PaddingBottom: =varTheme.iconPadding + PaddingLeft: =varTheme.iconPadding + PaddingRight: =varTheme.iconPadding + PaddingTop: =varTheme.iconPadding + TabIndex: =0 + Tooltip: ="Close page" + Width: =varTheme.iconSize + X: =Parent.Width - Self.Width ZIndex: =3 diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Measurement Screen.fx.yaml b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Measurement Screen.fx.yaml index a06532c..da2fe84 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Measurement Screen.fx.yaml +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Measurement Screen.fx.yaml @@ -1,22 +1,21 @@ "'Measurement Screen' As screen": - Fill: =varTheme.primaryColor + Fill: =varTheme.AppLight OnVisible: |- =UpdateContext({ctxShowEditDialog: false}); If(CountRows(colMeasurements) = 0, ClearCollect(colMeasurements, [ - {name: "Width", value: varMeasurement.BoundingWidth}, - {name: "Height", value: varMeasurement.Height}, - {name: "Depth", value: varMeasurement.BoundingDepth}, + {name: "Width", value: varMeasurementObject.measurements.BoundingWidth}, + {name: "Height", value: varMeasurementObject.measurements.Height}, + {name: "Depth", value: varMeasurementObject.measurements.BoundingDepth}, ] ) ); conMeasurementContent As groupContainer.verticalAutoLayoutContainer: - Height: =Parent.Height - 40 + Height: =Parent.Height LayoutAlignItems: =LayoutAlignItems.Center LayoutDirection: =LayoutDirection.Vertical LayoutGap: =5 - LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween LayoutMode: =LayoutMode.Auto Width: =Parent.Width ZIndex: =1 @@ -24,45 +23,40 @@ conMeasurementHeader As groupContainer.manualLayoutContainer: AlignInContainer: =AlignInContainer.SetByContainer FillPortions: =0 - Height: =100 + Height: =varTheme.PageHeader LayoutMinHeight: =100 LayoutMinWidth: =250 Width: =Parent.Width ZIndex: =1 - Label2 As label: + lblMRMeasurementTitle As label: Align: =Align.Center - Color: =Color.White Font: =varTheme.font Height: =Parent.Height - Size: =34 - Text: ="MR Measurement" + Size: =varTheme.FontSize4 + Text: ="MR measurement" Width: =Parent.Width ZIndex: =1 - Icon3 As icon.Cancel: - Color: =Color.White - Height: =100 - Icon: =Icon.ChevronLeft + imgSelectCustomer_1 As image: + Height: =Parent.Height + Image: ='Coffee MR general top back arrow' OnSelect: =Back(ScreenTransition.UnCoverRight) - PaddingBottom: =30 - PaddingLeft: =30 - PaddingRight: =30 - PaddingTop: =30 - Width: =100 - ZIndex: =2 + PaddingBottom: =Self.PaddingTop + PaddingLeft: =varTheme.iconPadding + PaddingRight: =varTheme.iconPadding + PaddingTop: =varTheme.iconPadding + TabIndex: =0 + Tooltip: ="Close page" + Width: =varTheme.iconSize + ZIndex: =3 imgMeasurements As image: BorderColor: =RGBA(237, 237, 237, 1) - BorderThickness: =2 - Height: =Parent.Height * 0.5 - Image: =varImage.ImageURI - ImagePosition: =ImagePosition.Fill - RadiusBottomLeft: =10 - RadiusBottomRight: =10 - RadiusTopLeft: =10 - RadiusTopRight: =10 - Width: =Parent.Width * 0.7 + Height: =600 + Image: ='Coffee MR_Dimensions illustration_X2' + PaddingLeft: =Self.PaddingRight + Width: =Parent.Width - 100 ZIndex: =2 "galMeasurements As gallery.'BrowseLayout_Vertical_TwoTextOneImageVariant_ver4.0'": @@ -75,28 +69,70 @@ LayoutMinWidth: =320 TemplatePadding: =10 TemplateSize: =70 + Width: =Parent.Width ZIndex: =3 - conMeasurementContainer As groupContainer.manualLayoutContainer: - BorderColor: =RGBA(255, 255, 255, 1) - BorderThickness: =1 - Height: =Parent.TemplateHeight - Width: =Parent.TemplateWidth * 0.6 - X: =Parent.Width/2 - Self.Width/2 - ZIndex: =6 + conMeasurement As groupContainer.manualLayoutContainer: + Height: =70 + Width: =450 + X: =Parent.TemplateWidth/2 - Self.Width/2 + ZIndex: =4 + + figMeasurementSeparator As rectangle: + BorderColor: =RGBA(32, 54, 71, 1) + Fill: =varTheme.SeperatorColor + Height: =2 + OnSelect: = + Width: =Parent.Width - (Self.X * 2) + X: =5 + Y: =Parent.Height - 3 + ZIndex: =1 - lblMeasurement As label: - Align: =Align.Center - Color: =RGBA(255, 255, 255, 1) + conMeasurementValue As groupContainer.horizontalAutoLayoutContainer: Height: =70 - Size: =21 - Text: =ThisItem.name & " " & ThisItem.value & "cm" + LayoutMode: =LayoutMode.Auto Width: =Parent.Width - ZIndex: =1 + ZIndex: =2 + + lblMeasurementLabel As label: + FontWeight: =FontWeight.Semibold + Height: =70 + LayoutMinHeight: =70 + LayoutMinWidth: =560 + Size: =varTheme.FontSize3 + Text: |- + =ThisItem.name & ":" + Width: =135 + X: =40 + ZIndex: =1 + + lblMeasurement As label: + FillPortions: =1 + Height: =70 + LayoutMinHeight: =70 + LayoutMinWidth: =100 + Size: =varTheme.FontSize3 + Text: =ThisItem.value & " cm" + Width: =Parent.Width - lblMeasurementLabel.Width + X: =20 + ZIndex: =2 + + imgEdit As image: + Height: =70 + Image: ='Coffee MR edit icon' + LayoutMinHeight: =320 + LayoutMinWidth: =320 + PaddingBottom: =15 + PaddingLeft: =15 + PaddingRight: =15 + PaddingTop: =15 + Width: =70 + ZIndex: =4 btnMeasurementOverlay As button: + Color: =RGBA(0, 0, 0, 1) Fill: =Color.Transparent - Height: =Parent.Height + Height: =70 HoverBorderColor: =Color.LightGray HoverFill: =ColorFade(Self.Fill, -20%) OnSelect: | @@ -105,100 +141,145 @@ PaddingLeft: =0 PaddingRight: =0 PaddingTop: =0 + PressedFill: =Color.Transparent RadiusBottomLeft: =0 RadiusBottomRight: =0 RadiusTopLeft: =0 RadiusTopRight: =0 - Size: =20 + Size: =varTheme.FontSize3 Text: = - Width: =Parent.Width - ZIndex: =2 + Width: =Parent.Width + ZIndex: =3 - btnUseAsFilter As button: - BorderThickness: =0 - Color: =varTheme.primaryColor - Fill: =Color.White - Height: =80 - HoverColor: =varTheme.primaryColor - HoverFill: =Self.Fill - OnSelect: =Navigate('Coffee Machines List Screen', ScreenTransition.Cover); - RadiusBottomLeft: =80 - RadiusBottomRight: =80 - RadiusTopLeft: =80 - RadiusTopRight: =80 - Size: =20 - Text: ="Search Products" - Width: =260 - ZIndex: =4 + Container2 As groupContainer.manualLayoutContainer: + Height: =225 + LayoutMinHeight: =112 + LayoutMinWidth: =250 + ZIndex: =5 + + btnUseAsFilter As button: + BorderThickness: =0 + Color: =varTheme.TextLight + DisabledColor: =varTheme.TextLight + Fill: =varTheme.AppTeal + Font: =varTheme.font + FontWeight: =FontWeight.Normal + Height: =varTheme.ButtonHeight + HoverColor: =varTheme.TextLight + HoverFill: =Self.Fill + OnSelect: |- + =Refresh('coffeeItems (microsoft/powerApps/beta)'); + Navigate('Coffee Machines List Screen', ScreenTransition.Cover); + PressedColor: =varTheme.TextLight + RadiusBottomLeft: =80 + RadiusBottomRight: =80 + RadiusTopLeft: =80 + RadiusTopRight: =80 + Size: =varTheme.FontSize1 + Text: ="Filter products" + Width: =varTheme.ButtonSizeSNormal + X: =Parent.Width/2 - Self.Width/2 + Y: =Parent.Height/2 - Self.Height/2 + 10 + ZIndex: =1 conEditOverlay As groupContainer.manualLayoutContainer: - Fill: =RGBA(219, 219, 219, 0.6) + Fill: =RGBA(219, 219, 219, 0.8) Height: =Parent.Height + RadiusBottomLeft: =10 + RadiusBottomRight: =10 + RadiusTopLeft: =10 + RadiusTopRight: =10 Visible: =ctxShowEditDialog Width: =Parent.Width ZIndex: =2 - recDialogBackground As rectangle: - BorderColor: =RGBA(128, 128, 128, 1) - BorderThickness: =1 - Fill: =RGBA(255, 255, 255, 1) - Height: =344 - Width: =496 - X: =71 - Y: =392 - ZIndex: =1 + conEditMeasurement As groupContainer.verticalAutoLayoutContainer: + BorderColor: =Color.LightGray + BorderThickness: =2 + Fill: =varTheme.AppLight + Height: =350 + LayoutAlignItems: =LayoutAlignItems.Center + LayoutDirection: =LayoutDirection.Vertical + LayoutMode: =LayoutMode.Auto + RadiusBottomLeft: =15 + RadiusBottomRight: =15 + RadiusTopLeft: =15 + RadiusTopRight: =15 + X: =Parent.Width/2 - Self.Width/2 + Y: =Parent.Height/2 - Self.Height/2 + ZIndex: =7 - inpMeasurementValue As text: - Default: =ctxSelectedMeasurement.value - Format: =TextFormat.Number - Height: =70 - Size: =26 - Width: =353 - X: =142 - Y: =487 - ZIndex: =3 + icnCloseMeasurement As icon.Cancel: + AlignInContainer: =AlignInContainer.End + Color: =RGBA(0, 0, 0, 1) + Height: =70 + Icon: =Icon.Cancel + OnSelect: |- + =UpdateContext({ctxShowEditDialog: false, ctxSelectedMeasurement: Blank()}) + PaddingBottom: =15 + PaddingLeft: =15 + PaddingRight: =15 + PaddingTop: =15 + Width: =70 + X: =357 + Y: =392 + ZIndex: =1 - lblMeasurementName As label: - Font: =Font.'Segoe UI' - Height: =70 - Size: =24 - Text: =ctxSelectedMeasurement.name - Width: =263 - X: =142 - Y: =417 - ZIndex: =4 - - icnCloseMeasurement As icon.Cancel: - Height: =70 - Icon: =Icon.Cancel - OnSelect: |- - =UpdateContext({ctxShowEditDialog: false, ctxSelectedMeasurement: Blank()}) - PaddingBottom: =15 - PaddingLeft: =15 - PaddingRight: =15 - PaddingTop: =15 - Width: =70 - X: =497 - Y: =392 - ZIndex: =5 + lblMeasurementName As label: + Font: =varTheme.font + FontWeight: =FontWeight.Semibold + Height: =60 + LayoutMinHeight: =70 + LayoutMinWidth: =560 + Size: =varTheme.FontSize3 + Text: |- + =ctxSelectedMeasurement.name & ":" + Width: =400 + X: =140 + Y: =58 + ZIndex: =2 - btnSaveMeasurement As button: - BorderThickness: =1 - Fill: =varTheme.brandColor - Height: =70 - HoverFill: =ColorFade(Self.Fill, -20%) - OnSelect: |- - =Patch(colMeasurements, {name: ctxSelectedMeasurement.name}, {value: Value(inpMeasurementValue.Text)}); - Reset(inpMeasurementValue); - UpdateContext({ctxShowEditDialog: false}); - RadiusBottomLeft: =20 - RadiusBottomRight: =20 - RadiusTopLeft: =20 - RadiusTopRight: =20 - Size: =20 - Text: ="Save" - Width: =275 - X: =181 - Y: =612 - ZIndex: =6 + inpMeasurementValue As text: + BorderColor: =Color.LightGray + Default: =ctxSelectedMeasurement.value + Font: =varTheme.font + Format: =TextFormat.Number + Height: =70 + LayoutMinHeight: =70 + LayoutMinWidth: =560 + Size: =varTheme.FontSize3 + Width: =400 + X: =140 + Y: =108 + ZIndex: =3 + + conMeasureEditButton As groupContainer.manualLayoutContainer: + Height: =150 + LayoutMinHeight: =112 + LayoutMinWidth: =250 + ZIndex: =5 + + btnSaveMeasurement As button: + BorderColor: =varTheme.AppTeal + Color: =varTheme.AppTeal + DisabledColor: =varTheme.AppTeal + Fill: =varTheme.TextLight + Height: =varTheme.ButtonHeight + HoverColor: =varTheme.AppTeal + HoverFill: =varTheme.AppLight + OnSelect: |- + =Patch(colMeasurements, {name: ctxSelectedMeasurement.name}, {value: Value(inpMeasurementValue.Text)}); + Reset(inpMeasurementValue); + UpdateContext({ctxShowEditDialog: false}); + PressedColor: =varTheme.AppTeal + RadiusBottomLeft: =50 + RadiusBottomRight: =50 + RadiusTopLeft: =50 + RadiusTopRight: =50 + Size: =varTheme.FontSize1 + Text: ="Save" + Width: =varTheme.ButtonSizeSNormal + X: =Parent.Width/2 - Self.Width/2 + Y: =Parent.Height/2 - Self.Height/2 + ZIndex: =1 diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Start Measure Screen.fx.yaml b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Start Measure Screen.fx.yaml deleted file mode 100644 index b905310..0000000 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Start Measure Screen.fx.yaml +++ /dev/null @@ -1,90 +0,0 @@ -"'Start Measure Screen' As screen": - Fill: =varTheme.primaryColor - OnVisible: =Clear(colMeasurements); - - conActions As groupContainer.verticalAutoLayoutContainer: - Height: =Parent.Height - LayoutAlignItems: =LayoutAlignItems.Center - LayoutDirection: =LayoutDirection.Vertical - LayoutGap: =Parent.Height * 0.1 - LayoutJustifyContent: =LayoutJustifyContent.Center - LayoutMode: =LayoutMode.Auto - Width: =Parent.Width - ZIndex: =1 - - "mrStartMeasure As 'Measure in MR (preview)'.pcfdataset": - BorderFillColor: =RGBA(47, 81, 151, 1) - BorderRadius: =50 - BorderThickness: =0 - BoxDraw: =true - DisabledBorderColor: =RGBA(166, 166, 166, 1) - DisabledContentColor: =RGBA(166, 166, 166, 1) - DisabledFillColor: =RGBA(244, 244, 244, 1) - DisplayMode: =DisplayMode.Edit - DisplayType: ='MeasureInMR.DisplayType'.MSR_IconText - EnableShadows: =true - FillColor: =Color.White - FontSize: =36 - Height: =Parent.Height * 0.20 - HoverBorderColor: =RGBA(88, 115, 171, 1) - HoverContentColor: =RGBA(255, 255, 255, 1) - HoverFillColor: =ColorFade(varTheme.brandColor, 20%) - LayoutMinHeight: =70 - LayoutMinWidth: =280 - MeasurementType: ='MeasureInMR.MeasurementType'.Volume - OnMixedRealitySelect: | - =Set(varMeasurement, First(Self.Measurements)); - Set(varImage, First(Self.Photos)); - - If(Not(IsBlank(varMeasurement)), - Navigate('Measurement Screen', ScreenTransition.Cover); - ); - PaddingBottom: =0 - PaddingLeft: =0 - PaddingRight: =0 - PaddingTop: =0 - PressedBorderColor: =RGBA(56, 96, 178, 1) - PressedContentColor: =RGBA(255, 255, 255, 1) - PressedFillColor: =varTheme.brandColor - TextColor: =varTheme.primaryColor - Units: ='MeasureInMR.Units'.MSR_Centimeters - Width: =Parent.Width * 0.8 - X: =0 - Y: =0 - ZIndex: =1 - - btnPickFromList As button: - Color: =varTheme.primaryColor - Fill: =Color.White - Height: =mrStartMeasure.Height - HoverColor: =varTheme.primaryColor - HoverFill: =Color.White - OnSelect: =Navigate('Coffee Machines List Screen', ScreenTransition.Cover); - PaddingBottom: =0 - PaddingLeft: =0 - PaddingRight: =0 - PaddingTop: =0 - PressedColor: =varTheme.primaryColor - PressedFill: =Self.Fill - RadiusBottomLeft: =50 - RadiusBottomRight: =50 - RadiusTopLeft: =50 - RadiusTopRight: =50 - Size: =36 - Text: ="Pick from list" - Width: =mrStartMeasure.Width - ZIndex: =2 - - icnCloseActionScreen As icon.ChevronLeft: - Color: =Color.White - Height: =100 - Icon: =Icon.Cancel - OnSelect: =Navigate('Start Screen', ScreenTransition.UnCoverRight); - PaddingBottom: =20 - PaddingLeft: =20 - PaddingRight: =20 - PaddingTop: =20 - Width: =100 - X: =Parent.Width - Self.Width - ZIndex: =2 - diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Start Screen.fx.yaml b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Start Screen.fx.yaml index a236783..d51d58d 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Start Screen.fx.yaml +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Start Screen.fx.yaml @@ -1,86 +1,97 @@ "'Start Screen' As screen": - Fill: =varTheme.brandColor + Fill: =varTheme.AppGray OnVisible: |- =Set(varSelectedCoffeeMachine, Blank()); Set(varMeasurement, Blank()); - conStartContent As groupContainer.verticalAutoLayoutContainer: - Height: =Parent.Height * 0.9 + conStartSubContent As groupContainer.verticalAutoLayoutContainer: + Height: =Parent.Height LayoutAlignItems: =LayoutAlignItems.Center LayoutDirection: =LayoutDirection.Vertical - LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween LayoutMode: =LayoutMode.Auto Width: =Parent.Width - ZIndex: =3 + ZIndex: =1 - icnLearnMore As icon.Help: - AlignInContainer: =AlignInContainer.End - BorderColor: =RGBA(149, 149, 149, 1) - Color: =RGBA(255, 255, 255, 1) - Height: =100 - Icon: =Icon.Help - OnSelect: =Navigate('Info Screen', ScreenTransition.Cover) - PaddingBottom: =20 - PaddingLeft: =20 - PaddingRight: =20 - PaddingTop: =20 - Width: =100 - X: =Parent.Width - Self.Width - 20 - Y: =40 - ZIndex: =1 + imgLogo As image: + Fill: =Color.Transparent + Height: =800 + Image: ='Coffee MR_logotype and logo_x2' + LayoutMinHeight: =320 + LayoutMinWidth: =320 + PaddingTop: =30 + Width: =Parent.Width - 46 + ZIndex: =3 - Container3 As groupContainer.verticalAutoLayoutContainer: - FillPortions: =0 - Height: =450 + conStartButtons As groupContainer.verticalAutoLayoutContainer: + Height: =386 + LayoutAlignItems: =LayoutAlignItems.Center LayoutDirection: =LayoutDirection.Vertical - LayoutJustifyContent: =LayoutJustifyContent.SpaceBetween - LayoutMinHeight: =100 + LayoutGap: =50 + LayoutJustifyContent: =LayoutJustifyContent.Center + LayoutMinHeight: =Parent.Height - 800 LayoutMinWidth: =250 LayoutMode: =LayoutMode.Auto - ZIndex: =2 + PaddingTop: =20 + ZIndex: =4 - icnLogoPlaceholder As icon.Shop: - AlignInContainer: =AlignInContainer.Center - Color: =RGBA(255, 255, 255, 1) - DisplayMode: =DisplayMode.View - Height: =Self.Width - Icon: =Icon.Shop - Width: =Parent.Width * 0.35 + "'btnStartMeasure&Select' As button": + Color: =varTheme.TextLight + Fill: =varTheme.AppLightGray + Font: =varTheme.font + Height: =varTheme.ButtonHeight + HoverFill: =ColorFade(Self.Fill, -20%) + LayoutMinHeight: =70 + LayoutMinWidth: =280 + OnSelect: |- + =Set(varTakeMeasurement, true); + Navigate('Customer List Screen', ScreenTransition.Cover); + PaddingTop: =0 + PressedFill: =ColorFade(Self.Fill, 20%) + RadiusBottomLeft: =50 + RadiusBottomRight: =50 + RadiusTopLeft: =50 + RadiusTopRight: =50 + Size: =varTheme.FontSize3 + Text: ="Measure & Select" + Width: =varTheme.ButtonSizeBig + X: =40 Y: =40 ZIndex: =1 - Label1 As label: - Align: =Align.Center - AlignInContainer: =AlignInContainer.Center - Color: =RGBA(255, 255, 255, 1) + btnStartSelect As button: + Color: =varTheme.AppLightGray + Fill: =varTheme.AppLight Font: =varTheme.font - Height: =100 - Size: =32 - Text: ="Coffee is our passion" - Width: =Parent.Width + Height: =varTheme.ButtonHeight + HoverFill: =ColorFade(Self.Fill, -20%) + LayoutMinHeight: =70 + LayoutMinWidth: =280 + OnSelect: |- + =Set(varTakeMeasurement, false); + Navigate('Customer List Screen', ScreenTransition.Cover); + PaddingTop: =0 + RadiusBottomLeft: =50 + RadiusBottomRight: =50 + RadiusTopLeft: =50 + RadiusTopRight: =50 + Size: =varTheme.FontSize3 + Text: ="Select" + Width: =varTheme.ButtonSizeBig + X: =40 Y: =40 ZIndex: =2 - btnScanItem As button: - BorderThickness: =0 - Color: =varTheme.brandColor - DisabledColor: =RGBA(255, 255, 255, 1) - DisabledFill: =RGBA(237, 237, 237, 1) - Fill: =varTheme.secondaryColor - Font: =varTheme.font - Height: =Self.Width - HoverColor: =Self.Color - HoverFill: =RGBA(241, 244, 249, 1) - OnSelect: =Navigate('Start Measure Screen', ScreenTransition.Cover); - PressedColor: =Self.Color - RadiusBottomLeft: =Self.Width / 2 - RadiusBottomRight: =Self.Width / 2 - RadiusTopLeft: =Self.Width / 2 - RadiusTopRight: =Self.Width / 2 - Size: =36 - Text: ="Start" - Width: =Parent.Width * 0.33 - X: =Parent.Width/2 - Self.Width/2 - Y: =Parent.Height - Self.Height - 20 - ZIndex: =3 + imgLearnMore As image: + Height: =varTheme.iconSize + Image: ='Coffee MR start screen info icon' + OnSelect: =Navigate('Info Screen', ScreenTransition.Cover) + PaddingBottom: =varTheme.iconPadding + PaddingLeft: =varTheme.iconPadding + PaddingRight: =varTheme.iconPadding + PaddingTop: =varTheme.iconPadding + TabIndex: =0 + Tooltip: ="Open Learn More page" + Width: =varTheme.iconSize + X: =Parent.Width - Self.Width + ZIndex: =3 diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Success Screen.fx.yaml b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Success Screen.fx.yaml index af599b4..bf59454 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Success Screen.fx.yaml +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Success Screen.fx.yaml @@ -1,5 +1,5 @@ "'Success Screen' As screen": - Fill: =varTheme.brandColor + Fill: =varTheme.AppTealLight conSuccessContent As groupContainer.verticalAutoLayoutContainer: Height: =Parent.Height @@ -10,17 +10,18 @@ Width: =Parent.Width ZIndex: =1 - icnSuccess As icon.Check: - Color: =Color.White - Height: =Self.Width - Icon: =Icon.Check - Width: =Parent.Width * 0.3 - Y: =40 - ZIndex: =1 + imgSuccess As image: + FillPortions: =1 + Height: =320 + Image: ='Coffee MR succes icon' + LayoutMinHeight: =320 + LayoutMinWidth: =320 + Width: =140 + ZIndex: =2 - Timer1 As timer: + timeSuccess As timer: AutoStart: =true - Duration: =1000 + Duration: =3000 Fill: =RGBA(0, 0, 0, 0) Height: =1136 HoverFill: =Color.Transparent diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Summary Screen.fx.yaml b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Summary Screen.fx.yaml index 56243b9..0e82b97 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Summary Screen.fx.yaml +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/Src/Summary Screen.fx.yaml @@ -1,62 +1,10 @@ "'Summary Screen' As screen": - Fill: =varTheme.brandColor - OnVisible: =Select(btnLoadOrderSummary); - - btnLoadOrderSummary As button: - Fill: =RGBA(100, 118, 132, 1) - Height: =50 - HoverFill: =ColorFade(RGBA(100, 118, 132, 1), -20%) - OnSelect: | - =UpdateContext({ - ctxShowLoadingScreen: true - }); - - // Clear collections related to this page - Clear(colOrderSummary); - Clear(colCurrentOrderState_CollapsedGroups); - - Collect(colSelectedItems, - { - id: varSelectedCoffeeMachine.'System ID', - name: varSelectedCoffeeMachine.DisplayName, - price: varSelectedCoffeeMachine.'Unit price', - group: "Coffee Machine", - quantity: 1, - // Use placeholder image if the image is not provided - image: If( - varSelectedCoffeeMachine.'Picture reference' = GUID("00000000-0000-0000-0000-000000000000"), - placeholder, - varSelectedCoffeeMachine.Picture - ) - } - ); - - - // Map selected items into groups for current order - UpdateContext({ctxAllGroupsForCurrentOrder: ForAll(Distinct(colSelectedItems, group), {Result: ThisRecord.Value})}); - ForAll(ctxAllGroupsForCurrentOrder As itemGroups, - // Add Group header item - Collect(colOrderSummary, {name: itemGroups.Result, id: GUID(), header: true}); - // All all items for group - Collect(colOrderSummary, Filter(colSelectedItems, And(group = itemGroups.Result, quantity > 0))); - // Set initial group state to collapsed - Collect(colCurrentOrderState_CollapsedGroups, {name: itemGroups.Result}); - ); - - // Add Total at the end - Collect(colOrderSummary, {id: GUID(), total: true}); - - // Set state for page actions - UpdateContext({ctxShowLoadingScreen: false}); - Size: =24 - Text: ="" - Visible: =false - Width: =50 - ZIndex: =1 + Fill: =varTheme.AppLight + OnVisible: =Select(btnFunctionLoadOrderSummary); "galOrderSummary As gallery.'BrowseLayout_Vertical_TwoTextOneImageVariant_ver4.0'": BorderColor: =RGBA(32, 54, 71, 1) - Height: =881 + Height: =860 Items: |- =Filter(colOrderSummary, Or( Or(header, total), @@ -67,78 +15,76 @@ OnSelect: = ShowScrollbar: =false TemplatePadding: =0 - TemplateSize: =123 - Width: =Parent.Width - Y: =conOrderSummaryHeader.Height - ZIndex: =2 + TemplateSize: =140 + Width: =Parent.Width - (Self.X*2) + X: =30 + Y: =conOrderSummaryHeader.Height - 15 + ZIndex: =1 conTotal As groupContainer: - Height: =123 + Height: =135 Visible: =ThisItem.total - Width: =640 + Width: =Parent.Width ZIndex: =1 lblTotalOrder As label: - Color: =RGBA(255, 255, 255, 1) + Color: =varTheme.TextDark Font: =varTheme.font Height: =80 PaddingBottom: =0 PaddingLeft: =0 PaddingRight: =0 PaddingTop: =0 - Size: =25 + Size: =varTheme.FontSize4 Text: |- ="Total:" VerticalAlign: =VerticalAlign.Top Visible: =ThisItem.total Width: =200 - X: =40 - Y: =Parent.Height/2 - Self.Height/2 + Y: =Parent.Height - Self.Height ZIndex: =1 lblItemTotalSum As label: Align: =Align.Right - Color: =RGBA(255, 255, 255, 1) + Color: =varTheme.TextDark Font: =varTheme.font Height: =80 PaddingBottom: =0 PaddingLeft: =0 PaddingRight: =0 PaddingTop: =0 - Size: =30 + Size: =varTheme.FontSize4 Text: =Text(Sum(colSelectedItems, price * quantity), varCurrencyFormat ,varBcLocale) VerticalAlign: =VerticalAlign.Top Visible: =ThisItem.total Width: =200 X: =Parent.Width - Self.Width - 20 - Y: =Parent.Height/2 - Self.Height/2 + Y: =Parent.Height - Self.Height ZIndex: =2 conHeader As groupContainer.manualLayoutContainer: Height: =85 Visible: =ThisItem.header Width: =Parent.Width - Y: =Parent.TemplateHeight - Self.Height + Y: =Parent.TemplateHeight - Self.Height -10 ZIndex: =2 recCurrentOrderDivider As rectangle: BorderColor: =RGBA(32, 54, 71, 1) - Fill: =Color.White + Fill: =RGBA(166, 166, 166, 1) Height: =2 OnSelect: = - Width: =Parent.Width - 40 - X: =20 + Width: =Parent.Width Y: =Parent.Height - Self.Height ZIndex: =1 lblSumCost As label: Align: =Align.Right BorderColor: =RGBA(32, 54, 71, 1) - Color: =RGBA(255, 255, 255, 1) Font: =varTheme.font Height: =Parent.Height OnSelect: = - Size: =25 + Size: =varTheme.FontSize3 Text: |- =With({ groupCost: Sum(Filter(colSelectedItems, group = ThisItem.name), price * quantity) @@ -152,11 +98,10 @@ lblGroupNameExtra As label: BorderColor: =RGBA(32, 54, 71, 1) - Color: =RGBA(255, 255, 255, 1) Font: =varTheme.font Height: =70 OnSelect: = - Size: =25 + Size: =varTheme.FontSize3 Text: |- =With({ groupSum: Sum(Filter(colSelectedItems, group = ThisItem.name), quantity)} @@ -170,7 +115,7 @@ icnHeaderExpandedState As icon.Add: BorderColor: =RGBA(32, 54, 71, 1) - Color: =RGBA(255, 255, 255, 1) + Color: =RGBA(0, 0, 0, 1) Height: =30 Icon: |- =If(ThisItem.name in colCurrentOrderState_CollapsedGroups, @@ -178,8 +123,7 @@ Icon.ChevronUp ) Width: =30 - X: =20 - Y: =Parent.Height/2 - Self.Height/2 + 4 + Y: =Parent.Height/2 - Self.Height/2 ZIndex: =5 recOverLay As rectangle: @@ -206,14 +150,13 @@ isGroupCollapsed ) ) - Width: =Parent.TemplateWidth - 40 - X: =20 + Width: =Parent.TemplateWidth ZIndex: =3 figItemSeparatorOrderSummary As rectangle: BorderColor: =RGBA(32, 54, 71, 1) DisplayMode: =DisplayMode.View - Fill: =varTheme.primaryColor + Fill: =RGBA(166, 166, 166, 1) Height: =2 Width: =Parent.Width X: = @@ -234,22 +177,21 @@ ZIndex: =2 conItemInformation As groupContainer: - Height: =lblItemPrice_1.Height + lblItemDisplayName_1.Height + Height: =lblItemSummaryPrice.Height + lblItemSummaryDisplayName.Height Width: =451 X: =100 Y: =Parent.Height/2 - Self.Height/2 ZIndex: =3 - lblItemPrice_1 As label: - Color: =RGBA(255, 255, 255, 1) + lblItemSummaryPrice As label: + Color: =varTheme.TextDark DisplayMode: = DisplayMode.Edit Font: =varTheme.font - Height: =35 PaddingBottom: =0 PaddingLeft: =0 PaddingRight: =0 PaddingTop: =0 - Size: =20 + Size: =varTheme.FontSize3 Text: =Text(ThisItem.price, varCurrencyFormat, varBcLocale) VerticalAlign: =VerticalAlign.Top Visible: =Not(IsBlank(ThisItem.quantity)) @@ -257,15 +199,14 @@ Y: =35 ZIndex: =1 - lblItemDisplayName_1 As label: - Color: =RGBA(255, 255, 255, 1) + lblItemSummaryDisplayName As label: + Color: =varTheme.TextDark Font: =varTheme.font - Height: =35 PaddingBottom: =0 PaddingLeft: =0 PaddingRight: =0 PaddingTop: =0 - Size: =22 + Size: =varTheme.FontSize3 Text: =ThisItem.name VerticalAlign: =VerticalAlign.Top Visible: =Not(IsBlank(ThisItem.quantity)) @@ -280,23 +221,25 @@ Height: =Parent.Height HoverFill: =Color.Transparent OnSelect: |- - =If(Not(IsBlank(ctxShowQuantityControlForIs)), - UpdateContext({ctxShowQuantityControlForIs: Blank()}) - , - Navigate('Extra Screen', ScreenTransition.Fade, {ctxSelectedItem: ThisItem}) - ) + = UpdateContext({ctxShowQuantityControlForIs: Blank()}) + PressedFill: =Color.Transparent Width: =Parent.Width ZIndex: =4 btnQuantityOrderSummary As button: - BorderColor: =Color.White + BorderColor: =RGBA(166, 166, 166, 1) + BorderThickness: =0 DisplayMode: = DisplayMode.Edit - Fill: =varTheme.primaryColor - Height: =70 - HoverFill: =varTheme.primaryColor + Fill: =varTheme.AppDark + Height: =68 + HoverFill: =varTheme.AppDark OnSelect: |- =UpdateContext({ctxShowQuantityControlForIs:ThisItem.id}) + PaddingBottom: =10 + PaddingLeft: =10 + PaddingRight: =10 + PaddingTop: =10 RadiusBottomLeft: =35 RadiusBottomRight: =35 RadiusTopLeft: =35 @@ -304,30 +247,34 @@ Size: =24 Text: =LookUp(colSelectedItems, id = ThisItem.id).quantity Visible: =Not(IsBlank(ThisItem.quantity)) - Width: =70 - X: =525 - Y: =35 + Width: =68 + X: =Parent.Width - Self.Width + Y: =Parent.Height/2 - Self.Height/2 ZIndex: =5 conQuantityControlOrderSummary As groupContainer.manualLayoutContainer: - Fill: =varTheme.brandColor + Fill: =Color.Transparent Height: =Parent.Height - 5 Visible: =ThisItem.id = ctxShowQuantityControlForIs - Width: =275 + Width: =270 X: =Parent.Width - Self.Width - Y: =2 + Y: =10 ZIndex: =6 btnQCBackgroundOS As button: BorderColor: =Color.White BorderThickness: =1 - DisabledFill: =varTheme.primaryColor + Color: =varTheme.AppDark + DisabledColor: =varTheme.AppDark + DisabledFill: =varTheme.AppDark DisplayMode: =DisplayMode.View - Fill: =ColorFade(varTheme.primaryColor, -20%) + Fill: =varTheme.AppDark Height: =70 - HoverFill: =varTheme.primaryColor + HoverColor: =varTheme.AppDark + HoverFill: =varTheme.AppDark OnSelect: = - PressedFill: =varTheme.primaryColor + PressedColor: =varTheme.AppDark + PressedFill: =varTheme.AppDark RadiusBottomLeft: =35 RadiusBottomRight: =35 RadiusTopLeft: =35 @@ -362,7 +309,7 @@ icnQCAddItemOS As icon.ChevronRight: AccessibleLabel: =Self.Tooltip BorderColor: =RGBA(32, 54, 71, 1) - Color: =varTheme.primaryColor + Color: =Color.Black FocusedBorderThickness: =0 Height: =80 Icon: =Icon.Add @@ -396,9 +343,9 @@ BorderThickness: =1 DisabledBorderColor: =RGBA(255, 255, 255, 1) DisabledColor: =RGBA(255, 255, 255, 1) - DisabledFill: =ColorFade(varTheme.primaryColor, -20%) + DisabledFill: =ColorFade(varTheme.AppDark, -20%) DisplayMode: =DisplayMode.Disabled - Fill: =varTheme.primaryColor + Fill: =varTheme.AppDark Height: =60 HoverFill: =ColorFade(RGBA(100, 118, 132, 1), -20%) OnSelect: =Notify(ThisItem.id) @@ -436,7 +383,7 @@ icnQCRemoveItemOS As icon.ChevronRight: AccessibleLabel: =Self.Tooltip BorderColor: =RGBA(32, 54, 71, 1) - Color: =varTheme.primaryColor + Color: =Color.Black Height: =80 Icon: =Icon.HorizontalLine OnSelect: |- @@ -468,23 +415,22 @@ ZIndex: =6 comBigDividerBottomSummary As comBigDividerBottom: - Height: =17 + Height: =16 Width: =Parent.Width - Y: =Parent.Height - 100 - ZIndex: =3 + Y: =Parent.Height -Self.Height - 110 + ZIndex: =2 btnSubmitOrder As button: BorderColor: =Color.White DisplayMode: =If(Sum(colSelectedItems, quantity), DisplayMode.Edit, DisplayMode.Disabled) - Fill: =varTheme.primaryColor + Fill: =varTheme.AppTeal Font: =varTheme.font - Height: =80 + Height: =varTheme.ButtonHeight HoverFill: =ColorFade(Self.Fill, -20%) - OnSelect: | + OnSelect: |- =UpdateContext({ctxShowLoadingScreen: true, ctxError: false}); - // Hard coded to use 'School of Fine Art' - Set(varSelectedCustomer, LookUp('customers (v2.0)', 'No.' = "30000")); + //TODO: If this code is to be use in production setting, consider adding error handling Set(varCreatedSalesOrder, Patch( 'salesOrders (v2.0)', Defaults('salesOrders (v2.0)'), @@ -497,76 +443,70 @@ ); // Call flow to upload images - Set(varImageContent, Last(ViewInMR1.Photos).ImageURI); + Set(varImageContent, Last(ViewInMRControl.Photos).ImageURI); If(Not(IsBlankOrError(varImageContent)), UploadImageToSalesOrder.Run(varCreatedSalesOrder.Id, {file:{name:GUID() & ".png", contentBytes:varImageContent}}); ); - // If all patches succeeded, continue to success screen ClearCollect(colSelectedItems, Blank()); - UpdateContext({ctxShowLoadingScreen: false}); Navigate('Success Screen', ScreenTransition.Fade); - - UpdateContext({ctxError: false, ctxShowLoadingScreen: false}); + PaddingTop: =0 RadiusBottomLeft: =40 RadiusBottomRight: =40 RadiusTopLeft: =40 RadiusTopRight: =40 - Size: =24 + Size: =varTheme.FontSize1 Text: ="Submit" - Width: =300 + Width: =varTheme.ButtonSizeSNormal X: =Parent.Width/2 - Self.Width/2 - Y: =Parent.Height - Self.Height - 40 - ZIndex: =5 + Y: =comBigDividerBottomSummary.Y + comBigDividerBottomSummary.Height - Self.Height/2 + ZIndex: =3 conOrderSummaryHeader As groupContainer: Height: =173 Width: =Parent.Width - ZIndex: =7 + ZIndex: =4 + + comBigDividerSummeryTop As comBigDivider: + Height: =16 + Width: =Parent.Width + Y: =varTheme.PageHeader lblCurrentOrderNumber As label: BorderColor: =RGBA(32, 54, 71, 1) - Color: =Color.White + Color: =varTheme.TextDark Font: =varTheme.font Height: =60 - Size: =34 + Size: =varTheme.FontSize4 Text: ="Order " Width: =560 - X: =40 + X: =30 Y: =110 - ZIndex: =1 + ZIndex: =2 lblCurrentOrderTable As label: Align: =Align.Center BorderColor: =RGBA(32, 54, 71, 1) - Color: =Color.White - Height: =50 - Size: =30 - Text: ="Order Summary" - Width: =335 - X: =152 - Y: =25 - ZIndex: =2 - - icnBack As icon.ChevronLeft: - BorderColor: =RGBA(32, 54, 71, 1) - Color: =RGBA(255, 255, 255, 1) - Height: =90 - Icon: =Icon.ChevronLeft - OnSelect: =Back(ScreenTransition.UnCoverRight); - PaddingBottom: =30 - PaddingLeft: =30 - PaddingRight: =30 - PaddingTop: =30 - Width: =90 - Y: =5 + Color: =varTheme.TextDark + Font: =varTheme.font + Height: =varTheme.PageHeader + Size: =varTheme.FontSize4 + Text: ="Order summary" + Width: =Parent.Width ZIndex: =3 - comBigDivider_2 As comBigDivider: - Height: =16 - Width: =Parent.Width - Y: =100 + ImgSummaryBack As image: + Height: =90 + Image: ='Coffee MR general top back arrow' + OnSelect: =Back(ScreenTransition.UnCoverRight) + PaddingBottom: =varTheme.iconPadding + PaddingLeft: =varTheme.iconPadding + PaddingRight: =varTheme.iconPadding + PaddingTop: =varTheme.iconPadding + TabIndex: =0 + Tooltip: ="Close page" + Width: =varTheme.iconSize ZIndex: =5 comYesNoDialogCheckout As comYesNoDialog: @@ -578,12 +518,47 @@ Navigate('Success Screen'); DialogText: ="Are you sure you want to checkout and close the order?" Height: =Parent.Height - PrimaryColor: =varTheme.primaryColor + PrimaryColor: =varTheme.AppLight Visible: =ctxShowCheckOutDialog Width: =Parent.Width - ZIndex: =8 + ZIndex: =5 comLoadingOverlaySummaryScreen As comLoadingOverlay: Visible: =ctxShowLoadingScreen - ZIndex: =9 + ZIndex: =6 + + btnFunctionLoadOrderSummary As button: + Fill: =RGBA(100, 118, 132, 1) + Height: =50 + HoverFill: =ColorFade(RGBA(100, 118, 132, 1), -20%) + OnSelect: | + =UpdateContext({ + ctxShowLoadingScreen: true + }); + + // Clear collections related to this page + Clear(colOrderSummary); + Clear(colCurrentOrderState_CollapsedGroups); + + // Map selected items into groups for current order + UpdateContext({ctxAllGroupsForCurrentOrder: ForAll(Distinct(colSelectedItems, group), {Result: ThisRecord.Value})}); + ForAll(ctxAllGroupsForCurrentOrder As itemGroups, + // Add Group header item + Collect(colOrderSummary, {name: itemGroups.Result, id: GUID(), header: true}); + // All all items for group + Collect(colOrderSummary, Filter(colSelectedItems, And(group = itemGroups.Result, quantity > 0))); + // Set initial group state to collapsed + Collect(colCurrentOrderState_CollapsedGroups, {name: itemGroups.Result}); + ); + + // Add Total at the end + Collect(colOrderSummary, {id: GUID(), total: true}); + + // Set state for page actions + UpdateContext({ctxShowLoadingScreen: false}); + Size: =24 + Text: ="" + Visible: =false + Width: =50 + ZIndex: =7 diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/PcfControlTemplates/Measure in MR %28preview%29_1.0.23.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/PcfControlTemplates/Measure in MR %28preview%29_1.0.23.json index ef1bde3..fd6cdc7 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/PcfControlTemplates/Measure in MR %28preview%29_1.0.23.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/PcfControlTemplates/Measure in MR %28preview%29_1.0.23.json @@ -9,6 +9,7 @@ "PropertyKind": 2, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 29, "WizardStep": null }, @@ -20,6 +21,7 @@ "PropertyKind": 1, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -31,6 +33,7 @@ "PropertyKind": 2, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 30, "WizardStep": null }, @@ -42,6 +45,7 @@ "PropertyKind": 2, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -53,6 +57,7 @@ "PropertyKind": 1, "SectionIndex": 1, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -64,6 +69,7 @@ "PropertyKind": 1, "SectionIndex": 6, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -75,6 +81,7 @@ "PropertyKind": 2, "SectionIndex": 6, "SectionName": null, + "SectionType": null, "Type": 29, "WizardStep": null }, @@ -86,6 +93,7 @@ "PropertyKind": 2, "SectionIndex": 6, "SectionName": null, + "SectionType": null, "Type": 31, "WizardStep": null }, @@ -97,6 +105,7 @@ "PropertyKind": 2, "SectionIndex": 6, "SectionName": null, + "SectionType": null, "Type": 32, "WizardStep": null }, @@ -108,6 +117,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -119,6 +129,7 @@ "PropertyKind": 1, "SectionIndex": 1, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -130,6 +141,7 @@ "PropertyKind": 2, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 32, "WizardStep": null }, @@ -141,6 +153,7 @@ "PropertyKind": 1, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 33, "WizardStep": null }, @@ -152,6 +165,7 @@ "PropertyKind": 1, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -163,6 +177,7 @@ "PropertyKind": 1, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 34, "WizardStep": null }, @@ -174,6 +189,7 @@ "PropertyKind": 2, "SectionIndex": 3, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -185,6 +201,7 @@ "PropertyKind": 2, "SectionIndex": 6, "SectionName": null, + "SectionType": null, "Type": 29, "WizardStep": null }, @@ -196,6 +213,7 @@ "PropertyKind": 2, "SectionIndex": 6, "SectionName": null, + "SectionType": null, "Type": 31, "WizardStep": null }, @@ -207,6 +225,7 @@ "PropertyKind": 2, "SectionIndex": 6, "SectionName": null, + "SectionType": null, "Type": 32, "WizardStep": null }, @@ -218,6 +237,7 @@ "PropertyKind": 2, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 35, "WizardStep": null }, @@ -229,6 +249,7 @@ "PropertyKind": 1, "SectionIndex": 2, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -240,6 +261,7 @@ "PropertyKind": 1, "SectionIndex": 1, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -251,6 +273,7 @@ "PropertyKind": 1, "SectionIndex": 4, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -262,6 +285,7 @@ "PropertyKind": 1, "SectionIndex": 4, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -273,6 +297,7 @@ "PropertyKind": 1, "SectionIndex": 4, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -284,6 +309,7 @@ "PropertyKind": 1, "SectionIndex": 4, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -295,6 +321,7 @@ "PropertyKind": 2, "SectionIndex": 6, "SectionName": null, + "SectionType": null, "Type": 29, "WizardStep": null }, @@ -306,6 +333,7 @@ "PropertyKind": 2, "SectionIndex": 6, "SectionName": null, + "SectionType": null, "Type": 31, "WizardStep": null }, @@ -317,6 +345,7 @@ "PropertyKind": 2, "SectionIndex": 6, "SectionName": null, + "SectionType": null, "Type": 32, "WizardStep": null }, @@ -328,6 +357,7 @@ "PropertyKind": 2, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 37, "WizardStep": null }, @@ -339,6 +369,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -350,6 +381,7 @@ "PropertyKind": 1, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 40, "WizardStep": null }, @@ -361,6 +393,7 @@ "PropertyKind": 2, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 31, "WizardStep": null }, @@ -372,6 +405,7 @@ "PropertyKind": 2, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 36, "WizardStep": null }, @@ -383,6 +417,7 @@ "PropertyKind": 1, "SectionIndex": 1, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -394,6 +429,7 @@ "PropertyKind": 1, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 42, "WizardStep": null }, @@ -405,6 +441,7 @@ "PropertyKind": 1, "SectionIndex": 3, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -416,6 +453,7 @@ "PropertyKind": 2, "SectionIndex": 3, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -427,6 +465,7 @@ "PropertyKind": 2, "SectionIndex": 3, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -438,6 +477,7 @@ "PropertyKind": 2, "SectionIndex": 3, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null } @@ -451,6 +491,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -462,6 +503,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -473,6 +515,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -484,6 +527,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -495,6 +539,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -506,6 +551,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -517,6 +563,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -528,6 +575,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -539,6 +587,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -550,6 +599,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -561,6 +611,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -572,6 +623,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -583,6 +635,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -594,6 +647,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -605,6 +659,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -616,6 +671,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -627,6 +683,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -638,6 +695,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -649,6 +707,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -660,6 +719,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -671,6 +731,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -682,6 +743,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -693,6 +755,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -704,6 +767,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -715,6 +779,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -726,6 +791,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -737,6 +803,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -748,6 +815,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -759,6 +827,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -770,6 +839,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -781,6 +851,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -792,6 +863,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -803,6 +875,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null } @@ -814,14 +887,16 @@ "DisplayName": "OnChange", "Hidden": false, "IsPrimaryInput": false, - "Name": "OnChange" + "Name": "OnChange", + "PfxDefaultValue": null }, { "Description": "", "DisplayName": "OnSelect", "Hidden": false, "IsPrimaryInput": false, - "Name": "OnSelect" + "Name": "OnSelect", + "PfxDefaultValue": null } ], "ControlConstructor": "MeasureInMR", @@ -833,7 +908,8 @@ "DisplayName": "On Mixed Reality Select", "Hidden": false, "IsPrimaryInput": false, - "Name": "OnMixedRealitySelect" + "Name": "OnMixedRealitySelect", + "PfxDefaultValue": null } ], "IncludedProperties": [ @@ -2400,6 +2476,13 @@ "Path": "/PCF/fela-dom.js", "Type": 0 }, + { + "IsControlSpecific": false, + "LoadingOrder": 5, + "ModifiedPath": "", + "Path": "/ctrllib/common/js/container.js", + "Type": 0 + }, { "IsControlSpecific": false, "LoadingOrder": 6, @@ -2416,371 +2499,371 @@ }, { "IsControlSpecific": false, - "LoadingOrder": 7, + "LoadingOrder": 8, "ModifiedPath": "", - "Path": "{\"Id\":\"ManifestTemplate\",\"Data\":{\"ConstructorName\":\"Microsoft.MeasureInMR\",\"CustomControlId\":\"Microsoft.MeasureInMR\",\"IsVirtual\":false,\"Properties\":{\"Resources\":[{\"Name\":\"/PCF/prop-types.js\",\"LoadOrder\":1,\"Type\":0,\"LibraryName\":null},{\"Name\":\"/PCF/react-fela.js\",\"LoadOrder\":2,\"Type\":0,\"LibraryName\":null},{\"Name\":\"/PCF/fela.js\",\"LoadOrder\":3,\"Type\":0,\"LibraryName\":null},{\"Name\":\"/PCF/fela-dom.js\",\"LoadOrder\":4,\"Type\":0,\"LibraryName\":null},{\"Name\":\"/ctrllib/PCFControls/js/PCFControlWrapper.js\",\"LoadOrder\":6,\"Type\":0,\"LibraryName\":null},{\"Name\":\"/ctrllib/PcfControlProxy/js/PcfControlProxy.js\",\"LoadOrder\":7,\"Type\":0,\"LibraryName\":null}],\"GroupDefinitions\":null,\"DataSetDefinitions\":{\"Items\":{\"DisplayName\":\"Expected measurements (preview)\",\"Type\":\"Grid\",\"Columns\":{\"0\":{\"Required\":true,\"Usage\":2,\"Name\":\"ItemsLabels\",\"Type\":\"SingleLine_Text\"},\"1\":{\"Required\":false,\"Usage\":2,\"Name\":\"ItemsMeasurementType\",\"Type\":\"Enum\"},\"2\":{\"Required\":false,\"Usage\":2,\"Name\":\"ItemsBoxDraw\",\"Type\":\"TwoOptions\"}},\"Primary\":true,\"InitialDataSetFetch\":true,\"CDSDataSetOptions\":null}},\"Properties\":{\"Text\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"Measure in MR\"},\"Units\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"Meters\"},\"BoxDraw\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"false\"},\"EnableShadows\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"false\"},\"MeasurementType\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"Freeform\"},\"Measurements\":{\"Required\":true,\"Usage\":2,\"DefaultValue\":\"\"},\"Photos\":{\"Required\":true,\"Usage\":2,\"DefaultValue\":\"\"},\"DisplayType\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"IconText\"},\"PaddingTop\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"5\"},\"PaddingBottom\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"5\"},\"PaddingLeft\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"5\"},\"PaddingRight\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"5\"},\"FillColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#3860B2\"},\"TextColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#FFFFFF\"},\"BorderStyle\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"solid\"},\"BorderThickness\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"2\"},\"BorderFillColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#2f5197\"},\"BorderRadius\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"10\"},\"Font\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"'Open Sans', sans-serif\"},\"FontSize\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"20\"},\"FontWeight\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"600\"},\"Italic\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"false\"},\"Underline\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"false\"},\"Strikethrough\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"false\"},\"TextAlignment\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"center\"},\"VerticalAlign\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"middle\"},\"Disabled\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"false\"},\"DisabledContentColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#A6A6A6\"},\"DisabledFillColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#F4F4F4\"},\"DisabledBorderColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#A6A6A6\"},\"PressedContentColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#3860b2\"},\"PressedFillColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#FFFFFF\"},\"PressedBorderColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#3860b2\"},\"HoverContentColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#FFFFFF\"},\"HoverFillColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#2f5197\"},\"HoverBorderColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#5873ab\"},\"Items\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"\"},\"Selected\":{\"Required\":true,\"Usage\":2,\"DefaultValue\":\"\"},\"SelectedItems\":{\"Required\":true,\"Usage\":2,\"DefaultValue\":\"\"},\"ItemsLabels\":{\"Required\":true,\"Usage\":0,\"DefaultValue\":\"\"},\"ItemsMeasurementType\":{\"Required\":true,\"Usage\":0,\"DefaultValue\":\"\"},\"ItemsBoxDraw\":{\"Required\":true,\"Usage\":0,\"DefaultValue\":\"\"}},\"FeatureUsage\":[{\"IsRequired\":true,\"Name\":\"Device.openARViewer\"}]},\"Events\":{\"OnMixedRealitySelect\":{\"EventName\":\"OnMixedRealitySelect\"}},\"CommonEvents\":null,\"DesignMap\":null,\"PropertyDependencies\":[{\"Input\":\"Text\",\"Output\":\"Measurements\",\"RequiredFor\":\"schema\"},{\"Input\":\"Text\",\"Output\":\"Photos\",\"RequiredFor\":\"schema\"},{\"Input\":\"Items\",\"Output\":\"Selected\",\"RequiredFor\":\"\"},{\"Input\":\"Items\",\"Output\":\"SelectedItems\",\"RequiredFor\":\"\"}],\"Children\":null}}", + "Path": "{\"Id\":\"ManifestTemplate\",\"Data\":{\"ConstructorName\":\"Microsoft.MeasureInMR\",\"CustomControlId\":\"Microsoft.MeasureInMR\",\"IsVirtual\":false,\"Properties\":{\"Resources\":[{\"Name\":\"/PCF/prop-types.js\",\"LoadOrder\":1,\"Type\":0,\"LibraryName\":null},{\"Name\":\"/PCF/react-fela.js\",\"LoadOrder\":2,\"Type\":0,\"LibraryName\":null},{\"Name\":\"/PCF/fela.js\",\"LoadOrder\":3,\"Type\":0,\"LibraryName\":null},{\"Name\":\"/PCF/fela-dom.js\",\"LoadOrder\":4,\"Type\":0,\"LibraryName\":null},{\"Name\":\"/ctrllib/common/js/container.js\",\"LoadOrder\":5,\"Type\":0,\"LibraryName\":null},{\"Name\":\"/ctrllib/PCFControls/js/PCFControlWrapper.js\",\"LoadOrder\":6,\"Type\":0,\"LibraryName\":null},{\"Name\":\"/ctrllib/PcfControlProxy/js/PcfControlProxy.js\",\"LoadOrder\":7,\"Type\":0,\"LibraryName\":null}],\"GroupDefinitions\":null,\"DataSetDefinitions\":{\"Items\":{\"DisplayName\":\"Expected measurements (preview)\",\"Type\":\"Grid\",\"Columns\":{\"0\":{\"Required\":true,\"Usage\":2,\"Name\":\"ItemsLabels\",\"Type\":\"SingleLine_Text\"},\"1\":{\"Required\":false,\"Usage\":2,\"Name\":\"ItemsMeasurementType\",\"Type\":\"Enum\"},\"2\":{\"Required\":false,\"Usage\":2,\"Name\":\"ItemsBoxDraw\",\"Type\":\"TwoOptions\"}},\"Primary\":true,\"InitialDataSetFetch\":true,\"CDSDataSetOptions\":null}},\"Properties\":{\"Text\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"Measure in MR\"},\"Units\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"Meters\"},\"BoxDraw\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"false\"},\"EnableShadows\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"false\"},\"MeasurementType\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"Freeform\"},\"Measurements\":{\"Required\":true,\"Usage\":2,\"DefaultValue\":\"\"},\"Photos\":{\"Required\":true,\"Usage\":2,\"DefaultValue\":\"\"},\"DisplayType\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"IconText\"},\"PaddingTop\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"5\"},\"PaddingBottom\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"5\"},\"PaddingLeft\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"5\"},\"PaddingRight\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"5\"},\"FillColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#3860B2\"},\"TextColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#FFFFFF\"},\"BorderStyle\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"solid\"},\"BorderThickness\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"2\"},\"BorderFillColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#2f5197\"},\"BorderRadius\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"10\"},\"Font\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"'Open Sans', sans-serif\"},\"FontSize\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"20\"},\"FontWeight\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"600\"},\"Italic\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"false\"},\"Underline\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"false\"},\"Strikethrough\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"false\"},\"TextAlignment\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"center\"},\"VerticalAlign\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"middle\"},\"Disabled\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"false\"},\"DisabledContentColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#A6A6A6\"},\"DisabledFillColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#F4F4F4\"},\"DisabledBorderColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#A6A6A6\"},\"PressedContentColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#3860b2\"},\"PressedFillColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#FFFFFF\"},\"PressedBorderColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#3860b2\"},\"HoverContentColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#FFFFFF\"},\"HoverFillColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#2f5197\"},\"HoverBorderColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#5873ab\"},\"Items\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"\"},\"Selected\":{\"Required\":true,\"Usage\":2,\"DefaultValue\":\"\"},\"SelectedItems\":{\"Required\":true,\"Usage\":2,\"DefaultValue\":\"\"},\"ItemsLabels\":{\"Required\":true,\"Usage\":0,\"DefaultValue\":\"\"},\"ItemsMeasurementType\":{\"Required\":true,\"Usage\":0,\"DefaultValue\":\"\"},\"ItemsBoxDraw\":{\"Required\":true,\"Usage\":0,\"DefaultValue\":\"\"}},\"FeatureUsage\":[{\"IsRequired\":true,\"Name\":\"Device.openARViewer\"}]},\"Events\":{\"OnMixedRealitySelect\":{\"EventName\":\"OnMixedRealitySelect\"}},\"CommonEvents\":null,\"DesignMap\":null,\"PropertyDependencies\":[{\"Input\":\"Text\",\"Output\":\"Measurements\",\"RequiredFor\":\"schema\"},{\"Input\":\"Text\",\"Output\":\"Photos\",\"RequiredFor\":\"schema\"},{\"Input\":\"Items\",\"Output\":\"Selected\",\"RequiredFor\":\"\"},{\"Input\":\"Items\",\"Output\":\"SelectedItems\",\"RequiredFor\":\"\"}],\"Children\":null}}", "Type": 3 }, { "IsControlSpecific": false, - "LoadingOrder": 8, + "LoadingOrder": 9, "ModifiedPath": "", "Path": "{\"Id\":\"ManifestPropertyTypes\",\"Data\":{\"Properties\":[{\"Name\":\"Text\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Units\",\"Type\":\"Enum\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"BoxDraw\",\"Type\":\"TwoOptions\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"EnableShadows\",\"Type\":\"TwoOptions\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"MeasurementType\",\"Type\":\"Enum\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Measurements\",\"Type\":\"Object\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Photos\",\"Type\":\"Object\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"DisplayType\",\"Type\":\"Enum\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"PaddingTop\",\"Type\":\"Whole_None\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"PaddingBottom\",\"Type\":\"Whole_None\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"PaddingLeft\",\"Type\":\"Whole_None\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"PaddingRight\",\"Type\":\"Whole_None\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"FillColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"FillColor\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"TextColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"FontColor\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"BorderStyle\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"BorderStyle\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"BorderThickness\",\"Type\":\"Whole_None\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"BorderFillColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"Color\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"BorderRadius\",\"Type\":\"Whole_None\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Font\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"Font\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"FontSize\",\"Type\":\"Whole_None\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"FontWeight\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"FontWeight\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Italic\",\"Type\":\"TwoOptions\",\"ComplexType\":\"Italics\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Underline\",\"Type\":\"TwoOptions\",\"ComplexType\":\"Underline\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Strikethrough\",\"Type\":\"TwoOptions\",\"ComplexType\":\"Strikethrough\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"TextAlignment\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"Align\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"VerticalAlign\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"VerticalAlign\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Disabled\",\"Type\":\"TwoOptions\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"DisabledContentColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"FontColor\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"DisabledFillColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"FillColor\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"DisabledBorderColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"Color\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"PressedContentColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"FontColor\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"PressedFillColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"FillColor\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"PressedBorderColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"Color\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"HoverContentColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"FontColor\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"HoverFillColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"FillColor\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"HoverBorderColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"Color\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Items\",\"Type\":\"DataSet\",\"ComplexType\":\"None\",\"IsPrimary\":true,\"IsIncluded\":false},{\"Name\":\"Selected\",\"Type\":\"Object\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"SelectedItems\",\"Type\":\"DataSet\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"ItemsLabels\",\"Type\":\"String\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"ItemsMeasurementType\",\"Type\":\"String\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"ItemsBoxDraw\",\"Type\":\"String\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"PCFTeamsTheme\",\"Type\":\"String\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":true},{\"Name\":\"X\",\"Type\":\"Number\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":true},{\"Name\":\"Y\",\"Type\":\"Number\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":true},{\"Name\":\"Width\",\"Type\":\"Number\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":true},{\"Name\":\"Height\",\"Type\":\"Number\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":true},{\"Name\":\"Visible\",\"Type\":\"Boolean\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":true},{\"Name\":\"DisplayMode\",\"Type\":\"DisplayMode\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":true},{\"Name\":\"TabIndex\",\"Type\":\"Number\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":true},{\"Name\":\"Tooltip\",\"Type\":\"String\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":true}]}}", "Type": 3 }, { "IsControlSpecific": false, - "LoadingOrder": 9, + "LoadingOrder": 10, "ModifiedPath": "", "Path": "{\"Id\":\"PowerAppsControlInfo\",\"Data\":{\"TemplateVersion\":1,\"Version\":\"1.0.23\",\"IsFirstParty\":true}}", "Type": 3 }, { "IsControlSpecific": true, - "LoadingOrder": 11, + "LoadingOrder": 12, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/bundle.js", "Type": 0 }, { "IsControlSpecific": true, - "LoadingOrder": 10, + "LoadingOrder": 11, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/libs/babylon.js", "Type": 0 }, { "IsControlSpecific": true, - "LoadingOrder": 9, + "LoadingOrder": 10, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1033.resx", "Type": 2 }, { "IsControlSpecific": false, - "LoadingOrder": 13, + "LoadingOrder": 14, "ModifiedPath": "", "Path": "{\"Id\":\"FormattingData\",\"Data\":{\"timeZoneUtcOffsetMinutes\":0,\"dateTimeFormatInfo\":{\"AMDesignator\":\"AM\",\"Calendar\":{\"MinSupportedDateTime\":\"0001-01-01T00:00:00\",\"MaxSupportedDateTime\":\"9999-12-31T23:59:59.9999999\",\"AlgorithmType\":1,\"CalendarType\":1,\"Eras\":[1],\"TwoDigitYearMax\":2049,\"IsReadOnly\":false},\"DateSeparator\":\"/\",\"FirstDayOfWeek\":0,\"CalendarWeekRule\":0,\"FullDateTimePattern\":\"dddd, MMMM d, yyyy h:mm:ss tt\",\"LongDatePattern\":\"dddd, MMMM d, yyyy\",\"LongTimePattern\":\"h:mm:ss tt\",\"MonthDayPattern\":\"MMMM d\",\"PMDesignator\":\"PM\",\"RFC1123Pattern\":\"ddd, dd MMM yyyy HH':'mm':'ss 'GMT'\",\"ShortDatePattern\":\"M/d/yyyy\",\"ShortTimePattern\":\"h:mm tt\",\"SortableDateTimePattern\":\"yyyy'-'MM'-'dd'T'HH':'mm':'ss\",\"TimeSeparator\":\":\",\"UniversalSortableDateTimePattern\":\"yyyy'-'MM'-'dd HH':'mm':'ss'Z'\",\"YearMonthPattern\":\"MMMM yyyy\",\"AbbreviatedDayNames\":[\"Sun\",\"Mon\",\"Tue\",\"Wed\",\"Thu\",\"Fri\",\"Sat\"],\"ShortestDayNames\":[\"Su\",\"Mo\",\"Tu\",\"We\",\"Th\",\"Fr\",\"Sa\"],\"DayNames\":[\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\"],\"AbbreviatedMonthNames\":[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\",\"\"],\"MonthNames\":[\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\",\"\"],\"IsReadOnly\":false,\"NativeCalendarName\":\"Gregorian Calendar\",\"AbbreviatedMonthGenitiveNames\":[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\",\"\"],\"MonthGenitiveNames\":[\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\",\"\"]},\"numberFormatInfo\":{\"CurrencyDecimalDigits\":2,\"CurrencyDecimalSeparator\":\".\",\"IsReadOnly\":false,\"CurrencyGroupSizes\":[3],\"NumberGroupSizes\":[3],\"PercentGroupSizes\":[3],\"CurrencyGroupSeparator\":\",\",\"CurrencySymbol\":\"$\",\"NaNSymbol\":\"NaN\",\"CurrencyNegativePattern\":0,\"NumberNegativePattern\":1,\"PercentPositivePattern\":1,\"PercentNegativePattern\":1,\"NegativeInfinitySymbol\":\"-∞\",\"NegativeSign\":\"-\",\"NumberDecimalDigits\":2,\"NumberDecimalSeparator\":\".\",\"NumberGroupSeparator\":\",\",\"CurrencyPositivePattern\":0,\"PositiveInfinitySymbol\":\"∞\",\"PositiveSign\":\"+\",\"PercentDecimalDigits\":2,\"PercentDecimalSeparator\":\".\",\"PercentGroupSeparator\":\",\",\"PercentSymbol\":\"%\",\"PerMilleSymbol\":\"‰\",\"NativeDigits\":[\"0\",\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\"],\"DigitSubstitution\":1},\"timeZoneAdjusters\":[],\"formatInfoCultureName\":\"en-US\",\"formatter\":null,\"languagesByCode\":{\"1033\":\"English (United States)\",\"-1\":\"All Languages\"}}}", "Type": 3 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1025.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1026.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1027.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1028.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1029.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1030.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1031.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1032.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1033.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1035.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1036.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1037.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1038.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1040.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1041.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1042.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1043.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1044.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1045.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1046.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1048.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1049.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1050.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1051.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1053.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1054.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1055.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1057.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1058.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1060.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1061.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1062.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1063.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1066.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1069.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1081.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1086.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1087.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.1110.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.2052.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.2070.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.2074.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.3076.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.3082.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "/PCFControls/MeasureInMR/strings/MeasureButton.3098.json", "Type": 5 }, { "IsControlSpecific": false, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "{\"Id\":\"LocalizedStrings\",\"Data\":{\"LocStrings\":{\"PCF_MeasureButton\":\"Measure in MR (preview)\",\"PCF_MeasureButton_description\":\"Measure the real world using your device\",\"PCF_MeasureButton_Measurements\":\"Measurements\",\"PCF_MeasureButton_DetailedMeasurements_Description\":\"Details for each measurement taken.\",\"PCF_images_name\":\"Photos\",\"PCF_images_description\":\"Photos from the last mixed reality session\",\"PCF_Units\":\"Unit of measurement\",\"PCF_MeasureButton_Units_Description\":\"Base units to use for measurement: meters, centimeters, feet, inches\",\"Units_Meters\":\"Meters\",\"Units_Meters_Description\":\"Equal to 100 centimeters\",\"Units_Centimeters\":\"Centimeters\",\"Units_Centimeters_Description\":\"Equal to 1/100 of a meter\",\"Units_Feet\":\"Feet\",\"Units_Feet_Description\":\"Equal to 12 inches\",\"Units_Inches\":\"Inches\",\"Units_Inches_Description\":\"Equal to 1/12 of a foot\",\"PCF_MeasurementType\":\"Measurement type\",\"PCF_MeasurementType_Description\":\"Type of measurement to perform: distance, area, volume, freeform\",\"Measure_Volume\":\"Volume\",\"Measure_Volume_Description\":\"Allow measurement of volumes\",\"Measure_Area\":\"Area\",\"Measure_Area_Description\":\"Allow measurement of 2D areas\",\"Measure_AreaAndVolume\":\"Freeform\",\"Measure_AreaAndVolume_Description\":\"Allow measurements of any type: distance, area, and volume\",\"Measure_Box\":\"Box draw\",\"Measure_Box_Description\":\"Lock captured measurements to rectangular shapes by specifying only a width and a depth\",\"Measure_Distance\":\"Distance\",\"Measure_Distance_Description\":\"Allow measurement of distances\",\"PCF_ErrorHelper_ArErrorMessage\":\"To measure in your space, open this app in the Power Apps mobile app on a Mixed Reality capable device. \",\"PCF_ErrorHelper_ArErrorMessageLearnMore\":\"Click here to view device requirements and learn more.\",\"PCF_ErrorHelper_GenericArError\":\"Error encountered while attempting to measure in mixed reality\",\"PCF_ErrorHelper_ArAppUpdateRequired\":\"The version of Power Apps installed on your device does not support this functionality. Please install the latest version from the store and try again.\",\"PCF_ErrorHelper_ArControlUpdateRequired\":\"This MR functionality is no longer supported. Ask the creator of this PowerApp to update it to use the latest MR controls.\",\"Button_Base_DefaultText\":\"Measure in mixed reality\",\"Button_Base_Text\":\"Text\",\"Button_Base_Text_description\":\"Button text\",\"Button_Base_DisplayType\":\"Display type\",\"Button_Base_DisplayType_description\":\"Button display type: Icon, Text, IconText\",\"DisplayType_Icon_Text\":\"Icon + text\",\"Display_Type_Icon_Text_Description\":\"Display both an icon and text\",\"Display_Type_Text\":\"Text\",\"Display_Type_Text_Description\":\"Display text only\",\"Display_Type_Icon\":\"Icon\",\"Display_Type_Icon_Description\":\"Display icon only\",\"Button_Base_PaddingTop\":\"Padding top\",\"Button_Base_PaddingTop_description\":\"Button padding top\",\"Button_Base_PaddingBottom\":\"Padding bottom\",\"Button_Base_PaddingBottom_description\":\"Button padding bottom\",\"Button_Base_PaddingLeft\":\"Padding left\",\"Button_Base_PaddingLeft_description\":\"Button padding left\",\"Button_Base_PaddingRight\":\"Padding right\",\"Button_Base_PaddingRight_description\":\"Button padding right\",\"Button_Base_FillColor\":\"Fill color\",\"Button_Base_FillColor_description\":\"Button fill color\",\"Button_Base_TextColor\":\"Text color\",\"Button_Base_TextColor_description\":\"Button text color\",\"Button_Base_BorderStyle\":\"Border style\",\"Button_Base_BorderStyle_description\":\"Button border style: solid, dashed, dotted, none\",\"Button_Base_BorderThickness\":\"Border thickness\",\"Button_Base_BorderThickness_description\":\"Button border thickness (width)\",\"Button_Base_BorderFillColor\":\"Border fill color\",\"Button_Base_BorderFillColor_description\":\"Border fill color of the button\",\"Button_Base_BorderRadius\":\"Border radius\",\"Button_Base_BorderRadius_description\":\"Border radius of the button: 0 creates a rectangular button, 100 creates a circular button\",\"Button_Base_Font\":\"Font\",\"Button_Base_Font_description\":\"Font of the text on the button\",\"Button_Base_FontSize\":\"Font size\",\"Button_Base_FontSize_description\":\"Font size of the text on the button\",\"Button_Base_FontWeight\":\"Font weight\",\"Button_Base_FontWeight_description\":\"Font weight of the text on the button\",\"Button_Base_FontStyle\":\"Font style\",\"Button_Base_FontStyle_description\":\"Font style of the text on the button\",\"Button_Base_TextAlignment\":\"Text alignment\",\"Button_Base_TextAlignment_description\":\"Text alignment of the text on the button\",\"Button_Base_VerticalAlign\":\"Vertical alignment\",\"Button_Base_VerticalAlign_description\":\"Vertical alignment of the text on the button\",\"Button_Base_Disabled\":\"Disabled\",\"Button_Base_Disabled_description\":\"Sets the button as disabled\",\"Button_Base_DisabledColor\":\"Disabled color\",\"Button_Base_DisabledColor_description\":\"Sets the disabled button content color\",\"Button_Base_DisabledFillColor\":\"Disabled fill color\",\"Button_Base_DisabledFillColor_description\":\"Sets the disabled button fill color\",\"Button_Base_DisabledBorderColor\":\"Disabled border color\",\"Button_Base_DisabledBorderColor_description\":\"Sets the disabled button border color\",\"Button_Base_PressedColor\":\"Pressed color\",\"Button_Base_PressedColor_description\":\"Sets the pressed button content color\",\"Button_Base_PressedFillColor\":\"Pressed fill color\",\"Button_Base_PressedFillColor_description\":\"Sets the pressed button fill color\",\"Button_Base_PressedBorderColor\":\"Pressed border color\",\"Button_Base_PressedBorderColor_description\":\"Sets the pressed button border color\",\"Button_Base_HoverColor\":\"Hover color\",\"Button_Base_HoverColor_description\":\"Sets the hover button content color\",\"Button_Base_HoverFillColor\":\"Hover fill color\",\"Button_Base_HoverFillColor_description\":\"Sets the hover button fill color\",\"Button_Base_HoverBorderColor\":\"Hover border color\",\"Button_Base_HoverBorderColor_description\":\"Sets the hover button border color\",\"Button_Base\":\"Measure in MR (preview)\",\"Button_Base_description\":\"Measure the real world using your device\",\"Button_Base_Loading\":\"Loading...\",\"Italic_Display_Key\":\"Italic\",\"Italic_Desc_Key\":\"Italic\",\"Underline_Display_Key\":\"Underline\",\"Underline_Desc_Key\":\"Underline\",\"Strikethrough_Display_Key\":\"Strikethrough\",\"Strikethrough_Desc_Key\":\"Strikethrough\",\"MeasureButton_OnMixedRealitySelect\":\"On Mixed Reality Select\",\"MeasureButton_OnMixedRealitySelect_description\":\"Event to be triggered after the user returns from the Measure in MR screen\",\"Expected_Measurements_Display_Key\":\"Expected measurements (preview)\",\"Expected_Measurements_Desc_Key\":\"The set of measurements that should be captured by the user\",\"Expected_Measurements_Labels_Display_Key\":\"Expected measurement labels (preview)\",\"Expected_Measurements_Labels_Desc_Key\":\"The string column in the Items data source that specifies the labels for the measurements\",\"Expected_Measurements_Measurement_Type_Display_Key\":\"Expected measurement type (preview)\",\"Expected_Measurements_Measurement_Type_Desc_Key\":\"The string column in the Items data source that specifies measurement type overrides (distance, area, volume, freeform, or not specified) for each expected measurement\",\"Expected_Measurements_Box_Draw_Display_Key\":\"Expected measurement box draw (preview)\",\"Expected_Measurements_Box_Draw_Desc_Key\":\"The boolean column in the Items data source that specifies box draw overrides (true, false, or not specified) for each expected measurement\",\"MeasureButton_EnableShadows\":\"Enable Shadows\",\"MeasureButton_EnableShadows_Description\":\"Enable Shadows for your models\",\"MeasureButton_Sample_Data_Prompt\":\"Taking measurements with your camera is available on Mixed Reality capable devices. Sample results are provided to help test your app during authoring. Click to learn more.\"}}}", "Type": 3 diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/PcfControlTemplates/View in MR %28preview%29_1.0.29.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/PcfControlTemplates/View in MR %28preview%29_1.0.29.json index 55b327b..e619f4e 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/PcfControlTemplates/View in MR %28preview%29_1.0.29.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/PcfControlTemplates/View in MR %28preview%29_1.0.29.json @@ -9,6 +9,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -20,6 +21,7 @@ "PropertyKind": 2, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 29, "WizardStep": null }, @@ -31,6 +33,7 @@ "PropertyKind": 1, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -42,6 +45,7 @@ "PropertyKind": 2, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 30, "WizardStep": null }, @@ -53,6 +57,7 @@ "PropertyKind": 2, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -64,6 +69,7 @@ "PropertyKind": 1, "SectionIndex": 6, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -75,6 +81,7 @@ "PropertyKind": 2, "SectionIndex": 6, "SectionName": null, + "SectionType": null, "Type": 29, "WizardStep": null }, @@ -86,6 +93,7 @@ "PropertyKind": 2, "SectionIndex": 6, "SectionName": null, + "SectionType": null, "Type": 31, "WizardStep": null }, @@ -97,6 +105,7 @@ "PropertyKind": 2, "SectionIndex": 6, "SectionName": null, + "SectionType": null, "Type": 32, "WizardStep": null }, @@ -108,6 +117,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -119,6 +129,7 @@ "PropertyKind": 1, "SectionIndex": 1, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -130,6 +141,7 @@ "PropertyKind": 1, "SectionIndex": 1, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -141,6 +153,7 @@ "PropertyKind": 2, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 32, "WizardStep": null }, @@ -152,6 +165,7 @@ "PropertyKind": 1, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 33, "WizardStep": null }, @@ -163,6 +177,7 @@ "PropertyKind": 1, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -174,6 +189,7 @@ "PropertyKind": 1, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 34, "WizardStep": null }, @@ -185,6 +201,7 @@ "PropertyKind": 2, "SectionIndex": 3, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -196,6 +213,7 @@ "PropertyKind": 2, "SectionIndex": 6, "SectionName": null, + "SectionType": null, "Type": 29, "WizardStep": null }, @@ -207,6 +225,7 @@ "PropertyKind": 2, "SectionIndex": 6, "SectionName": null, + "SectionType": null, "Type": 31, "WizardStep": null }, @@ -218,6 +237,7 @@ "PropertyKind": 2, "SectionIndex": 6, "SectionName": null, + "SectionType": null, "Type": 32, "WizardStep": null }, @@ -229,6 +249,7 @@ "PropertyKind": 2, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 35, "WizardStep": null }, @@ -240,6 +261,7 @@ "PropertyKind": 1, "SectionIndex": 2, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -251,6 +273,7 @@ "PropertyKind": 1, "SectionIndex": 1, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -262,6 +285,7 @@ "PropertyKind": 1, "SectionIndex": 1, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -273,6 +297,7 @@ "PropertyKind": 1, "SectionIndex": 1, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -284,6 +309,7 @@ "PropertyKind": 1, "SectionIndex": 4, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -295,6 +321,7 @@ "PropertyKind": 1, "SectionIndex": 4, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -306,6 +333,7 @@ "PropertyKind": 1, "SectionIndex": 4, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -317,6 +345,7 @@ "PropertyKind": 1, "SectionIndex": 4, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -328,6 +357,7 @@ "PropertyKind": 2, "SectionIndex": 6, "SectionName": null, + "SectionType": null, "Type": 29, "WizardStep": null }, @@ -339,6 +369,7 @@ "PropertyKind": 2, "SectionIndex": 6, "SectionName": null, + "SectionType": null, "Type": 31, "WizardStep": null }, @@ -350,6 +381,7 @@ "PropertyKind": 2, "SectionIndex": 6, "SectionName": null, + "SectionType": null, "Type": 32, "WizardStep": null }, @@ -361,6 +393,7 @@ "PropertyKind": 1, "SectionIndex": 1, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -372,6 +405,7 @@ "PropertyKind": 2, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 37, "WizardStep": null }, @@ -383,6 +417,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -394,6 +429,7 @@ "PropertyKind": 1, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 40, "WizardStep": null }, @@ -405,6 +441,7 @@ "PropertyKind": 2, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 31, "WizardStep": null }, @@ -416,6 +453,7 @@ "PropertyKind": 2, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 36, "WizardStep": null }, @@ -427,6 +465,7 @@ "PropertyKind": 1, "SectionIndex": 1, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -438,6 +477,7 @@ "PropertyKind": 1, "SectionIndex": 5, "SectionName": null, + "SectionType": null, "Type": 42, "WizardStep": null }, @@ -449,6 +489,7 @@ "PropertyKind": 1, "SectionIndex": 3, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -460,6 +501,7 @@ "PropertyKind": 2, "SectionIndex": 3, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -471,6 +513,7 @@ "PropertyKind": 2, "SectionIndex": 3, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -482,6 +525,7 @@ "PropertyKind": 2, "SectionIndex": 3, "SectionName": null, + "SectionType": null, "Type": 0, "WizardStep": null } @@ -495,6 +539,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -506,6 +551,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -517,6 +563,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -528,6 +575,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -539,6 +587,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -550,6 +599,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -561,6 +611,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -572,6 +623,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -583,6 +635,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -594,6 +647,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -605,6 +659,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -616,6 +671,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -627,6 +683,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -638,6 +695,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -649,6 +707,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -660,6 +719,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -671,6 +731,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -682,6 +743,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -693,6 +755,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -704,6 +767,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -715,6 +779,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -726,6 +791,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -737,6 +803,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -748,6 +815,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -759,6 +827,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -770,6 +839,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -781,6 +851,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -792,6 +863,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -803,6 +875,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -814,6 +887,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -825,6 +899,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -836,6 +911,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null }, @@ -847,6 +923,7 @@ "PropertyKind": 1, "SectionIndex": 0, "SectionName": "Design", + "SectionType": null, "Type": 0, "WizardStep": null } @@ -858,14 +935,16 @@ "DisplayName": "OnChange", "Hidden": false, "IsPrimaryInput": false, - "Name": "OnChange" + "Name": "OnChange", + "PfxDefaultValue": null }, { "Description": "", "DisplayName": "OnSelect", "Hidden": false, "IsPrimaryInput": false, - "Name": "OnSelect" + "Name": "OnSelect", + "PfxDefaultValue": null } ], "ControlConstructor": "ViewInMR", @@ -877,7 +956,8 @@ "DisplayName": "On Mixed Reality Select", "Hidden": false, "IsPrimaryInput": false, - "Name": "OnMixedRealitySelect" + "Name": "OnMixedRealitySelect", + "PfxDefaultValue": null } ], "IncludedProperties": [ @@ -2606,6 +2686,13 @@ "Path": "/PCF/fela-dom.js", "Type": 0 }, + { + "IsControlSpecific": false, + "LoadingOrder": 5, + "ModifiedPath": "", + "Path": "/ctrllib/common/js/container.js", + "Type": 0 + }, { "IsControlSpecific": false, "LoadingOrder": 6, @@ -2622,693 +2709,693 @@ }, { "IsControlSpecific": false, - "LoadingOrder": 7, + "LoadingOrder": 8, "ModifiedPath": "", - "Path": "{\"Id\":\"ManifestTemplate\",\"Data\":{\"ConstructorName\":\"Microsoft.ViewInMR\",\"CustomControlId\":\"Microsoft.ViewInMR\",\"IsVirtual\":false,\"Properties\":{\"Resources\":[{\"Name\":\"/PCF/prop-types.js\",\"LoadOrder\":1,\"Type\":0,\"LibraryName\":null},{\"Name\":\"/PCF/react-fela.js\",\"LoadOrder\":2,\"Type\":0,\"LibraryName\":null},{\"Name\":\"/PCF/fela.js\",\"LoadOrder\":3,\"Type\":0,\"LibraryName\":null},{\"Name\":\"/PCF/fela-dom.js\",\"LoadOrder\":4,\"Type\":0,\"LibraryName\":null},{\"Name\":\"/ctrllib/PCFControls/js/PCFControlWrapper.js\",\"LoadOrder\":6,\"Type\":0,\"LibraryName\":null},{\"Name\":\"/ctrllib/PcfControlProxy/js/PcfControlProxy.js\",\"LoadOrder\":7,\"Type\":0,\"LibraryName\":null}],\"GroupDefinitions\":null,\"DataSetDefinitions\":{\"Items\":{\"DisplayName\":\"Sources List\",\"Type\":\"Grid\",\"Columns\":{\"0\":{\"Required\":true,\"Usage\":2,\"Name\":\"ItemsSource\",\"Type\":\"SingleLine_Text\"},\"1\":{\"Required\":false,\"Usage\":2,\"Name\":\"ItemsLabel\",\"Type\":\"SingleLine_Text\"},\"2\":{\"Required\":false,\"Usage\":2,\"Name\":\"ItemsThumbnail\",\"Type\":\"SingleLine_Text\"},\"3\":{\"Required\":false,\"Usage\":2,\"Name\":\"ItemsObjectWidth\",\"Type\":\"Decimal\"},\"4\":{\"Required\":false,\"Usage\":2,\"Name\":\"ItemsObjectHeight\",\"Type\":\"Decimal\"},\"5\":{\"Required\":false,\"Usage\":2,\"Name\":\"ItemsObjectDepth\",\"Type\":\"Decimal\"}},\"Primary\":true,\"InitialDataSetFetch\":true,\"CDSDataSetOptions\":null}},\"Properties\":{\"Source\":{\"Required\":true,\"Usage\":0,\"DefaultValue\":\"https://raw.githubusercontent.com/microsoft/experimental-pcf-control-assets/master/default_cube.glb\"},\"ObjectWidth\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"\"},\"ObjectHeight\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"\"},\"ObjectDepth\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"\"},\"Units\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"Meters\"},\"EnableShadows\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"true\"},\"EnableMarkerDetection\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"false\"},\"EnableOcclusion\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"true\"},\"Text\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"View in MR\"},\"AltText\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"\"},\"Photos\":{\"Required\":true,\"Usage\":2,\"DefaultValue\":\"\"},\"DisplayType\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"IconText\"},\"PaddingTop\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"5\"},\"PaddingBottom\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"5\"},\"PaddingLeft\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"5\"},\"PaddingRight\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"5\"},\"FillColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#3860B2\"},\"TextColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#FFFFFF\"},\"BorderStyle\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"solid\"},\"BorderThickness\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"2\"},\"BorderFillColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#2f5197\"},\"BorderRadius\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"10\"},\"Font\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"'Open Sans', sans-serif\"},\"FontSize\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"20\"},\"FontWeight\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"600\"},\"Italic\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"false\"},\"Underline\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"false\"},\"Strikethrough\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"false\"},\"TextAlignment\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"center\"},\"VerticalAlign\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"middle\"},\"Disabled\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"false\"},\"DisabledContentColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#A6A6A6\"},\"DisabledFillColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#F4F4F4\"},\"DisabledBorderColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#A6A6A6\"},\"PressedContentColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#3860b2\"},\"PressedFillColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#FFFFFF\"},\"PressedBorderColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#3860b2\"},\"HoverContentColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#FFFFFF\"},\"HoverFillColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#2f5197\"},\"HoverBorderColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#5873ab\"},\"Items\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"\"},\"Selected\":{\"Required\":true,\"Usage\":2,\"DefaultValue\":\"\"},\"SelectedItems\":{\"Required\":true,\"Usage\":2,\"DefaultValue\":\"\"},\"ItemsSource\":{\"Required\":true,\"Usage\":0,\"DefaultValue\":\"\"},\"ItemsLabel\":{\"Required\":true,\"Usage\":0,\"DefaultValue\":\"\"},\"ItemsThumbnail\":{\"Required\":true,\"Usage\":0,\"DefaultValue\":\"\"},\"ItemsObjectWidth\":{\"Required\":true,\"Usage\":0,\"DefaultValue\":\"\"},\"ItemsObjectHeight\":{\"Required\":true,\"Usage\":0,\"DefaultValue\":\"\"},\"ItemsObjectDepth\":{\"Required\":true,\"Usage\":0,\"DefaultValue\":\"\"}},\"FeatureUsage\":[{\"IsRequired\":true,\"Name\":\"Device.openARViewer\"},{\"IsRequired\":true,\"Name\":\"WebAPI\"}]},\"Events\":{\"OnMixedRealitySelect\":{\"EventName\":\"OnMixedRealitySelect\"}},\"CommonEvents\":null,\"DesignMap\":null,\"PropertyDependencies\":[{\"Input\":\"Text\",\"Output\":\"Photos\",\"RequiredFor\":\"schema\"},{\"Input\":\"Items\",\"Output\":\"Selected\",\"RequiredFor\":\"\"},{\"Input\":\"Items\",\"Output\":\"SelectedItems\",\"RequiredFor\":\"\"}],\"Children\":null}}", + "Path": "{\"Id\":\"ManifestTemplate\",\"Data\":{\"ConstructorName\":\"Microsoft.ViewInMR\",\"CustomControlId\":\"Microsoft.ViewInMR\",\"IsVirtual\":false,\"Properties\":{\"Resources\":[{\"Name\":\"/PCF/prop-types.js\",\"LoadOrder\":1,\"Type\":0,\"LibraryName\":null},{\"Name\":\"/PCF/react-fela.js\",\"LoadOrder\":2,\"Type\":0,\"LibraryName\":null},{\"Name\":\"/PCF/fela.js\",\"LoadOrder\":3,\"Type\":0,\"LibraryName\":null},{\"Name\":\"/PCF/fela-dom.js\",\"LoadOrder\":4,\"Type\":0,\"LibraryName\":null},{\"Name\":\"/ctrllib/common/js/container.js\",\"LoadOrder\":5,\"Type\":0,\"LibraryName\":null},{\"Name\":\"/ctrllib/PCFControls/js/PCFControlWrapper.js\",\"LoadOrder\":6,\"Type\":0,\"LibraryName\":null},{\"Name\":\"/ctrllib/PcfControlProxy/js/PcfControlProxy.js\",\"LoadOrder\":7,\"Type\":0,\"LibraryName\":null}],\"GroupDefinitions\":null,\"DataSetDefinitions\":{\"Items\":{\"DisplayName\":\"Sources List\",\"Type\":\"Grid\",\"Columns\":{\"0\":{\"Required\":true,\"Usage\":2,\"Name\":\"ItemsSource\",\"Type\":\"SingleLine_Text\"},\"1\":{\"Required\":false,\"Usage\":2,\"Name\":\"ItemsLabel\",\"Type\":\"SingleLine_Text\"},\"2\":{\"Required\":false,\"Usage\":2,\"Name\":\"ItemsThumbnail\",\"Type\":\"SingleLine_Text\"},\"3\":{\"Required\":false,\"Usage\":2,\"Name\":\"ItemsObjectWidth\",\"Type\":\"Decimal\"},\"4\":{\"Required\":false,\"Usage\":2,\"Name\":\"ItemsObjectHeight\",\"Type\":\"Decimal\"},\"5\":{\"Required\":false,\"Usage\":2,\"Name\":\"ItemsObjectDepth\",\"Type\":\"Decimal\"}},\"Primary\":true,\"InitialDataSetFetch\":true,\"CDSDataSetOptions\":null}},\"Properties\":{\"Source\":{\"Required\":true,\"Usage\":0,\"DefaultValue\":\"https://raw.githubusercontent.com/microsoft/experimental-pcf-control-assets/master/default_cube.glb\"},\"ObjectWidth\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"\"},\"ObjectHeight\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"\"},\"ObjectDepth\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"\"},\"Units\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"Meters\"},\"EnableShadows\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"true\"},\"EnableMarkerDetection\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"false\"},\"EnableOcclusion\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"true\"},\"Text\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"View in MR\"},\"AltText\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"\"},\"Photos\":{\"Required\":true,\"Usage\":2,\"DefaultValue\":\"\"},\"DisplayType\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"IconText\"},\"PaddingTop\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"5\"},\"PaddingBottom\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"5\"},\"PaddingLeft\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"5\"},\"PaddingRight\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"5\"},\"FillColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#3860B2\"},\"TextColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#FFFFFF\"},\"BorderStyle\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"solid\"},\"BorderThickness\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"2\"},\"BorderFillColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#2f5197\"},\"BorderRadius\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"10\"},\"Font\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"'Open Sans', sans-serif\"},\"FontSize\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"20\"},\"FontWeight\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"600\"},\"Italic\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"false\"},\"Underline\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"false\"},\"Strikethrough\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"false\"},\"TextAlignment\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"center\"},\"VerticalAlign\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"middle\"},\"Disabled\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"false\"},\"DisabledContentColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#A6A6A6\"},\"DisabledFillColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#F4F4F4\"},\"DisabledBorderColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#A6A6A6\"},\"PressedContentColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#3860b2\"},\"PressedFillColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#FFFFFF\"},\"PressedBorderColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#3860b2\"},\"HoverContentColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#FFFFFF\"},\"HoverFillColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#2f5197\"},\"HoverBorderColor\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"#5873ab\"},\"Items\":{\"Required\":true,\"Usage\":1,\"DefaultValue\":\"\"},\"Selected\":{\"Required\":true,\"Usage\":2,\"DefaultValue\":\"\"},\"SelectedItems\":{\"Required\":true,\"Usage\":2,\"DefaultValue\":\"\"},\"ItemsSource\":{\"Required\":true,\"Usage\":0,\"DefaultValue\":\"\"},\"ItemsLabel\":{\"Required\":true,\"Usage\":0,\"DefaultValue\":\"\"},\"ItemsThumbnail\":{\"Required\":true,\"Usage\":0,\"DefaultValue\":\"\"},\"ItemsObjectWidth\":{\"Required\":true,\"Usage\":0,\"DefaultValue\":\"\"},\"ItemsObjectHeight\":{\"Required\":true,\"Usage\":0,\"DefaultValue\":\"\"},\"ItemsObjectDepth\":{\"Required\":true,\"Usage\":0,\"DefaultValue\":\"\"}},\"FeatureUsage\":[{\"IsRequired\":true,\"Name\":\"Device.openARViewer\"},{\"IsRequired\":true,\"Name\":\"WebAPI\"}]},\"Events\":{\"OnMixedRealitySelect\":{\"EventName\":\"OnMixedRealitySelect\"}},\"CommonEvents\":null,\"DesignMap\":null,\"PropertyDependencies\":[{\"Input\":\"Text\",\"Output\":\"Photos\",\"RequiredFor\":\"schema\"},{\"Input\":\"Items\",\"Output\":\"Selected\",\"RequiredFor\":\"\"},{\"Input\":\"Items\",\"Output\":\"SelectedItems\",\"RequiredFor\":\"\"}],\"Children\":null}}", "Type": 3 }, { "IsControlSpecific": false, - "LoadingOrder": 8, + "LoadingOrder": 9, "ModifiedPath": "", "Path": "{\"Id\":\"ManifestPropertyTypes\",\"Data\":{\"Properties\":[{\"Name\":\"Source\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"None\",\"IsPrimary\":true,\"IsIncluded\":false},{\"Name\":\"ObjectWidth\",\"Type\":\"Decimal\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"ObjectHeight\",\"Type\":\"Decimal\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"ObjectDepth\",\"Type\":\"Decimal\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Units\",\"Type\":\"Enum\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"EnableShadows\",\"Type\":\"TwoOptions\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"EnableMarkerDetection\",\"Type\":\"TwoOptions\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"EnableOcclusion\",\"Type\":\"TwoOptions\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Text\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"AltText\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Photos\",\"Type\":\"Object\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"DisplayType\",\"Type\":\"Enum\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"PaddingTop\",\"Type\":\"Whole_None\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"PaddingBottom\",\"Type\":\"Whole_None\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"PaddingLeft\",\"Type\":\"Whole_None\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"PaddingRight\",\"Type\":\"Whole_None\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"FillColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"FillColor\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"TextColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"FontColor\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"BorderStyle\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"BorderStyle\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"BorderThickness\",\"Type\":\"Whole_None\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"BorderFillColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"Color\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"BorderRadius\",\"Type\":\"Whole_None\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Font\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"Font\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"FontSize\",\"Type\":\"Whole_None\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"FontWeight\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"FontWeight\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Italic\",\"Type\":\"TwoOptions\",\"ComplexType\":\"Italics\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Underline\",\"Type\":\"TwoOptions\",\"ComplexType\":\"Underline\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Strikethrough\",\"Type\":\"TwoOptions\",\"ComplexType\":\"Strikethrough\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"TextAlignment\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"Align\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"VerticalAlign\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"VerticalAlign\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Disabled\",\"Type\":\"TwoOptions\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"DisabledContentColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"FontColor\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"DisabledFillColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"FillColor\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"DisabledBorderColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"Color\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"PressedContentColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"FontColor\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"PressedFillColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"FillColor\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"PressedBorderColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"Color\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"HoverContentColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"FontColor\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"HoverFillColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"FillColor\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"HoverBorderColor\",\"Type\":\"SingleLine_Text\",\"ComplexType\":\"Color\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Items\",\"Type\":\"DataSet\",\"ComplexType\":\"None\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"Selected\",\"Type\":\"Object\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"SelectedItems\",\"Type\":\"DataSet\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"ItemsSource\",\"Type\":\"String\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"ItemsLabel\",\"Type\":\"String\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"ItemsThumbnail\",\"Type\":\"String\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"ItemsObjectWidth\",\"Type\":\"String\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"ItemsObjectHeight\",\"Type\":\"String\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"ItemsObjectDepth\",\"Type\":\"String\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":false},{\"Name\":\"PCFTeamsTheme\",\"Type\":\"String\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":true},{\"Name\":\"X\",\"Type\":\"Number\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":true},{\"Name\":\"Y\",\"Type\":\"Number\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":true},{\"Name\":\"Width\",\"Type\":\"Number\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":true},{\"Name\":\"Height\",\"Type\":\"Number\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":true},{\"Name\":\"Visible\",\"Type\":\"Boolean\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":true},{\"Name\":\"DisplayMode\",\"Type\":\"DisplayMode\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":true},{\"Name\":\"TabIndex\",\"Type\":\"Number\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":true},{\"Name\":\"Tooltip\",\"Type\":\"String\",\"ComplexType\":\"\",\"IsPrimary\":false,\"IsIncluded\":true}]}}", "Type": 3 }, { "IsControlSpecific": false, - "LoadingOrder": 9, + "LoadingOrder": 10, "ModifiedPath": "", "Path": "{\"Id\":\"PowerAppsControlInfo\",\"Data\":{\"TemplateVersion\":1,\"Version\":\"1.0.29\",\"IsFirstParty\":true}}", "Type": 3 }, { "IsControlSpecific": true, - "LoadingOrder": 11, + "LoadingOrder": 12, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/bundle.js", "Type": 0 }, { "IsControlSpecific": true, - "LoadingOrder": 10, + "LoadingOrder": 11, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/libs/babylon.js", "Type": 0 }, { "IsControlSpecific": true, - "LoadingOrder": 9, + "LoadingOrder": 10, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1033.resx", "Type": 2 }, { "IsControlSpecific": true, - "LoadingOrder": 9, + "LoadingOrder": 10, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1033.resx", "Type": 2 }, { "IsControlSpecific": false, - "LoadingOrder": 14, + "LoadingOrder": 15, "ModifiedPath": "", "Path": "{\"Id\":\"FormattingData\",\"Data\":{\"timeZoneUtcOffsetMinutes\":0,\"dateTimeFormatInfo\":{\"AMDesignator\":\"AM\",\"Calendar\":{\"MinSupportedDateTime\":\"0001-01-01T00:00:00\",\"MaxSupportedDateTime\":\"9999-12-31T23:59:59.9999999\",\"AlgorithmType\":1,\"CalendarType\":1,\"Eras\":[1],\"TwoDigitYearMax\":2049,\"IsReadOnly\":false},\"DateSeparator\":\"/\",\"FirstDayOfWeek\":0,\"CalendarWeekRule\":0,\"FullDateTimePattern\":\"dddd, MMMM d, yyyy h:mm:ss tt\",\"LongDatePattern\":\"dddd, MMMM d, yyyy\",\"LongTimePattern\":\"h:mm:ss tt\",\"MonthDayPattern\":\"MMMM d\",\"PMDesignator\":\"PM\",\"RFC1123Pattern\":\"ddd, dd MMM yyyy HH':'mm':'ss 'GMT'\",\"ShortDatePattern\":\"M/d/yyyy\",\"ShortTimePattern\":\"h:mm tt\",\"SortableDateTimePattern\":\"yyyy'-'MM'-'dd'T'HH':'mm':'ss\",\"TimeSeparator\":\":\",\"UniversalSortableDateTimePattern\":\"yyyy'-'MM'-'dd HH':'mm':'ss'Z'\",\"YearMonthPattern\":\"MMMM yyyy\",\"AbbreviatedDayNames\":[\"Sun\",\"Mon\",\"Tue\",\"Wed\",\"Thu\",\"Fri\",\"Sat\"],\"ShortestDayNames\":[\"Su\",\"Mo\",\"Tu\",\"We\",\"Th\",\"Fr\",\"Sa\"],\"DayNames\":[\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\"],\"AbbreviatedMonthNames\":[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\",\"\"],\"MonthNames\":[\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\",\"\"],\"IsReadOnly\":false,\"NativeCalendarName\":\"Gregorian Calendar\",\"AbbreviatedMonthGenitiveNames\":[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\",\"\"],\"MonthGenitiveNames\":[\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\",\"\"]},\"numberFormatInfo\":{\"CurrencyDecimalDigits\":2,\"CurrencyDecimalSeparator\":\".\",\"IsReadOnly\":false,\"CurrencyGroupSizes\":[3],\"NumberGroupSizes\":[3],\"PercentGroupSizes\":[3],\"CurrencyGroupSeparator\":\",\",\"CurrencySymbol\":\"$\",\"NaNSymbol\":\"NaN\",\"CurrencyNegativePattern\":0,\"NumberNegativePattern\":1,\"PercentPositivePattern\":1,\"PercentNegativePattern\":1,\"NegativeInfinitySymbol\":\"-∞\",\"NegativeSign\":\"-\",\"NumberDecimalDigits\":2,\"NumberDecimalSeparator\":\".\",\"NumberGroupSeparator\":\",\",\"CurrencyPositivePattern\":0,\"PositiveInfinitySymbol\":\"∞\",\"PositiveSign\":\"+\",\"PercentDecimalDigits\":2,\"PercentDecimalSeparator\":\".\",\"PercentGroupSeparator\":\",\",\"PercentSymbol\":\"%\",\"PerMilleSymbol\":\"‰\",\"NativeDigits\":[\"0\",\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\"],\"DigitSubstitution\":1},\"timeZoneAdjusters\":[],\"formatInfoCultureName\":\"en-US\",\"formatter\":null,\"languagesByCode\":{\"1033\":\"English (United States)\",\"-1\":\"All Languages\"}}}", "Type": 3 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1025.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1026.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1027.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1028.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1029.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1030.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1031.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1032.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1033.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1035.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1036.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1037.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1038.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1040.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1041.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1042.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1043.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1044.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1045.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1046.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1048.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1049.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1050.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1051.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1053.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1054.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1055.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1057.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1058.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1060.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1061.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1062.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1063.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1066.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1069.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1081.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1086.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1087.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.1110.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.2052.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.2070.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.2074.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.3076.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.3082.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ArButton.3098.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1025.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1026.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1027.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1028.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1029.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1030.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1031.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1032.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1033.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1035.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1036.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1037.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1038.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1040.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1041.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1042.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1043.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1044.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1045.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1046.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1048.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1049.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1050.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1051.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1053.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1054.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1055.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1057.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1058.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1060.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1061.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1062.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1063.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1066.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1069.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1081.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1086.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1087.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.1110.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.2052.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.2070.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.2074.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.3076.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.3082.json", "Type": 5 }, { "IsControlSpecific": true, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "/PCFControls/ViewInMR/strings/ViewIn3DBase.3098.json", "Type": 5 }, { "IsControlSpecific": false, - "LoadingOrder": 15, + "LoadingOrder": 16, "ModifiedPath": "", "Path": "{\"Id\":\"LocalizedStrings\",\"Data\":{\"LocStrings\":{\"PCF_ArButton\":\"View in MR (preview)\",\"PCF_ArButton_description\":\"View content in mixed reality\",\"PCF_ArButton_Source\":\"Source\",\"PCF_ArButton_Source_description\":\"Content source (.glb for 3D objects, .png or .jpg for 2D images) of what to display in mixed reality\",\"PCF_ArButton_WrongType\":\"Failed to load or parse file. Click here to learn more about supported file types.\",\"PCF_ArButton_UrlIssue\":\"URL issue. Make sure your source is coming from an HTTPS link and points to a GLB, OBJ, STL, PNG, or JPG file.\",\"PCF_ArButton_EmptySource\":\"Missing source location. To view an object in mixed reality, add the object's source.\",\"PCF_ArButton_ConnectionIssue\":\"Cannot access your content. Check your internet connection and try again.\",\"PCF_ArButton_CorsIssue\":\"CORS policy issue. Make sure your source is coming from an HTTPS link. Learn more about CORS. \",\"PCF_ArButton_Length\":\"Object depth\",\"Pcf_ArButton_Length_Description\":\"Depth of the object to be placed (Z-axis); enter 0 to auto-size\",\"PCF_ArButton_Width\":\"Object width\",\"Pcf_ArButton_Width_Description\":\"Width of the object to be placed (X-axis)\",\"PCF_ArButton_Height\":\"Object height\",\"Pcf_ArButton_Height_Description\":\"Height of the object to be placed (Y-axis)\",\"PCF_ArButton_Default_Length\":\"Object default depth\",\"Pcf_ArButton_Default_Length_Description\":\"Default depth of the object to be placed (Z-axis); enter 0 to auto-size\",\"PCF_ArButton_Default_Width\":\"Object default width\",\"Pcf_ArButton_Default_Width_Description\":\"Default width of the object to be placed (X-axis); enter 0 to auto-size\",\"PCF_ArButton_Default_Height\":\"Object default height\",\"Pcf_ArButton_Default_Height_Description\":\"Default height of the object to be placed (Y-axis); enter 0 to auto-size\",\"PCF_Units\":\"Unit of measurement\",\"PCF_AR_Units_Description\":\"Base units to use for setting the size of the placed object: meters, centimeters, feet, inches\",\"Units_Meters\":\"Meters\",\"Units_Meters_Description\":\"Equal to 100 centimeters\",\"Units_Centimeters\":\"Centimeters\",\"Units_Centimeters_Description\":\"Equal to 1/100 of a meter\",\"Units_Feet\":\"Feet\",\"Units_Feet_Description\":\"Equal to 12 inches\",\"Units_Inches\":\"Inches\",\"Units_Inches_Description\":\"Equal to 1/12 of a foot\",\"PCF_images_name\":\"Photos\",\"PCF_images_description\":\"The photos from the last mixed reality session.\",\"PCF_ErrorHelper_ArErrorMessage\":\"To view this object in your space, open this app in the Power Apps mobile app on a Mixed Reality capable device. \",\"PCF_ErrorHelper_ArErrorMessageLearnMore\":\"Click here to view device requirements and learn more.\",\"PCF_ErrorHelper_GenericArError\":\"Error encountered while trying to display content in mixed reality\",\"PCF_ErrorHelper_ArAppUpdateRequired\":\"The version of Power Apps installed on your device does not support this functionality. Please install the latest version from the store and try again.\",\"PCF_ErrorHelper_ArControlUpdateRequired\":\"This MR functionality is no longer supported. Ask the creator of this PowerApp to update it to use the latest MR controls.\",\"PCF_ErrorHelper_LongLoad\":\"Your model is taking a bit longer to load than expected.\",\"PCF_ArButton_SourceIntroMessage\":\"Set the Source property to interact with 3D content. Source can be a URL, an attachment, or media from a data connector. Click to learn more.\",\"Button_Base_DefaultText\":\"View in MR\",\"Button_Base_Text\":\"Text\",\"Button_Base_Text_description\":\"Button text\",\"Button_Base_AltText\":\"Alternative text\",\"Button_Base_AltText_description\":\"Alternative text for describing the mixed reality object\",\"Button_Base_DisplayType\":\"Display type\",\"Button_Base_DisplayType_description\":\"Button display type: Icon, Text, IconText\",\"DisplayType_Icon_Text\":\"Icon + text\",\"Display_Type_Icon_Text_Description\":\"Display both an icon and text\",\"Display_Type_Text\":\"Text\",\"Display_Type_Text_Description\":\"Display text only\",\"Display_Type_Icon\":\"Icon\",\"Display_Type_Icon_Description\":\"Display icon only\",\"Button_Base_PaddingTop\":\"Padding top\",\"Button_Base_PaddingTop_description\":\"Button padding top\",\"Button_Base_PaddingBottom\":\"Padding bottom\",\"Button_Base_PaddingBottom_description\":\"Button padding bottom\",\"Button_Base_PaddingLeft\":\"Padding left\",\"Button_Base_PaddingLeft_description\":\"Button padding left\",\"Button_Base_PaddingRight\":\"Padding right\",\"Button_Base_PaddingRight_description\":\"Button padding right\",\"Button_Base_FillColor\":\"Fill color\",\"Button_Base_FillColor_description\":\"Button fill color\",\"Button_Base_TextColor\":\"Text color\",\"Button_Base_TextColor_description\":\"Button text color\",\"Button_Base_BorderStyle\":\"Border style\",\"Button_Base_BorderStyle_description\":\"Button border style: solid, dashed, dotted, none\",\"Button_Base_BorderThickness\":\"Border thickness\",\"Button_Base_BorderThickness_description\":\"Button border thickness (width)\",\"Button_Base_BorderFillColor\":\"Border fill color\",\"Button_Base_BorderFillColor_description\":\"Border fill color of the button\",\"Button_Base_BorderRadius\":\"Border radius\",\"Button_Base_BorderRadius_description\":\"Border radius of the button: 0 creates a rectangular button, 100 creates a circular button\",\"Button_Base_Font\":\"Font\",\"Button_Base_Font_description\":\"Font of the text on the button\",\"Button_Base_FontSize\":\"Font size\",\"Button_Base_FontSize_description\":\"Font size of the text on the button\",\"Button_Base_FontWeight\":\"Font weight\",\"Button_Base_FontWeight_description\":\"Font weight of the text on the button\",\"Button_Base_FontStyle\":\"Font style\",\"Button_Base_FontStyle_description\":\"Font style of the text on the button\",\"Button_Base_TextAlignment\":\"Text alignment\",\"Button_Base_TextAlignment_description\":\"Text alignment of the text on the button\",\"Button_Base_VerticalAlign\":\"Vertical alignment\",\"Button_Base_VerticalAlign_description\":\"Vertical alignment of the text on the button\",\"Button_Base_Disabled\":\"Disabled\",\"Button_Base_Disabled_description\":\"Sets the button as disabled\",\"Button_Base_DisabledColor\":\"Disabled color\",\"Button_Base_DisabledColor_description\":\"Sets the disabled button content color\",\"Button_Base_DisabledFillColor\":\"Disabled fill color\",\"Button_Base_DisabledFillColor_description\":\"Sets the disabled button fill color\",\"Button_Base_DisabledBorderColor\":\"Disabled border color\",\"Button_Base_DisabledBorderColor_description\":\"Sets the disabled button border color\",\"Button_Base_PressedColor\":\"Pressed color\",\"Button_Base_PressedColor_description\":\"Sets the pressed button content color\",\"Button_Base_PressedFillColor\":\"Pressed fill color\",\"Button_Base_PressedFillColor_description\":\"Sets the pressed button fill color\",\"Button_Base_PressedBorderColor\":\"Pressed border color\",\"Button_Base_PressedBorderColor_description\":\"Sets the pressed button border color\",\"Button_Base_HoverColor\":\"Hover color\",\"Button_Base_HoverColor_description\":\"Sets the hover button content color\",\"Button_Base_HoverFillColor\":\"Hover fill color\",\"Button_Base_HoverFillColor_description\":\"Sets the hover button fill color\",\"Button_Base_HoverBorderColor\":\"Hover border color\",\"Button_Base_HoverBorderColor_description\":\"Sets the hover button border color\",\"Button_Base\":\"MR measure button (preview)\",\"Button_Base_description\":\"Measure the real world using your device\",\"Button_Base_Loading\":\"Loading...\",\"Italic_Display_Key\":\"Italic\",\"Italic_Desc_Key\":\"Italic\",\"Underline_Display_Key\":\"Underline\",\"Underline_Desc_Key\":\"Underline\",\"Strikethrough_Display_Key\":\"Strikethrough\",\"Strikethrough_Desc_Key\":\"Strikethrough\",\"ArButton_OnMixedRealitySelect\":\"On Mixed Reality Select\",\"ArButton_OnMixedRealitySelect_description\":\"Event to be triggered after the user returns from the View in MR screen\",\"ArButton_EnableShadows\":\"Enable shadows\",\"ArButton_EnableShadows_Description\":\"Enable shadows for your models\",\"ArButton_EnableOcclusion\":\"Enable occlusion\",\"ArButton_EnableOcclusion_Description\":\"3D virtual objects are hidden behind real physical surfaces\",\"Sources_Property_Display_Key\":\"Sources List\",\"Sources_Property_Description_Key\":\"Provide multiple sources to be placed in mixed reality\",\"Sources_Property_Source_Display_Key\":\"Source\",\"Sources_Property_Source_Description_Key\":\"Content source (3D models or images) of what to display in mixed reality\",\"Sources_Property_Label_Display_Key\":\"Label\",\"Sources_Property_Label_Description_Key\":\"Label used when showing the source in a list\",\"Sources_Property_Thumbnail_Display_Key\":\"Thumbnail\",\"Sources_Property_Thumbnail_Description_Key\":\"Thumbnail displayed when showing the source in a list\",\"Sources_Property_Width_Display_Key\":\"Object width\",\"Sources_Property_Width_Description_Key\":\"Width of the object to be placed (X-axis)\",\"Sources_Property_Height_Display_Key\":\"Object height\",\"Sources_Property_Height_Description_Key\":\"Height of the object to be placed (Y-axis)\",\"Sources_Property_Depth_Display_Key\":\"Object depth\",\"Sources_Property_Depth_Description_Key\":\"Depth of the object to be placed (Z-axis)\",\"Multi_Model_Update_Required\":\"Viewing multiple items in mixed reality is not supported on this version of Power Apps. Only the first item will be shown. Install the latest version from the store to enable this feature.\",\"PCF_3DViewer_LoadingObject\":\"Loading 3D content ({0} downloaded)\",\"PCF_3DViewer_Error_EmptySource\":\"Empty Source\",\"PCF_3DViewer_Error_EmptySourceDescription\":\"To view content in 3D, add your GLB source location in the properties pane on the right hand side. ##LINK0## Read our documentation ##/LINK0## for more information.\",\"PCF_3DViewer_Error_CannotViewContent\":\"Cannot view content\",\"PCF_3DViewer_Error_CannotViewContentDescription\":\"View in 3D can only display 3D content in the GLB, OBJ, or STL formats, ##LINK0## learn how to convert your content. ##/LINK0##\",\"PCF_3DViewer_Error_CannotAccess\":\"Cannot access your content\",\"PCF_3DViewer_Error_CannotAccessDescription\":\"Check your internet connection or ##LINK0## read our documentation ##/LINK0## for more information. \",\"PCF_3DViewer_Error_CORSIssue\":\"CORS policy issue\",\"PCF_3DViewer_Error_CORSIssueDescription\":\"Make sure your source is coming from an HTTPS link. ##LINK0## Learn more about CORS here. ##/LINK0##\",\"PCF_3DViewer_Error_Babylon\":\"Cannot view content\",\"PCF_3DViewer_Error_BabylonDescription\":\"Something went wrong while displaying the content.\",\"PCF_3DViewer_Error_TooManyInstances\":\"Too many 3D viewers\",\"PCF_3DViewer_Error_TooManyInstancesDescription\":\"There are too many View in 3D controls currently being shown. ##LINK0## Read our documentation ##/LINK0## for more information.\",\"PCF_3DViewer_Error_CannotUseCompressedFolders\":\"Compressed folders are not supported\",\"PCF_3DViewer_Error_CannotUseCompressedFoldersDescription\":\"3D models must be in the GLB, OBJ, or STL formats.\",\"PCF_3DViewer_Error_UnexpectedMagicNumber\":\"Invalid 3D model\",\"PCF_3DViewer_Error_UnexpectedMagicNumberDescription\":\"Check your model source file. The file is corrupt or not a valid GLB file.\",\"PCF_3DViewer_Error_ZeroFileSize\":\"File is empty\",\"PCF_3DViewer_Error_ZeroFileSizeDescription\":\"The 3D model file is empty.\",\"PCF_3DViewer_SourceIntroMessage\":\"Set the Source property to easily add 3D content. Source can be a URL, an attachment, or media from a data connector. Click to learn more.\",\"PCF_3DViewer_AriaSVGImage\":\"Error Cube with an X\",\"PCF_3DViewer_BabylonCanvasAriaLabel\":\"Interactive canvas to view and manipulate a 3D model, with alt text: {0}.\",\"PCF_3DViewer_PercentSign\":\"%\",\"PCF_3DViewer_Reset\":\"Reset\",\"PCF_3DViewer_ResetDescription\":\"Reset the model back to the initial position\",\"PCF_3DViewer_Error_Offline\":\"Offline\",\"PCF_3DViewer_Error_OfflineDescription\":\"Cannot access your content. Check your internet connection.\",\"PCF_3DViewer_Error_CreateForm\":\"Upload File\",\"PCF_3DViewer_Error_CreateFormDescription\":\"This record hasn't been created yet. To view content, create this record\",\"PCF_3DViewer_Error_FileTooLarge\":\"File Too Large\",\"PCF_3DViewer_Error_FileTooLargeDescription\":\"The uploaded file is too large, ##LINK0## learn how to optimize your content. ##/LINK0##\",\"PCF_3DViewer_LongLoadLearnMore\":\"We're loading your model. If this is taking longer than expected, you might need to optimize your model for mixed reality. Click here to learn more.\",\"PCF_3DViewer_HangOnLargeFile\":\"Hang on, we are loading a large file ({0} downloaded)\",\"PCF_3DViewer_FinishingUp\":\"Finishing up ({0} downloaded)\",\"Keyboard_Camera_Aria_PanLeft\":\"Move model right\",\"Keyboard_Camera_Aria_PanRight\":\"Move model left\",\"Keyboard_Camera_Aria_PanUp\":\"Move model down\",\"Keyboard_Camera_Aria_PanDown\":\"Move model up\",\"Keyboard_Camera_Aria_RotateLeft\":\"Rotate model clockwise\",\"Keyboard_Camera_Aria_RotateRight\":\"Rotate model counter clockwise\",\"Keyboard_Camera_Aria_TumbleUp\":\"Rotate model backward\",\"Keyboard_Camera_Aria_TumbleDown\":\"Rotate model forward\",\"Keyboard_Camera_Aria_ZoomIn\":\"Zoom in on model\",\"Keyboard_Camera_Aria_ZoomOut\":\"Zoom out on model\",\"Keyboard_Camera_Aria_Reset\":\"Resetting camera on model\",\"Pin_Select_Aria\":\"Pin selected at coordinate X {0}. Y {1}. Z {2}.\",\"Enable_Marker_Detection\":\"Enable marker detection\",\"Enable_Marker_Detection_Description\":\"Detect markers placed in your physical space for accurate placement of media\",\"Marker_Detection_LearnMore\":\"Marker detection requires that you put a physical marker in your space. Click here to get the marker.\",\"Marker_Detection_Update_Required\":\"Marker detection in mixed reality is not supported on this version of Power Apps. Install the latest version from the store to enable this feature.\",\"PCF_3DViewer_Bytes\":\"bytes\",\"PCF_3DViewer_KB\":\"KB\",\"PCF_3DViewer_MB\":\"MB\",\"PCF_3DViewer_GB\":\"GB\",\"StudioPreview_NavBar_Title\":\"View {0}\",\"StudioPreview_NavBar_CloseButton_AccessibilityLabel\":\"Close\",\"PCF_3DViewer_Media\":\"Media\"}}}", "Type": 3 diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/TableDefinitions/coffeeItems %28microsoft%2fpowerApps%2fbeta%29.json b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/TableDefinitions/coffeeItems %28microsoft%2fpowerApps%2fbeta%29.json index 2b99a7d..33b7ec0 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/TableDefinitions/coffeeItems %28microsoft%2fpowerApps%2fbeta%29.json +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/TableDefinitions/coffeeItems %28microsoft%2fpowerApps%2fbeta%29.json @@ -1,6 +1,6 @@ { "DataEntityMetadataJson": { - "coffeeItems,microsoft%252FpowerApps%252Fbeta": "{\"name\":\"coffeeItems,microsoft%252FpowerApps%252Fbeta\",\"title\":\"coffeeItems,microsoft%252FpowerApps%252Fbeta\",\"x-ms-permission\":\"read-write\",\"x-ms-capabilities\":{\"sortRestrictions\":{\"sortable\":true},\"filterRestrictions\":{\"filterable\":true},\"selectRestrictions\":{\"selectable\":true},\"filterFunctionSupport\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\",\"contains\",\"endswith\",\"startswith\",\"substring\",\"tolower\",\"toupper\"],\"serverPagingOptions\":[\"skiptoken\"]},\"schema\":{\"x-ms-permission\":\"read-write\",\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[],\"properties\":{\"id\":{\"title\":\"System ID\",\"type\":\"string\",\"x-ms-sort\":\"asc,desc\",\"format\":\"guid\",\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\"]},\"x-ms-permission\":\"read-only\",\"x-ms-keyType\":\"primary\",\"x-ms-keyOrder\":1},\"number\":{\"title\":\"Number\",\"type\":\"string\",\"x-ms-sort\":\"asc,desc\",\"maxLength\":20,\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\",\"contains\",\"endswith\",\"startswith\",\"substring\",\"tolower\",\"toupper\"]},\"x-ms-permission\":\"read-write\"},\"displayName\":{\"title\":\"DisplayName\",\"type\":\"string\",\"x-ms-sort\":\"asc,desc\",\"maxLength\":100,\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\",\"contains\",\"endswith\",\"startswith\",\"substring\",\"tolower\",\"toupper\"]},\"x-ms-permission\":\"read-write\"},\"unitPrice\":{\"title\":\"Unit price\",\"type\":\"number\",\"x-ms-sort\":\"asc,desc\",\"format\":\"double\",\"minimum\":-7.922816251426434e+28,\"maximum\":7.922816251426434e+28,\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\"]},\"x-ms-permission\":\"read-write\"},\"baseUnitOfMeasureCode\":{\"title\":\"Base Unit Of Measure Code\",\"type\":\"string\",\"x-ms-sort\":\"asc,desc\",\"maxLength\":10,\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\",\"contains\",\"endswith\",\"startswith\",\"substring\",\"tolower\",\"toupper\"]},\"x-ms-permission\":\"read-write\"},\"inventory\":{\"title\":\"Inventory\",\"type\":\"number\",\"x-ms-sort\":\"asc,desc\",\"format\":\"double\",\"minimum\":-7.922816251426434e+28,\"maximum\":7.922816251426434e+28,\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\"]},\"x-ms-permission\":\"read-write\"},\"itemCategoryName\":{\"title\":\"Item Category Name\",\"type\":\"string\",\"x-ms-sort\":\"asc,desc\",\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\",\"contains\",\"endswith\",\"startswith\",\"substring\",\"tolower\",\"toupper\"]},\"x-ms-permission\":\"read-write\"},\"itemCategoryCode\":{\"title\":\"Item Category Code\",\"type\":\"string\",\"x-ms-sort\":\"asc,desc\",\"maxLength\":20,\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\",\"contains\",\"endswith\",\"startswith\",\"substring\",\"tolower\",\"toupper\"]},\"x-ms-permission\":\"read-write\"},\"itemImageText\":{\"title\":\"Picture reference\",\"type\":\"string\",\"x-ms-sort\":\"asc,desc\",\"format\":\"guid\",\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\"]},\"x-ms-permission\":\"read-write\"},\"longDescription\":{\"title\":\"Long description\",\"type\":\"string\",\"x-ms-sort\":\"asc,desc\",\"maxLength\":500,\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\",\"contains\",\"endswith\",\"startswith\",\"substring\",\"tolower\",\"toupper\"]},\"x-ms-permission\":\"read-write\"},\"isAvailableForFieldWorkers\":{\"title\":\"Is available for field workers\",\"type\":\"boolean\",\"x-ms-sort\":\"asc,desc\",\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\"]},\"x-ms-permission\":\"read-write\"},\"picture\":{\"title\":\"Picture\",\"type\":\"string\",\"format\":\"uri\",\"x-ms-sort\":\"none\",\"x-ms-permission\":\"read-write\",\"x-ms-media-default-folder-path\":\"/\",\"x-ms-media-base-url\":\"https://unitedstates-002.azure-apim.net/apim/dynamicssmbsaas/shared-dynamicssmbsa-084acaa4-64a2-4271-a61f-63e722489ce8\",\"x-ms-media-kind\":\"image\"},\"model3D\":{\"title\":\"3D Model\",\"type\":\"string\",\"format\":\"uri\",\"x-ms-sort\":\"none\",\"x-ms-permission\":\"read-write\",\"x-ms-media-default-folder-path\":\"/\",\"x-ms-media-base-url\":\"https://unitedstates-002.azure-apim.net/apim/dynamicssmbsaas/shared-dynamicssmbsa-084acaa4-64a2-4271-a61f-63e722489ce8\"},\"has3DModel\":{\"title\":\"Has 3D Model\",\"type\":\"boolean\",\"x-ms-sort\":\"asc,desc\",\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\"]},\"x-ms-permission\":\"read-write\"}},\"x-ms-displayFormat\":{\"propertiesCompactDisplayOrder\":[\"id\",\"number\",\"displayName\"],\"propertiesDisplayOrder\":[\"id\",\"number\",\"displayName\",\"unitPrice\",\"baseUnitOfMeasureCode\",\"inventory\",\"itemCategoryName\",\"itemCategoryCode\",\"itemImageText\",\"longDescription\",\"isAvailableForFieldWorkers\",\"picture\",\"has3DModel\"],\"propertiesTabularDisplayOrder\":[\"id\",\"number\",\"displayName\",\"unitPrice\",\"baseUnitOfMeasureCode\",\"inventory\",\"itemCategoryName\",\"itemCategoryCode\",\"itemImageText\",\"longDescription\",\"isAvailableForFieldWorkers\",\"picture\",\"has3DModel\"]}}}}" + "coffeeItems,microsoft%252FpowerApps%252Fbeta": "{\"name\":\"coffeeItems,microsoft%252FpowerApps%252Fbeta\",\"title\":\"coffeeItems,microsoft%252FpowerApps%252Fbeta\",\"x-ms-permission\":\"read-write\",\"x-ms-capabilities\":{\"sortRestrictions\":{\"sortable\":true},\"filterRestrictions\":{\"filterable\":true},\"selectRestrictions\":{\"selectable\":true},\"filterFunctionSupport\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\",\"contains\",\"endswith\",\"startswith\",\"substring\",\"tolower\",\"toupper\"],\"serverPagingOptions\":[\"skiptoken\"]},\"schema\":{\"x-ms-permission\":\"read-write\",\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[],\"properties\":{\"id\":{\"title\":\"System ID\",\"type\":\"string\",\"x-ms-sort\":\"asc,desc\",\"format\":\"guid\",\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\"]},\"x-ms-permission\":\"read-only\",\"x-ms-keyType\":\"primary\",\"x-ms-keyOrder\":1},\"number\":{\"title\":\"Number\",\"type\":\"string\",\"x-ms-sort\":\"asc,desc\",\"maxLength\":20,\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\",\"contains\",\"endswith\",\"startswith\",\"substring\",\"tolower\",\"toupper\"]},\"x-ms-permission\":\"read-write\"},\"displayName\":{\"title\":\"Display Name\",\"type\":\"string\",\"x-ms-sort\":\"asc,desc\",\"maxLength\":100,\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\",\"contains\",\"endswith\",\"startswith\",\"substring\",\"tolower\",\"toupper\"]},\"x-ms-permission\":\"read-write\"},\"unitPrice\":{\"title\":\"Unit price\",\"type\":\"number\",\"x-ms-sort\":\"asc,desc\",\"format\":\"double\",\"minimum\":-7.922816251426434e+28,\"maximum\":7.922816251426434e+28,\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\"]},\"x-ms-permission\":\"read-write\"},\"baseUnitOfMeasureCode\":{\"title\":\"Base Unit Of Measure Code\",\"type\":\"string\",\"x-ms-sort\":\"asc,desc\",\"maxLength\":10,\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\",\"contains\",\"endswith\",\"startswith\",\"substring\",\"tolower\",\"toupper\"]},\"x-ms-permission\":\"read-write\"},\"inventory\":{\"title\":\"Inventory\",\"type\":\"number\",\"x-ms-sort\":\"asc,desc\",\"format\":\"double\",\"minimum\":-7.922816251426434e+28,\"maximum\":7.922816251426434e+28,\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\"]},\"x-ms-permission\":\"read-write\"},\"itemCategoryName\":{\"title\":\"Item Category Name\",\"type\":\"string\",\"x-ms-sort\":\"asc,desc\",\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\",\"contains\",\"endswith\",\"startswith\",\"substring\",\"tolower\",\"toupper\"]},\"x-ms-permission\":\"read-write\"},\"itemCategoryCode\":{\"title\":\"Item Category Code\",\"type\":\"string\",\"x-ms-sort\":\"asc,desc\",\"maxLength\":20,\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\",\"contains\",\"endswith\",\"startswith\",\"substring\",\"tolower\",\"toupper\"]},\"x-ms-permission\":\"read-write\"},\"itemImageText\":{\"title\":\"Picture Reference\",\"type\":\"string\",\"x-ms-sort\":\"asc,desc\",\"format\":\"guid\",\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\"]},\"x-ms-permission\":\"read-write\"},\"longDescription\":{\"title\":\"Long Description\",\"type\":\"string\",\"x-ms-sort\":\"asc,desc\",\"maxLength\":500,\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\",\"contains\",\"endswith\",\"startswith\",\"substring\",\"tolower\",\"toupper\"]},\"x-ms-permission\":\"read-write\"},\"showInCoffeeMRApp\":{\"title\":\"Show Item In Coffee MR App\",\"type\":\"boolean\",\"x-ms-sort\":\"asc,desc\",\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\"]},\"x-ms-permission\":\"read-write\"},\"picture\":{\"title\":\"Picture\",\"type\":\"string\",\"format\":\"uri\",\"x-ms-sort\":\"none\",\"x-ms-permission\":\"read-write\",\"x-ms-media-default-folder-path\":\"/\",\"x-ms-media-base-url\":\"https://unitedstates-002.azure-apim.net/apim/dynamicssmbsaas/624a8fbc28a14ff29f75d412ab08ac95\",\"x-ms-media-kind\":\"image\"},\"model3D\":{\"title\":\"3D Model\",\"type\":\"string\",\"format\":\"uri\",\"x-ms-sort\":\"none\",\"x-ms-permission\":\"read-write\",\"x-ms-media-default-folder-path\":\"/\",\"x-ms-media-base-url\":\"https://unitedstates-002.azure-apim.net/apim/dynamicssmbsaas/624a8fbc28a14ff29f75d412ab08ac95\"},\"has3DModel\":{\"title\":\"Has 3D Model\",\"type\":\"boolean\",\"x-ms-sort\":\"asc,desc\",\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\"]},\"x-ms-permission\":\"read-write\"},\"ItemHeight\":{\"title\":\"Item Height\",\"type\":\"number\",\"x-ms-sort\":\"asc,desc\",\"format\":\"double\",\"minimum\":-7.922816251426434e+28,\"maximum\":7.922816251426434e+28,\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\"]},\"x-ms-permission\":\"read-write\"},\"ItemWidth\":{\"title\":\"Item Width\",\"type\":\"number\",\"x-ms-sort\":\"asc,desc\",\"format\":\"double\",\"minimum\":-7.922816251426434e+28,\"maximum\":7.922816251426434e+28,\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\"]},\"x-ms-permission\":\"read-write\"},\"ItemDepth\":{\"title\":\"Item Depth\",\"type\":\"number\",\"x-ms-sort\":\"asc,desc\",\"format\":\"double\",\"minimum\":-7.922816251426434e+28,\"maximum\":7.922816251426434e+28,\"x-ms-capabilities\":{\"filterFunctions\":[\"eq\",\"ne\",\"gt\",\"ge\",\"lt\",\"le\",\"and\",\"or\"]},\"x-ms-permission\":\"read-write\"}},\"x-ms-displayFormat\":{\"propertiesCompactDisplayOrder\":[\"id\",\"number\",\"displayName\"],\"propertiesDisplayOrder\":[\"id\",\"number\",\"displayName\",\"unitPrice\",\"baseUnitOfMeasureCode\",\"inventory\",\"itemCategoryName\",\"itemCategoryCode\",\"itemImageText\",\"longDescription\",\"showInCoffeeMRApp\",\"picture\",\"has3DModel\",\"ItemHeight\",\"ItemWidth\",\"ItemDepth\"],\"propertiesTabularDisplayOrder\":[\"id\",\"number\",\"displayName\",\"unitPrice\",\"baseUnitOfMeasureCode\",\"inventory\",\"itemCategoryName\",\"itemCategoryCode\",\"itemImageText\",\"longDescription\",\"showInCoffeeMRApp\",\"picture\",\"has3DModel\",\"ItemHeight\",\"ItemWidth\",\"ItemDepth\"]}}}}" }, "EntityName": "coffeeItems (microsoft/powerApps/beta)", "TableName": "coffeeItems,microsoft%252FpowerApps%252Fbeta" diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/button_2.2.0.xml b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/button_2.2.0.xml index bd3107b..1bebb3c 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/button_2.2.0.xml +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/button_2.2.0.xml @@ -5,9 +5,7 @@ Control description here.]]> - - - + @@ -144,7 +142,7 @@ - + diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/gallery_2.13.2.xml b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/gallery_2.14.0.xml similarity index 98% rename from CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/gallery_2.13.2.xml rename to CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/gallery_2.14.0.xml index b17622a..0e7225c 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/gallery_2.13.2.xml +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/gallery_2.14.0.xml @@ -1,748 +1,758 @@ - - - TODO: Need license text here.

]]>
- - - - - - - - - - - - - - - - - - - - ##gallery_IsSelected_Description## - data - - - Accessible label for a gallery item - data - ##gallery_ItemAccessibleLabel_DisplayName## - ##gallery_ItemAccessibleLabel_Tooltip## - - - - ##gallery_TemplateFill_Description## - ##gallery_TemplateFill_Tooltip## - design - color - ##gallery_TemplateFill_DisplayName## - - - - On select - ##gallery_OnSelect_Tooltip## - behavior - ##gallery_OnSelect_DisplayName## - - - - - - - ##gallery_Items_Description## - data - - ##gallery_Items_DisplayName## - ##gallery_Items_Tooltip## - - - - ##gallery_Default_Description## - data - Items - ##gallery_Default_DisplayName## - ##gallery_Default_Tooltip## - - - ##gallery_AllItems_Description## - data - Items - - - - ##gallery_AllItemsCount_Description## - data - - - - Selectable - data - ##gallery_Selectable_DisplayName## - ##gallery_Selectable_Tooltip## - - - ##gallery_Selected_Description## - data - Items - - - - ##gallery_VisibleIndex_Description## - data - ##gallery_VisibleIndex_DisplayName## - - - ##gallery_TemplateSize_Description## - design - templateSize - ##gallery_TemplateSize_DisplayName## - ##gallery_TemplateSize_Tooltip## - - - ##gallery_TemplateWidth_Description## - design - ##gallery_TemplateWidth_DisplayName## - - - - - ##gallery_TemplateHeight_Description## - design - ##gallery_TemplateHeight_DisplayName## - - - ##gallery_TemplatePadding_Description## - design - ##gallery_TemplatePadding_DisplayName## - templatePadding - ##gallery_TemplatePadding_Tooltip## - - - - ##gallery_Transition_Description## - design - transition - ##gallery_Transition_DisplayName## - ##gallery_Transition_Tooltip## - - - ##gallery_ShowNavigation_Description## - design - boolean - ##gallery_ShowNavigation_DisplayName## - ##gallery_ShowNavigation_Tooltip## - - - ##gallery_NavigationStep_Description## - design - ##gallery_NavigationStep_DisplayName## - ##gallery_NavigationStep_Tooltip## - - - ShowScrollbar - ##gallery_ShowScrollbar_Tooltip## - design - boolean - ##gallery_ShowScrollbar_DisplayName## - - - Valid - data - ##commonProperties_Valid_DisplayName## - ##commonProperties_Valid_Tooltip## - - - - - - - - DelayItemLoading - design - boolean - ##gallery_DelayItemLoading_DisplayName## - ##gallery_DelayItemLoading_Tooltip## - - - LoadingSpinner - design - ##CommonProperties_LoadingSpinner_DisplayName## - ##CommonProperties_LoadingSpinner_Tooltip## - - - LoadingSpinner - design - color - ##CommonProperties_LoadingSpinnerColor_DisplayName## - ##CommonProperties_LoadingSpinnerColor_Tooltip## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + TODO: Need license text here.

]]>
+ + + + + + + + + + + + + + + + + + + + ##gallery_IsSelected_Description## + data + + + Accessible label for a gallery item + data + ##gallery_ItemAccessibleLabel_DisplayName## + ##gallery_ItemAccessibleLabel_Tooltip## + + + + ##gallery_TemplateFill_Description## + ##gallery_TemplateFill_Tooltip## + design + color + ##gallery_TemplateFill_DisplayName## + + + + On select + ##gallery_OnSelect_Tooltip## + behavior + ##gallery_OnSelect_DisplayName## + + + + + + + ##gallery_Items_Description## + data + + ##gallery_Items_DisplayName## + ##gallery_Items_Tooltip## + + + + ##gallery_Default_Description## + data + Items + ##gallery_Default_DisplayName## + ##gallery_Default_Tooltip## + + + ##gallery_AllItems_Description## + data + Items + + + + ##gallery_AllItemsCount_Description## + data + + + + Selectable + data + ##gallery_Selectable_DisplayName## + ##gallery_Selectable_Tooltip## + + + ##gallery_Selected_Description## + data + Items + + + + ##gallery_VisibleIndex_Description## + data + ##gallery_VisibleIndex_DisplayName## + + + ##gallery_TemplateSize_Description## + design + templateSize + ##gallery_TemplateSize_DisplayName## + ##gallery_TemplateSize_Tooltip## + + + ##gallery_TemplateWidth_Description## + design + ##gallery_TemplateWidth_DisplayName## + + + + + ##gallery_TemplateHeight_Description## + design + ##gallery_TemplateHeight_DisplayName## + + + ##gallery_TemplatePadding_Description## + design + ##gallery_TemplatePadding_DisplayName## + templatePadding + ##gallery_TemplatePadding_Tooltip## + + + + + ##gallery_Transition_Description## + design + transition + ##gallery_Transition_DisplayName## + ##gallery_Transition_Tooltip## + + + ##gallery_ShowNavigation_Description## + design + boolean + ##gallery_ShowNavigation_DisplayName## + ##gallery_ShowNavigation_Tooltip## + + + ##gallery_NavigationStep_Description## + design + ##gallery_NavigationStep_DisplayName## + ##gallery_NavigationStep_Tooltip## + + + ShowScrollbar + ##gallery_ShowScrollbar_Tooltip## + design + boolean + ##gallery_ShowScrollbar_DisplayName## + + + Valid + data + ##commonProperties_Valid_DisplayName## + ##commonProperties_Valid_Tooltip## + + + + + + + + DelayItemLoading + design + boolean + ##gallery_DelayItemLoading_DisplayName## + ##gallery_DelayItemLoading_Tooltip## + + + LoadingSpinner + design + ##CommonProperties_LoadingSpinner_DisplayName## + ##CommonProperties_LoadingSpinner_Tooltip## + + + LoadingSpinner + design + color + ##CommonProperties_LoadingSpinnerColor_DisplayName## + ##CommonProperties_LoadingSpinnerColor_Tooltip## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/groupContainer_1.3.0.xml b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/groupContainer_1.3.0.xml index 10d8c62..7c13e12 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/groupContainer_1.3.0.xml +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/groupContainer_1.3.0.xml @@ -100,7 +100,7 @@ - + @@ -117,7 +117,7 @@ - + @@ -134,7 +134,7 @@ - + diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/icon_2.5.0.xml b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/icon_2.5.0.xml index c07eb71..aa263ac 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/icon_2.5.0.xml +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/icon_2.5.0.xml @@ -159,7 +159,7 @@ - + diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/image_2.2.2.xml b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/image_2.2.2.xml index f372cd7..ee8523c 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/image_2.2.2.xml +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/image_2.2.2.xml @@ -4,9 +4,8 @@ - - - + + @@ -250,7 +249,7 @@ - + diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/label_2.5.1.xml b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/label_2.5.1.xml index e9d1e20..d0b86f7 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/label_2.5.1.xml +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/label_2.5.1.xml @@ -5,8 +5,7 @@ Control description here.]]> - - + - + diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/rectangle_2.3.0.xml b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/rectangle_2.3.0.xml index dcdbca0..b7de686 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/rectangle_2.3.0.xml +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/rectangle_2.3.0.xml @@ -84,7 +84,7 @@ - + diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/text_2.3.2.xml b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/text_2.3.2.xml index ec6bff5..1aee107 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/text_2.3.2.xml +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/text_2.3.2.xml @@ -4,9 +4,8 @@ - - - + + @@ -260,7 +259,7 @@ - + diff --git a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/timer_2.1.0.xml b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/timer_2.1.0.xml index ab19e1b..9184916 100644 --- a/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/timer_2.1.0.xml +++ b/CoffeMR/CanvasApps/src/cr301_fieldhelper_3e887/pkgs/timer_2.1.0.xml @@ -194,7 +194,7 @@ - + diff --git a/CoffeMR/Other/Solution.xml b/CoffeMR/Other/Solution.xml index c5cc4ba..f35d92e 100644 --- a/CoffeMR/Other/Solution.xml +++ b/CoffeMR/Other/Solution.xml @@ -1,12 +1,12 @@  - + CoffeMR - + - 1.0.26.0 + 1.1.49.1 0 Cr541ef diff --git a/CoffeMR/Workflows/UploadImageToSalesOrder-ABA81736-12D9-ED11-A7C7-000D3A991110.json b/CoffeMR/Workflows/UploadImageToSalesOrder-ABA81736-12D9-ED11-A7C7-000D3A991110.json index 83920c5..b36a4e9 100644 --- a/CoffeMR/Workflows/UploadImageToSalesOrder-ABA81736-12D9-ED11-A7C7-000D3A991110.json +++ b/CoffeMR/Workflows/UploadImageToSalesOrder-ABA81736-12D9-ED11-A7C7-000D3A991110.json @@ -80,8 +80,8 @@ "apiId": "/providers/Microsoft.PowerApps/apis/shared_dynamicssmbsaas" }, "parameters": { - "bcenvironment": "SandboxUK", - "company": "7368d553-0c5c-ee11-8df4-6045bdc89477", + "bcenvironment": "sandbox", + "company": "5736fe89-41bc-ee11-907d-6045bdc8c244", "dataset": "v2.0", "table": "documentAttachments", "item/fileName": "Rendered3D.png", @@ -136,8 +136,8 @@ "apiId": "/providers/Microsoft.PowerApps/apis/shared_dynamicssmbsaas" }, "parameters": { - "bcenvironment": "SandboxUK", - "company": "7368d553-0c5c-ee11-8df4-6045bdc89477", + "bcenvironment": "sandbox", + "company": "5736fe89-41bc-ee11-907d-6045bdc8c244", "dataset": "v2.0", "blobnavigationpath": "salesOrders/documentAttachments/attachmentContent", "pathParameters/salesOrders": "@outputs('Create_record_(V3)')?['body/parentId']", diff --git a/README.md b/README.md index 62e1a03..02f714b 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,21 @@ # [Preview] Business Central samples - Coffee MR +Discover the future of industrial sales and planning with the Coffee MR Power App sample. This scenario leverages the mixed reality (MR) capabilities of Power Apps, integrated with Business Central's comprehensive data and business logic. -The **Coffee MR** sample showcases an application of mixed reality (MR) within Power Apps, using Business Central data. +This scenario is designed around a company selling industrial coffee solutions and showcase how we can rethink the way space measurement and product visualization is approached when collecting information for Sales Orders. -This scenario is designed for field workers at a coffee machine installation company, aiming to simplify the measurement process and offer a visual preview of the final product placement using mixed reality. +The sample contains a Business Central extension, and a Power Platform solution consisting of the Coffee MR Power App and a Power Automate flow that handle some of the file upload. -The sample contains a Business Central extension, a Power App and a Power Automate flow. The extension augments the Business Central data model with additional fields and APIs, while the Power App and Power Automate flow utilize the new capabilities to provide a mixed reality experience for the user. +The Business Central extension adds a CoffeeItems API that is used by the Power App and extends the Item card page to include fields for 3Dmodel and spatial information. +The extension also contains a test page called “Coffee MR Sample” that lets you generate dummy sample data to make it easy to try out the sample. - The extension adds the appropriate APIs and extends the items table with the following fields: +To use the 3D rendering capability, you need to upload a 3D-model to one of the BC items you want to show in the app. There is a sample 3D object available [here](https://github.com/andersgMSFT/Coffee-MR/tree/main/Sample%20Data). The rendered dimensions of the 3D model is taken from the Business Central Item values, so make sure to provide somewhat accurate measurements. The dimensions of the sample model is Depth: 60cm, Height: 50cm, Width: 30cm, which matches demo item CM003. - - *IsAvialableForFieldWorker*: Indicates if the item should appear in the app. - - *DetailedDescription*: Optional fields offering comprehensive details about the coffee machines. - - *3DModel*: A blob containing a 3dModel of the item. +You can find more 3D models in the ".glb" format available online or use ones from the 3D library in [Microsoft Paint 3D app](https://apps.microsoft.com/detail/9nblggh5fv99). You can also create your own 3D models there, save as .glb file and use those in the Coffee MR app! -Additionally, the extension includes a sample data page named **Coffee MR Sample Data**, with a function to generate sample coffee machine models. +Notes: +- The sample data generator has only been tested with US versions of Business Central. Adjustments may be necessary for other locales. +- The sample is optimized for US versions of Business Central and contains hardcoded strings in English. For multi-language support, refer to our [best practices guide](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/powerplatform/power-apps-best-practices#set-up-multi-language-support-with-business-central) -There is a simple 3d model included in this repo under "Sample data". You can upload this an item through the item page in BC to try it out in the Power App. - -*Note: The sample data generator has been tested and optimized for US versions of the platform. Adaptations may be required for different regional settings.* ## Try the sample yourself diff --git a/SECURITY.md b/SECURITY.md index b3c89ef..926b8ae 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,18 +1,18 @@ - + ## Security -Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet) and [Xamarin](https://github.com/xamarin). +Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/). -If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/security.md/definition), please report it to us as described below. +If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://docs.microsoft.com/en-us/previous-versions/tn-archive/cc751383(v=technet.10)), please report it to us as described below. ## Reporting Security Issues **Please do not report security vulnerabilities through public GitHub issues.** -Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/security.md/msrc/create-report). +Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://msrc.microsoft.com/create-report). -If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/security.md/msrc/pgp). +If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://www.microsoft.com/en-us/msrc/pgp-key-msrc). You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc). @@ -28,7 +28,7 @@ Please include the requested information listed below (as much as you can provid This information will help us triage your report more quickly. -If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/security.md/msrc/bounty) page for more details about our active programs. +If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://microsoft.com/msrc/bounty) page for more details about our active programs. ## Preferred Languages @@ -36,6 +36,6 @@ We prefer all communications to be in English. ## Policy -Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/security.md/cvd). +Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://www.microsoft.com/en-us/msrc/cvd). diff --git a/SUPPORT.md b/SUPPORT.md index 291d4d4..993422d 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -1,24 +1,11 @@ -# TODO: The maintainer of this repo has not yet edited this file - -**REPO OWNER**: Do you want Customer Service & Support (CSS) support for this product/project? - -- **No CSS support:** Fill out this template with information about how to file issues and get help. -- **Yes CSS support:** Fill out an intake form at [aka.ms/onboardsupport](https://aka.ms/onboardsupport). CSS will work with/help you to determine next steps. -- **Not sure?** Fill out an intake as though the answer were "Yes". CSS will help you decide. - -*Then remove this first heading from this SUPPORT.MD file before publishing your repo.* - # Support ## How to file issues and get help -This project uses GitHub Issues to track bugs and feature requests. Please search the existing -issues before filing new issues to avoid duplicates. For new issues, file your bug or -feature request as a new Issue. +This GitHub repo is auto-generated from https://github.com/microsoft/AL-Go +Issues, bug tracking and feature requests should be done there. -For help and questions about using this project, please **REPO MAINTAINER: INSERT INSTRUCTIONS HERE -FOR HOW TO ENGAGE REPO OWNERS OR COMMUNITY FOR HELP. COULD BE A STACK OVERFLOW TAG OR OTHER -CHANNEL. WHERE WILL YOU HELP PEOPLE?**. +Please follow the documentation [here](https://github.com/microsoft/AL-Go/blob/main/Scenarios/Contribute.md) if you want to contribute to AL-Go for GitHub. ## Microsoft Support Policy